/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 858px;
	margin: 0 auto;
}

div#main-logo
{
	float: left;
	width: 86px;
	height: 68px;
}

div#main-logo-text
{
	float: left;
	width: 227px;
	margin-top:10px;
	color:#eee7b1;
	font-size:24px;
	font-family: Impact, Charcoal, sans-serif;
	font-weight: bold;
}

div#top-links
{
	float: right;
	height: 31px;
	padding-top: 37px;
	padding-right: 16px;
}

div#top-links a
{
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	color: #fff;
}

div#banner
{
	height: 214px;
	width: 858px;
	background: url(../images/banner-bg.jpg) no-repeat;
	clear: both;
}

div#banner h1
{
	padding-left:290px;
}

div#banner img
{
	margin: 41px 0 0 294px;
}

div#banner p
{
	margin: 14px 0 0 294px;
	color: #15252d;
	width: 380px;
	line-height: 1.4;
}

div#navigation
{
	height: 34px;
	width: 858px;
	background: url(../images/nav-bg.gif) no-repeat;
}

div#content-wrapper
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}

div#footer
{
	background: url(../images/footer-bg.gif) no-repeat;
	width: 858px;
	height: 24px;
}

div#footer-copy
{
width:858px;
margin:5px auto 0px;
padding-right:30px;
text-align:right;
color:#000;
font-size:10px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1
{
	color: #274c5e;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

h2
{
	font-weight: normal;
	font-size: 18px;
}

p
{
	font-size: 12px;
	color: #2c2d2d;
	padding-left: 0;
}

a:link
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:visited
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:active, a:hover
{
}


li a
{
	text-decoration: underline;
}

ul
{
	padding: 20px 0 30px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 164px;
}

div#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: #f0dd92;
}

div#navigation ul li a.last-item 
{
	background: none;
}

body#home div#navigation ul li a#home-link, body#tvshows div#navigation ul li a#tvshows-link
{
	color: #f0dd92;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper img.bordered
{
	margin: 5px;
}
.subinfo {
	margin-left: 200px;
	width: 360px;
}
.subinfo p {
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 36px;
	line-height: 16px;
}

div#content-wrapper h1
{
	padding: 28px 0 10px 38px;
}

ul.left-list
{
	width: 240px;
	float: left;
}

ul.right-list
{
	width: 240px;
	float: left;
	padding-left: 20px;
}

.toplogo {
	text-align: center;
}
.formid {
	text-align: center;
	padding: 4px;
	background-color: #CCCCCC;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
.threeways {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.threeways div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.threeways hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.guarantee {
	background-color: #FFFFCF;
	padding: 3px;
}
.redtext {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

ol.alphalist {
	
}

.completeaddress {
	border: 1px dashed #DDDDFF;
	color: #FF0000;
	background-color: #FFFFCF;
}
.required {
	font-weight: bold;
	background-image:url(../images/req_back.gif);
	border: 1px solid #DDDDFF;
}
.notrequired {
	font-weight: normal;
	background-color:#FFFFFF;
	border: 1px solid #DDDDFF;
}