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

body {
	background: #0E0E3B;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#top {
	width: 940px;
	margin: 0 auto;
	padding: 1em;
	font-size: .9em;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
}
#top a:link, #top a:visited, #top a:active {
	color: #ffffff !important;
	text-decoration: none;
}
#top a:hover, #top a:focus {
	color: #EF8B01 !important;
}
#reporter {
	float: left;
	width: 300px;
	margin-left: 12px;
	padding-bottom: 1em;
}
#contact {
	float: right;
	width: 400px;
	padding-bottom: 1em;
	padding-right: 12px;
}
.clearer {
	clearer: both;
	margin: 0;
	padding: 0;
}
#wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #000000;
}
#branding {
	margin: 0;
	padding: 1em 0;
}
#nav {
	background: url(images/nav.jpg) repeat-x;
	height: 39px;
	margin: 0;
	padding: 0;
	height: 39px;
	width: 940px;
}
#columnLeft {
	float: left;
	width: 200px;
	padding-top: 1em;
	font-size: .8em;
	margin-left: 12px;
}
#enclosure {
	width: 712px;
	float: right;
	padding-top: 1em;
	font-size: .8em;
	line-height: 1.5em;
        padding-right: 11px;
}
#enclosure p {
        padding-right: 10px;
}
#enclosure img {
        padding-right: 10px;
}
#homeContent {
	float: left;
	width: 470px;
	line-height: 1.8em;
}
#columnRight {
	float: right;
	width: 225px;
}
#footer {
	clear: both;
	padding: 1em 1em 2em 1em;
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
}
#bottom {
	width: 900px;
	margin: 0 auto;
	padding: 1em 0;
	font-size: .7em;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}
a.sitecredits:link, a.sitecredits:visited, a.sitecredits:active {
	font-size: .7em;
	letter-spacing: .1em;
	text-decoration: none;
	color: #ffffff;
}
a.sitecredits:hover {
	color: #D9E7F2;
}
h1 {
	color: #0E0E3B;
	font-size: 1.6em;
	margin-bottom: 1.4em;
}
h2 {
	font-size: 1.2em;
	display: block;
	width: 350px;
	padding: 6px 8px;
	background: #eeeeee;
	margin: 1.6em 0;
}
h2 {
	font-size: 1.2em;
	margin: 1.6em 0;
}
h3 {
	font-size: 1.2em;
	line-height: normal;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #B85C01;
}
li {
	padding-bottom: 10px;
}
blockquote {
	width: 440px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: .5px;
	padding-left: 15px;
	line-height: 1em;
	background: url(images/quote.gif) no-repeat top left;
}
#quote {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(images/author) no-repeat right bottom;
	font-weight: bold;
}
#author {
	margin: 0 10px 0 0;
	padding: 20px 0 10px 60px;
	font-weight: bold;
}
/** menu */
#minitabs {
	margin: 0;
	margin-left: 35px;
	padding: 6px 0 20px 10px;
}
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#minitabs a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 2em;
	outline: none;
	font-size: .7em;
	text-transform: uppercase;
}
#minitabs a.active, #minitabs a:hover {
	color: #D9E7F2;
}
/* bottom menu */
#minitabs2 {
	margin: 1em 0;
	margin-left: 140px;
	padding: 6px 0 20px 10px;
}
#minitabs2 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#minitabs2 a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 8px 10px 8px 10px;
	text-decoration: none;
	color: #0E0E3B;
	padding: 1em 6px;
	outline: none;
	font-size: .9em;
	text-transform: uppercase;
}
#minitabs2 a.active, #minitabs2 a:hover {
	color: #999999;
}
/* side menu
--------------------------------------------------- */
#menu {
	width: 180px;
    margin: 10px 0 10px 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	letter-spacing: .2em;
	font-weight: 900;
	display: block;
}
#menu div {
    border-top: 1px solid #ffffff;
	margin-bottom: 7px;
}
#menu div a {
    line-height: 21px;
    padding: 4px 0 4px 5px;
	font-size: .8em;
	letter-spacing: .1em;
    display: block;
    color: #00033A;
    border-bottom: 1px solid #cccccc;
}
#menu div a:hover, #menu div a:focus {
    color: #B85C01;
	background: #F5EBD8;
	border-bottom: 1px solid #cccccc;
}
.menuon {   
	background-color: #ffffff !important;
	background-image: none !important;
    color: #ffffff !important;
	color: #CA000F;
}


