/* 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:12px;
	font-family:Georgia, Times New Roman, serif;
	color: #000000;
	background: #28317c url(../images/background.jpg) top center no-repeat;
}
a{
	color:#000000;
	text-decoration:underline;
}
#container{
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	width: 800px;
	background:#ffffff;
}
#header{
	margin: 0 auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 110px;
	width: 800px;
}
#header h1 {
	float:left;
	margin:0;
	height: 110px;
	width:300px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 110px;
	text-decoration: none;
}
#musicplayer{
	float:right;
	margin: 70px 5px 0 0;
}
#subheader{
	margin: 0 auto;
	background: url(../images/subheader.jpg) 0 0 no-repeat;
	width:800px;
	height:150px;
}
#signup{
	position:relative;
	padding: 5px;
	top:30px;
	left:26px;
	width:160px;
	height:80px;
	border: 1px solid #003875;
	color:#FFFFFF;
	background: url(../images/newsletter_bg.jpg) 0 0 no-repeat;
}
#signup form{
	margin: -10px 0 0 0;
}
#content{
	min-height:227px;
	width: 800px;
}
#news_scroll{
	background: url(../images/latest_news.jpg) 0 0 no-repeat;
	width:205px;
	padding:48px 10px 10px 10px;
	float:left;
}
#content_main{
	width:545px;
	min-height:227px;
	margin:0 0 0 225px;
	padding:10px;
	background: url(../images/content_bg.jpg) 0 0 repeat-x; 
}
#clear{
	height: 50px;
}
/* Footer */
#footer{
	height:30px;
	margin: -40px auto 0;
	width: 790px;
	padding: 5px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
}
#footer a {
	color: #ffffff;
	font-size:11px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 770px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color: #ffffff;
	margin:0 auto;
}
#footer p.by  {
	text-align: right;
	font-size:9px;
	line-height:14px;
	color:#ffffff;
	margin:2px 0 0 0;
}
#footer p.by a {
	font-size:9px;
	color:#ffffff;
}

/* All */
.subhead {
	color:#585858;
	background:#FFFFFF;
	width:551px;
	margin: -10px -10px 10px -10px;
	padding: 12px;
	font-weight:bold;
	font-size:22px;
	height:14px;
	text-transform:uppercase;
}
#signup #newsletter_field{
	margin-right:5px;
	border:1px solid #003875;
	width:120px;
	color:#505050;
}
#signup #newsletter_submit{
	margin: 2px -5px 0 -5px;
	background: url(../images/button_subscribe.jpg) 0 0 no-repeat;
	width:170px;
	height:21px;
	border:0px;
	width:200px;
	color:#505050;
}

/* Contact Form */
#ContactForm table {
	font-size:14px;
	border-collapse: collapse;
}
#ContactForm td {
	padding: 5px;
}
#ContactForm .label {
	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 #505050;
	width:200px;
}
#ContactForm Input#State{
	margin-right:5px;
	border:1px solid #505050;
	width:100px;
}
#ContactForm Input#Zip{
	margin-right:5px;
	border:1px solid #505050;
	width:50px;
}
#ContactForm Input[type="radio"]{
	margin-right:5px;
	border:1px solid #505050;
	width:12px;
	height:12px;
}
#ContactForm Textarea{
	margin-right:5px;
	border:1px solid #505050;
	width:200px;
	height:100px;
}
#ContactForm Select{
	margin-right:5px;
	border:1px solid #505050;
	width:200px;
}
#ContactForm Input.Input_Submit{
	margin-right:5px;
	border:1px solid #505050;
	width:200px;
	color:#505050;
}
#ContactInfo {
	float:right;
	width:300;
}
/* 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 strong{
	color:#003471;
}
#ticker ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #dd6c15;
	text-decoration: underline;
}
