html, body { margin:0;padding:0; height: 100%; }
h1,h2,h3,h4,h5,h6,p,form,fieldset { margin:0;padding:0;}
img { border: 0; }

body {
	background-color: White;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
   line-height: 1.3em;	 
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
}

p{
	margin-top:20px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1{
	font-size: 1.3em;
	color: white;
	text-align: center;
	padding-top:12px;
	line-height: 20px;
	height:55px;
	vertical-align: middle;
	background-image: url(images/site/background_header.gif) ;
	background-repeat: no-repeat;
}



h2 {
	font-size: 1em;
	line-height:1em;
	margin-top:1.5em;
}


img {
	border: none;
}

/* Content Elements */
#contentWrapper {
	position: relative;
	margin:12px 0 0 0;
	background-color: #dcdddf;
	height: 552px;
	z-index: 0;
}  

#descrContent{
	position:relative;
	float:left;
	margin: 66px 0 12px 12px;
	width:341px;
	height: 397px;
	background-color: #e4eeb9;
	border-top: 1px solid #d1d9c2;
	padding: 10px 10px 10px 10px;
}
#imageContent{
	position:relative;
	float:right;
	margin-right:12px;
	width:515px;
}

#logo {
	position: absolute;
	margin: -70px 0 0 -5px;
	z-index: 2;

}

#intro {
	margin-top:10px;
}

/* Design Elements -----------------------------------------------*/
#pageWrapper {
width: 900px;
height: 650px;
margin: 37px auto 10px auto;
clear: both;
  }
  
  #transparent {
  	position:absolute;
	top: 67px;
	z-index: 2;
  	background-color: #e4eeb9;
	width:82px;
	height: 417px;
	opacity:0.5;filter:alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)
  }
  

.spacer {
 	position:relative;
 	clear:both;
	height: 10px;
}


#imageWrapper{
	height: 127px;
}

#footer{
clear:both;
 height: 35px;
 line-height: 35px;
 font-size: .85em;
 background-color: white;
 margin: 0 12px 2px 12px;
 text-align: center;
 }
 
 #copyright{
font-size: 9px;
 text-align: center;
 }
 
 
.clearfix {
	clear:both; 
	height:0;
	line-height: 0;
}

#helmet1{
	position: absolute;
	z-index: 2;
	margin: -38px 0 0 83px;
}
#helmet2{
	position: absolute;
	z-index: 2;
	margin: -38px 0 0 309px;
}
#helmet3{
	position: absolute;
	z-index: 2;
	margin: -38px 0 0 535px;
}
#helmet4{
	position: absolute;
	z-index: 2;
	margin: -38px 0 0 761px;
}

#shim {visibility: hidden; width: 100%; height: 50%; margin-top: -307px; float: left;}

/*Navigation ----------------------------------------------------*/

#listmenu{
	margin: 0px 0 10px 0;
	height: 35px;
	width:900px;
	overflow:hidden;
   position:relative;

}

#listmenu ul {
	clear:left;
   float:left;
   list-style-type:none;
   position:relative;
   text-align:center;

}

#listmenu li {
 	display:block;
  	list-style-type:none;
	margin-left: 12px;
   float:left;
  	width:102px;
   position:relative;
	line-height: 35px;
	font-size:1em;
	background-color: #dcdddf;
}

#listmenu li.first {
	margin-left: 0px;
}


#listmenu li.altColor {
	background-color: #f9d0b0;
}

#listmenu li a {
	display: block;
	text-decoration:none;
	text-align: center;
	color:#dcdddf;
	
}

#listmenu li a:hover {
	color:#355221;
	text-decoration:underline;
}


/* Form ---------------------------------------------------------------- */


