/* CSS Document */

/* CSS Document */

/* basic elements */
body { 
	font: 8pt/16pt Arial; 
	color: #333333; 
/*	background-color: #cfe39b; */
background-color: #ffffff;
	margin: 0px; 

	}
p { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	}
	
li { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	}

	
h3 { 
	font-size: 16px;
	color: #fc8000;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #019ec7;
	}
a:visited { 
	font-weight: bold;
	text-decoration: none;  
	color: #019ec7;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fc8000;
	}

/*created containers and dividers*/

#container { 
	min-height: 600 px;
	width: 1000 px;
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	min-width: 700px;
	background-color: #fff;
	}
	
#banner {
	height: 148px;
	width:998px;
	background-color: #cfebe9;
}

#banner img {

margin:auto;
}


/*navigation */
#nav
{
background: #333;
margin: 0px;
padding-top: 2px;
height: 22px;
border: 1px solid #019ec7;

}

#nav a {
	background: url(images/nav.jpg) no-repeat 0 0;
	display: block;
	height: 20px;

/*	text-indent: -999em;
	overflow: hidden;*/
}

#nav li { float: left; position: relative; list-style: none; }
* html #nav li * { position: relative; list-style: none;}
#nav li, #nav ul { margin: 0; padding: 0; list-style: none;}

/*--- Normal ---*/
	#nav-home a { background-position: 0 0; width: 60px; }
	#nav-stories a { background-position: -60px 0; width: 200px; }
	#nav-resources a { background-position: -260px 0; width: 110px; }
	#nav-forum a { background-position: -370px 0; width: 150px; }
	#nav-share a { background-position: -530px 0; width: 220px; }
	#nav-faq a { background-position: -750px 0; width: 70px; }
	#nav-pbs a { background-position: -820px 0; width: 180px; }
	


	/*--- Hover ---*/
	#nav-home a:hover { background-position: 0 -20px; width: 60px; }
	#nav-stories a:hover { background-position: -60px -20px; width: 200px; }
	#nav-resources a:hover { background-position: -260px -20px; width: 110px; }
	#nav-forum a:hover { background-position: -370px -20px; width: 150px; }
	#nav-share a:hover { background-position: -530px -20px; width: 220px; }
	#nav-faq a:hover { background-position: -750px -20px; width: 70px; }
	#nav-pbs a:hover { background-position: -820px -20px; width: 180px; }
	
	/*--- Click ---*/
	#nav-home a:active { background-position: 0 -20px; width: 60px; }
	#nav-stories a:active { background-position: -60px -20px; width: 200px; }
	#nav-resources a:active { background-position: -260px -20px; width: 110px; }
	#nav-forum a:active { background-position: -370px -20px; width: 150px; }
	#nav-share a:active { background-position: -530px -20px; width: 220px; }
	#nav-faq a:active { background-position: -750px -20px; width: 70px; }
	#nav-pbs a:active { background-position: -820px -20px; width: 180px; }
	



#pageHeader { 
	margin-left: 38px;
	font:Arial;
	font-size: 25px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#019ec7;
	}


	
#textbody { 
	margin-left: 38px;
	font:Arial;
	font-size: 14px;
	margin-top:10px;
	color:#333333;
	}
	
	#videobody { 
	margin-left: 33px;
	height:225px;
	font:Arial;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333333;
	}
	
	
#rightimage { 
	width: 300px;
	float: right;
	margin-right: 140px;
	}


#centerbody {
	margin: 0px 0px 0px 15px;
}


#lefttext { 
	width: 1000px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
	


	.projects {

-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:2px solid #71832d;
background-color:#fff;
width: 220px;
float:left;
margin:4px;
padding: 5px;
font:Arial, Helvetica, sans-serif;
}

.projects img {
padding: 5px 7px 3px 5px;
text-align:left;
	
	}
	
	.projects a {
	color:#71832d;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

.projects a:hover,
.projects a.active {
	color: #333;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}


