/* 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;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #ffffff;
	background: #000000 url(../images/body_bg.jpg) repeat-x;
}
#container{
	margin: 0 auto;
	min-height:100%;
	width: 700px;
	background: url(../images/container_bg.jpg) repeat-y;
}
#header{
	margin: 0px auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 130px;
	width: 700px;
}
#header h1.logolink {
	margin:0;
	height: 130px;
	text-indent: -1234em;
}
#header h1.logolink {
	width:550px;
	float:left;
}
#header h1.date {
	padding: 55px 0 0 0;
	width:150px;
	font-size:10px;
	float:right;
	color:#000000;
	font-weight:bolder;
}
#header h1 a {
	display:block;
	height: 130px;
	text-decoration: none;
}
/* Content Area */
#content{
	min-height:	332px;
	width: 700px;
	margin: 0 auto;
}
#left_col{
	float:left;
	min-height:332px;
	width: 250px;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
	font-size: 90%;
}
#left_col a{
	font-weight:bold;
	color:#f0c858;
	text-decoration:none;
}
#left_col a:hover{
	color:#e47254;
	text-decoration:underline;
}
#left_col h1{
	margin: 0;
	font-size: 14px;
	padding: 0 0 3px;
	color:#BC411C;
	width:100%;
	border-bottom:1px solid #BC411C;
}
#new {
	padding: 5px;
}
#search {
	padding: 5px;
}
#quote {
	padding: 5px;
}
#newsletterblock {
	padding: 5px;
}
#newsletterblock table {
	width: 100%;
	margin: 5px 0;
	border-collapse: collapse;
	border-width: 0;
}
#newsletterblock td {
	border-width: 0;
	padding: 4px 0 4px 8px;
	text-align: left;
}
#newsletterblock th {
	border-width: 0;
	text-align: right;
	vertical-align: middle;
}
#newsletterblock td * {
	margin: 0;
}
#main {
	min-height:332px;
	background: url(../images/subhead_bg.jpg) no-repeat;
	margin: 0 0 0 250px;
}
#main h1 {
	margin:0;
	height: 32px;
	padding: 12px 0 0 10px;
	font-family: Georgia, Times, serif;
	font-size: 26px;
	color:#D4A848;
	font-weight: normal;
}
span.dropcap {
	font-family: Times, Times, serif;
	float: left;
	color: #D4A848;
	font-size: 75px;
	line-height: 60px;
	position: relative;
	padding: 0;
}

#main_content{
	vertical-align: top;
	padding: 10px;
	line-height: 20px;
	border-right: 1px solid #404040;text-align: justify;
}
#clear{
	height: 64px;
}
/* Footer */
#footer{
	height:44px;
	margin: -64px auto 0;
	background: url(../images/footer_bg.jpg) repeat-x;
	width: 698px;
	padding: 20px 0 0 0;
	font-size: 90%;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color:#000000;
}
#footer p {
	float:right;
	width: 610px;
	text-align:center;
	font-weight:bold;
	color: #000000;
	margin:0 15px 0 0;
}
#footer p.by  {
	text-align: center;
	font-size:9px;
	color:#ffffff;
	margin:2px 0 0 0;
}
#footer p.by a {
	font-size:9px;
	color:#ffffff;
}

/* Site General */
a, a:active, a:visited {
	color:#ffffff;
	text-decoration:underline;
}
a:link, a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.movie {
	border: 1px solid #404040;
	margin: 12px auto 0;
	width:231px;
	height:231px;
}
#left_col form{
	margin: -20px auto 0;
	text-align:center;
}
input.keynews {
	background: #404040;
	border: #c0c0c0 solid 1px;
	color: #333333;
	color: #FFF;
	height:15px;
	font-size:12px;
}
input.submit {
	height:20px;
	font-size:12px;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
	font-size: 100%;
}
hr.doubledot {
	background-color: #000;
	color: #000;
	height: 4px;
	width: 100%;
	border-left:0;
	border-right:0;
	border-top: 1px dotted #83571E;
	border-bottom: 1px dotted #83571E;
}

/* Forms */
option {
	padding-right: 10px;
}

#main_content form label {
	display: block;
	margin: 2px 0;
	float: left;
	width: 160px;
	height: 14px;
}
#main_content form br {
	height: 1px;
	display: block;
	margin: 0;
	clear: both;
}
#main_content form input, 
#main_content form textarea,
#main_content form select  {
	clear: right;
	display: block;
	margin: 2px 0 2px 170px;
	font-size: 12px;
	width: 200px;
}

#main_content form input {
	padding: 2px 3px;
}
#main_content form textarea {
	padding: 2px 3px;
	height: 120px;
}
#main_content form select {
}
.hidden {
	display: none;
}
#main_content form input.button,
#main_content .button {
	margin-left: 0;
	margin: 5px 0;
	border: 2px solid #BC411C;
	background: #D4A848;
	color: #BC411C;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 10px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 1px;
}
#main_content select#plans {margin-left: 10px;}
#main_content label.checkbox {
float: none;
width: auto;
}
form p {
	margin: 5px 0 0;
}
#main_content .checkbox input {
width: auto;
display: inline;
margin: 0 5px 0 0;
vertical-align: middle;
}

input, textarea { background-color: #404040; color: #FFFFFF; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; }
#main_content #contactform label {
	width: 89px;
	line-height: 1.2;
}
#main_content #contactform input {
	margin: 7px 0 5px 93px;
	width: 290px;
}
#main_content #contactform textarea {
	width: 290px;
	margin: 5px 0 5px 93px;
}
hr         {background-color: #000; color: #000; height: 4px; width: 100%; border-top: 1px dotted #83571E; border-bottom: 1px dotted #83571E;
            border-left: 1px solid #000; border-right: 1px solid #000;}
#main_content #contactform #submit {
	width: auto;
	height: auto;
	border-width: 0;
	padding: 0;
}
#newsletter {
	display: none;
}

