/* http://blog.danbartels.com/archive/2005/03/14/416.aspx to fix IE6 double margin bug:) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a {
	outline: none;
}

body {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
	font-size: 10pt;
	text-align: center;
	background: #c9422d;

	
}

body img {
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;

  
}

#container {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	position: relative;
	z-index: 1;
	color: #ffffff;
			background: #413647 /*url("images/page.gif") repeat-y*/; 
}


a:link, a:visited {
 color: #c9422d;
 text-decoration: none;
 font-weight: bold;
 
}
a:hover {
 color: #f26b6c;
 text-decoration: none;
 font-weight: bold;
} 


#header h1 {
	background: transparent url("images/header.jpg");
	background-repeat: no-repeat;
		height: 166px;
	text-align: left;
		
}

#header h1 span {
	display:none
	}
#nav {
	margin: 50px 0 0 0;
	padding: 0;
	background: #c9422d;
	width: 180px;
	list-style-type: none;
	float: left; /*contain float list items*/
		}

#nav li {
margin: 0;
padding: 0;
float: left; /*this corrects the */
width: 100%; /*IE whitespace bug*/
		}
		
#nav a {
	display: block;
	color: #413647;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #413647;
}
	
#nav a:hover {
	color: #4F5263;
	background-color: #BA5C5A;
}
	
	
#nav #nav_cont a {
	border: none;
	
}	
	
/*body id and you are here indicators - keeps current page in a non-hover status*/

#body_home #nav_home a:hover, #body_temp #nav_temp a:hover, #body_stan #nav_stan a:hover, #body_port #nav_port a:hover, #body_cont #nav_cont a:hover {
	color: #413647;
	background-color: #c9422d;
} 


#content {
	float: left;
	display:inline;
		margin: 50px;
		width: 560px;
		}
	
	
#thumbs img {
			position: relative;
	height: 104px;
	width: 145px;
	border: #764551 solid 1px;
	margin-right: 30px;
}


/*form style*/

label {
	display: block;
}

ul.standards {
	margin-left: 25px;
}




#footer {
		background: #413647;
		color: #c9422d;
		text-align: center;
		font-weight: bold;
		clear: left;
		height: 50px;
		padding-top: 20px;
	}
	
	#footer p {
		padding: 24px;
	}
	
	.clear {
		clear: both;
	}

		

