@charset "utf-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

/* -- generic styles ------------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height::100%;
}
html  {
	height::100%;
}
img {
/*	max-width: 1280px;
	max-height: 1280px;
*/
	/*height: auto;*/
	width:80%;
	/*width: auto\9; /* ie8 */
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	/*width: 770px;*/
/*	width:100%; */ /* allow the entire web page to be fluid and change size depending on the browser window size. */
	width:770px;
	height:auto;
	min-height:100%;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
#wrapper a:hover {
	border-bottom: 1px dashed #566440;
	color: #3C0;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 110px;
	margin: 0;
	position: relative;
/*	max-width: 770px; */
}
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
/*	max-width: 770px; */
}

/* ------- Main Menu Nav -------- */
#header #mainNav {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	float: left;
	width: 100%;
	background:url(../_images/nav.gif) repeat-x left top;
	border-top:3px solid #063;
	border-bottom:3px solid #063;
	margin:0 0 20px; /* for this demo only */
	left: 0px;
	top: 110px;
	z-index: 4;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav ul li {
	float:left;
	position:relative;
	background:url(../_images/divider.gif) no-repeat top right;
}
#header #mainNav ul li a:link, #header #mainNav ul li a:visited {
	float:left; 
	display:block; 
	text-decoration:none;
	padding:0px 16px; 
	line-height:25px; 
	height:30px; 
	border-bottom:3px solid #fff; 
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #fff;
}

#header #mainNav ul li:hover {
	width:auto;
}
#header #mainNav ul li:hover a.current {
	border-color:#080; 
	color:#0e0;
}
#header #mainNav ul li ul {
	display: none;
}
#header #mainNav table {
	margin:0;
	border-collapse:collapse;
	font-size: 1em;
	position:absolute;
	top:0;
	left:0;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

/* specific to non IE browsers */
#header #mainNav ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #000;
}
#header #mainNav ul li:hover ul.endstop {
left:-92px;
}
#header #mainNav ul li:hover ul li ul {
display: none;
}
#header #mainNav ul li:hover ul li a {
display:block;background:#fff;color:#000;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
#header #mainNav ul li:hover ul li a.drop {
background:#ccd url(../_images/bullet.gif) no-repeat 3px 8px;
}
#header #mainNav ul li:hover ul li a:hover {
color:#000; background: #ccd url(../_images/bullet.gif) no-repeat 3px 8px;
}
#header #mainNav ul li:hover ul li a:hover.drop {
background: #ccd url(../_images/bullet.gif) no-repeat 3px 8px;
}
#header #mainNav ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
#header #mainNav ul li:hover ul li:hover ul.left {
left:-153px;
}

/* specific to IE5.5 and IE6 browsers */
#header #mainNav ul li a:hover ul {
display:block;position:absolute;top:30px; top:33px; background:#fff;left:0; border-bottom:1px solid #000;
}
#header #mainNav ul li a:hover ul.endstop {
left: -92px;
}
#header #mainNav ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:154px; width:120px; border:1px solid #000; border-bottom:0;
}
#header #mainNav ul li a:hover ul li a.drop {
background:#ccd url(../_images/bullet.gif) no-repeat 3px 8px; padding-bottom:4px;
}
#header #mainNav ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
#header #mainNav ul li a:hover ul li a:hover {
color:#000; background: #ccd url(../_images/bullet.gif) no-repeat 3px 8px;
}
#header #mainNav ul li a:hover ul li a:hover.drop {
 background: #ccd url(../_images/bullet.gif) no-repeat 3px 8px;
}
#header #mainNav ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
#header #mainNav ul li a:hover ul li a:hover ul.left {
left:-153px;
}

/* ----- end of menu ----*/

	


#header h1 {
	text-indent: -3000em;
	margin: 0;
}


/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	margin: 50px 0 0;
	padding: 0 0 10%;
	width: 539px;
	float: left;
} 



#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0A5A0A;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
	text-align: center;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
	text-align: center;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: -.2em;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3C3809;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h2.special {
	margin-bottom: 1em;
}

#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #324E40;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	font-size: 0.9em;
	margin-bottom: 1.4em;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: .6em;
}
#mainContent dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin-left: 30px;
	margin-top: 0px;
}
#mainContent dt {
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}
#mainContent dd {
	font-style: italic;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-weight: normal;
	background: #F3F8A5;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent form {
	margin-left: 20px;
}
#mainContent #frmRegister fieldset {
	margin-bottom: 20px;
	background: #B9C5C5;
	border-right: 1px solid #729E91;
	border-bottom: 1px solid #729E91;
	border-top-style: none;
	border-left-style: none;
	padding: 20px 0;
}
#mainContent #frmRegister legend {
	background: #B9C5C5;
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#mainContent #frmRegister input.text {
	width: 200px;
}
#mainContent #frmRegister input.text:focus , #mainContent #frmRegister textarea:focus{
	background: #EDDAB1;
	border: 1px solid #9D6124;
}


#mainContent #frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
/* ---------- SINGLE COLUMN LAYOUT ---------*/
#mainContentSingle {
	margin: 60px 0 0;
	padding: 0;
	clear: both;
/*	float:left; */
/*	width: 95%; */
} 
#mainContentSingle h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0A5A0A;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
	text-align: center;
}
#mainContentSingle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
	margin-right: 20px;

}
#mainContentSingle span.subhead {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainContentSingle h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #108F10;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContentSingle h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #324E40;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
table#boardCompare {
	width: 85%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
}
table#boardCompare td {
	line-height: 20px;
	border: 1px solid #fff;
	padding-left: 10px;
}
table#boardCompare th {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
	background: #41637b;
	border-bottom: 1px solid #fff;
}
table#boardCompare thead {
	background: url(../_images/header_background.jpg) no-repeat right top;
	height: 30px;
}
table#boardCompare thead th {
	background: none;
}
table#boardCompare caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #1B9D95;
	padding-bottom: 10px;
	margin: 0 auto;
}
#boardLength,
#boardThick,
#boardSkill {
	background: #F5D3A5;
}
#boardWidth,
#boardWave {
	background: #BDD5DD;
}

table#boardCompare tr:hover {
	color: #FFF; 
	background: #707E89;
}

table#boardCompare thead tr:hover {
	background: transparent;
}
table#boardCompare thead th.name {
	text-indent:-1000em;
}


/* ----------- SIDEBAR STYLES ------------------*/
#sidebar {
	float: left;
	width: 230px;
	padding: 15px 0;
	margin-top: 50px;
	border-right: 1px solid #aaa;
}
#sidebar sidebarright {
	float: right;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
	padding: 0 2px 0 10px;
	margin-bottom: 1.4em;
}

#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B9D95;
	text-align: left;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar h3.gear {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #425251;
	text-align: center;
	border-bottom: 1px solid #425251;
	margin: 0 10px 20px 10px;
}
#sidebar h4.gear {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #455552;
	text-align: center;
	font-size: 1.4em;
}
#sidebar p.gear {
	font-family: "Orator Std", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
	background: url(../_images/bamboo_boarder.jpg) no-repeat center bottom;
}
#sidebar p.caption {
	font-style: italic;
	text-align: center;
}


#sidebar img {
	display: block;
	margin: 0 auto 1em auto;
}
#sidebar a img , #sidebar a.gear:hover, #sidebar a.gallery:hover{
	border: none;
}
#sidebar img.gallery {
	padding: 5px 5px 10px 5px;
	border: 1px solid #aaa;
	cursor: pointer;
}
#sidebar ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
#sidebar ol li {
	margin-bottom: 0.6em;
	margin-left: 20px;
}



/* ---------- FOOTER STYLES ------------*/
#footer {
	margin-top:-20px;
	padding: 10px 10px 10px 20px;
	position:relative;
	bottom:0px;
	background:#BFBFBF;
	border-bottom: 2px solid #aaa;
	margin-bottom: 10px;
	width:100%;
	clear: both;	
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #0A5A0A;
	font-size: 0.75em;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
#footer a {
	color: #039C6A;
}

#sidebar p.videoCaption{
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: -15px 0 0 0;
}

#mainSlideshow {
	margin: auto;
	padding: 5px;
	width: 80%;
	height: 410px
} 
#mainSlideshow div {
	background-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	width: 446px; 
	height: 410px
*/
	width:100%;
}
#mainSlideshow div img {
	margin: auto;
	display:block
}

#googlebar {
	clear: both;
	text-align: center;
}
#googlebar p {

}
table#formTable {
	width: 85%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
}

.textBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #FFF;
}





.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

