/* 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:Arial, Helvetica, sans-serif;
	color: #424242;
	background:  #000000 url(../images/background.jpg);
}
#container{
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	width: 700px;
	background: #ffffff url(../images/container_bg.jpg);
}
#header{
	margin: 0 auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 101px;
	width: 700px;
}
#header h1 {
	margin:0 auto;
	height: 101px;
	width:700px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 101px;
	text-decoration: none;
}
#content{
	min-height:421px;
	width: 650px;
	padding:0 25px 0 25px;
	margin: 0;
}
a{
	font-weight:bold;
	color:#007dc7;
}
#clear{
	height: 58px;
}
/* Footer */
#footer{
	height:38px;
	margin: -48px auto 0;
	width: 690px;
	padding: 5px;
	background: url(../images/footer.jpg) no-repeat;
}
#footer a {
	color: #424242;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 650px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color: #424242;
	margin:0 auto;
}
#footer p.by  {
	text-align: right;
	font-size:10px;
	line-height:15px;
	color:#424242;
	margin:2px 0 0 0;
}
#footer p.by a {
	font-size:10px;
	color:#424242;
}

/* All */
.subhead {
	color:#383838;
	font-weight:normal;
	font-size:24px;
}
.subhead em{
	color:#f46b16;
	font-weight:bolder;
	font-size:26px;
	font-style:normal;
}
.lg_txt {
	color:#f46b16;
	font-weight:bolder;
	font-size:16px;
	font-style:normal;
}
/* 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;
	clear:left;
}	
#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;
}