/* CSS Document */

body {
	background: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #000000;
}
h2 {
	margin: 0;
	color: #0CACD1;
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0;
	color: #91CA2E;
	font-size: 18px;
	font-weight: normal;
}
	h3 a {
		color: #91Ca2E;
	}
	h3 a:hover {
		color: #0CACD1;
	}
#bg {
	background: url(../images/BG2.gif) repeat-x 0px 212px;
}

.clear {
	clear: both;
}

#container {
	width: 838px;
	margin: 0 auto;
	background: url(../images/bodyBG.gif) repeat-y top;
}

#shadowL {
	background: url(../images/shadowL.gif) no-repeat top left;
}
#shadowR {
	background: url(../images/shadowR.gif) no-repeat top right;
}
#shadow2L {
	background: url(../images/shadow2L.gif) no-repeat left 212px;
}
#shadow2R {
	background: url(../images/shadow2R.gif) no-repeat right 212px;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #F2F2F2;
}
#header {
	width: 800px;
	height: 212px;
}
#header h1 {
	margin: 0;
	padding: 0;
}
* html #header { /* IE 6.0 HACK */
	padding-left: 10px;
	margin-right: -10px;
}
#nav {
	height: 56px;
	background: url(../images/navBG1.gif) repeat-x;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 16px 12px 22px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
}
#nav ul li .sep {
	display: block;
	float: left;
	height: 56px;
	width: 2px;
	background: url(../images/navSep.gif) no-repeat;
}
* html #nav { /* IE 6.0 HACK */
	margin-left: 10px;
	margin-right: -10px;
}
#body {
	padding: 22px;
}
#body .content {
	width: 775px;
	float: left;
}
#body .content strong { /* strong element color */
	color: #7DBF0E;
}
#body .graphic {
	width: 273px;
	float: right;
}

/* --( Vertical Navigation Menu )-- */
#body #vert_nav {
	margin: 0;
	padding: 0;
	float: right;
	width: 179px;
}
#body .content #vert_nav li {
	list-style-type: none;
}
* html #body .content #vert_nav li.first a {
	margin-top: 0;
}
* html #body .content #vert_nav li a {
	margin-top: -7px;
	margin-bottom: -8px;
}
#body .content #vert_nav li a {
	display: block;
	text-align: center;
	background: url(../images/vert_nav_bg.gif) top left no-repeat;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 13px;
	padding-bottom: 15px;
}
#body .content #vert_nav li a:hover {
	background-position: bottom left;
}

/* --( About Us Styles )-- */
#body .content .google-maps {
	width: 300px;
	float: right;
	margin: 0 0 1em 1em;
}
#body .content .contact-form {	
	width: 475px;
	float: right;
	margin: 0 0 1em 1em;
}

/* --( Product Development Styles )-- */
#body .content .product-development dt {
	color: #91CA2E;
	font-weight: bold;
}
#body .content .product-development dd {
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 0;
}
#body .content .product-development dd ul {
	padding-left: 0;
	margin-left: 30px;
}
#body .content img.product-development {
	width: 171px;
	height: 586px;
	float: left;
	margin-right: 1em;
}
#body .content div.product-development {
	float: left;
	width: 590px;
}

/* --( FDM Styles )-- */
#body .content .fdm {
	float: left;
	margin-bottom: 20px;
}

/* --( Testing Styles )-- */
#body .content div.testing {
	float: left;
	margin-right: 1em;
}

/* --( CMM Styles )-- */
#body .content div.cmm {
	float: left;
	width: 192px;
	margin-right: 1em;
}
#body .content div.cmm img {
	margin-bottom: 1em;
}
#body .content ul.cmm {
	margin-left: 232px;
	padding-left: 0;
}
#body .content ul.cmm span {
	margin-left: .5em;
	margin-right: .5em;
}
#body .content p.testing img {
	margin-right: 1em;
	margin-bottom: 2em;
}
#body .content h4.cmm {
	font-size: 14px;
	color: #0CACD1;
}
/* --( Certifications Styles )-- */
#body .content div.certifications {
	width: 200px;
	float: left;
	margin-right: 1em;
}
#body .content div.certifications p {
	text-align: center;
	marign: 1em auto;
}


/* --( Prototype Styles )-- */
#body .content div.prototype {
	width: 190px;
	float: left;
	margin-right: 1em;
	text-align: center;
}
#body .content div.prototype img {
	margin-bottom: 1em;
}
#body .content ul.prototype {
	margin-left: 230px;
	padding-left: 0;
	font-weight: bold;
}
#body .content p.prototype {
	float: none;
	margin-top: 257px;
}
* html .content p.prototype {
	margin-top: 218px !important;
	margin-bottom: 20px;
}
#body .content p.prototype img {
	margin-right: 1em;
}

/* Open House 2008 */
#body .content #openhouse {
	width: 300px;
}
#body .content #openhouse dt {
	padding: .3em .5em;
	background-color: #0CACD1;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: center;
	font-size: 14px;
}
#body .content #openhouse dd {
	margin-left: 0;
	border: 1px solid #0CACD1;
	text-align: center;
	padding: .5em;
	background-color: #FBFBFB;
}
#body .content #openhouse dd strong {	
	color: #000;
}
#body .content #openhouse dd a {
	text-decoration: none;
	color: #7DBF0E;
	font-size: 11px;
}
#body .content #openhouse dd a:hover {
	text-decoration: underline;
}
#body .content div#openhouse {
	float: right;
	width: 250px;
	margin: 0 2em;
}
* html #body .content div#openhouse {
	margin-right: .5em;
}

#footer {
	height: 63px;
	background: url(../images/footerBG.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .nav {
	margin: 0;
	padding-top: 9px;
}
.fp_splash a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C9C0B4;
}
.fp_splash a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFFF00;
}

#footer .copyright {
	margin: 0;
	color: #F0F0F0;
}
#footer .copyright a {
	color: #F0F0F0;
	text-decoration: none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
