/*layout*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align: center;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width:996px;
}

#container{
	width:994px;
}

#branding{
	height: 120px;
   overflow:hidden;
}

#content{
	width: 976px;
	float:left;
	position: relative;
	background: url(../images/content_bg.png) 1px top no-repeat;
	height: 339px;
	overflow: hidden;
	color: #fff;
}

#extra_content{
	width: 18px;
	float: left;
	overflow: hidden;
}

/*general*/
img{
	border:none;
}

a{
	text-decoration: none;
}

ul{
	list-style-type:none; 
}

.clear{
	clear: both;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

h3{
	font-size:16px;
	color: #569fd3;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#content h3{
	margin-bottom:10px;
}

#content p{
	line-height: 1.6em;
	color: #fff;
	margin-bottom:23px;
}

#content .block{
	width:420px;
	padding:20px 0 20px 53px;
	float:left;
}

#content .right_block{
	padding-left:30px;
}

div.pageHeading{
	position: relative;
	background: url(../images/page_heading.png) left top no-repeat;
	width:994px;
	height: 78px;
	overflow:hidden;
}

.pageHeading img{
	position: absolute;
	top:40px;
	left: 70px;
}
/*branding*/
#bookmark{
	text-align:right;
	height: 30px;
	line-height: 30px;
	padding-right:10px;
	margin-bottom:39px;
	font-family:Arial, Helvetica, sans-serif;
}

#bookmark a{
	font-size: 10px;
	color: #ccc;
}

#bookmark a img{
   position: relative;
	left: 5px;
	top:5px;
}

#logo{
	float: left;
	width:241px;
	height: 50px;
	margin: 0;
	padding: 0;
}

#nav{
	height: 50px;
	float: left;
	margin-left:28px;
}

#nav li{
	float: left;
	height:49px;
}

#nav li a{
	display: block;
	float: left;
	background: url(../images/nav_border.png) right bottom no-repeat;
	padding-right:1px;
}

#nav li#login{
	margin-left: 107px;
}

#nav li#login a{
	padding:0;
	background: none;
}

/*siteinfo*/

#siteinfo{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align:right;
	color: #b2b2b2;
	font-size:10px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

#subnav{
	font-family:Georgia Arial;
	float: left;
	padding:40px 0 30px 60px;
}

#subnav li{
	width: 235px;
	float: left;
	padding-right:54px;
	padding-left:10px;
	background: url(../images/bluedot.png) right top repeat-y;
}

#subnav li.last{
	background: none;
}

#contact #subnav li.last{
	width: auto;
	padding-left:0;
}

#contact #subnav li{padding-right:64px;}

#subnav li a{
	color:#569fd3;
	text-decoration: underline;
}

#subnav li  h3 a{
	text-decoration:none;
}

#subnav p{
	margin-bottom:16px;
}

#subnav strong{
	margin-bottom:5px;
	display: block;
}

#contact #subnav li#opptunity{
	padding-right:20px;
	background:none;
	width:260px;
}

/*contact*/

#contact #content{
	background: url(../images/freeway.png) left top no-repeat;
	height: 339px;
	overflow: hidden;
	float: left;
	width:976px;
} 

#midnav{
	margin-top:30px;
}

#midnav li{
	margin-bottom:25px;
}

#direction{
	position:absolute;
	width:240px;
	bottom:45px;
	right:95px;
}

#direction p{
	margin-bottom:30px;
	color:#fff;
}

#mapBtn{
	position: absolute;
	left:15px;
	top:10px;
}

/*services*/
#services #content{
	background: url(../images/services_content_bg.png) 1px top no-repeat;
}

#services #content .block{
	width:570px;
	padding-top:42px;
}

#services #content .block h3{
	margin-bottom:22px;
}

#services #content .right_block{
	width:275px;
}

ul#services_list{
	float: left;
}

ul#services_list li{
	float:left;
	margin-right:75px;
}

ul#services_list li.last{
	margin-right:0;
}

ul#services_list li ul li{
	float: none;
	margin-right:0;
	margin-bottom:8px;
}

ul#services_list li strong{
   display: block;
	margin-bottom:21px;
	font-family:Arial, Helvetica, sans-serif;
}

.list1 li{
	margin-bottom:8px;
	padding-left:10px;
	background: url(../images/blue_bullet.png) left center no-repeat;
}

/*aboutus*/
#aboutus #content{
	position:static;
}

#aboutus #container{
	position:relative;
}

#aboutus #container .block{
	width:565px;
}

#aboutus #content .right_block{
	float:none;
	position: absolute;
	right:3px;
	top:4px;
	padding: 0;
	width:336px;
}

ul#approach{
	font-size:16px;
	color: #569fd3;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

ul#approach li{
	padding:0 0 10px 40px;
}

#aboutus #content p{
	line-height: 1.3em;
	margin-bottom:15px;
}

#subnav p#interactlink{
margin-bottom:5px;
}


#lightbox-image-details-caption{ color:#90B9D6;font-weight:600; }
#lightbox-image-details-currentNumber { color:#90B9D6;font-weight:600; }

