@charset "utf-8";
/* Developed by Ewing Consulting, LLC */
/* Styles for header */
#header {
	width: 98%;
	height: auto;
	padding-top: 2px;
	padding-left: 2%;
}
#header_tag_line   {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
	background-color: #B22222;
	margin-top: 7px;
	border: 4px double #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#header_tag_line a, #header_tag_line a:visited {
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	text-decoration: underline;
	color: #FFFFFF;
}
#header_tag_line a:hover {
	color: #FFFFFF;
	float: right;
	text-decoration: none;
}


#header_nav {
	font-size: 11px;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
	/*	background-color: #CCCCCC;	*/
	background-color: #FFFFFF;
	height: 45px;
}
#footer {
	clear: both;
	width: 870px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-right: 15px;
	padding-left: 15px;
	height: 25px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}
