
* { padding: 0; margin: 0; }



html, body {
 background-color: #fff;
 margin: 0 auto;
 text-align: center;
 height:100%;
}



h1{
	font-family: arial;
	font-size: 1.5em;
	color: #00234b;
	line-height:2em;
	font-weight: lighter;
}

h2{
	font-family: arial;
	font-size: 20px;
	color: #00234b;
	line-height:2em;
	font-weight: lighter;
}

p{
	padding-bottom:15px;
	line-height: 1.75em;
}


p a{
	text-decoration: none;
	color: #009ada;
}

p a:hover{
	text-decoration: underline;
}

#container {
   min-height: 100%;
}

* html #container { 
height:100%; 
} 

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background-color: #fff;
 
 padding-bottom: 110px;
}
/*=====================================  TOP OF PAGE HEADER  =======================================*/
#header {
 color: #333;
 width: 1000px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 130px;
 margin: 0px 0px 0px 0px;

}


#headerLogo{
	width: 500px;
	float: left;
}

#headerText{
	
	float: right;
	width: 500px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color:#00234b;
	padding-top: 70px;
	text-align: right;
}



/*=====================================  HORIZONTAL MENU  =======================================*/
#navigation {
float: right;
 width: 811px;
 height: 18px;
 background-color: #009ada;
 text-align: left;
}

.horizontalmenu ul{
	list-style: none;
	display:inline;
	
}
.horizontalmenu li{
	float:left;
	width:95px;
	height: 18px;
	border-left: solid 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-align: center;	
	list-style: none;
}

.horizontalmenu li a{
	color: #fff;
	text-decoration: none;
}
.horizontalmenu li a:hover{
	color: #00234b;
	text-decoration: none;
}



#mainImage{
	z-index: 3000;
	height: 305px;
	text-align:center;
/*	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	behavior: url(scripts/PIE.htc);	 */
}

#mainImage2{
	width: 1000px;
	border-bottom: SOLID 1px #00234b;
	height: 10px;
}

/*=====================================  Main Content Area  =======================================*/

#mainContent{
	width: 1000px;
	padding: 10px 0 10px 0;
	background-color:#fff;
	clear: both;
}


#leftColumn{
	float: left;
	width: 355px;
	background-color:#fff;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .75em;
	color: #000;
	text-align: left;
}

#leftColumn H1{
	padding-top: 5px;
	color: #009ada;;
	margin-top: -10px;
	z-index: 3000;
	height: 40px;
	
}

#rightColumn{
	float: right;
	width: 625px;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .75em;
	color: #000;
	text-align: left;
	padding-bottom: 20px;
}

#suppliers{
	border: solid 1px #999;
	width: 610px;
	background-image:url(images/supplier_background.jpg);
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align:center;
	color: #666;
	padding: 5px;
	margin-top: 20px;
}

.supplierLogos{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 3px;
	text-align:center;
	color: #00234b;

}

/*=====================================  Home Page Database Content  =======================================*/

#databaseContent{
	width: 625px;
	padding: 40px 0 10px 0;
	margin-bottom: 10px;
}

#projectLinks{
	float: left;
	width: 415px;


}

#projectLinks p{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	color: #000;
	line-height:normal;
}

#projectLinks a{
	text-decoration: none;
	color: #009ada;
}

#projectLinks a:hover{
	text-decoration: underline;
}

#newsLinks{
	float: right;
	width: 195px;
	min-height: 240px;
	border-left: solid 1px #999;
	padding-left: 10px;
}

#newslinks p{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	color: #000;
	line-height:normal;
}

#newslinks a{
	text-decoration: none;
	color: #009ada;
}

#newslinks a:hover{
	text-decoration: underline;
}

/*=====================================  FOOTER  =======================================*/
#footer { 
 position: relative;
 margin-top: -110px; /* negative value of footer height */
 height: 110px;
 background-color: #00234b;
 width: 100%;
 color: #d4dfe4;
 border-top: 5px solid #009ada;
 clear:both;
}


#footerContent{
	margin: 0 auto;
	width: 1000px;
}

#leftFooter{
	float: left;
	width: 480px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .7em;
	color: #d4dfe4;
	padding: 5px;
}

#leftFooter p{
	line-height: 1.2em;
}

#rightFooter{
	float: right;
	width: 490px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .7em;
	color: #d4dfe4;	
	padding: 5px;
}

#rightFooter p{
	line-height: 1.2em;
}

/*==========================  Form Styling   ==============================*/

label {
	font-family: arial;
    font-size: 12px;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 0.3em;
	display: block;
	color:#09F;
}
