@charset "utf-8";
@import url(nav.css);

body { background-color:#EAEAEA; color: #333333; margin: 0px; font: 12px/16px Geneva, Arial, Helvetica, sans-serif; 
}
#container {
	margin: 25px auto;
	width: 800px;
	background-color: #EAEAEA;
}

/** SITE STRUCTURE **/

.logobar { height: 57px; padding-bottom: 15px; clear: both; margin-bottom: 10px; border-bottom: solid 1px #555555; text-align: center; 
}

.mainwrap { margin-top: 20px; margin-right: 20px; margin-left: 20px; margin-bottom: 5px; background: #EAEAEA url(none) no-repeat left bottom; 
}
.textwrap { float: left; border-right: 0px dotted #999999; line-height: 18px; 
}
.textwrap a:link, .textwrap a:hover, .textwrap a:visited {
	color: #74A049;
	text-decoration: none;
}

.bottombar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	margin: 25px 0px 10px 0px;
	text-align: center;
}
/** TEXT STYLES **/
.txtheader { text-transform: uppercase; color: #FFFFFF; border-bottom: solid 1px #74A049; margin-bottom: 5px; padding-bottom: 6px; height: 16px; text-align: center; font: bold 12px Geneva, Arial, Helvetica, sans-serif; background: #74A049; padding-top: 6px; 
}
.txtheader_nospace {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #74A049;
	font-weight:bold;
	border-bottom: solid 1px #74A049;
	margin-bottom: 5px;
	padding-bottom: 2px;
	height: 16px;
}
.txtsubheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74A049;
	font-weight:bold;
	border-bottom: dotted 1px #74A049;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.txtgreen {
	color: #74A049;
}
li {
	margin-bottom: 5px;
}

#locationmodule { margin: 10px 0px 10px 0px; border: 1px solid #333333; width: 370px; float: left; text-align: center; padding: 0px;}
#locationmodule i { display:none; font-style:normal; }
#locationmodule ul, #locationmodule ol { margin:0px; padding:0; }
#locationmodule ul, #locationmodule ol { list-style:none; }
#locationmodule li { padding: 0; margin: 0px;}

#locationmodule li { padding: 0; margin: 0; list-style: none; }
#locationmodule li a { display:block; width:370px; float:left; border-bottom: 0px;  height: 50px; }
#locationmodule li.herndon a {background: url(assets/loc_herndon.png) no-repeat center 0; }
#locationmodule li.fred a { background: url(assets/loc_fredericksburg.png) no-repeat center 0; }

#locationmodule li a:hover { height:50px; background-position: center 100%; }

#locationmodule i { text-decoration: none; display: none; }
