html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end css reset*/

@font-face {
    font-family: 'din_blackalternateregular';
    src: url('/webfonts/din-blackalternate-webfont.eot');
    src: url('/webfonts/din-blackalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/din-blackalternate-webfont.woff') format('woff'),
         url('/webfonts/din-blackalternate-webfont.ttf') format('truetype'),
         url('/webfonts/din-blackalternate-webfont.svg#din_blackalternateregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'din_lightregular';
    src: url('/webfonts/din-light-webfont.eot');
    src: url('/webfonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/din-light-webfont.woff') format('woff'),
         url('/webfonts/din-light-webfont.ttf') format('truetype'),
         url('/webfonts/din-light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinmedium';
    src: url('/webfonts/din-medium-webfont.eot');
    src: url('/webfonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/din-medium-webfont.woff') format('woff'),
         url('/webfonts/din-medium-webfont.ttf') format('truetype'),
         url('/webfonts/din-medium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'din_lightregular', arial, sans-serif;
	font-size:14px;
	line-height:17px;
	color: #464646;
	background-color: #fff;
}

p{
	margin-bottom:17px;
}

a{
	color: #0073ae;
	text-decoration:underline;
}

a:hover{
	text-decoration: none;
	color: #464646;
}

strong, b{
	font-family: 'dinmedium';
}

em, i{
	font-style: italic;
}

#container{
}

.clear{
	clear:both;
	height: 0px;
}

#top_header_wrapper{
	width:100%;
	height:70px;
	background-color: #0073ae;
}

.content_wrapper{
	width:100%;
	background-image: url(/images/content_bg.png);
	margin-bottom:10px;
	margin-top:10px;
}

.container_wrapper{
	width:1000px;
	margin: 0 auto;
	position: relative;
}

#header{
	height:150px;
	border-bottom:1px solid #64beeb;
}

#logo{
	float:left;
	width:324px;
	margin-left: 20px;
	margin-top:20px;
}

#right_header{
	width:270px;
	float:right;
	margin-right:20px;
}

#right_header .phone{
	display: block;
	text-align:right;
	font-size: 41px;
	line-height: 35px;
	color: #0073ae;
	margin-top: 40px;
}

#right_header .email{
	font-size: 26px;
	line-height: 26px;
	display: block;
	text-align: right;
}

#right_header .email a{
	text-decoration: none;
}

#main_nav{
	margin-bottom:5px;
}

#main_nav ul li{
	float:left;
	font-family: 'dinmedium';
	font-size:15px;
	text-transform: uppercase;
	line-height:15px;
}

#main_nav ul li#menu-item-35{
	float:right;
	position: relative;
	margin-right:20px;
}

#main_nav ul li#menu-item-35 a{
	background-color: #64BEEB;
    color: #FFFFFF;
    height: 40px;
    position: absolute;
    right: 0;
    width: 90px;
    z-index: 15;
}

#main_nav ul li.current-menu-item a,
#main_nav ul li.current-page-ancestor a,
#main_nav ul li.current_page_parent a{
	background-color: #64beeb;
	color: #fff;
}

#main_nav ul li:first-child{
}

#main_nav ul li a{
	display:block;
	line-height:15px;
	padding:10px 20px;
	color: #959595;
	text-decoration: none;
	border-right:1px solid #64BEEB;
}

#home_fader{
	width:1000px;
	height:305px;
	margin-bottom:20px;
}


#content{
	clear:both;
}

#left_content{
}

#right_content{
}

.alignright{
	float:right;
	padding-left: 20px;
	padding-bottom:20px;
}

.alignleft{
	float:left;
	padding-right: 20px;
	padding-bottom:20px;
}



#left_content_home{
	width:735px;
	float:left;
	min-height:530px;
	padding-top:30px;
}

#left_content_home.standards_page{
	min-height:700px;
}

#right_content_home{
	width:225px;
	float:left;
	margin-left:20px;
	background-color: #fff;
	padding:30px 10px;
	position: absolute;
    right: 0;
    top: 0;
  	bottom:0px;
}

#right_content_home.services{
	z-index: 20;
	
}

h1{
	
	font-size:31px;
	color: #0073ae;
	line-height:31px;
	text-transform: uppercase;
	margin-bottom:20px;
}

h2{
	font-family: 'din_lightregular';
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
	color: #0073ae;
	text-transform: uppercase;
}

.advanced_recent_posts_widget h2{
	margin-bottom:20px;
}

h3{
	font-family: 'din_blackalternateregular';
	text-transform: uppercase;
	color: #0073ae;
}

#home_intro_content h1{
	margin-bottom:20px;
	
}

#home_intro_content.homepage h1{
	font-family: 'din_blackalternateregular';
	margin-bottom:0px;
}

#home_intro_content h2{
	font-size:31px;
	line-height: 31px;
}

#home_intro_content{
	font-size:18px;
	line-height:21px;
}

#home_main_content{
	columns:350px 2;
	-webkit-columns:350px 2; /* Safari and Chrome */
	-moz-columns:350px 2; /* Firefox */
	margin-left:20px;
}

#home_intro_content{
	margin-left:20px;
}

#home_featured{
	width:695px;
	height:245px;
	
	background-color: #fff;
	
	
}

#home_featured_wrapper{
	padding:20px;
	margin-bottom:20px;
	background-color: #fff;
	position: relative;
	padding-top:60px;
}

.featured_caption{
	position: absolute;
	background-color: #fff;
	width:365px;
	top:10px;
	left:20px;
	text-align:left;
}

#footer_wrapper{
	width:100%;
	background-color: #0073AE;
	padding-top:20px;
}

.footer_address{
	color: #fff;
}

.footer_address span{
	display: block;
	padding-left:20px;
}

.footer_address span.phone_email{
	margin-top:10px;
	font-size:27px;
	color: #64beeb;
	line-height:27px;
	margin-bottom:20px;
}

.footer_address span.phone_email a{
	color: #64beeb;
	text-decoration: none;
}

#footer_nav{
	border-top:1px solid #64BEEB;
	border-bottom:1px solid #64BEEB;
	padding-left:10px;
	margin-bottom:10px;
}

#footer_nav ul li{
	float:left;
	padding:10px 0;
}

#footer_nav ul li:first-child a{
	border-left: 0px solid #fff;
}

#footer_nav ul li a{
	color: #fff;
	text-decoration: none;
	border-left:1px solid #949697;
	padding:0 10px;
	font-size:13px;
}

#sub_footer{
	color: #fff;
	padding-bottom:50px;
}

#sub_footer a{
	color: #fff;
	text-decoration: none;
}

#sub_footer .left{
	float:left;
	margin-left:20px;
}

#sub_footer .right{
	float:right;
	margin-right:20px;
}

.advanced_recent_posts_widget .post-title{
	display: block;
	font-size:14px !important;
	color: #64beeb;
	font-family: 'din_blackalternateregular';
	font-weight:normal !important;
	text-decoration: none;
}

.advanced_recent_posts_widget .post-entry{
	font-family: 'dinmedium';
	color: #5f574e;
	font-size:14px;
	padding-bottom:15px !important;	
}

.advanced_recent_posts_widget .more-link{
	display: block !important;
	text-transform: uppercase;
	color: #0073ae;
	font-family: 'din_blackalternateregular';
	font-size:12px;
}

.advanced_recent_posts_widget ul li{
	border-bottom: 0px solid #64beeb !important;
	border-top: 1px solid #64beeb !important;
	padding-top:20px !important;
}

.advanced_recent_posts_widget ul li:first-child{
	border-top: 0px solid #64beeb !important;
	padding-top:0px !important;
}

#home_container_wrapper{
	position: relative;
	
}

.orbit-caption h2{
	font-size:26px;
	color: #fff;
	font-family: 'dinmedium';
	margin-top:150px;
}

.orbit-caption p{
	font-size:18px;
	color: #64beeb;
	line-height:20px;
}

.service_block{
	width:216px;
	padding:8px;
	background-color: #fff;
	margin-left:19px;
	float:left;
	margin-bottom:8px;
}

.service_block.first{
	margin-left:0px;
}

.service_title{
	display: block;
	padding:8px 0px 0px 8px;
	color: #000;
	text-decoration: none;
	font-size:17px;
	font-family: 'dinmedium';
}

#service_content{
	margin-left:20px;
}

#service_left_content{
	float:left;
	width:347px;
}

#service_right_image{
	width:347px;
	float:left;
	margin-left:20px;
}

#service_right_image img{
	width:319px;
	padding:14px;
	background-color: #ffffff;
}

h4{
	font-family: 'dinmedium';
	margin-bottom:17px;
}

#blog_content{
	margin-left:20px;
}



#blog_content .post{
	margin-bottom:20px;
}

#right_content_home.blog{
    z-index: 20;
}

#right_content_home.empty{
	z-index: 20;
	position: inherit;
}

#right_content_home.blog .widget{
	margin-bottom:30px;
}

#inner_content{
	margin-left:20px;
}

#recent-posts-3 li,
#categories-2 li{
	margin-bottom:10px;
}

.postmetadata {
	font-size:12px;
}

#mission_content{
	margin-left:20px;
}

#top_header ul li{
	float:left;
	margin-left:10px;
}

#top_header ul{
	float:right;
	margin-right:20px;
	margin-top:17px;
}

#top_header ul li a{
	display: block;
	width:35px;
	height:35px;
	text-indent: -9999px;
	background-position: 0px -35px;
}

#top_header ul li a:hover{
	background-position: 0px 0px;
}

#twitter{
	background-image: url(/images/twitter.png);
}

#facebook{
	background-image: url(/images/facebook.png);
}

#linkedin{
	background-image: url(/images/linkedin.png);
}

.project_block{
	width:322px;
	padding:20px;
	background-color: #fff;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
}

.project_block.first{
	margin-left:0px;
	clear: both;
}

.project_block h2{
	font-size:17px;
	color: #0073ae;
	line-height:18px;
	text-transform: uppercase;
	margin-bottom:0px;
	height:40px;
}

.project_block h2 a{
	text-decoration: none;
}

.project_client{
	font-family: 'dinmedium';
height:17px;		
}

.project_desc{
	margin-bottom:5px;
}

.contract_value{
	text-transform: uppercase;
	margin-bottom:10px;
	font-size:10px;
}

.contract_value span{
	font-family: 'dinmedium';		
	font-size:15px;
	color: #006496;
}

.project_image{
	background-color: #fff;
	width:322px;
	height:184px;
	overflow: hidden;
}

.project_image img{
	width:100%;
	height:auto;
}

#project_main_content h1{
	margin-left:20px;
}

p.contact_address{
	font-size:16px;
	line-height:21px;
	text-transform: uppercase;
}

.contact_phone{
	font-family: 'dinmedium';
	font-size:23px;
	line-height:26px;
	border-bottom:1px solid #64beeb;
	padding-bottom:20px;
	margin-bottom:20px;
}

.contact_phone span{
	font-size:18px;
	color: #006496;
}

.contact_phone a{
	text-decoration: none;
	color: #464646;
	font-size:18px;
}

a.contact_social{
	display: block;
	font-size:18px;
	font-family: 'dinmedium';
	line-height:35px;
	color: #464646;
	text-decoration: none;
	height:35px;
	padding-left:45px;
	margin-bottom:10px;
}

a#contact_twitter{
	background-image: url(/images/twitter_contact.png);
	background-repeat: no-repeat;
}

a#contact_facebook{
	background-image: url(/images/facebook_contact.png);
	background-repeat: no-repeat;
}

a#contact_linked{
	background-image: url(/images/linkedin_contact.png);
	background-repeat: no-repeat;
}

#wpcf7-f145-p17-o1{
	padding:20px;
	background-color: #fff;
	position: relative;
	left:-20px;
	width:695px;
}

.wpcf7-text{
	background: none;
	border:1px dotted #ccc;
	height:20px;
	padding:3px;
	width:669px;
}

.wpcf7-textarea{
	background: none;
	border:1px dotted #ccc;
	height:100px;
	padding:3px;
	width:669px;
}

.wpcf7-submit{
	background: none;
	border:0px solid #fff;
	color: #fff;
	background-color: #b1def5;
	text-align: center;
	padding:3px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.standard_block{
	background-color: #fff;
	padding:20px;
	margin-bottom:20px;
	width:192px;
	height:142px;
	float:left;
	text-align: center;
	margin-left:19px;
	font-size:12px;
}

.standard_block.first{
	margin-left:0px;
}

.standard_content{
	
}

.standard_image img{
	height:83px;
	width:auto;
}

.standard_image{
	height:83px;
	margin-bottom:10px;
}

h2.standard_title{
	font-size:18px;
	margin-bottom:10px;
	line-height:22px;
}

#service_left_content ul{
	margin-bottom:17px;
}

#service_left_content ul li:before{
	content: '\2022';
	padding-right:10px;
	color: #64BEEB;
}

#mission_content{
	margin-top:17px;
}

#blog_content .post{
	background-color: #fff;
	padding:20px;
	position: relative;
}

.entry-meta{
	position: absolute;
	padding:10px 5px;
	background-color: #64beeb;
	color: #fff;
	right:20px;
	top:0px;
}

h2.entry-title{
	font-size:21px;
	line-height:21px;
}

h2.entry-title a{
	text-decoration: none;
}

a.read-more{
	text-transform: uppercase;
	font-size:12px;
}

#blog_content.single{
	background-color: #fff;
	padding:20px;
}

#blog_content.single_project{
	background-color: #fff;
	padding:20px;
	position: relative;
	left:-20px;
	width:695px;
	margin-bottom:20px;
	padding-bottom:10px;
}

#blog_content.single img{
	max-width:675px;
	height:auto;
}

a.project_link{
	display: inline-block;
	
	background-color: #64beeb;
	color: #fff;
	text-decoration: none;
	padding:5px;
	text-transform: uppercase;
	font-family: 'dinmedium';
	font-size:10px;
	line-height:14px;
}

.project_desc{
	height:34px;	
}

.project_block{

}

div.project_link{
	height:24px;
	margin-top:10px;
}

.single_project h1{
	font-size:18px;
	line-height:18px;
}

#blog_content_intro{
	width:420px;
}

#project_intro_right{
	width:200px;
	padding:10px;
	position: absolute;
	right:20px;
	top:0px;
	background-color: #64beeb;
}

#project_intro_right h3{
	color: #464646;
	font-family: 'dinmedium';
	font-size:17px;
	line-height:18px;
	text-transform: none;
	margin-bottom:10px;
}

#project_intro_right p{
	color: #fff;
}

p.contract_val{
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:10px;
}

p.contract_val span{
	font-size:15px;
	font-family: 'dinmedium';
}

#image_gallery{
	margin-top:30px;
}

#thumbs{
	margin-top:10px;
}

#thumbs li{
	float:left;
	margin-right:10px;
}

#mission_content p{
	margin-bottom:5px;
	font-size:12px;
}

#mission_content span{
	font-family: 'din_blackalternateregular';
	color: #0073ae;	
}

#home_featured{
	overflow:hidden;
	text-align:right;
	height:auto;
}

#home_featured img{
	
	width:100%;
	height:auto;
}

#image_gallery img{
	width:100%;
	height:auto;
}