/* 
CSS StyleSheet
Created 8.8.08
by Jay
River City Studio
*/

	/* ----------------------- Global Declarations --------------------------- */
	
* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('/_img/brown_gradient.jpg');
	background-position: 0px 10px;
	background-repeat: repeat-x;
	background-color: #7680A3;
}

#topBorder {
	border-top: 10px solid black;
}

#container {
	position: relative;
	width: 955px;
	margin: 0px auto;
}

#bottomGradient {
	background-image: url('/_img/bottomGradient.jpg');
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding-bottom: 30px;
	background-color: #2D3C73;
}


	/* -------------------- Header Declarations --------------------------- */
	
#header {
	width: 955px;
	height: 96px;
	margin: 0px auto;
	position: relative;
}

#header #logo {
	float: left;
}

#topNav {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}

#topNav a  {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 7px;
}

#topNav a:hover {
	color: #FF6600;
}

#mainNav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 641px;
	background-image: url('/_img/navBacker.jpg');
	background-repeat: repeat-y;
	text-align: center;
	padding: 6px 0px;
}

#mainNav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 15px;
}

#mainNav a:hover, #mainNav a.active {
	background-color: #FF6600;
}


	/* -------------------------------- Content Declarations ---------------------------- */



	/* ------------- Home Page Declarations --------------------- */
	
#homeContent #left, #homeContent #right, #homeContent h3#topHeader {
	margin-top: 15px;	
}
	
#homeContent {
	background-color: #000;
	padding-bottom: 12px;
}

#homeFlashContainer {
	height: 30px;
	background-color: #747EA2;
}

#homeFlashContainer #flashTicker {
	display: block;
	margin: 0px auto;
}

#homeContent img {
	display: block;
}


#homeContent #left {
	float: left;
	width: 175px;
	padding-left: 50px;
}

#homeContent #left img {
	padding: 5px 0px;
}

#homeContent #right {
	float: right;
	width: 300px;
	padding-right: 40px;
}

#homeContent #right img {
	float: right;
	margin-left: 12px;
}

#homeContent #middle {
	margin-left: 275px;
	margin-right: 380px;
}

#homeContent h3, #content h3, #homeContent h4, #content h4 {
	font-size: 15px;
	color: #FF6600;
	text-transform: uppercase;
/* 	margin-bottom: 6px; */
}

#homeContent h4, #content h4 {
	margin-top: 12px;
	margin-bottom: -6px;
	font-size: 12px;
	color: #747EA2;
	text-transform: none;
}

#homeContent h4.padTop, #content h4.padTop {
	padding-top: 6px;
}

#homeContent p {
	color: #fff;
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 12px 0px;
}

#homeContent p.first, #homeContent h4.first, #content h4.first {
	margin-top: 2px;
}

#homeContent p a {
	color: #005AB3;
	font-size: 11px;
	font-weight: bold;
}

#homeContent p#awards {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
/* 	padding-right: 30px; */
	padding-top: 20px;
	clear: both;
}

#homeContent p#awards img {
	display: inline;
	margin: 0px 5px;
}

#homeContent #middle img {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-top: 6px;
}


	/* -------------------------- Secondary Page Content --------------------- */

#content {
	background-color: #fff;
	background-image: url('/_img/blackBacker.gif');
	background-repeat: repeat-y;
	padding-bottom: 18px;
}


	/* ------------ Left Side ------------ */
	
#content #left {
	float: left;
	width: 165px;
	padding-top: 20px;
}

#content #left h4, #content p {
	color: #fff;
	margin: 9px 0px 9px 20px;
}

#content p.noPad {
	margin-top: 0px;
}

#content #left h4 {
	font-size: 14px;
}

#content p {
	font-size: 11px;
	font-weight: bold;
}

#content #left p a {
	color: #fff;
}

#content #left a:hover, #content #left a.active {
	color: #FF6600;
}

	/* ----------------- Right Side -------------------- */

#content #right {
	width: 787px;
	padding-top: 30px;
	margin-left: 165px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #fff;
	padding-bottom: 12px;
}

#content #right #headerImage {
	display: block;
	margin: 0px auto;
	margin-bottom: 25px;
	float: none !important;
}

#content #right #rightImage {
	display: inline;
	float: right;
	width: 260px;
	margin-right: 50px;
	margin-top: 30px;
}

#content #right #rightImage img {
	display: block;
	margin: 0px auto;
	float: none !important;
	border: 1px solid #999;
}

#content #right #rightImage img.noborder {
	border: none;
}

#content #right #rightImage p {
	text-align: center;
	width: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#content #right h3, #content #right p, #content #right h4 {
	margin-left: 50px;
/* 	width: 345px; */
	width: 400px;
}

#content #right object#flashGallery {
	margin-left: 50px;
}

#content #right h3 span {
	font-size: 90%;
	text-transform: capitalize;
	font-style: italic;
}

#content #right p {
	color: #000;
/* 	width: 345px; */
	font-weight: normal;
}

#content #right p.boldify {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	width: auto;
}

#content #right p span.blue {
	font-weight: bold;
	color: #2D3C73;
}

#content #right ul {
	margin-left: 75px;
}

#content #right ul li {
	font-weight: bold;
	list-style-type: none;
	margin: 5px 0px;
}

#content #right ul.serviceList {
	margin-left: 75px;
}

#content #right ul.serviceList li {
	font-weight: normal;
	list-style-type: disc;
	width: 385px;
	list-style-position: outside;
	vertical-align: top;
}

/*#content #right ul.serviceList li:first-letter {
	font-size: 120%;
}*/

#content #right ul.serviceList a {
	font-size: 110%;
	font-weight: bold;
	color: #2D3C73;
}

#content #right ul.serviceList a:hover {
	color: #FF6600;
}

#content #right img {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
}

#content #right p.address {
	font-size: 14px;
	line-height: 18px;
	margin-left: 62px;
}

#content #right p.address span {
	padding-left: 8px;
}

#content #right p.newsLetterLinks a {
	font-size: 12px;
	font-weight: bold;
	color: #6F799D;
	line-height: 17px;
	font-family: Arial;
}

#content #right p.newsLetterLinks a:hover {
	color: #FF6600;
}

	/* ------------------------ Service Declarations ----------------------------- */
	
#content #right div#serviceBullets {
	width: 400px;
	margin-left: 50px;
}
	
#content #right #serviceBullets h5 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-top: 16px;
}

#content #right #serviceBullets ul {
	width: 48%;
	margin: 0px;
	padding: 0px;
}

#content #right #serviceBullets ul.splitServiceRight {
	float: right;
}

#content #right #serviceBullets ul.splitServiceLeft {
	
}

#content #right #serviceBullets ul li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-left: 15px;
	font-size: 11px;
}


	/* --------------------- SubContractor and Supplier Button, -------------------------- */
	/* --------------------plus Right Bulleted List for Mission/Vision -------------------- */
	
#content #right #rightFilePortal, #content #right #rightBulletList {
	float: right;
/* 	width: 225px; */
	width: 230px;
	margin-right: 50px;
	display: inline;
}

#content #right #rightFilePortal h3, #content #right #rightBulletList h3, #content #right #bottomBulletList h3 {
	width: auto;
	font-size: 15px;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: -1px;
}

#content #right #rightFilePortal img {
	float: none;
	display: block;
	margin: 0px auto;
	margin-top: 10px;
}

#content #right #rightBulletList {
	display: inline;
}

#content #right #bottomBulletList {
	background-color: #D6D8E4;
	margin-left: 50px;
	margin-right: 325px;
	padding: 7px;
	position: relative;
}

#content #right #rightBulletList h3, #content #right #bottomBulletList h3 {
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	width: auto;
}

#content #right #rightBulletList p, #content #right #bottomBulletList p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #747EA2;
	width: auto;
}

#content #right #rightBulletList ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 7px;
	width: auto;
}

#content #right #rightBulletList ul li, #content #right #bottomBulletList td {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: disc;
	margin: 7px 0px;
	width: auto;
	font-family: Arial, sans-serif;
}

#content #right #bottomBulletList td {
	padding: 4px 0px;
	padding-left: 14px;
	padding-right: 6px;
	background-image: url('/_img/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

	/* ----------------------- Footer Declarations -------------------------------- */
	
#footer {
	padding-top: 8px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

#footer a, #footer span {
	color: #fff;
	padding: 0px 3px;
}


	/* --------------------- Form Declarations ----------------------------- */
	
#infoForm {
	margin-top: 10px;
	margin-left: 20px;
	width: 400px;
	text-align: right;
}

#infoForm p.smallAlert {
	color: red !important;
	width: 225px !important;
	position: relative;
	left: 180px;
	text-align: center;
	font-size: 90%;
	font-weight: bold !important;
}

#infoForm input, #infoForm select, #infoForm textarea {
	width: 225px;
	border: 1px inset #333;
	padding: 1px;
	margin-left: 11px;
}

#infoForm input.pExt {
	width: 40px;
	margin: 0px 2px;
	position: relative;
	left: 0px;
}

#infoForm input.pNumber {
	width: 147px;
	margin: 0px 2px;
	position: relative;
	left: 0px;
}

#infoForm textarea {
	vertical-align: top;
	height: 200px;
}

#infoForm input.submit {
	width: auto;
	border: 1px outset #333;
}

#infoForm input.error {
	border: 2px solid red;
}

#infoForm select.error {
	border: 2px solid red;
}