/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background: #fff url("../images/BG.jpg");
	color: #000;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
img.left{margin:10px 10px 10px 0;}
img.right{margin:10px 0 10px 10px;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	font:normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin:10px 30px;
}

ul{
	font:normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}


#footerContent p{
	clear: both;
	margin: 10px 0 10px 10px;
}

#footerContent ul{
	margin: 0px 0 10px 5px;
	padding: 10px 0;
}

#footerContent ul li{
	border-right: 1px solid #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px 5px;

}

#footerContent ul li.last{border: 0;}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 2.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
}

h2{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 2.2em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
	clear:both;
}

h3{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 2.0em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
}

h4{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
}	

h5{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 1.6em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
}	

h6{
	border-bottom: 1px solid #246573;
	color: #246573;
	font:normal 2.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:30px 30px 10px 30px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{color: #246573;}
a:hover, a:active{color: #936737;}	

#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active{color: #E5CA9D;}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
/* Basic code - don't modify */
#nav { display: block; margin: 0; padding: 0; position:absolute; right: 0; top: 158px; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
/* Essentials - configure this */
#nav ul { width: 230px; }
#nav ul ul { left: 230px; }
/* Everything else is theming */

#nav{
	height: 39px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 900px;
}

#nav li a:link, #nav li a:visited{
	background: transparent url("../images/BG_Navigaation.png") no-repeat; 
	height: 39px;
	text-indent: -9999px;
}

#nav li.home a:link, #nav li.home a:visited{width:69px;} 
#nav li.contest a:link, #nav li.contest a:visited{background-position: -69px 0;	width:86px;} 
#nav li.history a:link, #nav li.history a:visited{background-position: -155px 0;width:82px;} 
#nav li.seeDo a:link, #nav li.seeDo a:visited{background-position: -237px 0;width:166px;} 
#nav li.eat a:link, #nav li.eat a:visited{background-position: -403px 0;width:128px;} 
#nav li.stay a:link, #nav li.stay a:visited{background-position: -531px 0;width:138px;} 
#nav li.gearGuides a:link, #nav li.gearGuides a:visited{background-position: -669px 0;width:141px;} 
#nav li.contact a:link, #nav li.contact a:visited{background-position: -810px 0;width:88px;} 

#nav li.home a:hover, #nav li.home a:active{background-position: 0px -39px;}
#nav li.contest a:hover, #nav li.contest a:active{background-position: -69px -39px;}
#nav li.history a:hover, #nav li.history a:active{background-position: -155px -39px;}
#nav li.seeDo a:hover, #nav li.seeDo a:active{background-position: -237px -39px;}
#nav li.eat a:hover, #nav li.eat a:active{background-position: -403px -39px;}
#nav li.stay a:hover, #nav li.stay a:active{background-position: -531px -39px;}
#nav li.gearGuides a:hover, #nav li.gearGuides a:active{background-position: -669px -39px;}
#nav li.contact a:hover, #nav li.contact a:active{background-position: -810px -39px;}

#nav li.home li a:link, #nav li.home li a:visited,
#nav li.contest li a:link, #nav li.contest li a:visited,
#nav li.history li a:link, #nav li.history li a:visited,
#nav li.seeDo li a:link, #nav li.seeDo li a:visited,
#nav li.eat li a:link, #nav li.eat li a:visited,
#nav li.stay li a:link, #nav li.stay li a:visited,
#nav li.gearGuides li a:link, #nav li.gearGuides li a:visited,
#nav li.contact li a:link, #nav li.contact li a:visited{ 
	background: #A47C52 none; 
	color: #fff;
	display: block;
	font:bold italic 16px/39px Arial, Helvetica, sans-serif;
	padding: 0 13px;
	text-decoration: none;
	text-indent: 0px;
	width: 200px;
}

#nav li.home li a:hover, #nav li.home li a:active,
#nav li.contest li a:hover, #nav li.contest li a:active,
#nav li.history li a:hover, #nav li.history li a:active,
#nav li.seeDo li a:hover, #nav li.seeDo li a:active,
#nav li.eat li a:hover, #nav li.eat li a:active,
#nav li.stay li a:hover, #nav li.stay li a:active,
#nav li.gearGuides li a:hover, #nav li.gearGuides li a:active,
#nav li.contact li a:hover, #nav li.contact li a:active{color: #1E6774;}

#nav li ul{
	background-color: #A47C52;
	border: 2px solid #80572C;
	border-top: 0;
	z-index: 100;
}

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
#featureBox{
	border:solid 3px #4f361c;
	border-bottom: 0;
	border-top: 0;
	background: #2d6f7b;
	height: 208px;
	margin: 0 auto;
	width: 920px;
	z-index: 10;
}

#featureBox .feature{
	background: #000;
	border: 5px solid #fff;
	display: inline-block;
	height: 179px;
	margin: 19px 0 19px 19px;
	position: relative;
	width: 270px;
}

html>body #featureBox .feature{
	* float: left;
}

#featureBox .feature img{
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#footer {
	background: transparent url("../images/BG_footer.png") repeat-x;
	position: relative;
	margin-top: -191px; /* negative value of footer height */
	height:191px;
	clear:both;
	z-index: 25;
}

#footerContent{
	color: #fff;
	margin: 0 auto;
	padding: 63px 0 0 0;
	position: relative;
	width: 960px;
} 

.fpclips{
	float:left;
	width:318px;
}

#header{
	background: transparent  url("../images/BG_header.png") no-repeat;
	height: 197px;
	margin: 9px auto 19px auto;
	position: relative;
	width: 937px;
	z-index: 200;
}

#headerImg{
	background-color: #fff;
	padding: 2px;
	position: relative;
	width: 954px;
	z-index: 20;
}

#headerImg img.shadow{
	background-color: transparent;
	bottom: -21px;
	height: 23px;
	left: 0px;
	position: absolute;
	width: 958px;
}

#header a.home img{margin: 10px 0 0 0;}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#main {padding-bottom: 191px;}  /* must be same height as the footer */

#sponsors{
	bottom: -30px;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 958px;
	z-index: 35;
}

#wrapper{
	margin:0 auto;
	width:962px;
}

#wrapperContent{
	background: #fff;
	border: solid 1px #505050;
	position: relative;
	width: 958px;
	z-index: 100;
}

#footerContent .bird{
	background: transparent url("../images/BG_footer.png") repeat-x;
	display: block;
	float: right;
	height: 191px;
	position: absolute;
	right: -90px; ;
	top: 0px;
	width: 90px;
}

#wrapperContent .bird{
	background: transparent url("../images/bird.png") no-repeat;
	bottom: -4px;
	display: block;
	height: 243px;
	float: right;
	position: absolute;
	right: -90px; ;
	width: 143px;
}

#wrapperContent img.footerShadow{
	bottom: -68px;
	height: 68px;
	left: -1px;
	position: absolute;
	width: 960px;
	z-index: 30;
}

/* =BusCats
-----------------------------------------------------------------------------------------*/
#busCats ul{
	margin:10px 30px;
	padding: 0;
}

#busCats ul li{
	float: left;
	font:normal 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33%;
}

#busCatsForm ul li{
	float: left;
	font:normal .9em/1.5em Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 33%;
}

/* =Forms
-----------------------------------------------------------------------------------------*/


/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

/* =ContestForm
-----------------------------------------------------------------------------------------*/

#contest{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	margin:10px 30px;
}

#contest fieldset {
	border: solid thin Black;
	padding:10px;
	width:90%;
}

#contest legend {
	padding:5px;
	font-size: 1.1em;
	font-weight: bold;
}

#contest label {
	width: 125px;
	font-size: .9em;
	clear: both;
	float: left;
	margin-bottom: 3px;	
	font-weight: Bold;
}

#contest input {
	font-size: .9em;
	float: left;
	margin-bottom: 3px;
}

#contest p {
	font:normal 1em Arial, Helvetica, sans-serif;
	margin:10px 10px;
	font-weight:bold;

}

.formdescr {
	font-size: .9em;
	float: left;
	margin-bottom: 5px;	
}

form br {
	clear:both;
}



/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

table {
	width:95%;
	margin:0 auto;
	border: solid thin black;
}

td {
	font-size:1.1em;
	padding:3px;
	margin-bottom:5px;
	border: solid thin black;
}

tr {
	padding-bottom:4px;
}