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

 /*#############################################
 ####### Created by Graphic Lingoes           ##
 ####### mike@graphiclingoes.com              ##
 ####### Copyright 2009, All rights Reserved. ##
 ####### www.graphiclingoes.com               ##
 ####### This documnet may be used as a       ##
 ####### learning tool. It may not be         ##
 ####### copied directly and resold.          ##
 ####### Version 01 created 02172009
 ###############################################
 */
 
 body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #DBDBB9;
	background: #D3EFFB url(../images/slices/backImg2.jpg) repeat-x;
	color: #00204C;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 72%;
	
}

/* default links */

a:link {
	text-decoration: underline;
	color: #D60C16;
}
a:visited {
	text-decoration:underline;
	color: #4E1D1E;
}
a:hover {
	text-decoration: none;
	color: #003376;
}
a:active {
	text-decoration: none;
	color: #8D9908;
}


/* h1, h2, h3 tags*/

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 150%;
	color: #00204C;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 130%;
	color: #00204C;
	
	}
	
h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
	color: #00204C;
	
	}
	
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
	color: #00204C;
	
	}


 hr {
	height: 2px;
	border: #C4DFEC solid 2px ;
     }
	 
.hrDiv {
	height: 3px;
	background-color: #C4DFEC;
	}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style: italic;
	}

p {
	color: #00204C
	}
	
.listHeader {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	color:#D60C16;
	}
	
.listHeader2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
	color:#D60C16;
	}
	
.form_text {color: #4E1D1E}

.dev_description {
	margin: 0 0 0 25px;
	padding: 9px 9px 9px 9px;
	width: 500px;
	background: url(../images/bkrgd/dev_desc_gradient.jpg) repeat-x bottom left;
	border-bottom: #6F510F double 3px;
	text-align:justify;
	}
.right {
	float: right;
	margin: 5px 0px 9px 20px;
	border-top: #6F510F solid 3px; 
	border-bottom: #6F510F solid 3px; 
	}
.project_specs {
	padding: 5px 5px;
	background: #ECEDD7;
	border: #cccccc dashed 1px;
	}
.project_specs hr {
	margin-bottom: 5px;
	width: 122px;
	border: #cccccc dashed 1px;
	}
 
.pageTitle {
	position:absolute;
	margin: 100px 0px 0px 220px;
	width: 600px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 2.50em;
	}
.pageTitleLogo {
	position:absolute;
	margin: 110px 0px 0px 100px;
}

.searchBox {
	position: absolute;
	margin: 175px 0px 0px 42px;
	}
	
.searchBox input {
	width: 112px;
	}
	
.searchBox .formBtn{
	margin: 1px;
	width: 25px;
	background: #DC0616;
	border: 1px solid #DC0616;
	color:#fff;
}
.searchBox .formBtn:hover {
	background-color: #00204C;
	text-decoration: underline;
	color:#FFFFFF;
	border: 1px solid #00204C;
}

.formBtn2{
	margin: 1px;
	background: #DC0616;
	border: 1px solid #DC0616;
	color:#fff;
}
.formBtn2:hover {
	background-color: #00204C;
	text-decoration: underline;
	color:#FFFFFF;
	border: 1px solid #00204C;
}

.box2 {
	width: 225px;
	}
/* Tab Navigation Styles */
#tabNav ul {
	position: absolute;
	margin: 60px 0 0 43px;
	padding: 0;
	list-style: none;
	width: 550px;
	float: left;
	}
	
	
#tabNav ul li {
	float: left;
	background: url(../images/nav/tabRightOff.png) no-repeat top right;
	}
	
#tabNav li a {
	display: block;
	padding: 0 1.0em 0 2.0em;
	line-height: 2.5em;
	background: url(../images/nav/tabLeftOff.png) no-repeat top left;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	}
	
#tabNav ul li a:hover {
	color: #003376;
	background: url(../images/nav/tabLeftOn.png) no-repeat top left;
	}
	
/*########################### Selected Tab Styles */

#tabNav .selectedLeftTab {
	background: url(../images/nav/tabLeftOnS.png) no-repeat top left;
	z-index: 1000;
	}
	
#tabNav .selectedRightTab {
	margin-left: 2.0em;
	padding-left: 0px;
	background: url(../images/nav/tabRightOn.png) no-repeat top right;
	z-index: 200;
	}
	
#tabNav ul li a.selectedRightTab:hover {
	color: #FFFFFF;
	background: url(../images/nav/tabRightOn.png) no-repeat top right;
	}
	
/* Main Wrapper Styles */
	
#wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 814px;
	
	}
	
#toplogo {
	position:absolute;
	margin: 3px 0 0 540px;
	z-index: 1000;
		}
	
	
#header {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 814px;
	height: 88px;
	background: url(../images/slices/header.jpg)
	}

#dShadow {
    position:absolute;
	margin: 148px auto;
	padding: 0px 0px 0px 0px;
	width: 814px;
	height: 9px;
	}

#masthead {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 817px;
	height: 136px;
	
	}
	
#main {
	float: left;
  	margin: 69px auto 0 auto;
	padding: 0px 0px 0px 0px;
	width: 813px;
	background: #FFFFFF url(../images/slices/hammerLarge.gif) no-repeat bottom left;
	}
	
	
#primary_content {
	float: right;
	min-height: 230px;
	height:auto;
	width: 543px;
	margin: 0px 0px 0px 0px;
	padding: 21px;
	border-left: 6px solid #C4DFEC; 
	border-right: 6px solid #C4DFEC; 
	background: #D7F0FC url(../images/slices/contentBack.jpg) repeat-x;
	}
	
	
#primary_content .instructions {
	font-weight: bold;
	font-size:15px;
	}
	
#leftNav {
	float:left;
	padding: 12px 6px 12px 12px;
	width: 198px;
	background: url(../images/slices/leftNavBkgrd.jpg) repeat-x top left;
	color:#333333;
	text-transform: uppercase;
	}
/* Left Navigation Sytles */

#leftNav ul {
	margin: 42px 0px 0px 30px;
	padding: 0;
	list-style: none;
	width: 150px;
	float: left;
	}
	
	
#leftNav ul li {
	float: left;

	}
	
#leftNav li a {
	display: block;
	padding: 0 1.0em 0 2.0em;
	line-height: 2.5em;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #003376;
	float: left;
	}
	
#leftNav li a:hover {
	background: url(../images/nav/sideNavHammer.gif) no-repeat top left;
	text-decoration: none;

	}
	
#leftNav ul a:hover {
	color: #D60C16;
	}
	
#leftNav .selected {

	background: url(../images/nav/sideNavHammer.gif) no-repeat top left;
	float: left;
	}
	
#leftNav .selected_txt {

	color: #D60C16;
	}

/* Primary Content Record Lists */
#primary_content .datalist ul {
	margin: 9px 0 0 0;
	padding: 0;
	list-style: none;
	width: 525px;
	float: left;
	}
	
	
#primary_content .datalist ul li {
	float: left;
	width: 250px;
	}
	
#primary_content .datalist li a {
	display: block;
	padding: .75em 1.0em 1.0em 2.0em;
	height: 75px;
	line-height: 12px;
	width: 225px;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #003376;
	float: left;
	}
	
#primary_content .datalist li a:hover {
	background: #C4DFEC url(../images/nav/sideNavHammer.gif) no-repeat 5px 5px;
	text-decoration: none;
	color: #D60C16;

	}
	
/* Primary Content Datalist Our People */

#primary_content .datalistOurPeople ul {
	margin: 9px 0 0 0;
	padding: 0;
	list-style: none;
	width: 525px;
	float: left;
	}
	
	
#primary_content .datalistOurPeople ul li {
	float: left;
	width: 500px;
	}
	
#primary_content .datalistOurPeople li a {
	display: block;
	padding: 9px 9px 9px 30px;
	height: 70px;
	line-height: 12px;
	width: 500px;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #003376;
	float: left;
	}
	
#primary_content .datalistOurPeople li a:hover {
	background: #C4DFEC url(../images/nav/sideNavHammer.gif) no-repeat 5px 5px;
	text-decoration: none;
	color: #D60C16;

	}

/* DataList NextPrev Links */
.datalistNextPrev  a:link {
	text-decoration: underline;
	color: #D60C16;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
.datalistNextPrev  a:visited {
	text-decoration:none;
	color: #4E1D1E;
}
.datalistNextPrev  a:hover {
	text-decoration: none;
	color: #003376;
}
.datalistNextPrev  a:active {
	text-decoration: none;
	color: #8D9908;
}


/* Bottom Picture Bar Styles */
#picBar {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 813px;
	height: 217px;
	background: url(../images/slices/bottomBack.jpg);
	}

#picOne {
    position:absolute;
	margin: 6px 6px 6px 6px;
	
		}
 
 #picTwo {
    position:absolute;
	margin: 6px 5px 5px 255px;
	
		}
		
 #picThree {
    position:absolute;
	margin: 6px 7px 7px 563px;

		}
	
#footer {
	clear: both;
	float: left;
	position:relative;
	vertical-align: bottom;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 100%;
	min-height: 100%;
	height: 300px;
	color: #FFFFFF;
	text-align: center;
	background: #00204C url(../images/slices/footerBkgrd.jpg) repeat-x top left;
	}
	
#footer a:link {
	color:#FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#footer a:hover {
	color:#FFCC00;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#copyright {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 814px;
	color: #FFFFFF;
	background-color: #00204C;
	text-align: center;
	font-size: 10px;
	}