html,body {
    height:100%;
    margin:0;
	font:18px/20px Arial, Helvetica, sans-serif; 
	background:#000 url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:942px;
}
img{
	border-style:none;
	display:block;
} 

.full {
padding-left: 20px;
}
a{
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline;}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
#wrapper {
    min-height: 100%;
}
* html #wrapper {
    height: 100%;
}
.w1 {
	width:942px;
	margin:0 auto;
    padding-bottom: 227px;
	overflow:hidden;
}
.logo{
	margin:11px 0 0;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
	width:334px;
	float:left;	
}
.logo a{
	display:block;
	width:334px;
	height:39px;
	cursor:pointer;
}
#header{
	width:942px;
	overflow:hidden;
}
.contact{
	background:url(../images/bg-contact.gif) no-repeat;
	width:235px;
	height:30px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.contact li{
	float:left;
	margin:0 17px 0 19px;
	display:inline;
}
.contact li a{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
.social{
	float:right;
	list-style:none;
	margin:0;
	padding:6px 8px 0 6px;
}
.social li{
	float:left;
	margin-left:9px;
	display:inline;
}
.nav-holder{
position: relative;
	margin:8px 0 0;
	float:left;
	width:942px;
	height:32px;
	background:url(../images/bg-nav.gif) no-repeat;
}
/*
#nav{
	margin:0;
	padding:7px 0 0 6px;
	list-style:none;
}
#nav li{
	float:left;
	padding:0 7px;
	border-left:1px solid #d5d4d4;
	line-height:16px;
}
#nav li:first-child{border:none;}
#nav li a{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
}
#nav li a:hover,
#nav li.active a{
	color:#00ab66;
	text-decoration:none;
}

*/


/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; text-align:left; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index: 900; }
  * 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; z-index: 900;}
   
    
/* Essentials - configure this */

#nav ul { width: 210px; left: -1px; }
#nav ul ul { left: 210px;  z-index: 900;}

/* Everything else is theming */
 #navdiv {
	position:absolute;
      z-index: 900;
		font-size:13px;
	left:17px;
	height:32px;
	width:692px;     
}
#nav { height: 32px; 
       position: relative;
	margin:0;
	padding:0px 0 0 0px;
	list-style:none;
    
 } 
#nav *:hover { background-color:#000; } 
#nav li.mainnav { 
text-align: left;
	padding:5px 13px 0 7px;
	border-left:1px solid #d5d4d4;
	height: 25px;

text-transform: uppercase;
  }
  
  #nav li.mainnavfirst { 
float:left;
	padding:0px 13px 0 7px;
	border-left:none;
	height: 25px;
padding-top: 5px;
text-transform: uppercase;
}
#nav a { color:#FFF; text-decoration: none; cursor: hand; 	
padding:0px 0 0 6px;
 }
 #nav li.mainnav a:hover, #nav li.mainnavfirst a:hover {
	color:#00ab66;
	text-decoration:none;
background-color: #000;
 }
 
 #nav li a.selected { 	color:#00ab66; text-decoration:none; text-transform: uppercase; }
 #nav ul { top: 30px; width: 210px;  background: #000;  }
  #nav ul a  {
    /*background:url(../images/drop-separ.gif) repeat-x 100% 0;*/
 }



#nav ul li ul {


z-index: 900;
padding: 0px;
margin: 0px;
}



/*#nav { background-color: #30A8C3; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav ul { top: 30px; }*/


/*testing above*/

 


    /*#nav ul li a { background-color: #5E5A5A;  }*/
      #nav ul a.hover { color:#FFF; }
   #nav ul a { border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#dropdown1 {
 z-index: 900;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}

#dropdown1 li a {
font-weight:normal;
font-size: 11px;
color: #FFF;
	padding-left:12px;
	padding-top: 5px;
padding-bottom: 5px;

 border-bottom: 1px solid #FFF;
cursor: hand;
}
#dropdown1 li a:hover, #dropdown1 li:hover {
font-size: 11px;


color:#FFF;

cursor: hand;

}

#dropdown2 {
border: 1px solid #FFF;

}



.search{
	float:right;
	width:204px;
	margin-right:14px;
margin-top: 7px;
	display:inline;
}
.search .row{
	width:100%;
	overflow:hidden;
}
.search .row label{
	float:left;
	font-size:12px;
	line-height:14px;
	color:#009ffa;
	padding:3px 4px 0 0;
}
.search .row .search-text{
	float:right;
	width:134px;
	height:16px;
	border:1px solid #bebebe;
	background:#fff;
}
.search .row .search-text input{
	width:124px;
	padding:0 5px;
	font-size:12px;
	line-height:16px;
	border:none;
	background:none;
}
.search .row .btn-search{
	float:left;
}
#main{
	width:942px;
	padding:10px 0 0;
	overflow:visible;
}
.flash-holder{
clear: both;
	width:942px;
text-align:left;
	overflow:hidden;
	padding:20px 0 20px;
	margin: 0px;
	background:url(../images/border.gif) repeat-x 0 321px;
}
#main #sidebar{
	float:right;
	overflow:hidden;
	width:220px;
	background:url(../images/bg-content.png) repeat-y;

}
#main #sidebar .ads{
	margin:0;
	padding:0;
	list-style:none;
}
#main #sidebar .ads li{
	width:221px;
	vertical-align:top;
	line-height:0;
	font-size:0;
}
#main #sidebar .ads li img{
	display:block;
}
#twocolumns{
	width:720px;
	float:left;
}
#twocolumns #content{
	float:left;
	width:460px;
	background:none;
}
#twocolumns .aside{
	float:left;
	width:223px;
	margin-left:2px;
	display:inline;
}
.box{
	width:100%;
	overflow:hidden;
	
}
.box .holder{
	width:100%;
	padding-bottom:25px;
	overflow:hidden;
	background:url(../images/bg-title-b.gif) repeat-x 0 100%;
	margin-bottom:12px;

}
.box h2,
#content .box h2 {
	padding:2px 0 0 10px;
	margin:0;
	color:#fff;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
	float:left;
}
#eventslist {
width: 100%;
}

#content #eventslist h2 a{
color: #FFF;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
border-bottom: 1px dotted #FFF;


}

#content #eventslist h2 a:hover {
    border-bottom: 1px solid #FFF;
text-decoration: none;
}

#eventslist h2 {
font-size: 18px;
text-transform: uppercase;
}


#content .news{float:none;}
.box .pager{
	margin:0;
	padding:7px 4px 0 0;
	list-style:none;
	float:right;

}
.box .pager li{
	float:left;
	padding-right:7px;
}
#prev, .prev2 {padding:0 6px 0 0;
float: left;}

.prev2 {
width: 30px;
}

#next {
float: left;
}
.box .pager li a{
	display:block;
	width:12px;
	height:12px;
	font-size:0;
	overflow:hidden;
	background:url(../images/bg-pager-item.gif) no-repeat;
}
.box .pager li a:hover,
.box .pager li.active a{
	background:url(../images/bg-pager-item-active.gif) no-repeat;
	text-decoration:none;
}
#prev a,
#prev a:hover{
	background:url(../images/bg-prev.gif) no-repeat;
}


#next a,
#next a:hover{
	background:url(../images/bg-next.gif) no-repeat;
}
#text-box{
	overflow:hidden;
padding-top: 20px;
clear: both;
}


/* Easy Slider */

	#text-box ul, #text-box li,
	#text-box ul, #text-box li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#text-box{margin-top:.5em;}
	#text-box li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	text-align: left;
       
	width: 634px;
		overflow:visible; 


		}
#text-box p {
width: 380px;

padding-right: 40px;
overflow: visible;
height: 100px;
}	

.pbox a {
color: #FFF;

}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
ul.pager {
	height:12px;
margin: 0px;
padding: 0px;
}

ul.pager li {
float: left;
}
	ol#controls{
		
		padding:0;
		float: left;
			height:12px;	
		}
	ol#controls li{
		padding:0;
		float:left;
		list-style:none;
                padding:0 3px 0 3px;
		}
	ol#controls li a{
		float:left;
		color:#555;
		text-decoration:none;
		}
	ol#controls li.current a{
	background:url(../images/bg-pager-item-active.gif) no-repeat;
	text-decoration:none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.holder {

height: 120px;
}
/* // Easy Slider */


.box p {
color: #FFF;
}

#text-box p{
	margin:0;
	color:#fff;
	font-size:18px;
	line-height:20px;
	padding-left: 10px;
}
#text-box .btn{
	display:block;
	width:39px;
	height:39px;
	padding-left: 40px;
	
	float:right;
}
#text-box .btn{text-decoration:none;}
.box .signup{
	padding:14px 0 0;
	width:100%;
	overflow:hidden;
	clear:both;
}
.box .signup p{
	margin:0 0 2px 6px;
	color:#fff;
	width:240px;
	font-size:18px;
	line-height:21px;
	text-transform:uppercase;
}
.box .signup #event,
.box .signup #our{
	width:16px;
	height:16px;
	margin:0 8px 0 15px;
	float:left;
	padding:0;
}
.box .signup .row{float:right;}
.box .signup .text{
	width:186px;
	height:26px;
	background:url(../images/bg-signup.gif) no-repeat;
	margin:0 8px 8px 0;
}
.box .signup .text input{
	width:176px;
	padding:5px 5px;
	color:#ababab;
	font-size:11px;
	line-height:14px;
	background:none;
	border:none;
}
.box .signup .col{
	float:left;
	width:100%;
	padding-top:7px;
}
.box .signup .col .row{
	float:none;
	padding-bottom:6px;
	width:300px;
	overflow:hidden;
}
.box .signup .col .row label{
	color:#f4f4f4;
	font-size:11px;
	line-height:15px;
	float:left;
}
.box .signup .col .submit{
	float:right;
	margin-top:-8px;
}
.box .view{
	float:right;
	color:#3399cc;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	background:url(../images/bg-next.gif) no-repeat 100% 0;	
	margin:7px 4px 0 0;
	padding:0 20px 0;
	display:inline;
}
.box .news-list{
	margin:0;
	padding:7px 10px 0 10px;
margin: 0 0 20px 0;
	list-style:none;
	width:90%;
	overflow:hidden;
	clear:both;
}
.box .news-list li{
	vertical-align:top;
	width:100%;
	overflow:hidden;
	padding:5px 0 16px;
	background:url(../images/border.gif) repeat-x 0 100%;	
}
.box .news-list li span{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#3399cc;
	margin-bottom:16px;	
}
.box .news-list li strong{
	display:block;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	width:160px;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}
.box .news-list li .more{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#fff;
	float:right;
}
#footer{
    position:relative;
    width: 920px;
	padding:0 7px 0 15px;
	height:227px;
	margin:-227px auto 0;
	overflow:visible;
    background:url(../images/bg-footer.gif) no-repeat;
}
#footer .add-nav{
	margin:0;
	padding:7px 0 0;
	list-style:none;
	float:left;
	line-height:14px;
}
#footer .add-nav li{
	float:left;
	padding:0 9px;
	border-left:1px solid #00d4ff;
	height:21px;
}
#footer .add-nav li:first-child{
	border:none;
	padding-left:0;	
}
#footer .add-nav li a{
	color:#a7e6fe;
	font-size:12px;
	line-height:14px;
	position:relative;
}
#footer .text-holder{
	width:720px;
	float:left;
	margin-top:-15px;
}
#footer .text-holder p{
	margin:0;
	color:#a7e6fe;
	font-size:10px;
	line-height:12px;
}
#footer .holder{
	float:right;
	margin:23px 0 0 0;
}
#footer .holder .ads-list{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#footer .holder .ads-list li{
	float:left;
	margin-left:29px;
}
.designed{
	float:right;
	margin:0px 5px 0 0;
	display:inline;
}
.designed a{
	color:#fff;
	font-size:10px;
	line-height:12px;
	background:url(../images/cubic.gif) no-repeat 100% 2px;
	padding:0 14px 0 0; 
	margin-top:35px;
}
/*start inner page*/
#content{
	width:704px;
	float:left;
	background:url(../images/bg-content.png) repeat-y;
	margin-right:18px;
}
.content-holder{
	width:704px;
	position:relative;
	overflow:hidden;
	min-height: 400px;
}
#content .text-holder{
	width:650px;
	padding:20px 0 57px 17px;
	position:relative;
color: #FFF;
font-size: 12px;
}

#content .text-holder a {
color: #00AB66;
}

#content .text-holder h1 {
color: #FFF;
font-size: 18px;
}


#content .text-holder h2{
	margin:6px 0 0;
	font-size:24px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
#content .text-holder p{
	margin:10px 0 0;
	font-size:12px;
	line-height:18px;
	color:#fff;
	position:relative;
}
.calendar{
	width:670px;
	overflow:hidden;
	margin:0 0 0 15px;
	padding-bottom:17px;
}
.calendar .month{
	width:643px;
	overflow:hidden;
	background:url(../images/bg-calendar.png) no-repeat;
	text-align:center;
	height:30px;
	margin-left:2px;
}
.calendar .month em{
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	font-style:normal;
	width:576px;
	float:left;
	text-align:center;
	font-weight:bold;
}
.calendar .prev,
.calendar .next,
.calendar .prev:hover,
.calendar .next:hover{
	float:left;
	text-indent:-9999px;
	width:22px !important;
	height:21px;
	background:url(../images/bg-link-prev.gif) no-repeat;
	margin-left:14px;
	display:inline;
	margin-top:4px;
	padding:0;
	position:relative;
}
.calendar .next,
.calendar .next:hover{
	background:url(../images/bg-link-next.gif) no-repeat;
	margin-left:0;
}
.week{
	margin:0;
	padding:38px 0 8px;
	list-style:none;
	clear:both;
	width:100%;
	overflow:hidden;
}
.week li{
	float:left;
	text-align:center;
	color:#017bb8;
	font-size:18px;
	font-weight:normal;
	width:87px;
	margin-right:6px;
	text-transform:uppercase;
}
.date{
	margin:0;
	padding:0;
	list-style:none;
}

.date h4 {
font-size: 8px;
line-height: normal;
margin: 0px;
padding: 0px;
}

.date li{
	position:relative;
	float:left;
	width:87px;
	margin-right:6px;
	padding:0 0 7px 0;
}
.date li .day{
	position:relative;
}
.date li a{
	display:block;
	width:80px;
	height:71px;
	background:url(../images/bg-day.gif) no-repeat;
	font-size:16px;
	color:#00caf4;
	text-align:right;
	font-weight:bold;
	padding-right:7px;
	line-height:24px;
text-transform: uppercase;
padding-left: 2px;
}

.date li.active a,
.date li a:hover{
	text-decoration:none;
	background:url(../images/bg-day-hover.gif) no-repeat;
	color: #FFF;
}
.date li.activepast a{
	text-decoration:none;
	background:url(../images/bg-day-hover2.gif) no-repeat;
	color: #CCC;
}
.date li.past a{
	color:#009ae1;
}
.date li.activepast a{
	color:#CCC;
}
.ads-holder{
	margin-top:0px;
}


/* Home page slider */

#dynatip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* override the arrow image of the tooltip */
#dynatip.bottom {
	background:url(../images/black_arrow_bottom.png);	
	padding-top:40px;
	height:55px;
}

#dynatip.bottom {
	background:url(../images/black_arrow_bottom.png);
}

.popup {
	width:187px;
	position:absolute;
	top:30px;
	right:35px;
	z-index:999 !important;
}
.popup-holder{
	position:relative;
	z-index:999 !important;
}
.popup .t{
    background:url(../images/bg-popup-top.png) no-repeat;
    height:24px;
}
.popup .t .popup .t:after{
	content:"";
	display:block;
	clear:both;
}
.popup .b { 
	background:url(../images/bg-popup-bot.png) no-repeat;
	height:16px;
    overflow:hidden;
}
.popup .c{
    height:1%;
    background:url(../images/bg-popup.png) repeat-y;
	padding:0 28px 0 1px;
}
.popup .cont{
	padding-bottom:8px;
    background:#ababab url(../images/bg-popupbox.gif) repeat-x 0 0;
}
.popup .cont img{
	float:left;
	margin:-20px 0 8px 6px; 
	display:inline;
}
.popup .cont strong{
	font:18px/20px Tahoma, Arial, Helvetica, sans-serif;
	color:#003366;
	display:block;
	padding-left:11px;
}
.popup .cont span{
	font:14px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#003366;
	display:block;
	padding-left:11px;
}
.popup .cont span a{
	display:inline;
	background:none;
	font:14px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#003366;
	text-decoration:underline;
}
.popup .cont span a:hover{
	text-decoration:none;
	background:none !important;
}

  