/* generic styles */
a:focus {
  outline-style: none;
}

object {
  outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
	float:left;
}

th {
    text-align: left;
}

td {
    vertical-align: top;
	padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
}

input, select, textarea {
    padding: 0;
    margin: 0;
}

input.radio {
    margin-bottom: -2px;
}

body {
	margin: 0px;
	background-image:url(../template_images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f8d800;

}

.html, body {
overflow-x: hidden;

}


/* text/link styles */
p, td, th, li, div {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}

input, textarea {
	color:#333333;
}

p {
	margin:0px 0px 15px 0px;
	line-height:16px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	padding:0px 5px 0px 5px;
	margin:0px;
	background:#fff;
	color:#000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px 0px 10px 0px;
	color:#ff9900;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px;
	color:#fff;
	font-weight:normal;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
	color:#000;
	text-align:center;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0px 10px 0px;
	color:#ffffff;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:17px;
	margin:0px 0px 15px 0px;
	color:#ffffff;	
}

a {
	color:#f8d800;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.purple {
	color:#370637;
	text-decoration:none;
}

a.purple:hover {
	text-decoration:underline;
}

ul {
	margin:0px 0px 20px 0px;	
	padding:0px 0px 0px 20px;
}

li {
	margin:0px 0px 3px 0px;	
	padding:0px;
}



hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #fff;
	margin:16px 0px 16px 0px;
	*margin:8px 0px 9px 0px;
	
	width:480px;
}


/* div styles */
div {
	float:left;
}

div#site_holder {
	width:941px;/*change to suit design*/
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../template_images/);
}


/*header*/
div#logo {
	position:absolute;
	margin:0px 0px 0px -50px;
	*margin:-307px 0px 0px -990px;
	_margin:0px 0px 0px -50px;
	z-index:1000;
}

div#free_entry {
	position:absolute;
	margin:60px 0px 0px 770px;
	*margin:-245px 0px 0px -175px;
	_margin:60px 0px 0px 770px;
	z-index:4;
}

div#header {
	width:941px;
	height:307px;
}

/* menu */
div#menu {
	position:absolute;
	width:1116px;
	height:138px;
	margin:220px 0px 0px -94px;
	*margin:-85px 0px 0px -1035px;
	_margin:-80px 0px 0px -94px;
	z-index:1;
	_margin-top:220px;
}


/* sidebar/pce/pci*/
div#content_holder {
	width:941px;
	background-image:url(../template_images/content_bg.png);
	*background-image:url(../template_images/content_bg_ie.png);
	_background-image:url(../template_images/content_bg_ie6.gif);
	background-repeat:repeat-y;
	_margin-top:307px;
}

/* pce/pci*/
div#pce_pci_holder {
	width:556px;
	margin:80px 30px 0px 50px;
	_margin:80px 30px 0px 25px;
	/*background-color:#00FF00;*/
}

table#pce_content {
	width:556px;
	margin-top:-150px;
}

div.cta_holder_a {
	width:165px;
	margin-right:30px;
}

div.cta_holder_b {
	width:165px;
}

div.cta_header {
	width:165px;
	height:28px;/*35px;*/
	padding-top:7px;
	margin:1px 0px 1px 0px;
	text-align:center;
	background-image:url(../template_images/cta_head_bg.gif);
	background-repeat:repeat-x;
}

div.cta_content {
	width:135px;/*165px;*/
	min-height:116px;/*146px;*/
	padding:15px;
	background-color:#f8d800;
	background-image:url(../template_images/cta_content_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000;
}

div.cta_content hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #000;
	margin:5px 0px 5px 0px;
	*margin:0px 0px 0px 0px;
	width:130px;
}

div.cta_content a {
	color:#000;
	font-weight:normal;
}

/* pci */
div#pci_top {
	width:555px;
	height:32px;
	background-image:url(../template_images/pci_top.gif);
	background-repeat:no-repeat;
}

div#pci_main {
	width:485px;/*555px;*/
	min-height:750px;
	padding:0px 35px 0px 35px;
	background-image:url(../template_images/pci_main_bg.gif);
	background-repeat:repeat-y;
}

div#pci_footer1 {
	width:555px;
	height:32px;
	background-image:url(../template_images/pci_bottom.gif);
	background-repeat:no-repeat;
}

div#pci_footer2 {
	width:305px;
	padding-left:250px;
}

/* sidebar */
div#sidebar_holder {
	width:255px;
	margin:80px 0px 0px 0px;
	position:relative;
}

div#tv_top {
	position:absolute;
	z-index:5000;
	margin-left:2px;
	*margin-left:-190px;
	
}

div#tv_bottom {
	position:absolute;
	z-index:5001;
	margin:138px 0px 0px 0px;
	*margin:138px 0px 0px -192px;
}

div#tv_left {
	position:absolute;
	z-index:5002;
	margin-top:32px;
	*margin:32px 0px 0px -192px;
}

div#tv_right {
	position:absolute;
	z-index:5003;
	margin:32px 0px 0px 180px;
	*margin:32px 0px 0px -12px;
}

div#news {
	width:165px;/*255px;*/
	height:211px;/*336px;*/
	padding:125px 45px 0px 45px;
	background-image:url(../template_images/news_bg.jpg);
	background-repeat:no-repeat;
}

div#sidenav_content hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #000;
	margin:8px 0px 8px 0px;
	*margin:2px 0px 2px 0px;
	width:200px;
}
div#news hr, {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #000;
	margin:8px 0px 8px 0px;
	*margin:2px 0px 2px 0px;
	width:168px;
	}
	
div#sidebar_holder hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #000;
	margin:8px 0px 8px 0px;
	*margin:2px 0px 2px 0px;
	width:200px;
}


a.blue {
	color:#0099ff;
	margin-left:5px;
}

a.red{
	color:#c8151a;
	margin-left:5px;
}

a.green {
	color:#3b9829;
	margin-left:5px;
}

a.yellow {
	color:#fcb332;
	margin-left:5px;
}

a.sub_sub {
	color:#000;
	font-weight:normal;
	margin-left:15px;
	font-size:11px
}

div#sidebar_cta_holder1 {
	width:255px;
	margin-top:-70px;
}

div#sidebar_cta_holder2 {
	width:255px;
	margin-top:-40px;
}

div#newsletter_signup_holder, div#weather_holder, div#tv_holder {
	width:255px;
	margin-bottom:10px;
}

div#clown {
	width:170px;/*255px;*/
	padding-left:85px;
	margin-bottom:1px;
	z-index:5001;
}

div#nl_left {
	width:20px;
	height:100px;
	background-image:url(../template_images/nl_left.jpg);
	background-repeat:no-repeat;
}

div#nl_main {
	width:215px;
	height:100px;
	background-image:url(../template_images/nl_bg.jpg);
	background-repeat:repeat-x;
}

div#nl_main input[type=text] {
	width:171px;
	height:20px;
	padding:3px 0px 0px 3px;
	border-left:1px solid #d5d5d5;
	border-right:none;
	border-bottom:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
}

div#nl_right {
	width:20px;
	height:100px;
	background-image:url(../template_images/nl_right.jpg);
	background-repeat:no-repeat;
}


div#weath_left {
	width:20px;
	height:100px;
	background-image:url(../template_images/weath_left.jpg);
	background-repeat:no-repeat;
}

div#weath_main {
	width:215px;
	height:100px;
	background-image:url(../template_images/weath_bg.jpg);
	background-repeat:repeat-x;
}

div#weath_right {
	width:20px;
	height:100px;
	background-image:url(../template_images/weath_right.jpg);
	background-repeat:no-repeat;
}

div#sidenav_header_tent {
	position:absolute;
	z-index:100;
	margin:360px 0px 0px 623px;
	*margin:55px 0px 0px -320px;
	_margin:360px 0px 0px 623px;


}

div#sidenav_tent_curt_left {
	position:absolute; 
	margin:478px 0px 0px 634px;
	*margin:170px 0px 0px -306px;
	_margin:478px 0px 0px 634px;
	z-index:99;

}

div#sidenav_tent_curt_right {
	position:absolute; 
	margin:478px 0px 0px 853px;
	*margin:170px 0px 0px -86px;
	_margin:478px 0px 0px 853px;
	z-index:98;
}



div#sidenav_content_holder {
	width:255px;
	margin-top:90px;
	padding-top:20px;
	background-image:url(../template_images/sidebar_bg.gif);
	/*position:relative;*/
} 

div#sidenav_header {
	 width:165px; 
	 margin:0px 0px 20px 45px;
	 _margin:0px 0px 20px 22px;

	 
}

div#sidenav_content {
	width:210px;
	margin-left:22px;
	_margin-left:11px;
}

div#sidenav_footer {
	width:255px;
	height:8px;
	background-image:url(../template_images/sidebar_footer.gif);
	background-repeat:no-repeat;

}



/* footer */
div#footer_holder {
	width:842px;
	margin:30px 0px 0px 50px;
	_margin:30px 0px 0px 25px;
}

div#rides_footer {
	width:842px;
	margin-top:2px;
	text-align:center;
}

div#footer_text {
	width:842px;
	margin:20px 0px 50px 0px;
	*padding-bottom:50px;
	text-align:center;	
}

div#footer_text a {
	color:#fff;
	font-weight:normal;
}





/* contact/feedback */
div.contact_col1 {
	width:220px;
	/*height:18px;/*22px;*/
	padding:4px 5px 0 0;
	margin:3px 0px 3px 0px;
	clear:left;
	float:left;
	text-align:right;
	color:#ff9900;
}

div.contact_col2 {
	width:180px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 input {
	/*width:212px;/*216px;*/
	/*height:17px;*//*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col2 textarea {
	width:140px;/*216px;*/
	/*height:200px;*/
	padding:0px 2px 0px 2px;
}
/* blogs */
div.contact_col11 {
	width:120px;
	height:18px;/*22px;*/
	padding-top:4px;
	margin:3px 10px 3px 0px;
	text-align: right;
}

div.contact_col22 {
	width:320px;
	margin:3px 0px 6px 0px;
}

div.contact_col22 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col22 textarea {
	width:300px;/*216px;*/
	height:200px;
	padding:0px 2px 0px 2px;
}



/* help */
div#search {
	width:100%;
	margin-bottom:20px;
}

input.field_search {
	border-color:#D5D5D5 -moz-use-text-color #D5D5D5 #D5D5D5;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	height:20px;
	padding:3px 0 0 3px;
	width:171px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}

div#back {
	padding-bottom:2px;
}

div#filerow {
	width:455px;/*485px;*/
	padding:7px 15px 7px 15px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}

div#filerowalt {
	width:455px;/*485px;*/
	padding:7px 15px 7px 15px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}

div#filerowalt a, div#filerow a {
	font-weight:bold;
}

div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
}   

div.help_topten_holder h2 {
	color:#ffffff;
}

div.help_topten_holder p {
	margin:0px;
}

div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:100%;
}

div.question {
	width:455px;/*485px;*/
	padding:7px 15px 7px 15px;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
	font-weight:bold;
}
div.question a {
	color:#000000;
}

div.help_answer {
	width:455px;/*485px;*/
	padding:7px 15px 7px 15px;
	background-color:#ffffff;
}  

div.help_answer p {
	color:#000000;
}

.formcontainer {width:550px;}

.txt_area { font-size:11px; font-family:Arial, Verdana;}