/* Camp ENERGY Site 2.0 Global CSS */


/* General Body Attributes */

body { 
	background: #2E3192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	}
	
/* Div Containers */	

#container {
	position: relative;
	width: 800px;
	height: 1300px;
	margin: 10px auto;
	background-color: #D0CD6C;
	border: 5px solid #DAD88B;
	line-height: 130%;
	}


#header	{
	position: absolute;
	top: 8px;
	left: 5px;
	padding: 40px;
	height: 170px;
	width: 700px;
	background-color: #8184D7;
	border: 5px solid #DAD88B;
	}


#nav {
	position: relative;
	top: 0px;
	left: 145px;
	float: top;
	width: 650px;
	height: 60px;
	padding: 0.5em;
	background-color: transparent;
	z-index: 4;
	}

#content {
	position: relative;
	left: 5px;
	top: 205px;
	width: 775px;
	height: 1000px; /*310px*/
	background-color: #E9E7B9; /*DAD88B*/
	margin-left: 0px;
	padding: .5em;
	max-width: 900px;
	/*border: 3px solid #009933;*/
	}
	

#footer {
	position: relative;
	bottom: -140px;
	width: 800px;
	float: bottom;
	clear: both;
	margin: 0;
	padding: /*.5em*/;
	font-size:10px;
	color: #fff;
	background-color: #C2BD3D;
	/*border-left: 3px solid #009933;
	border-right: 3px solid #009933;
	border-bottom: 3px solid #009933;*/
	text-align: center;
	}


/* Links */

a { 
	color: #2E3192;
	text-decoration: none;
	font-weight: normal;
	}

a.link {
	color: #2E3192;
	text-decoration: none;
	font-weight: normal;
	}

a.visited {
	color: #2E3192;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	font-style: bold;
	/* background: #ddd;*/
	}
	
/*logolink {
	text-decoration: none;
	}*/
	
	
/* Navigation Code */
	
#menu {
	padding: 10px;
	margin-left: 0px;
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;	white-space: nowrap;
	list-style-type: none;
	font-size: 20px; 
	}

#menu li {
	float: left; 
	list-style-type: none; 
	margin-left: 10px;
	}

#menu li a {
	padding: .30em .25em; /* .2 1 */
	background: transparent;
	color: #272A7C;
	text-decoration: none;
	border-bottom: 5px solid #363AAB;
	display: block;

	}
	
#menu li a:hover {
	background: #5458C9;
	color: #272A7C;
	display: block;
	}
	
	
/* Various Attributes*/	

#content h2 { 
	margin: 0 0 .5em 0;
	}

#h1header {
	margin-left: 110px;
	color: #fff;
	z-index: 1;
	}


#announce {
	font-size: 14px;
	text-align: center;
	}

#tagline {
	position: relative;
	top: -30px;
	left: -5px;
	color: #231E22;
	font-size: 15px;
	}
	
#picture {
	border: 3px solid #fff;
	margin-left: 90px;
	}
	
#logo {
	position: relative;
	z-index: 3;
	top: -35px;
	left: -35px;
	}