@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* background: #ffffff; */
	/* width: 800px; */
	margin: 0 auto;
	padding: 0;
	color: #069;
	line-height: 150%;
	}
.text_125 {
	font-size: 125%;
	}

#head_banner {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	text-decoration: none;
	}

a img {
	outline: none;
	border: 0;
	}
	
#page_foot {
	width: 800px;
	margin: 0 auto;
	/* border-top: 3px solid #FC0; */
	text-align: center;
	padding: 20px 0px 0px 0px;
	}

#pic_n_title {
	float: left;
	text-align: center;
	padding: 0px 20px 0px 0px;
	}

#about_us {
	width: auto;
	}
	
.box_news {
	width: auto;
	border: 1px solid #fc0;
	border-radius: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	background-color: #FFF;
	}
	
.bold_txt {
	font-weight: bold;
	}

.left_pad {
	padding-left: 20px;
	}

.right_flt {
	float: right;
	}

.contact_num {
	text-align: right;
	font-weight: bold;
	margin: -15px -10px -10px 0px;
	}

.center_on_page {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	display: block;
	padding: 20px 0px 20px 0px; 
	}
	
#page_content {
	border-top: 3px solid #FC0;
	border-bottom: 3px solid #FC0;
	text-align: justify;
	width: 800px;
	margin: 0 auto;
	padding: 0px 20px 40px 20px;
	}
	

	
/* \\\\\ MENU W.I.P. /////  */	
/* this section controls the way links look at the page you are on */

#menu_bar{
	//border: 1px solid #0F6;/* green */
	width: 90em;
	height: 3em;
	margin: 0 auto;
	text-align: center;
	}

#top_menu {
	//border: 1px solid #09F;/* blue */
	width: 77.2em;
	height: inherit;
	margin: 0 auto;
	position: static;
	list-style-type: none;
	}

#top_menu li {
	//border: 1px solid #F00; /* red */
	float: left;
	//margin: 0 auto;
	//width: 15em;
	position: static;
	margin-left: .5em;
	margin-right: .5em;
	}
	
#top_menu a {
	display: block;
	border-radius: 15px;
	border: 2px outset #FFFF00;
	box-shadow: 5px 5px 5px #888;
	padding: 7px 0px 0px 0px;
	width: 15em; /* 17em */
	height: 2.5em;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	background-color: #FC0;
	color: #000;
	}
	
#top_menu a:hover {
	text-transform: uppercase;
	border: 3px outset #FFC;
	box-shadow: 7px 7px 7px #888;
	color: #009;
	margin: 0em 0em 0em -0.1em;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FFCC00));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FFCC00 100%);

	}
	
#top_menu a:active {
	border: 1px inset #FFC;
	box-shadow: 4px 4px 4px #888;
	background-color: #FF9;
	color: #006;
	margin: 0em 0em 0em 0.2em;
	}
	
/* this section controls the way links look at the page you are on */
#index #indexLink, 
#location_incentives #location_incentivesLink, 
#partnerships #partnershipsLink,  
#advocacy #advocacyLink,
#news #newsLink,
#cont #contLink	{
	color: #069;
	text-transform: uppercase;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FFCC00));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFCC00 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FFCC00 100%);
	}
/* this section controls the way links look at the page you are on */
	
.bold_n_red {
	font-weight:bold;
	color: #F00;
	}