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


body {
	font: 75% "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(images/pageBck.jpg) repeat-x;
	line-height: 1.5em;
	margin-top: 20px;
}

a:link, a:visited {
	color: #1B4A75;
}
a:active, a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 1px;
}
.printHead {
	display: none;
}

#pageWrapper {
	width: 831px;
	margin: 0 auto;
	background /**/: url(images/contentBck.png) repeat-y;
}


*html #pageWrapper {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contentBck.png');
}


#innerWrapper {
	width: 751px;
	margin: auto;
	position: relative;
	left: 40px;
	left /**/: 0;
}
.screenHead {
}
#header {
	position: relative;
	left: -40px;
	width: 831px;
}
#menu {
	margin-left: 40px;
	background: url(images/menuBck.jpg) no-repeat;
	height: 41px;
	margin-top: -3px;
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	list-style: none;
}
#topNav a {
	display: block;
	height: 41px;
}
#topNav span {
	position: relative;
	top: -5000px;
	display: none;
}

#topNav .about a:link, #topNav .about a:visited {
	width: 62px;
	background: url(images/mnu_about.jpg) no-repeat 0 0;
}
#topNav .about a:active, #topNav .about a:hover {
	background: url(images/mnu_about.jpg) no-repeat -62px 0;
}
#topNav .currentAbout a {
	width: 62px;
	background: url(images/mnu_about.jpg) no-repeat -124px 0;
}
#topNav .certifications a:link, #topNav .certifications a:visited {
	width: 111px;
	background: url(images/mnu_certifications.jpg) no-repeat 0 0;
}
#topNav .certifications a:active, #topNav .certifications a:hover {
	background: url(images/mnu_certifications.jpg) no-repeat -111px 0;
}
#topNav .currentCertifications a {
	width: 111px;
	background: url(images/mnu_certifications.jpg) no-repeat -222px 0;
}
#topNav .process {
	display: none;
}
#topNav .contact a:link, #topNav .contact a:visited {
	width: 168px;
	background: url(images/mnu_contact.jpg) no-repeat 0 0;
}
#topNav .contact a:active, #topNav .contact a:hover {
	background: url(images/mnu_contact.jpg) no-repeat -168px 0;
}
#topNav .currentContact a {
	width: 168px;
	background: url(images/mnu_contact.jpg) no-repeat -336px 0;
}
#topNav .nadcap a {
	width: 105px;
	background: url(images/nadcapLogo.jpg) no-repeat 0 0;
	margin-left: 190px;
	position: relative;
	top: -2px;
}
	
#pageTop {
	clear: both;
	position: relative;
	background: #F3C611;
	padding: 1.5em;
	padding-bottom: .5em;
}

#pageTop a:link, #pageTop a:visited {
	color: #1B4A75;
}

#pageTop a:active, #pageTop a:hover {
	color: #fff;
}
.pageIntro {
}
.pageIntro .oneThird {
	position: relative;
	float: left;
	width: 20%;
	margin-left: 10px;
	z-index: 10;
}

.pageImage {
	float: right;
	position: relative;
	top: -1.5em;
	right: -1.5em;
	margin-bottom: -1.5em;
}

#pageMain {
	padding: 1.5em;
}

#pageMain #leftCol {
	position: relative;
	top: -1.5em;
	left: -1.5em;
	float: left;
	width: 45%;
	padding: 1.5em;
}

#pageMain #rightCol {
	position: relative;
	top: -1.5em;
	padding-top: 1.5em;
	float: right;
	width: 49%;
}

#pageMain ul li {
	color: #1B4A75;
	font-weight: bold;
}
#pageMain ul ul li {
	color: #000;
	font-weight: normal;
}

#footer {
	clear: both;
	padding: 1em 0;
	font-size: .9em;
	width: 751px;
	margin-left: 40px;
	background: #252525;
	text-align: center;
	color: #fff;
}

#pageBottom {
	width: 816px;
	height: 41px;
	background: url(images/pageBottom.jpg) no-repeat;
	margin: auto;
}


.googleMap {
	width: 300px;
	height: 350px;
	border: 1px solid #000;
}

/*Form styles*/
.required {
	color: red;
	font-weight: bold;
}
#contactForm {
	padding: 1em;
}	
*html #contactForm {
	width: 230px;
}

div.controls {
	margin: 0.5em;
}
div.row {
	clear: both;
	height: auto;
	margin: 0.7em 0em;
	width: 330px;
}
input, select, textarea {
	margin-top: 0;
	margin-left: 0;
	float: right;
}
input.rButton {
	float: none;
}
legend {
	font-size: 1.5em;
}	
span.label {
	float: left;
	width: 30%;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;		
	padding-right: .5em;
	margin-right: .5em;
	text-align: right; 
}	
		
textarea {
	margin-bottom: 5px;
	margin-left: 30%;
}
	
.contactInfo {
	padding-left: 1.5em;
}