/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	background-color: #1B676B ;
	
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: left top;
}

a:link, a:visited, a:hover {
	color: #1B676B ;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 175%;
 color:#336666;  
}

h2{ 
font-size: 140%;
 color: #88C425;
}

h3{
 font-size: 100%;
 color: #EDA553 ;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


#nav, #nav ul { /* all lists */
	float: left;
	width:700px;
	padding: 0;
	margin: 0px 0px 0px 14px;
	list-style: none;
	line-height: 1.5em;
	font-weight:bold; 
	text-align: center;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 8em;
	padding:0px 5px 4px 5px;
	font-size:12px;
	text-decoration:none;
	color:#EAFDE6 ;
	font-weight:bold;
}

#nav li {
	float: left;
	width:8em;
	margin-right:0em;
	padding:0px 4px;
	line-height:1.5em;
	font-weight: bold;
		
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0 0 0 -5px;
	font-weight:normal;
	background-color:#EDA553;
	color:#CC6600;
	padding:0px 5px 0px 5px;

}

#nav li li {
	width: 8em;
	text-align:left;
	padding-right: 0em;
}
#nav li li a {
font-weight:normal;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover{
	background:#519548;
	
	}


	
#content {
	clear: left;
	color: #ccc;
}



#outer{
	width: 900px;
	margin: 0 auto;
	background-color:#EAFDE6 ;
	padding: 0;}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;}

#masthead{
	background-image:url(banners/TopBanner.gif);
	height: 158px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	 }

#globalNav{
	position:relative;
	top: 76px;
	left:163px;
	}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	width:58em;

}
.feature2{
	padding: 15px 5px 0px 30px;
	font-size: 80%;
	width:19em;
	float:right;
	background-image: url(images/bgF2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 55px;
	margin-top: 25px;
}
.feature h3{
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.imgFeature{
	float: RIGHT;
	padding: 0px 5px 0px 0px;
	margin: 0 10px 5px 10px;
}

#imgL{
	float: LEFT;
	padding: 10px 10px 0px 5px;
	margin: 0 35px 5px 5px;
}

/************** .story styles *****************/

.product{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width:30em;
	float:left;
}
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.footer{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	margin: 0 0 0 2em;
	
}
	

