@charset "utf-8";
/* CSS Document */

html { height: 101%; }

#spotlight {

	height: 350px; 
	position: 
	relative;
	}

#spotlight .mg {position: static; z-index:0;}
#spotlight .mission {
	width: 385px;
	height: 100px;
	padding: 25px 30px 20px 20px;
	position: absolute;
	right: 0;
	bottom: 65px;
	z-index: 100;
	background-color: #ff691e;
	color: #fff;
	}
	
#nav_secondary { height: 30px; padding-left: 8px; }
#nav_secondary ul { list-style: none; margin: 0; padding: 0;}
#nav_secondary li {
	display: inline;
	float: left;
	width: 148px;
	height: 30px;
	margin-right: 8px;
	background-color: #7ac142;
	}
	
#main {
	min-height: 200px;
	position: relative;
	}

#main .footer {
	width: 250px;
	position: absolute;
	top: 75px;
	left: 40px;
	}
	
#main .news {
	width: 460px;
	position: absolute;
	top: 36px;
	left: 500px;
	}
#main p {
	margin: 0;
	}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7ac142;
	}
	
