@charset "UTF-8";
/* CSS Document */

p.default
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
} 
p.subheader
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
} 
p.footer
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
} 
ul.default
{
	list-style-type: square;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #61771B;
}
h1
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #B25109;
}
a img
{
 border:0px;
}
a.default:hover
{
	color:#61771B
	text-decoration:underline;
	
}
a.default:link
{
	color:#61771B;
	text-decoration:underline;
}
a.default:visited
{
	color:#61771B;
	text-decoration:underline;
}
a.button:hover
{
	color:#FFFFFF
}
a.button:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a.button:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#mainContainer
{
	width:784px;
	background-color: #FFFFFF;
	border:5px solid white;
	margin-left:auto; 
	margin-right:auto;
	clear:both;
}
#header
{
	width:784px;
	height:86px;
	background-color:#7EAF04;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;	
	border:0px
}
#globalNav
{
	margin-left:auto;
	margin-right:auto;
	border:5px solid white;
	width:779px;
	clear:both;
	
}
.divider
{
	border-top:5px solid white;
	border-bottom:5px solid white;
	clear:both;
	width:784px;
	height:4px;
	background-color:#9EAA02;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
}

.navButton
{
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-color: #666666;
	margin-left:30px;
	margin-right:10px;
	text-align: center;
	float:left;
}
a.buttonText
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-color: #666666;
}
#content{
	margin-left:10px;
	height:100%;
	width:764px;
	clear:both;
}
.sideBar
{
	width:318px;
	margin-left:10px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
}
#footer
{
	border-top:5px solid white;
	clear:both;
	width:764px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#googleMap
{
	width:318px;
	height:290px;
	margin-top:10px;
	border-color: #339900;
	border: 1px;
}
#inline_form { display: none; }

