html,body{
	margin:0;
	padding:0;
	}
	
body{
	font: 78% arial,sans-serif;
    background: #FFFFFF url(/fend/images/bg.gif); 
}

h1 {
	font-size:150%;
	font-weight:normal;
	color:#336699;
	padding:0;
	margin:0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#AF7B01;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#003366;
}
h4 {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
p {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
a:link, a:visited, a:active { 
    color: #007BEA;
    text-decoration: none;
}
a:hover {
    color: #007BEA;
    text-decoration: underline;
}

.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

div#headershell {
	position:relative;
	height:82px;
	background:#fff url(/fend/images/bg-logo.gif) left top repeat-x;
	padding:0;
	margin:0;
	}
	
div#logo h1{
	float: left;
	display: inline;
	margin: 0 40px 0 0;
	padding: 0;
	width: 495px;
	height: 82px;
	background: url(/fend/images/logo.png);
}
div#logo h2{
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 82px;
	background: url(/fend/images/logo-dragonboat.png);
}

div#searchshell{
	float:right;
	background:#fff url(/fend/images/bg-search.gif) left top no-repeat;
	height:82px;
	width:245px;
	padding:0;
	margin:0;
	}
	
div#search{
	position:relative;
	top:62px;
	right:10px;
	}

.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    border: 1px solid #af7b01; 
    background: white;
	}
	
div#banner{
	background:#ddc894;
	padding-bottom:10px;
	margin:0;
	}
	
div#mainnavshell{
	padding: 6px 0;
	height: 26px;
	background: url(/fend/images/backer-mainnav.png) repeat-x;
}
ul#navmenu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#navmenu li{
	float: left;
	margin: 0;
	padding: 0;
}
ul#navmenu a{
	display: block;
	padding: 0 20px;
	color: #fff;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(/fend/images/backer-mainnavlvl1.png) no-repeat right;
}

div#subnavshell{
	background:#fff;
	float:left;
	width:160px;
	}
.subnavlinks {
	text-transform:uppercase;
	padding:0 10px;
	}

ul#subnav1 {
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

ul#subnav1 li {
	background:url(/fend/images/bg-subnav.gif) bottom left no-repeat;
	padding:2px 0;
	margin:0;
}

ul#subnav1 li a, div#subnav1 li a:visited  {
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	padding-left: 4px;
}

div#subnav1 li a:hover {
	color: #bad6f2;
}

ul#subnav2{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul#subnav2 li {
	background-image: url(/fend/images/li-clear.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	border: 0;
	padding:0 0 0 20px;
	margin:0;
}

ul#subnav2 li a {
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:2px;
}

ul#subnav2  li a:hover {
	color: #336699;
	font-size: 11px;
}

div#bannerads{
	margin:15px 0;
}
	
div#container{
	text-align:left;
	background: #FFFFFF;
	width:1000px;
	margin:0 auto;
}

div#footer{
	clear:left;
	background:#ede1c5;
	width:100%;
	height:35px;
	margin-top:20px;
	padding:0;
	}

div#wrapper{
	float: left;
	width: 830px;
	background: #FFFFFF;
}

.navtrail{
	color:#b48310;
	text-transform:lowercase;
	font-size:75%;
}

.navtrail a:link, .navtrail a:visited{
	color:#b48310;
	text-transform:lowercase;
	text-decoration:none;
	font-size:110%;
}

.navtrail a:hover{
	color:#b48310;
	text-transform:lowercase;
	text-decoration:underline;
	font-size:110%;
}

div#contentshell{
	margin:0;
	padding-top:10px;
	background: #FFFFFF;
	}

div#bannershell{
	margin-bottom: 10px;
	height: 250px;
}

div#contentarea{
	margin:0;
	padding:0;
	background: #FFFFFF;
	}

div#rightshell{
	float:left;
	width:150px;
	}
/*
div#news{
	background: url(/fend/images/bg-news.gif) top left no-repeat;
	padding:25px 5px;
}

.newsHeading{
    color: #336699;
    font-size:95%;
	font-weight:bold;
    text-decoration: none;
	padding-top:4px;
}
.newsContent{
    color:#333333;
	font-size:85%;
    text-decoration: none;
}

.newsMore{
    color: #0086ff;
    font-size:95%;
    text-decoration: none;
	font-style:italic;
	border-bottom: 1px solid #b4b297;
	padding:4px 0;
	margin:10px 0;
}
.newsMore a:link, .newsMore a:visited, .newsMore a:active{
    color: #0086ff;
    font-size:95%;
    text-decoration: none;
	font-style:italic;
	text-transform:lowercase;
}

.newsMore a:hover{
    color: #0086ff;
    font-size:95%;
    text-decoration: underline;
	font-style:italic;
}
*/

div#newsletter{
	background: url(/fend/images/bg-newsletter.gif) top left no-repeat;
	padding:35px 5px 15px 5px;
}

div#poll{
	background: url(/fend/images/bg-poll.gif) top left no-repeat;
	padding:25px 5px;
}

div#copyright {
	background:#ede1c5;
	float:left;
	clear:left;
}

div#copyright p {
    font-family: Arial, Helvetica, sans-serif; 
	color:#616161;
	margin:0;
	padding:10px;
}

div#bottomnav {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#336699;
	padding:10px;
}

div#bottomnav a:link, a:visited, a:active {
	color:#336699;
	text-decoration:none;
}

div#bottomnav a:hover {
	color:#336699;
	text-decoration:underline;
}

/*---------------Forms Start--------------------*/
label.description, label.choice {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	margin-left: 5px;
}

label.choice{}

form.registration input, form.registration textarea, form.registration select {
	border: solid 1px black;
	margin: 1px 5px 5px 5px;
	font-size:11px;
	font-weight:normal;
}

div#infobar {
	margin-top: 10px;
	color:#ddc894;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	background: url(/fend/images/infobar.gif) bottom;
}

div#form-left {
	float: left;
}

div#form-right {
	float: right;
}
/*---------------Forms End--------------------*/

/* ------------------ Polls Start -----------------------*/
.pollText 
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	COLOR: black;
}
.smPollText
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	COLOR: black;
}
a.Poll 
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	COLOR: black;
}
a.Poll:hover 
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	COLOR: #1E90FF;
}
a.Poll:visited 
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	COLOR: black;
}
a.Poll:visited:hover
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	COLOR: #1E90FF;
}
.polltable
{
	WIDTH: 140px;
}
.pollbar
{
	BACKGROUND-COLOR: #336699;
	HEIGHT: 15px; 
}
/* ------------------ Polls END -----------------------*/


/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}


/* -------------- home styles -------------- */
div.slideshowcontrols{
	position: absolute;
	top: 220px;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	z-index: 9;
	color: #fff;
}
	div.slideshowcontrols a{
		color: #fff;
	}
div#tabs{
	display: inline;
	float: left;
	margin-right: 10px;
	width: 410px;
	height: 250px;
	background: #d4e0ea url(/fend/images/backer-swapbox.png) no-repeat right bottom;
}
	div#tabshell{
		height: 30px;
		line-height: 30px;
		background: #336699;
	}
		div#tabshell a{
			float: left;
			padding: 0 20px;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			color: #fff;
			font-style: italic;
		}
		div#tabshell a.active{
			color: #336699;
			background: #d4e0ea url(/fend/images/backer-tab.png) no-repeat right bottom;
		}
	ul.latestlist{
		list-style: none;
		margin: 0;
		padding: 0 10px;
	}
		ul.latestlist li{
			padding: 10px 0 0 0;
			margin: 10px 0 0 0;
			border-top: 1px solid #bcccd9;
		}
			ul.latestlist a{
				display: block;
				color: #336699;
				font-weight: bold;
			}



/* -------------- modal styles -------------- */
div#modaloverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	background-color: #000;
	z-index: 99;
}
div#modalwindow{
	position: absolute;
	width: 100%;
	z-index: 100;
}
	div#modalinner{
		position: relative;
		width: 500px;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #000;
		background: #fff;
	}
