/*	NDT Corporation Screen Styles
	Author: Dan Peters
----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	}
img{
	border:0;
	}
body{
	background: url(/images/page_bg.jpg) repeat-x center top #9fadbd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #151515;
	line-height: 1.4em;
	}
li{
	margin-left: 20px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #284659;
	}
#container{
	width: 886px;
	margin: 15px auto 30px auto;
	display: block;
	}	
#header{
	background: url(/images/header.jpg) no-repeat;
	width: 886px;
	height: 179px;
	}
#header #logo{
	height: 125px;
	}
#header #logo img.logotop{
	position: relative;
	top: 30px;
	left: 3px;
	}
#leftcol{
	float: left;
	color: white;
	height: 500px;
	width: 188px;
	text-align: right;
	background: url(/images/leftcol_bg.gif) repeat-y;
	}
#leftcol ul{
	list-style: none;
	}
#leftcol li{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
	}
#leftcol li ul{
	border-top: 1px solid #2F526E;
	border-bottom: 1px solid #2F526E;
	}
#leftcol li a{
	display: block;
	color: white;
	text-decoration: none;
	line-height: 2.2em;
	padding-right: 20px;
	width: 168px;
	}
#leftcol li li a{
	display: block;
	color: white;
	text-decoration: none;
	line-height: 2.2em;
	padding-right: 25px;
	padding-left: 8px;
	font-size: 11px;
	/* background: #4a7ba3; */
	width: 155px;
	color: #bbb;
	}
#leftcol a:hover{
	background: #4a7ba3;
	}
#leftcol li li a:hover{
	text-decoration: underline;
	}
#rightcol{
	padding: 30px;
	float: right;
	width: 625px;
	background: white;
	}
#rightcolprojects{
	padding: 20px 30px;
	float: right;
	width: 625px;
	background: white;
	}
#rightcol img{
	float: right;
	padding: 20px;
	}
#navbar{
	margin-left: 10px;
	}
#navbar ul{
	list-style: none;
	margin:0;
	padding: 0;
	}	
#navbar ul li{
	height: 30px;
	display: inline;
	margin: 0;
	}
#navbar ul li a{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 0px 12px;
	margin-right: 3px;
	}
#navbar ul li a:hover{
	background: #0099FF;
	}
.navcap{
	font-size: 15px;
	}
#bodycontentwrap{
	width: 880px;
	padding: 0px 3px 0px 3px;
	background: url(/images/page_bg_home.gif) repeat-y;
	}
#bodycontentwrapint{
	width: 880px;
	background: url(/images/page_bg.gif) repeat-y;
	padding: 0px 3px 0px 3px;
	}
#bodycontent{
	width: 530px;
	padding: 5px 20px 20px 20px;
	margin-bottom: 135px;
	}
#bottom_container{}
#columnright{
	color: #284659;
	float:right;
	border-left: solid 1px;
	border-color: #7f7f7f;
	width: 296px;
	background: #e1e1e1;
	}
#colrightwrap{
	padding: 20px;
	}
#indent{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
#indent li{
	padding-left: 18px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .15em;
	}
#columnright p{
	margin-top: 15px;
	}
#collage{
	position: relative;
	top: -126px;
	height: 127px;
	width: 583px;
	background: url(/images/collage_bottom.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}
#contact_box{
	padding: 12px 0px 15px 10px;
	width: 286px;
	color: white;
	background: #386393;
	}
#contact_box td{
	vertical-align: top;
	}
#contact_box h3{
	margin: 5px 0 5px 0;
	}
#contact_box img{
	margin: 10px 11px 0 0;
	}
#contact_box input{
	margin: 0px 0px 5px 0px;
	padding: 0;
	}
#footertop{
	clear: both;
	height: 1px;
	}

#footer{
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: white;
	clear: both;
	height: 65px;
	background: #327acb;
	}
#footer_left{
	float: left;
	}
#footer_right{
	float: right;
	}
#footer a{
	color: white;
	}
/* typography
----------------------------------------------*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 21px;
	color: #284659;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #284659;
	line-height: 1.2em;
	margin-bottom: 8px;
	border-bottom: 1px solid #14263b;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: white;
	}
p{
	margin-bottom: 15px;
	}

.h1light{
	font-weight: normal;
	}
/* interior Pages
----------------------------------------------*/
#headerint{
	background: url(/images/header_interior.jpg) no-repeat;
	width: 886px;
	height: 179px;
	}
#headerint #logo{
	height: 125px;
	}
#headerint #logo img.logotop{
	position: relative;
	top: 30px;
	left: 3px;
	}
/* input fields
----------------------------------------------*/
#first_name{
	width: 120px;
	}
#last_name{
	width: 120px;
	}
#email{
	width: 120px;
	}
#phone{
	width: 120px;
	}
#company{
	width: 135px;
	}
#comments{
	width: 135px;
	height: 90px;
	}
/* projects
----------------------------------------------*/
#rightcolprojects img{
	padding: 10px 0 20px 0;
	}
#project{
	width: 390px;
	float: left;
	}
#summary{
	width: 200px;
	float: right;
	color: #999999;
	margin-top: 46px;
	}
/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* BRS
-----------------------------------------------*/


.left-nav-indent a:link {
	color: #F00;
}

#navbar-selected a {
	background: #0099FF;
	}
	
#left-nav-selected {
	background: #4a7ba3;
	}
	