/* =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,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-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #fff;
	background-image:url(../images/orange-back.gif);
	background-repeat:repeat-x;
	color: #323232;
  	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

ul{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

dl{
	width: 100%;
}

dt{
	clear: both;
	color: #323232;
	float: left;
	font:bold 1.6em/1.4em Arial, Helvetica, sans-serif;
	margin:15px 0 -10px 0;
	width: 100%;
}

dd{
	clear: both;
	color: #323232;
	float: left;
	margin:0 0 0 25px;
	width: 90%;
}

dd p{
	color: #323232;
	margin:0 0 15px 0;
	width: 100%;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:normal 4.0em/1.2em Impact, Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	color:#064da9;
}

h2{
	font:normal 3.0em/1.2em Impact, Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	color:#064da9;
}

/*h3{
	font:normal 2.0em/1.2em Impact, Arial, Helvetica, sans-serif;
	margin:10px;
}*/

h4{
	font:normal 1.8em/1.2em Impact, Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:normal 1.6em/1.2em Impact, Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h6{
	font:normal 1.4em/1.2em Impact, Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a {
	color:#064da9;
	font-weight:bold;
}

a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#wrapper{
	margin:0 auto;
	width:939px;
	padding-top:34px;
}
#aside{
	width:301px;
	float:left;
	padding-top:40px;
}
#content{
	width:638px;
	float:left;
}
#topper {
	width:638px;
	height:40px;
	background-image:url(../images/topper.gif);
	background-repeat:no-repeat;
}
#bottom {
	width:638px;
	height:42px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	margin-top:-10px;
}
#main {
	background-image:url(../images/content-back.gif);
	background-repeat:repeat-y;
	padding-bottom:10px;
}
#fckPages{
	background-image:none;
	background-color:#fff;
}

#footer{
	width:558px;
	padding-top:10px;
	margin-left:341px;
	font-size:1.1em;
	line-height:15px;
	margin-bottom:10px;
	color:#323232;
}
#footer a {
	font-size:1.0em;
}

#header{}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}
.nav {
	width:274px;
	text-align:right;
	padding-top:20px;
}
.nav a {
	color:#000;
	font-size:1.4em;
	text-decoration:none;
	display:block;
	line-height:45px;
	color:#4b4b4b;
	font:normal 2.0em/1.8em Impact, Arial, Helvetica, sans-serif;
}
.nav a:hover {
	color:#064da9;
}
#frame {
	width:538px;
	height:294px;
	margin:0 auto;
	border: 1px solid #828282;
	padding:10px;
	margin-bottom:15px;
}
#frame img {
	margin:0 auto;
	border: 1px solid #828282;
}
#main-txt {
	width:558px;
	margin:0 auto;
}

		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	padding: 5px 10px 8px 5px;
}

#contact_info fieldset {border: 0px solid transparent;}

#contact_info legend{
	display: none;
}

#contact_info form p{
	clear: both;
}

#contact_info input, #contact_info textarea, #contact_info select {
	font-size: 1em;
	float: left;
	clear: left;
	color: #434343;
	width: 500px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 0;
	padding: 0.2em;
}

#contact_info label{
	display: block;
	float: left;
	margin: 5px 0;
	width: 500px;
}

#contact_info input:focus, #contact_info textarea:focus {
	background-color: #fff5be;
}

#contact_info  input#submit {
	width: auto;
	font-size: 0.85em;
}



.clubinfoheader {
	background-color:orange;
}

.leftcell{
	text-align:right;
	padding: 5px;
}

.rightcell{
	text-align:left;
	padding: 5px;
}
.clubInfotext { padding:10px;}















/* =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*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/