@charset "utf-8";
/* CSS Document */
* {
	margin:0 auto;
	padding:0;
}
#container{
		width:1000px;
		background: url(../images/bg.png);
}
#header{
	width:990x;
	height:120px;
	margin:0px 5px 0px 5px;
	background:url(../images/headerBgNew.png) no-repeat;
}
#topHeader{
	width:300px;
	float:left;
	height:70px;
	/*background:url(../images/logo.png) no-repeat;*/
	margin-bottom:20px;
}
#topHeader h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:25x;
	float:left;
	margin:15px 0px 0px 60px;
}
#topNav{
	width:400px;
	height:25px;
	float:right;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:0px;
}

#topNav ul,p,form{
	display:inline;
}
#topNav ul li{
	display:inline;
	margin: 8px 4px 0px 4px;
	color:#333333;
	background:url(../images/topNavBullet.png) no-repeat;
	background-position:left;
	padding-left:10px;
}
#topNav ul li a {	
	list-style:none;
	font-weight:bold;
	text-decoration:none;
	color:#333333;	
}
#topNav ul li a:hover{
	text-decoration:underline overline;
	color:#990099;
}

#topNav .input{
	font-size:11px;
}
#body{
	clear:both;
	margin-top:20px;
	background-color:#999999;
}

#bodyLeft{
	width:300px;
	float:left;
	text-align:center;
}

.bodyRight{
	width:650px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:20px;
	margin-bottom:10px;
}

.bodyRight .bodyWidgetHeader{
	width:630px;
	height:35px;
	background:  url(../images/mainHeaderTransparent.png) no-repeat;
	background-position:0px 20px 0px 0px;
	padding:5px 0px 0px 20px;
}
.bodyRight .bodyWidgetHeader h1{
	color:#fff;
	font-size:18px;
}
.bodyRight .bodyWidgetBody{
	width:635px;
	background: url(../images/mainBodyTransparent.png) repeat-y;
	padding:1px 0px 5px 15px;
	line-height:130%;
	min-height:150px;
}



#imageBox{
	float:right;
	width:250px;
	height:450px;
	margin: 15px 15px;
}




.bodyRight .bodyWidgetBody p,.bodyWidgetBody ul li p{
	color:#000;
	font-size:12px;
	display:block;
	text-decoration:none;
	margin-top:10px;
	margin-left:-5px;
}
.bodyWidgetBody ul li{
	margin-left:20px;
	font-size:12px;
}
.bodyRight .bodyWidgetBody .h2{
	color: #333333;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	margin-left:15px;
}
.bodyRight .bodyWidgetFooter{
	width:635px;
	height:20px;
	background-image:url(../images/mainFooterTransparent.png);
	text-align:right;
	padding:5px 15px 0px 0px;
}
.bodyRight .bodyWidgetFooter p a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.bodyRight .bodyWidgetFooter p a:hover{
	color: #00FF00;
	text-decoration:underline;
}
.bodyWidgetBody #sponsorArea{
	width:635px;
	height:230px;;
	text-align:center;
}
.bodyWidgetBody #sponsorArea .sponsor{
	width:160px !importaint;
	text-align:center;
	padding:5px;
	margin:5px 15px;		
	float:left;
}
.bodyWidgetBody #sponsorArea .sponsor p.sponsorTitle{
	font-size:12px;
}
.bodyWidgetBody #sponsorArea .sponsor p.sponsorLink a{
	text-decoration:none;

}


#footer{
width:100%;
clear:both;
height:100px;
background: url(../images/footer.png) no-repeat;
padding-top: 50px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
text-align:center;
}
#footerInfo{

}
#footer p{
		display:block;
}
#footer p a{
	color:#006699;
	text-decoration:none;
}
#footer p a:hover{
	color: #0033FF;
	text-decoration:none;
}







.widget1{
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:10px;
}
.widget1Header{
	width:260px;
	height:35px;
	background: url(../images/widgetHeaderTransparent.png) no-repeat;
	background-position:0px 20px 0px 0px;
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	padding:5px 0px 0px 20px;
}
.widget1Header h3{
	color:#fff;
}
.widget1Body{
	width:265px;
	background: url(../images/widgetBodyTransparent.png) repeat-y;
	padding:1px 0px 5px 15px;
}
.widget1Body img{
	text-align:center;
}

.widget1Body p.title a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	display:block;
	background: url(../images/widgetBullet.png) no-repeat left;
	text-decoration:none;
	margin-top:10px;
	margin-left:-10px;
	padding-left:15px;
}
.widget1Body p.desc a{
	color: #333333;
	font-size:11px;
	display:block;
	text-decoration:none;
	margin-top:5px;
}
.widget1Body p.more a{
	text-align:right;
	color: #333333;
	font-size:11px;
	display:block;
	text-decoration:none;
	margin-right:15px;
}
.widget1Body p.title a:hover,p.desc a:hover,p.more a:hover{
	color:#006600;
}
.widget1Body .eventHr{
	text-align:center;
	color: #999999;
	width:70%;
}
.widget1Footer{
	width:265px;
	height:20px;
	background-image:url(../images/widgetFooterTransparent.png);
	text-align:right;
	padding:0px 15px 0px 0px;
}
.widget1Footer p a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.widget1Footer p a:hover{
	color: #00FF00;
	text-decoration:underline;
}
.hidden{
	display:none;
}
.show{
	display:block;
}
#logInDiv{
	position:relative;
	width:300px;
	top:10px;
	left:0px;
	background-color:#FFFFFF;
	z-index:1000;
	padding:3px;
}
#logInForm{
	display:inline;
}
#logInForm .login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background: #fff;
	width:65px;
}
#logInForm .loginButton{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:45px;
}
.bodyWidgetBody p.dtg{
	color: #CCCCCC;
	font-size:11px;
	text-align:right;
	margin-top:100px;
	
	
}
.membershipHeader{
	background-color:#999999;
	height:20px;
}
.bodyRight .bodyWidgetBody .membershipHeader .membershipHeaderText{
	color:#fff;
	font-size:16px;
	margin-left:15px;
	margin-top:0px;
}
#membershipSubmit{
	margin:20px;
	padding:10px;
	background-color:#003300;
	color:white;
	font-size:12px;
}
.bodyRight .bodyWidgetBody .required{
	color:red;
	font-size:10px;
	margin-left:10px;
	display:inline;
}



/*FORUM STYLES*/
.forumHeaders{
	text-align:center;
	color:#fff;
	font-size:14px;
}
.forumMsgHeader{
	text-align:left;
	margin-left:10px;
	font-size:12px;
	color:#666666;
}
.forumMsgHeader a{
	color:#666666; 
	text-decoration:none;
}
.forumMsgHeader a:hover{
	color:#0066FF;
	text-decoration:underline;
}
.forumMsgText{
	text-align:left;
	margin-left:10px;
	font-size:12px;
	color:#333333;
}
.forumMsgText a{
	text-decoration:none;
	color:#0066FF;
}

.forumMsgText a:hover{
	text-decoration:underline;
	color:#0000FF;
}

/*TINYMCE STYLES DUPLICATION*/
.bodyRight .bodyWidgetBody .normalText{
	padding:10px;
}
.bodyRight .bodyWidgetBody .bullet{
	position:relative;
	margin-left:40px;
}
.bodyRight .bodyWidgetBody a{
	color:#006699;
	text-decoration:none;
}
.bodyRight .bodyWidgetBody a:hover{
	color: #0000FF;
	text-decoration:underline;
}

.bodyRight .bodyWidgetBody .main_heading{
	font-family:"Arial Rounded MT Bold", Arial;
	font-size:24pt;
	color:#009900;
	line-height:120%;
}
.bodyRight .bodyWidgetBody .secondary_heading{
	font-size:12pt;
	color: #666666;	
	font-family:"Arial Rounded MT Bold", Arial;
	padding:20px 10px 0px 10px;	
	
}
.bodyRight .bodyWidgetBody a.secondary_heading{
	font-size:12pt;
	color: #666666;	
	font-family:"Arial Rounded MT Bold", Arial;
	padding:20px 10px 0px 10px;	
	text-decoration:none;
}
.bodyRight .bodyWidgetBody .secondary_heading a:hover{
	color: #000000;	
	text-decoration:underline;
}
.bodyRight .bodyWidgetBody .tertiary_heading{
	font-size:11pt;
	color: #006633;	
	font-family:"Arial Rounded MT Bold", Arial;
	padding:10px 10px 0px 10px;	
}
.bodyRight .bodyWidgetBody .tertiary_heading a{
	font-size:11pt;
	color: #006633;	
	font-family:"Arial Rounded MT Bold", Arial;
	padding:10px 10px 0px 10px;
	text-decoration:none;	
}

.bodyRight .bodyWidgetBody .tertiary_heading a:hover{
	font-size:11pt;
	color: #006633;	
	font-family:"Arial Rounded MT Bold", Arial;
	padding:10px 10px 0px 10px;
	text-decoration:underline;	
}
