@charset "utf-8";

body {
	background:#DDDBCC url(../images/images_09/splash_small.jpg) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px/16px Georgia;
	color: #333333;
}
#container {
	width: 980px;
	margin:0px auto;
	text-align: left;
}
#header {
	height: 240px;
	margin-top: 0;
}
#topnav {
	background: #B6BECF;
	padding: 4px;
	height: 20px;
	width: 800px;
	margin-top:20px;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity:0.75;
}
#headerlogo {
	background: url(../images/images_09/header10.png) no-repeat;
	height: 180px;
	width:980px;
}
#header img {
	margin-left: 20px;
	margin-top: 5px;
	
}
#maincontent {
	background: #FFFFFF;
	margin-top: -10px;
	padding: 10px;
}
#feature {
	background: #993333 url(../images/images_09/feature_bg.jpg) no-repeat right -18px;
	height: 245px;
	padding: 30px 30px 15px;
	font: 11px Georgia;
	color: #DDDBCC;
}
#feature_content {
	width: 560px;
	padding-bottom:9px;
	float: left;
}
#feature2 {
	width: 440px;
	float: left;
	border-left: 2px dotted #DDDBCC;
	padding: 0px 10px 9px 20px;
	margin-bottom: 10px;
	margin-left: 18px;
}
#feature1 {
	width: 460px;
	padding-bottom:9px;
	padding-left:10px;
	float: left;
	margin-bottom: 10px;
}

#columns {
	padding:10px 0 0;
	height:200px;
	border-top: 2px dotted #DDDBCC;
}
#footer {
	background: #203874;
	height: 100px;
	border-top: 4px solid #AEA48C;
}
#footer_content {
	margin: 0px auto;
	padding: 15px;
	width: 950px;
	font: 10px/18px Georgia;
	color: #DDDBCC;
	text-align: left;
	background: #63749E;
	height: 70px;
}
#footer_content a {
	color:#DDDBCC;
	text-decoration:none;
}
#footer_content a:hover {
	color:#FFF;
}
#leftcol {
	padding: 10px;
	float: left;
	width: 290px;
	background: #DDDBCC;
	height: 170px;
}
#midcol {
	padding: 10px;
	float: left;
	width: 290px;
	margin-left: 16px;
	background: #B8BDD0 url(../images/images_09/midcolbg.jpg) no-repeat right bottom;
	height: 170px;
}
#rightcol {
	padding: 10px;
	float: right;
	width: 290px;
	height: 170px;
	background: #203874 url(../images/images_09/rightcol_bg.jpg) no-repeat right top;
}
#rightcol img {
	border:solid 1px #999999;
}

/*text stuff*/

.quote {
	padding:5px;
	margin-top:10px;
	color: #B8BDD0;
}
h1 {
	font:normal 30px/30px Geneva, Arial, Helvetica, sans-serif;
	color: #9A3334;
	border-bottom: 1px solid #9A3334;
	letter-spacing: -1pt;
	font-stretch:condensed;
	text-transform: uppercase;
	display: block;
	margin-top: -1px;
}	
h2 {
	font: bold 24px/22px Arial, helvetica, "sans serif";
	color: #993333;
	letter-spacing: -1pt;
	text-transform: uppercase;
	font-stretch:extra-condensed;
	display: block;
	border-bottom: 1px solid #993333;
	margin-top: -1px;
}
#rightcol h2 {
	color: #DDDBCC;
	border-bottom: 1px solid #DDDBCC;
}
h3 {
	font: bold 16px/18px Georgia;
	color: #63749E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*Navigation*/

ul#navbar {
	padding:0;
	margin:0;
	height: 22px;
	width: 770px;
}
ul#navbar li {
	list-style:none;
	display:inline;
	padding: 3px 10px;
	width: 100px;
}
ul#navbar li a {
	list-style:none;
	text-decoration:none;
	font: bold 11px Georgia;
	color: #993333;
} 
ul#navbar li:hover {
	text-decoration:none;
	border-bottom: 4px solid #993333;
}
ul#navbar li a:hover {
	color:#993300;
}

/*Inside page layout*/

#contentarea {
	float: left;
	width: 600px;
	padding: 10px;
}

#contentarea a {
	text-decoration: none;
	color:#203874;
}
#contentarea a:hover {
	text-decoration: none;
	color:#993300;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 10px;
	background: #203874 url(../images/images_09/sidebar_bg.jpg) no-repeat right top;
	color: #DDDBCC;
}
#sidebar a {
	color:#993333;
	display:block;
	text-decoration:none;
	background:#B6BECF;
	padding:2px;
	border: 1px solid #660000
}
#sidebar a:hover {
	background:#993333;
	color:#DDDBCC;
	text-decoration:none;
	border: 1px solid #DDDBCC;
}
#sidebar h2 {
	font-size: 18px;
	color: #DDDBCC;
	border-bottom: 1px solid #DDDBCC;
}

/*extras*/

.transparent {
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 
}
.opaque {
	filter:alpha(opacity=100);
	opacity:1.0;
}


/*Buttons*/

a.more_button {
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CDB9AE;
	background: #660000;
	padding: 5px;
	border: 1px solid #B8BDD0;
	text-decoration:none;
	letter-spacing: 1pt;
}

a.more_button:hover {
	background: #203874;
	color:#FFFFFF;
	text-decoration:none;
}

/*Floats*/

.fltrt { /* 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;
}
.fltlft { /* 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:0;
    font-size: 1px;
    line-height: 0px;
}
#breadcrumbs {
	font: 10px Georgia;
	text-transform: uppercase;
	color: #4F6191;
	padding: 3px;
	border-bottom: 2px dotted #4F6191;
	margin-bottom: 10px;
}
#breadcrumbs a {
	text-decoration:none;
	color: #4F6191;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color: #993333;
}
.subdue {
	color: #999999;
	border-top: 2px dotted #999999;
}
