/* homepage.css   last modified on May 8, 2010 */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

#whole-enchilada
{
	width: 980px;
	height: 692px;
	margin: auto;
}

#body
{
	margin-top: 0px;
	width: 980px;
	height: 557px;
	margin: auto;
}

#navcontainer
{
	border-left: 0 outset #99ff99;
	border-right: 0 outset #027a02;
	border-top: 0 outset #33ff33;
	border-bottom: 0 outset #669966;
	background: #005300;
	width: 220px;
	height: 445px; 
	float: left;
	margin: 10px 0 0 0; /* top, right, bottom, left */
	font-family: Arial Black;
	font-size: 13px;
	text-align: left; /* top, right, bottom, left */
}

#mission
{
	padding-top: 0px;
	width: 220px;
	height: 506px;
	float: right;
	margin: 0 0 15px 0; /* top, right, bottom, left */
	font-family: Arial Black;
	font-size: 14px;
	text-align: center;
	color: rgb(255, 204, 0); /*This is the gold text color*/
	padding: 0.5em 1.5em 0.0em 0.5em; /* top, right, bottom, left */ /*border-width: 3px 5px 3px 5px;  /* top, right, bottom, left */ /*border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */ /* border-style: outset;  */
}

#centerpiece
{
	border-left: 0 outset #99ff99;
	border-right: 0 outset #027a02;
	border-top: 0 outset #33ff33;
	border-bottom: 0 outset #669966;
	width: 480px;
	height: 497px;
	margin: auto;
	font-family: Arial Black;
	font-size: 13px;
	color: rgb(255, 204, 0); /*This is the gold text color*/
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em; /* top, right, bottom, left */ /* top, right, bottom, left */
}

ul#navlist
{
	height: 512px;
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0;
	width: 220px;
	float: left;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	background: #009900; /* A bit lighter green when hovering. */
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.6em 0.5em 0.5em 0.5em; /* top, right, bottom, left */
	border-width: 3px 5px 3px 5px; /* top, right, bottom, left */
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
	border-style: outset;
	color: #777;
	background: #005300;
}

#navcontainer > ul#navlist li a
{
	width: auto;
	color: #ffcc00;
	text-decoration: None; /* Keeps URL underlining from occuring.*/
}

ul#navlist li#active a
{
	background: #f0e7d7;
	color: #ffcc00;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #ffcc00;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

hr
{
	color: #ffcc00;
	background-color: #ffcc00;
	width: 950px;
	height: 4;
}

.table
{
	border-style: outset;
	border-width: 2;
}

.img
{
	border-width: 3px 5px 3px 5px; /* top, right, bottom, left */
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
	border-style: outset;
}

.clearing
{
	clear: both;
	height: 10px;
	overflow: hidden;
}

