
html,body{margin:0;padding:0;}

body{
	background: #DCDDDE;
	font-family:Arial, Helvetica, sans-serif;
	color:#828285;
	font-size:0.85em;
	line-height:1.5em;
}

body#ctl00_homepage #leftcol{
  width:780px;  
  border:none;  
}

body#ctl00_DesignHome #nav li#link2 a,
body#ctl00_DesignCreative #nav li#link2 a,
body#ctl00_DesignWebsite #nav li#link2 a,
body#ctl00_Portfolio #nav li#link2 a
{background:url(/images/nav.jpg) -111px -35px no-repeat;}

body#ctl00_DevHome #nav li#link3 a,
body#ctl00_DevApp #nav li#link3 a,
body#ctl00_DevE #nav li#link3 a,
body#ctl00_DevSharepoint #nav li#link3 a,
body#ctl00_DevCMS #nav li#link3 a
{background:url(/images/nav.jpg) -229px -70px no-repeat;}

body#ctl00_SEOHome #nav li#link4 a,
body#ctl00_SEOMarketing #nav li#link4 a,
body#ctl00_SEONetworking #nav li#link4 a,
body#ctl00_SEOOpt #nav li#link4 a,
body#ctl00_SEOAnalytics #nav li#link4 a
{background:url(/images/nav.jpg) -386px -105px no-repeat;}

body#ctl00_AboutHome #nav li#link5 a,
body#ctl00_AboutTeam #nav li#link5 a,
body#ctl00_AboutEvents #nav li#link5 a
{background:url(/images/nav.jpg) -626px -140px no-repeat;}

body#ctl00_DesignCreative #DesignCreative a, body#ctl00_DesignWebsite #DesignWebsite a,
body#ctl00_DevApp #DevApp a, body#ctl00_DevE #DevE a,
body#ctl00_DevSharepoint #DevSharepoint a, body#ctl00_DevCMS #DevCMS a,
body#ctl00_DevApp #DevApp a, body#ctl00_SEOMarketing #SEOMarketing a,
body#ctl00_SEONetworking #SEONetworking a, body#ctl00_SEOOpt #SEOOpt a,
body#ctl00_SEOAnalytics #SEOAnalytics a, body#ctl00_AboutTeam #AboutTeam a,
body#ctl00_AboutEvents #AboutEvents a,body#ctl00_Portfolio #Portfolio a
{text-decoration:underline;}

a{color:#7A96A5; text-decoration:none;}
a:hover
{
	text-decoration:underline;
}

h1,h2,h3,h4{
    font-family: Helvetica, Arial, sans-serif;
    text-transform: normal;
    letter-spacing: -0.1;
    line-height: 1.4em;
    color:#AE6033;
}
h1{
    font-size: 16px;
    color:#AE6033;
    text-transform: uppercase;

}
h2,h3,h4{
    font-size: 14px;
   	color:#7A96A5;
}

li{ list-style:square;}

#wrapper{
	margin:0 auto;
	margin-top:20px; 
	width:827px;
	background:url(/images/bg.jpg) repeat-y;
}

#header{
	background:url(/images/top.jpg) no-repeat;
	padding:20px 15px 0px 15px;
	line-height:normal;
}
#header strong{color:#7A96A5;}
#header a{
	font-size:10px;
	text-decoration:none;
	color:#828285;
}

#logo{
	display:inline;
	display:block;
	float:left;
}
#contact{
    background:url(/images/tollfree.gif) 0px 13px no-repeat;
	display:block;
	float:right;
	padding-top:20px;
	padding-right:10px;
	height:48px; 
	width:144px;
}
#content{
	clear:both;
	width:780px; 
	margin:0 auto;
	padding-top:5px;
}

#leftcol{
/*	background:url(/images/graphic.jpg) 0px 15px no-repeat;*/
	float:left;
	width:584px;
	border-right:1px dashed #E6E6E6;
	padding:5px 10px 10px 0px;
}

#rightcol{
	float:right;
	width:170px; 
	padding:15px 0px 10px 10px;
	}
	
#rightcol strong{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	padding-bottom:5px;
	line-height:18px;
	font-weight:normal;
}

#rightcol ul a{
	display:block;
	font-size:10px;
	color:#fff; 
	text-decoration:none;
	padding:15px 10px 0px 10px;
	background:url(/images/btop.gif) top left no-repeat ;
}
#rightcol ul{
	margin:0; 
	padding:0; 
	list-style:none;
}
	
#rightcol li{
	margin:0px 0px 30px 0px; 
	padding:0px 0px 15px 0px; 
	width:149px;
	list-style:none;
	line-height:normal;
	background:url(/images/bbottom.gif) bottom left no-repeat;
}

li#orange{background:url(/images/obottom.gif) bottom left no-repeat;}
li#orange a{ background:url(/images/otop.gif) top left no-repeat;}
li#grey{background:url(/images/gbottom.gif) bottom left no-repeat;}
li#grey a{ background:url(/images/gtop.gif) top left no-repeat;}


#footer{
	clear:both;
	display:block;
	padding:0px 20px 20px 20px;
	font-size:.8em;
	text-align:center;
	background: url(/images/footer.jpg) bottom no-repeat;
	}
	
div.req {margin-bottom:10px;}

fieldset {
	margin:0 auto;
	padding:10px;
	background:#f8f5f1;
	width:500px;
	border:1px solid #d1bca5;
	font-size:0.85em
}

div.req label {
	background:transparent url(/images/labelarrow1.gif) no-repeat scroll right center;
	float:left;
	margin-right:5px;
	text-align:left;
	width:22em;
	cursor:pointer;
}

ul.checkBoxList{
        list-style:none;
        clear:both;
        margin: 0;
        padding: 0;
}
 ul.checkBoxList li{
        list-style:none;
        margin: 0px 0px 0px 10px ;
        padding: 0;
}
ul.checkBoxList.horizontal li {
        display: inline;
}
ul.checkBoxList li.disabled {
        color: Gray;
}

ul.checkBoxList label
{
 float:none;
 background:none;	
}

textarea{ width:450px; height:150px;}

div.req input {
	border-top:2px solid#999;
	border-left:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:15em;
}

div.req li input
{
	border:none; 
	width:auto;
		
}

fieldset div
{
	margin-bottom:10px;
}
fieldset div.full
{
	margin:0;
}

#NavSEO,#NavDesign,#NavDev,#NavAbout
{
	clear:both;	
	width:780px;
	margin:0 auto;
	height:25px;
	padding-top:5px;
}

#NavSEO{
    padding-left:100px;
    width:680px;
    height:180px;
    background:transparent url(/images/searchhome.jpg) no-repeat scroll 0px 30px;
}

#NavDesign{
    padding-left:30px; 
    width:750px; 
    height:180px;
    background:transparent url(/images/designhome.jpg) no-repeat scroll 0px 30px;
    }
    
#NavAbout{padding-left:650px; width:130px;}

#NavAbout{ 
    height:160px;
    background:transparent url(/images/designhome.jpg) no-repeat scroll 0px 10px;}

#NavHome{
    width:230px;
    padding-left:550px;
    margin:0 auto;
    height:260px;
    background:transparent url(/images/mainheaderQ.jpg) no-repeat scroll 0px 10px;
    }
    
  a.Contactbtn{
    width:200px;
    display:block;
    height:260px;
    text-index:-9999px;
  }
#NavDev{
    height:180px;
    background:transparent url(/images/devhome.jpg) no-repeat scroll 0px 30px;
    }


#nav{
	clear:both;	
	width:780px;
	margin:0 auto;
	background: url(/images/nav.jpg) no-repeat;
	height:35px;
}

#nav ul,#NavSEO ul,#NavDesign ul,#NavDev ul,#NavAbout ul{
	margin:0;
	padding:0;
	list-style:none;
}
#NavSEO li,#NavDesign li,#NavDev li,#NavAbout li
{
	 margin:0px 20px 0px 0px; 
	 padding:0; 
	 list-style:none;
	 float:left;
}
#nav li{
	 margin:0; 
	 padding:0; 
	 list-style:none;
	 float:left;
}
#NavSEO a,#NavDesign a,#NavDev a,#NavAbout a
{
	font-size:0.8em;
	color:#828285;
}

#NavSEO a:hover,#NavDesign a:hover,#NavDev a:hover,#NavAbout a:hover
{
	text-decoration:underline;
	color:#7A96A5;
}
#nav a
{
	display:block;
	height:35px; 
	width:100px;
	text-indent:-9999px;
}

li#link1 a{
	width:111px;
}

li#link2 a{	width:118px;}
#nav li#link2 a:hover{background:url(/images/nav.jpg) -111px -35px no-repeat;}

li#link3 a{	width:157px;}
#nav li#link3 a:hover{background:url(/images/nav.jpg) -229px -70px no-repeat;}

li#link4 a{	width:240px;}
#nav li#link4 a:hover{background:url(/images/nav.jpg) -386px -105px no-repeat;}

li#link5 a{	width:154px;}
#nav li#link5 a:hover{background:url(/images/nav.jpg) -626px -140px no-repeat;}

a.hidethis{
text-indent:-9999px;
display:block;
height:30px;
}

#col1 p,#col2 p,#col3 p{
    font-size:12px;
    line-height:15px;
    padding:0px 10px 5px 10px;
}
#col1,#col2,#col3{
    float:left;
    width:255px;
}
#col1{
   background:url(/images/designtabh.jpg) no-repeat;
   margin-right:7px;
}
#col2{
   background:url(/images/devtabh.jpg) no-repeat;
   margin-right:7px;
}
#col3{
   background:url(/images/seotabh.jpg) no-repeat;
}

ul.quicknav{
    margin:0px 15px 0px 10px;
    padding:0;
    list-style:none;
}
ul.quicknav li{
    margin:0; 
    padding:0px 0px 0px 25px;
    font-size:11px;
    list-style:none;
    background:url(/images/clip.gif) left no-repeat;
}

a.morebtn1{
    text-indent:-9999px;
    display:block;
    height:40px;
    padding-top:55px;
    background:url(/images/designtabf.jpg) bottom no-repeat;
}
a.morebtn2{
    text-indent:-9999px;
    display:block;
    padding-top:15px;
    height:40px;
    background:url(/images/devtabf.jpg) bottom no-repeat;
}
a.morebtn3{
    text-indent:-9999px;
    display:block;
    height:40px;
    background:url(/images/seotabf.jpg) bottom no-repeat;
}
a.LiveWebBTN{
    font-size:10px;
    color:#999;
    text-transform: uppercase;
}

#port a img{border:1px solid #7A96A5;}
ul#port{
    padding:0; 
    margin:0;
    list-style:none;
}

ul#port li{
    padding:10px; 
    margin:10px 5px 10px 5px;
    list-style:none;
    float:left;
   	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
}




/* Just A Few IE 6 fixes */

*html ul.quicknav li{
    background:url(/images/clip.gif) left top no-repeat;}
  *html #col1{ margin-left:3px;}


/* Fancy BOX PRETTY */

 div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/FancyImages/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/FancyImages/fancy_loading.gif..') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/FancyImages/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/FancyImages/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/FancyImages/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/FancyImages/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/FancyImages/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/FancyImages/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/FancyImages/fancy_shadow_e.png../images/FancyImages/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/FancyImages/fancy_shadow_e.png../images/FancyImages/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/FancyImages/fancy_shadow_e.png../images/FancyImages/fancy_title_right.png) repeat-x;
}