@charset "utf-8";
/* CSS Document */

html,body{
	background: #acc4e4; /*deebf5*/ /*acc4e4*/
	color: #333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.3em;
	
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

#main{
	background: url("../images/shadow_opaque.png") repeat-y center bottom;
	width: 770px;
	margin: 0 auto;
	padding: 0 10px 20px 35px;
}

#header{
}

#logo{
	float: left;
	width: 143px;
	height: 151px;
}

#menu{
	background: url("../images/banners/banner2.jpg") no-repeat;
	float: left;
	width: 627px;
	height: 151px;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 131px;
}

#menu ul li{
	border-right: 1px solid #639bec;
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	float: left;
	width: 156px;
	height: 20px;
}

#menu ul li.last{
	border: 0;
}

#menu ul li a{
	color: #0056a6;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	display: block;
	padding-top: 2px;
	width: 156px;
	height: 18px;
}

#menu ul li a:hover{
	background: #397dba;
	color: #deebf4;
	text-decoration: none;
}

#menu ul li a.active, #menu ul li a.active:hover{
	background: #2f6993;
	color: #deebf4;
}

#content{
	clear: both;
	padding-top: 20px;
}

#left_column{
	float: left;
	width: 123px;
	padding-right: 20px;
}

#left_column ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_column ul li{
	text-transform: uppercase;
	list-style-type: none;
}

#left_column ul li a{
	color: #0056a6;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #639bec;
	border-bottom: 2px solid #deebf4;
	
	display: block;
	margin-bottom: 15px;
}

#left_column ul li a:hover{
	border-bottom-color: #397dba;
}

#left_column ul li a.active, #left_column ul li a.active:hover{
	border-bottom-color: #2f6993;
}

#middle_column{
	text-align: justify;
	
	float: left;
	width: 375px;
}

#middle_column.wide{
	width: 627px;
}

#middle_column p.intro{
	margin-left: 5px;
	margin-right: 12px;
}

#right_column{
	text-align: center;
	
	float: left;
	width: 252px;
	padding-top: 30px;
}

#footer{
	border-top: 1px dotted #acc4e4;
	color: #888;
	font-size: 9px;
	text-align: center;
	
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 10px;
}

#footer a{
	color: #073c60;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}

h1{
	color: #003b80;
	font-size: 12px;
	text-transform: uppercase;
}

.clear{
	clear: both !important;
	float: none !important;
	width: auto !important;
}

.hl{
	border-bottom: 1px dotted #acc4e4;
	margin: 10px 7px;
}

/* Branches */
.branch{
	background: #deebf5;
	float: left;
	width: 235px;
	height: 72px;
	margin: 0 7px 14px 7px;
	padding: 3px;
}

.branch .title{
	font-weight: bold;
	text-transform: uppercase;
}

.branch .text{
	font-size: 9px;
	letter-spacing: -0.08em;
}

.branch .email{
	color: #06c;
}

/* Branches 2 */
.branch_lg{
	/*background: #deebf5;*/
	/*padding: 10px;*/
	/*height: 154px;*/
}

.branch_lg img.photo{
	border: 5px solid #397dba;
	border: 10px solid #deebf5;
	float: left;
	margin-right: 10px;
	width: 250px;
}

.branch_lg .details{
	background: #deebf5;
	/*border: 1px dotted #397dba;*/
	/*padding: 10px;*/
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	/*margin-top: 20px;*/
	margin-bottom: 40px;
}

.branch_lg .details div:not(.clear){
	border-right: 1px dotted #397dba;
	float: left;
	padding: 10px;
	width: 236px; /*180*/
	margin-bottom: -200px;
	padding-bottom: 200px;
}

.branch_lg .email{
	border: 0 !important;
}

.branch_lg .title{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.branch_lg .text{
	font-size: 9px;
}

.branch_lg .email{
	/*color: #06c;*/
	/*margin-top: 3px;*/
	/*margin-bottom: 8px;*/
}

.branch_lg h1{
	clear: both;
}

.branch_lg .email a{
	border-bottom: 0px dotted #06c;
	color: #06c;
	text-decoration: none;
}

.branch_lg .email a:hover{
	color: #000;
	border-bottom: 0px solid #000;
}


/* Blocks */

.block{
	float: left;
	width: 300px;
	height: 238px;
	margin: 5px
}

.block.intro{
	border: 1px dotted #acc4e4;
	padding: 9px;
	width: 280px;
	height: 218px;
}

.block.intro h1{
	background: #deebf5;
	padding: 8px;
}

.block.project{
	background: #deebf5;
	padding: 10px;
	width: 280px;
	height: 218px;
}

.block.project .image{
	background: #acc4e4;
	height: 188px;
	margin-bottom: 10px;
	overflow: hidden;
}

.block.project .image img{
	width: 100%;
}

.block.project .caption{
	color: #003b80;
	font-size: 10px;
	line-height: 12px;
}

/* Header Backgrounds */

.company #menu{
	background-image: url("../images/banners/banner2.jpg");
}

.branches #menu{
	background-image: url("../images/banners/banner3.jpg");
}

.references #menu{
	background-image: url("../images/banners/banner4.jpg");
}

.contact #menu{
	background-image: url("../images/banners/banner5.jpg");
}

/* Google Maps */
.googlemaps{
	background: #eee;
	
	float: left;
	margin-top: 14px;
	margin-left: 7px;
	width: 496px;
	height: 500px;
}

.googlemaps.small{
	width: 337px;
	height: 218px;
	margin: 0;
}

/* Contact Form */

form.contact{
	float: left;
	margin-top: 14px;
	margin-left: 14px;
	width: 242px;
	height: 550px;
}

form.contact label{
	display: block;
	margin-bottom: 3px;
	width: 242px;
}

form.contact input, form.contact select, form.contact textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	
	display: block;
	margin-bottom: 20px;
	padding: 1px 0;
	width: 237px;
}

form.contact select{
	width: auto;
}

form.contact input.submit{
	width: auto;
}






























