body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-color: #031A3D;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
	background-image: url(images/bgMain.jpg);
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.homeLeft {
	float: left;
	width: 400px;
	line-height: 2em;
	margin-right: 20px;
	background-color: #FFF;
}
.homeRight {
	float: left;
	width: 340px;
	background-image: url(images/homeBoxBG.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9BBEDC;
	clear: both;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E4A76;
}
.footer a {
	color: #89ABC9;
	text-decoration: underline;
}
.footer a:visited {
	color: #89ABC9;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	color: #0E4A76;
}
#container  {
	width: 902px;
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#mainContent  {
	padding-left: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	line-height: 2.5em;
	clear:both;
	overflow: visible;
}
a {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
#flash {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*********************************** 
**************  menu  **************
***********************************/

a.bttnHome{
	width:74px; 
	height:35px;
	background-image:url(images/bttnHome.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnEvents{
	width:109px; 
	height:35px;
	background-image:url(images/bttnCalendar.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnDo{
	width:129px; 
	height:35px;
	background-image:url(images/bttnDo.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnEat{
	width:143px; 
	height:35px;
	background-image:url(images/bttnEat.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnAbout{
	width:100px; 
	height:35px;
	background-image:url(images/bttnAbout.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnContact{
	width:89px; 
	height:35px;
	background-image:url(images/bttnContact.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.bttnStay{
	width:152px; 
	height:35px;
	background-image:url(images/bttnStay.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
	border:none;
}
a.vgdownload{
	width:250px; 
	height:55px;
	background-image:url(images/vguideButton.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
}
a.vgmail {
	width:250px; 
	height:55px;
	background-image:url(images/vguideMail.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	text-indent: -999em;
	float:left;
}

a.bttnEvents:hover, a.bttnEvents:active, a.bttnHome:hover, a.bttnHome:active, a.bttnDo:hover, a.bttnEat:active, a.bttnEat:hover, a.bttnAbout:active, a.bttnAbout:hover, a.bttnContact:active, a.bttnContact:hover, a.bttnStay:active, a.bttnStay:hover{background-position: 0px -35px; text-decoration:none;}
a.vgdownload:active, a.vgdownload:hover, a.vgmail:active, a.vgmail:hover{background-position: 0px -55px; text-decoration:none;}

/*********************
HOMEPAGE SLIDESHOW
*********************/

#slideshow {
	position:relative;
	width:902px;
	height:227px;
	clear:both;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}/***********END SLIDER***********/
.homeBoxContent {
	width: 308px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/***********************************************************************************************************************
Accordian
************************************************************************************************************************/
#wrapper {
	width: 308px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 308px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	padding-top:14px;
	}
	
.accordionContent {	
	width: 308px;
	float: left;
	padding-bottom:20px;
	padding-top:2px;
	border-bottom: 1px solid #FFFFFF;
	_float: none; /* Float works in all browsers but IE6 */
	}

.on {
	/*background: #990000;*/
	}
	
.over {
	/*background: #CCCCCC;*/
	}
/***********************************************************************************************************************
End Accordian
************************************************************************************************************************/
#slideWrapper {
	clear: both;
	width: 902px;
	overflow: hidden;
}
#navWrapper {
	clear: both;
	width: 902px;
	overflow: hidden;
}

