@charset "UTF-8";
body {
	font-size: 100%;
	font-family:Arial, Verdana, Helvetica;
	background: #fff;;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p, ul li {
	
	margin:0;
	padding-bottom:7px;
	font-size:13px;
	line-height:16px;
	color:#333333;
	}
ul {
	list-style:none;
	padding:0;
	margin: 0 0 0 20px;
	}
ul li {
	
	margin:0;
	padding-bottom:3px;
	font-size:13px;
	line-height:16px;
	color:#333333;
	}
td {
	font-size:13px;
	color:#333333;
	padding:4px 5px 0px 10px;
	}	
h1, h2, h3 {
	margin:0;
	}
h3 {
	text-align:left;
	font-size:14px;
	color:#000;
	padding:8px 0 8px 0;
	}
a:link { color: #761c1d; text-decoration: none; }
a:visited { color: #761c1d; text-decoration: none; }
a:hover { color: #761c1d; text-decoration: underline; }
a:active { color: #761c1d; }
em { font-style:italic; font-weight:normal; }
blockquote {
	margin:0 10px;
	}	
.smallText {
	font-size:10px;
	}
.textRight {
	text-align:right;
	}
/*---------- Main Page Styles --------------*/	



.mainPage #container, .infoPage #container {
	width: 900px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: right;
	
	
}

#header {
	width:900px;
	height:200px;
	float:left;
	padding:0;
	background:#003f52 url(../img/nav_header_bg.gif) repeat-x;
	
	}
#header .quote {
	width:500px;
	float:right;
	margin:23px 60px 0 0;
	}
#header h2 {
	
	color:#fff;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:5px 0;
	}
#header #logo {
	float:left;
	padding-left: 30px;
	}
#header .navMenu {
	position:relative;
	top:42px;
	float:right;
	}

#indexMain {
	/*margin-top:210px !important; margin-top:200px;*/
	float:left;
	width:894px;
	
	border:1px solid #004559;
	padding:0 0 0 3px;
	text-align:left;
	}
#indexMain #rightCol { 
	float:right;
	width:220px;
	padding:5px;
	border-left:1px solid #69868f;
	background-color:#a6c7d1;
	
	}
#indexMain #leftCol {
	float:left;
	width:655px;
	}

.indexLeftTop {
	float:left:
	}

#rightCol .box {
	float:none;
	width:190px;
	margin:10px auto;
	border:1px solid #333333;
	padding:5px;
	background:#f0f0f0;
	
	}
#rightCol h2 {
	
	color:#333;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:5px 0;
	text-align:left;
	margin-left:10px;
	}
.socialButton {
	float:left;
	width:70px;
	text-align:center;
	font-size:10px;
	margin:5px 3px 5px 15px;
	}
	
#addressBlock {
	float:none;
	width:190px;
	margin:10px auto;
	padding-top:20px;
	}
.indexTopIntro {
	float:right;
	width:350px;
	padding:60px 50px 10px 10px;
	}
.indexTopIntro h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#950102;
	font-weight:normal;
	padding:0 0 6px 0;
	}
.indexTopIntro h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b37911;
	font-weight:normal;
	padding:0 0 16px 0;
	}
.indexTopIntro p {
	line-height:22px;
	}	
#newsCol {
	float:left;
	/*width:345px;*/
	border:1px solid #111;
	background:#f0f0f0;
	padding:0;
	margin:0 3px 3px 3px;
	}	
#newsCol h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:12px 0 2px 6px;
	display:block;
	background:#6f1b1c url(../img/index_headline_header_bg.gif) repeat-x;
	height:30px;
	}
#newsCol h1 {
	font-size:16px;
	color:#6f1b1c;
	font-weight:bold;
	padding:12px 0 2px 6px;
	
	}
#newsCol h3 {
	font-size:14px;
	color:#b37911;
	font-weight:bold;
	padding:4px 0 2px 6px;
	
	}
#newsCol p, #subPageLeftCol p {
	padding:3px 5px 5px 6px;
	}
.newsContent {
	float:right;
	width:100%;
	height:310px !important; height:350px;
	padding:0 0 3px 2px;
	overflow-y:scroll
	}

#subPageLeftCol {
	width:550px;
	height:520px;
	margin:3px 30px;
	display:block;
	
	}

.subNewsContent {
	float:right;
	width:100%;
	height:590px !important; height:600px;
	padding:0 0 3px 2px;
	overflow-y:auto;
	}
.subNewsContentNoScroll {
	float:right;
	width:100%;
	padding:0 0 3px 10px;
	overflow:hidden;
	}
#subPageLeftCol h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#6f1b1c;
	font-weight:bold;
	padding:10px 0 10px 6px;
	
	}
.autoOverListBox {
	
	overflow-y:auto;
	overflow-x:none;
	}
	
#rightCol #formbox {padding:0 0 0 10px; margin:0;}
#formbox label { font-size:11px; color:#333;   }
#formbox input.names { width:160px; }
#formbox input.long { width:390px; }
	
#formbox input.noborder{border:0px !important; }
#formbox checkbox {height: 19px; }
#formbox .submit {text-align:center; padding:5px;  }
#formbox p {text-align:center; padding:5px; }

.hrule {border-bottom:1px solid #999999; width:auto; padding-top:10px; margin-bottom:10px;}
.siteDesign {
	font-size:10px; padding-top:10px; padding-bottom:0;}
	
.autoOverListBox h2 {
	
	color:#6f1b1c;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:5px 0;
	text-align:left;
	
	}
