/*This is based on page_template8.php and main8.css*/
body {
	color: #000000;
	background-color: #676767;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	
}
body a:link {
	color: #005AA4;
}
body a:visited {
	color: #225782;
}
body a:hover {
	color: #008CFF;
}
#container {
	width:980px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	display: block;
	clear: both;
}
#header {
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#topnav {
	display: block;
	clear: both;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	background-color: #000000;
}
#topnav ul {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topnav ul li {
	list-style: none;
	display: inline;
}
#topnav ul li a {
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	display: block;
	clear: none;
	float: left;
	padding-top: 11px;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
}
#topnav ul li a:link, #topnav ul li a:visited {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/layout/topnav_bg.jpg);
}
#topnav ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/layout/topnav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav ul li a#current {
	color: #E5E5E5;
	background-image: url(../images/layout/topnav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
#topnav ul li a#current:hover {
	border-right-color: #000000;
}
#topnavquicklinks {
	display: block;
	float: right;
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
#topnavquicklinks a {
	margin-left: 5px;
	margin-right: 5px;
	color: #999999;
}
#topnavquicklinks a:hover {
	color: #CC0000;
}
#midcontainer {
	color: #333333;
	background-color: #FFFFFF;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #333333;
}
#maincontent {
	vertical-align: top;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	line-height: 120%;
	border: 2px solid #DDDDDD;
}
#featurecontainer {
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #999999;
	text-align: center;

}
#featurecontainer p {
	margin: 0;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.intro {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 115%;
	margin-right: 320px;
	margin-bottom: 40px;
	margin-left: 10px;
	color: #000000;
}
.intro img {
	float: left;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-top: 5px;
}
#footer {
	display: block;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color: #88A3BD;
}
/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 2px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.tableoutline {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
}
.submitbutton {
	font-size: 13px;
	padding: 2px;
	font-weight: bold;
}

.tableheading {
	color: #CCCCCC;
	background-color: #000000;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablerow {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.divider {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.hiddenimage {
	display: none;
	width: 1px;
	height: 1px;
}
.featured {
	text-align: center;
	width: 30%;
	background-color: #000000;
	margin-left: 2%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.featuredcontent {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.featuredcontent img {
	margin-bottom: 8px;
}
.featuredcontent a:link img, .featuredcontent a:visited img {
	border: 1px solid #666666;
}
.featuredcontent a:hover img {
	border: 1px solid #888888;
}
.featuredcontent a:link, .featuredcontent a:visited {
	color: #AAAAAA;
	font-weight: bold;
}
.featuredcontent a:hover {
	color: #CC0000;
}
