@import url('reset-min.css'); /* YUI browser reset http://developer.yahoo.net/yui/license.txt */
@import url('fonts-min.css'); /* YUI font normalisation http://developer.yahoo.net/yui/license.txt */


body {
	background: #fff url('../images/body-bg.gif') repeat scroll top left;
	font-family: Tahoma, Arial, Verdana, sans-serif;

}

#wrap {
	width: 970px;
	margin: auto;
}

#header {
	background: transparent url('../images/header_bg.png') no-repeat scroll 0 40px;
	clear: left;
	height: 336px;
	position: relative;
	width: 880px;
	margin: 0 0 0 60px;
}

	#header img.hero {
		position: absolute;
		top: 127px;
		left: 275px;
	}

	#header ul#topnav {
		float: left;
		font-size: 87%;
		margin-left: 40px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

		#header ul#topnav li {
			background: transparent url('../images/bullet.gif') no-repeat 85% 55%;
			display: block;
			float: left;
			padding-right: 2em;
		}
			#header ul#topnav li.last {
				background: none;
			}
		
		
			#header ul#topnav a {
				position: static;
				color: #6b6a6b;
				text-decoration: none;
			}
		
				#header ul#topnav a:hover {
					text-decoration: underline;
				}
			
				#header ul#topnav .selected a {
					font-weight: bold;
				}
				
				#header ul#topnav .current a
				{
					text-decoration:underline;
				} 

	#header a {
		
	}
	
	#header a.logo_image
	{
		display: block;
		left: 620px;
		top: 60px;
		position: absolute;
	}

	#header div.AspNet-Login {
		clear: left;
		float: left;
		margin: 0 0px 0 40px;
		padding-top: 4px;
	}
	
	#header div.AspNet-Login p {
		float: left;
		color: #1c1b1c;
		font-size: 92.5%;
	}
	
	#header div.AspNet-Login p.LoginFailure 
	{
		float: left;
		color: red;
		font-size: 92.5%;
		margin-left: 40px;
	}

	#header div.AspNet-Login label {
		display: block;
		width: 95px;
	}
	
	#header div.AspNet-Login input {
		clear: left;
		border: none;
		width: 89px;
	}
	
		#header div.AspNet-Login input.AspNet-Login.go {
			margin: 12px 0 0 4px;
			width: auto;
			height: auto;
		}
		
		#header ul#main_menu {
			height: 180px;
			clear: left;
			display: block;
			margin-top: 56px;
			float: left;
			width: 263px;
			margin-left: 12px;
			position: relative;
			background: transparent url('../images/mainnav_combined1.png') no-repeat scroll top left;
			
		}
		
			#header ul#main_menu li {
				color: #fff;
			}
			
				#header ul#main_menu li a {
					position: static;
					color: #fff;
					text-decoration: none;
					display: block;
					text-align: right;
					height: 16px;
					margin-right: 146px;
					padding: 10px 20px 10px 0;
				}
				
					#header ul#main_menu li a:hover,
					#header ul#main_menu li.current > a {
						background: transparent url('../images/menu-hover.png') no-repeat 8px 0;
					}
					
						#header ul#main_menu li ul li a:hover,
						#header ul#main_menu li ul li.current a {
							background: none;
							text-decoration: underline;
						}
				
				#header ul#main_menu li ul {
					background: #DDD url('../images/mainnav_combined1.png') no-repeat scroll bottom right;
					position: absolute;
					top: 0;
					left: 108px;
					text-align: left;
					display: none;
					padding-top: 10px;
					width: 155px;
					height: 170px;
				}
				
					#header ul#main_menu li ul li {
						padding-left: 20px;
						background: transparent url('../images/nav_bullet.png') no-repeat 11px 7px;
						padding-bottom: 2px;
					}
					
					#header ul#main_menu li ul li a {
						text-align: left;
						padding: 0;
						padding-right: 0;
						margin-right: 0;
						height: auto;
					}
					

#main {
	background: transparent url('../images/main_bg.png') repeat-y scroll 0 0;
	width: 825px;
	margin: 0 0 0 63px;
	clear: left;
}


#content {
	background: #fff;
	float: left;
	padding-top: 2px;	
	padding-left: 5px;
	margin-left: 10px;
	width: 778px;

}

#content h1
{
	font-size: 120%;
	font-weight:bold;
	padding-bottom:2px;
	color:#0176ab;
}

#content h2
{
	font-size: 110%;
	font-weight:bold;
	color:#489cc3;
	padding-top:8px;
}

#content h3
{
	font-size: 95%;
	font-weight:bold;
	color:#70a2ba;
	padding-top:8px;
}

#content h4
{
	font-size: 100%;
	font-weight:bold;
	color:#333333;
	padding-top:8px;
}
	#content div {
		float: left;
	}

	#content p, #content ul, #content td
	{
		font-size: 87%;
		margin-bottom:8px;
		margin-top:4px;
		padding-right:5px;
		color:#333333;
	}
	
	#content strong
	{
		font-size:95%;
		font-weight:bold;
		color:#333333;
	}
	
		#content p a,  #content li a, #content a{
			color: #db040c;
		}
	
		#content p a:hover, #content li a:hover, #content a:hover {
			color: #db9128;
		}
		#content ul
		{
			list-style:circle;
			margin-left:15px;
		}
		
		#content ul li
		{
			list-style:circle;
		}
	
#footer {
	background: transparent url('../images/footer_bg.png') no-repeat scroll top left ;
	clear: left;
	margin: 0 0 0 63px;
	height: 86px ;
	width: 835px;
}

	#footer ul {
		float: left;
		margin-top: 46px;
	}
	
		#footer ul li {
			float: left;
			display: block;
		}
		
			#footer ul li.first {
				margin-left: 9px;
				width: 700px;
			}
		
			#footer ul li a {
				color: #6a6a6a;
				text-decoration: none;
				font-size: 82%;
			}
			
			
/* Common layout */

body #content div#breadcrumbs
{
	width:766px;
	text-align:right;
	padding:0 0 8px 0;
}

body #content div#breadcrumbs span
{
	font-size: 95%;
	font-weight:bold;
	color:#B5B4B4;
}

body #content div#col1 { width: 245px; margin:0 5px 0 5px}

/* Two column layout */

	body.two-col #content div#col2 { width: 510px; padding-top:3px; }

/* Three column layout */

	body.three-col #content div#col2 { padding-top:4px; width: 350px;}
	body.three-col #content div#col3 { width: 165px;}

/* Generic styles across the website */
.italic
{
	font-style:italic;
}

.site_url
{
	display:block;
}


/* Specific styles */

#content div#gallery_widget {
	position: relative;
	margin-left: 4px;
}

	#content div#gallery_widget ul {
		margin-left: 20px;
		float: left;
	}
	
		#content div#gallery_widget ul li {
			display: block;
			width: 50px;
			float: left;
		}
		
form#search {
	padding-bottom: 50px;
}

	form#search input {
		background: #fff url('../images/field.gif') no-repeat scroll 20% 10%;
		border: none;
		width: 84px;
		padding: 2px 2px;
		margin-top: 1px;
		height: 17px;
		float: left;
	}

	form#search input.AspNet-Login.go {
		background: none;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0 0 0 6px;
	}
	
#content div.news div {
	width: 160px;
	clear: left;
	color: #727172;
	/*margin-bottom: 20px;*/
}
	
	#content div.news div h3 {
		color: #727172;
		font-size: 92.5%;
		font-weight: bold;
		margin-bottom: 6px;
	}
	
#shim {
	clear: both;
	
}

/* content area layout*/
.three-col-content
{
	margin-top:10px;
}

/* display area is any block displaying as 100% in the content area */
div#content .display_area
{
	width:756px;
	margin-left:10px;
}


.gradient_box
{
	width:240px;
	margin: 0 9px 0 9px;
	background: #fff url('../images/gradient-bg.gif') repeat-x 0 0;
	height:200px
	
}

.gradient_box h2
{
	background: #fff url('../images/gradient_top.jpg') no-repeat 0 0;
	padding:2px 8px 2px 8px;
}

.gradient_box p, .gradient_box ul
{
	padding:0 8px 0 8px;
}

div.html_form label
{
	padding: 0;
	margin: 0 5 0 0;
	font-size: 87%;
	color:#333333;
}
	
div.contact_us_form input, div.contact_us_form textarea
{
	width: 175px;
	margin-bottom: 10px;
}

div.contact_us_form input.submit_button
{
	width: 59px;
	height: 19px;
	margin: 10px 0 0 120px;
}

/* rounded box layout */
#col1 .box
{
	width:228px;
	background: #fff url('../images/rounded_corner_wide_bottom.jpg') no-repeat 100% 100%; 
	padding-bottom:15px;
}

#col1 .box_top
{
	width:195px;
	height:24px;
	background: #fff url('../images/rounded_corner_wide_top.jpg') no-repeat 0 0; 
	margin:0;
	padding:5px 12px 5px 22px;
	
}


#col1 .box_content
{
	width:195px;
	padding:0 12px 0 22px;
	margin:0;
	background: #fff url('../images/rounded_corner_wide_bg.jpg') repeat-y 0 0; 
}

#col1 .box_content .cta
{
	text-align:right;
	padding-top:5px;
	
}

#col1 .box_content table
{
	width:195px;
	border:1px solid #D1CFD0;
}

#col1 .box_content table th
{
	font-weight:bold;
}


#col1 .box_content table th, #col1 .box_content table td
{
	border-bottom:1px solid #D1CFD0;
	font-size:95%;
	text-align:center;
	width:63px;
}

#col1 .box_content table td+td, #col1 .box_content table th+th
{
	border-left:1px solid #D1CFD0;
}

#col1 .box_content table .table_total td
{
	background-color:#ffffff;
	color:#0176ab;
	font-weight:bold;
}


body.three-col #content div#col3 .box
{
	width:163px;
	background: #fff url('../images/rounded_corner_narrow_bottom.jpg') no-repeat 0 100%; 
	padding-bottom:24px;
	
}

body.three-col #content div#col3 .box p
{
	width:140px;
	
	
}

body.three-col #content div#col3 .box_top
{
	width:140px;
	height:24px;
	background: #fff url('../images/rounded_corner_narrow_top.jpg') no-repeat 0 0; 
	margin:0;
	padding:5px 12px 5px 12px;
	
}


body.three-col #content div#col3 .box_content
{
	width:140px;
	padding:0 12px 0 12px ;
	margin:0;
	background: #fff url('../images/rounded_corner_narrow_bg.jpg') repeat-y 0 0; 
	
}

body.three-col #content div#col3 .box_content .cta, .cta
{
	text-align:right;
	padding-top:5px;
}

/* page specific styles */

/* home */
.client-logos img
{
	padding-top:2px;
	border:1px solid #eee;
}

/* client pages */

.client_logo
{
	float:right;
	display:block;
	margin-left:5px;
}

/* about us */

div.about_us .member_photo
{
	float:left;
	padding:0 5px 0 0;
}

div.about_us h3
{
	clear:left;
}


/*featured projects */


.carousel {
		margin-left: 0;
		height: 300px;
		overflow: hidden;
		padding:0;
		overflow:hidden;

	}
	
	
	
		.carousel ul.navigate {
			float: right;
			background: none;
			margin: 10px 0 10px 0;
		}
		
			.carousel ul.navigate li a { 
				display: block;
				height: 25px;
				width: 24px;
			 }
		
			.carousel ul.navigate li.prev { margin-right: 12px; }
			.carousel ul.navigate li.prev a { background: transparent url('../images/carousel_arrow_left.png') no-repeat scroll top left;}
			.carousel ul.navigate li.next a { background: transparent url('../images/carousel_arrow_right.png') no-repeat scroll top left; }
			
			.carousel ul.navigate li a:active { background-position: bottom left;}
			
			.viewport ul li h2{margin:0;padding:0 0 5px 0;}
			
			
	.carousel p.indicator {
		float: left;
		top: 18px;
		position: relative;
		width: 80px;
	}	
	
	
	
		.carousel .viewport {
			clear: both;
			left: 0px;
			position: relative;
			overflow: hidden;
			top: -4px;
			height: 20px;
			
			
			
		}
		
		
		#gallery
		{
			background: #fff url('../images/project-detail-carousal.gif') no-repeat scroll 5px 0;
			height:320px;
			width:758px;
			padding:10px 0 0 8px; 
			
		}
			
			#gallery .carousel .viewport  { width: 765px; height:250px;margin:0; padding:0;}
						
	
		.carousel .viewport ul {
			top: 0;
			display: block;
			width:2500px;
			position: absolute;
			
		}
		
			.carousel ul li {
				background: none !important;
				display: block;
				float: left;
				margin-right: 7px;
				font-size: 77%;
				padding: 0 !important;
			}
			

				.carousel ul li a {
					color: #000;
					display: block;
					clear: left;
					display: block;
					text-align: center;
				}

/* Sitemap */
#sitemap ul 
{
	font-size: 100%;
}