/* CSS Document */
/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0; visibility:hidden;}
/* Site Structure - Main */
html{
	margin: 0 auto;
	height: 100%;
}
body{
	margin: 0 auto;
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Georgia, Times, serif;
	color: #323232;
	background: #390000 url(../images/background.jpg);
}
a{
	color:#660000;
}
#container{
	margin: 0 auto;
	padding: 0;
	min-height:900px;
	width: 758px;
	background: url(../images/container_bg.jpg) repeat-y;
}
#header{
	margin: 0 auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 85px;
	width: 758px;
}
#header h1 {
	margin:0 auto;
	height: 85px;
	width:758px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 85px;
	text-decoration: none;
}
#content{
	min-height:642px;
	width: 748px;
	padding:0;
	margin: 0 auto;
	background: url(../images/content_bg.jpg) left bottom no-repeat;
	
}
#content2{
	min-height:642px;
	width: 748px;
	padding:0;
	margin: 0 auto;
	background: url(../images/content_bg_ind.jpg) left bottom no-repeat;
	
}
#content_body{
	width:463px;
	margin: 0 10px 0 275px;
	padding: 5px 0 75px 0;
}
#clear{
	height: 131px;
	clear:both;
	margin:0 auto;
}
/* Footer */
#footer{
	height:121px;
	margin: -131px auto 0; 
	width: 758px;
	padding: 5px 0 5px 0;
	background: url(../images/footer.jpg) no-repeat;
}
#footer a {
	color: #880000;
	font-size:14px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 750px;
	text-align:center;
	font-weight:300;
	font-size:14px;
	color: #880000;
	margin:0 auto;
	padding: 50px 0 0 0;
}
#footer p.by  {
	text-align: center;
	font-size:11px;
	line-height:15px;
	color:#880000;
	margin:0;
	padding:20px 0 0 0;
}
#footer p.by a {
	font-size:11px;
	color:#880000;
}

/* All */
.subhead {
	color:#c69c6c;
	font-weight:100;
	font-size:25px;
	font-variant:small-caps;
}
/* Contact Form */
#ContactForm table {
	font-size:14px;
	border-collapse: collapse;
}
#ContactForm td {
	padding: 5px;
}
#ContactForm .label {
	background: url(../images/contact_vbar.gif) repeat-y;
	width: 130px;
	text-align:right;
	padding-right:15px;
}
#ContactForm .field {
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}
#ContactForm .submitrow {
	text-align: right;
	margin-right: 0px;
	padding-right: 0px
}
#ContactForm Input{
	margin-right:5px;
	border:1px solid #001644;
	width:200px;
}
#ContactForm Input#State{
	margin-right:5px;
	border:1px solid #001644;
	width:100px;
}
#ContactForm Input#Zip{
	margin-right:5px;
	border:1px solid #001644;
	width:50px;
}
#ContactForm Input[type="radio"]{
	margin-right:5px;
	border:1px solid #001644;
	width:12px;
	height:12px;
}
#ContactForm Textarea{
	margin-right:5px;
	border:1px solid #001644;
	width:200px;
	height:100px;
}
#ContactForm Select{
	margin-right:5px;
	border:1px solid #001644;
	width:200px;
}
#ContactForm Input.Input_Submit{
	margin-right:5px;
	border:1px solid #001644;
	width:200px;
	color:#001644;
}
/* News Ticker */
#ticker-container {
	position:relative;
	overflow:hidden;
	width: 170px;
	height: 200px;
	padding: 2px;
}	
#ticker {
	position:relative;
	width:165px;
}
#ticker ul {
	padding:0;
	margin:0;
	list-style: none;
}
#ticker ul li {
	margin:0;
	padding:0;
	font-size:13px;
}
#ticker ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #800000;
	text-decoration: underline;
}