/* GLOBAL STYLES 
-------------------------------------------------------- */
* {margin:0; padding:0;}
body {
	background: #3f3f3f;
	font-size: 100%; font-family: Arial;
	line-height:1.5em;
	width: 100%;
	text-align: center;
}
hr {
	border: 1 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#globalLinks a:visited {color: #072342;}
a:visited {color: #fff;}

/* DIV STYLES 
-------------------------------------------------------- */
#container {
	background: url("../img/bg2.png") repeat-y top center;
	position: relative; z-index: 2;
	margin: 0 auto; padding: 0;
	text-align: left;
	overflow: none;
}
#container2 {
	background: url("../img/bg2.png") repeat-y top center;
	position: relative; z-index: 2;
	margin: 0 auto; padding: 0;
	text-align: left;
	overflow: none;
}
#heading {
	background: url("../img/headingBG.png") repeat-x;
	height: 23px;
}
#header {
	background: url("../img/headerBG.png") no-repeat;
	height: 182px;
}
#headerBlurb {
	position: absolute; top: 60px; right: 5px;
	width: 400px; height: 100px;
	font-size: .7em; color: #444;
	text-align: right;
}
#mainNav {
	background: url("../img/mainNavBG.png") repeat-x #013D7F;
	height: 54px;
	text-align: center;
}
#feature {
	background: url("../img/featureBG.png") repeat-x;
	height: 218px;
}
#companyIntro {
	position: relative; right: -20px; top:0; z-index: 2;
	height: 216px;
}
#video {
	text-align: right;
	height: 218px;
}
#contentPane {
	background: url("../img/contentPaneBG.png") #d1d0c4;
}
#contentMain {
	background-color: #D1D0C4;
	font-size: .8em;
}
#contentSub-1 {
	background: url("../img/content-sub1BG.jpg") no-repeat top left;
	padding: 10px 0;
	height: 1000px;
}
#contentSub-2 {
	background: url("../img/contractOverlay2.png") no-repeat top left;
	padding: 10px 0;
	height: 1350px;
}
#contentSub-3 {
	background: url("../img/contractOverlay4.png") no-repeat top left;
	padding: 10px 0;
	height: 1000px;
}
#contentSub-4 {
	background: url("../img/content-sub1BG.jpg") no-repeat top left;
	padding: 10px 0;
	height: 1000px;
}
#contentSub-2 {}
#associations {
	text-align: center;
	background: url("../img/associations.png") no-repeat top center #D1D0C4;
	height: 75px;
}
#footer {
	background: url("../img/footerBG.png") repeat-x;
	height: 23px;
}
#overlay1 {
	position: relative; top: -870px; left: 300px; z-index: 9999;
	background: url("../img/key.png") no-repeat;
	width: 409px; height: 265px;
	margin: 0 auto;
}
#overlay2 {
	position: relative; top: -820px; left: 310px; z-index: 9999;
	background: url("../img/key2.png") no-repeat;
	width: 409px; height: 265px;
	margin: 0 auto;
}
#overlay3 {
}
#overlay4 {
}
.navBox { margin: 0 0 0 25px; }
.box {
	margin: 0 20px;
	padding: 0;
}


/* HEADING STYLES
-------------------------------------------------------- */
#description h1 {
	margin: 0; padding: 0;
	font-size: .7em; font-weight: normal;
}
#header h2 {
	margin: 0; padding: 0;
	background: url("../img/logo.png") no-repeat top right;
	width: 365px; height: 182px;
}
#header h2 span {
	margin: 0; padding: 0;
	display: none;
}

/* TEXT STYLES 
-------------------------------------------------------- */
#globalLinks {
	text-align: right;
	margin: 0 0 0 5px;
	font-size: .7em; font-weight: normal;
}
#companyIntro p {
	margin: 50px 40px 0 10px;
	color: #fff; font-size: .9em; line-height: 2em;
	text-align: justify;
}
#footer p {
	margin: 0;
	font-size: .7em; font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
}

/* NAVIGATION STYLES
-------------------------------------------------------- */


/* LIST STYLES 
-------------------------------------------------------- */
ul {
	margin: 0; padding: 0;
	text-align: left;
}
.bullets {}
ul#associates {
	list-style-type: none;
	display: inline;
}
ul#associates li {
	display: inline;
}

/* TABLE STYLES
--------------------------------------------------------- */
.tdform {
	padding: 5px;
}

/* FORM STYLES 
--------------------------------------------------------- */
.feedbackInput {
	font-size: .9em; color: #333333;
	padding: 5px;
	width: 260px;
}

