body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #2d6fa4;
	font-size: 12px;
	line-height: 16px;
	background: #296ca1 url(images/summer-bg.jpg) no-repeat center bottom;
	min-height: 600px;
}

.wrapper { 
	margin: 0 auto;
	width: 1000px;
	position: relative;
}


/* -- TOPNAV -------------------------------------------------------------- */
#topnav {
	height: 40px;
	background: url(images/topnav-bg.png) repeat-x;
}

#topnav-wrapper {
	width: 1000px;
	margin: 0 auto;
	color: #1c66a5;
	font-size: 10px;
	text-align: right;
}

#topnav-wrapper a,
#topnav-wrapper a:visited {
	color: #1c66a5;
	font-weight:bold;
}

#topnav-wrapper a:hover {
	color: #ffffff;
}

#topnav-wrapper ul {
	text-align: right;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}

#topnav-wrapper ul li {
	float:left;
	list-style: none;
	text-align: center;
	padding: 0 10px;
}



/* -- HOME BANNER -------------------------------------------------------------- */
#home-banner {
	position: relative;
	height: 383px;
	float: right;
	width: 785px;
	padding: 165px 0 0 0;
	background: url(images/banner-bg.png) no-repeat top right;
}

.ribbon {
	position: absolute;
	right: -142px;
	top: 0;
	z-index: 99999;
}

a.download_guide,
a.download_guide:visited {
	background: url(images/download_guide.png) no-repeat;
	width: 202px;
	height: 200px;
	display: block;
	z-index: 9999999;
	position: absolute;
	bottom: -50px;
	left: -10px;
}

a.download_guide:hover {
	background-position: top right;
}



/* -- OTHER PAGES BANNER -------------------------------------------------------------- */
#other-banner {
	position: relative;
	height: 165px;
	float: right;
	width: 785px;
	background: url(images/banner-bg.png) no-repeat top right;
}





/* -- TOP SEARCH -------------------------------------------------------------- */
#top-search {
	position: absolute;
	top: 86px;
	right: 145px;
	font-size: 10px;
	color: #FFFFFF;
	width: 200px;
}

#top-search a, 
#top-search a:visited {
	color: #FFFFFF;
}

#top-search a:hover {
	color: #fbb434;
}

#top-search a.button-go {
	float: right;
	display: block;
	width: 37px;
	height: 30px;
	background: url(images/button-go.png) no-repeat;
}

#top-search a.button-go:hover {
	background-position: left bottom;
}

#top-search .textfield {
	border-color: #357eaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 8px 6px 7px 27px;
	color: #535353;
	width: 120px;
	float: left;
	background: url(images/search.png) no-repeat #c1d4e3 7px 6px;
	color: #3c7dac;
}



#logo {
	position: relative;
	margin: 47px 0 36px 30px;
}




/* -- LEFT -------------------------------------------------------------- */
#left-column {
	float: left;
	width: 215px;
}




/* -- MAIN -------------------------------------------------------------- */
#main-column {
	float: left;
	width: 725px;
	background: url(images/white-pixel.png);
	padding: 33px 30px;
	margin: 0 0 15px 0;
}




/* -- RIGHT -------------------------------------------------------------- */
#right-column {
	float: right;
	width: 205px;
	padding: 0 0 0 10px;
	border-left: 1px solid #b7d2e2;
	margin-top: -81px;
}





/* -- ADVERTS -------------------------------------------------------------- */
.top-advert {
	width: 495px;
	text-align: center;
	margin: 0;
}




/* -- NEWSLETTER -------------------------------------------------------------- */
#newsletter-div {
	background: url(images/newsletter-bg.png) no-repeat;
	width:172px;
	padding: 68px 0 0 22px;
	font-size: 11px;
	min-height: 75px;
	_height: 75px;
}

#newsletter-div a {
	color: #FFFFFF;
}

#newsletter-div .textfield {
	border-color: #fbb433;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 6px;
	color: #535353;
	width: 89px;
}

#newsletter-div .btnButton {
	border: 1px solid #fbb433;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
	color: #ffffff;
	background: #fcb332;
	text-transform: uppercase;
	font-family: Myriad Pro,Arial,Helvetica,sans-serif;
  	font-size: 11px;
}

#newsletter-div .btnButton:hover {
	background: #3371A8;
	border: 1px solid #3371A8;
}





.page-title {
	font-size: 24px;
	font-family: Myriad Pro,Arial,Helvetica,sans-serif;
	color: #1c66a5;
	line-height: 27px;
    padding: 0 0 10px 0;
	font-weight: normal;
}

.sub-title {
	font-size: 17px;
	font-family: Myriad Pro,Arial,Helvetica,sans-serif;
	color: #1c66a5;
	padding: 15px 0 5px 0;
	position: relative;
}


#flashheader { 
	height: 129px;
	background-color: #ffffff;
}

#imageheader { 
	height: 215px;
	background-color: #ffffff;
}



#left {
	width: 180px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 10px;
}



#content {
	width: 500px;
	float: left;
	padding: 0 20px;
	background: #ffffff url(images/divider.gif) repeat-y;
  overflow:hidden;
}

.button {
	border: 1px solid #fbb433;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px 5px;
	letter-spacing: 1px;
	color: #ffffff;
	background: #fcb332;
	text-transform: uppercase;
	font-family: Myriad Pro,Arial,Helvetica,sans-serif;
  	font-size: 11px;
	cursor: pointer;
}

.button:hover {
	background: #3371A8;
	border: 1px solid #3371A8;
}

.textfield {
	border: 1px solid #ccdce9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




.clr {
    clear:both;
}


#navcontainer{
	margin-bottom:20px;
	position: relative;
}

#navcontainer a{
	color: #475971;
	font-size: 13px;
}

#navcontainer a:hover{
	color: #000;
	text-decoration: none;
}		

.nav li{
	list-style:none;
	line-height:25px;
}

.nav {
	padding: 0px;
	margin: 0px;
}




/* -- FOOTER -------------------------------------------------------------- */

.footer {
	background: #fcba3f;
	height: 127px;
}

.footer-wrapper {
	width: 1000px;
	margin: 0 auto;
	color: #8d6c06;
	font-size: 11px;
	padding: 15px 0;
}

.footer-wrapper a,
.footer-wrapper a:visited {
	color: #8d6c06;
	text-decoration: none;
}

.footer-wrapper a:hover {
	color: #000000;
	text-decoration: none;
}

a.facebook {
	float: right;
	width: 47px;
	height: 47px;
	display: block;
	margin: 20px 0 0 15px;
	background: url(images/btn_facebook.jpg) no-repeat;
}

a.facebook:hover {
	background-position: left bottom;
}

a.twitter {
	float: right;
	width: 47px;
	height: 47px;
	display: block;
	margin: 20px 0 0 15px;
	background: url(images/btn_twitter.jpg) no-repeat;
}

a.twitter:hover {
	background-position: left bottom;
}

a.footer-logo {
	float: right;
	width: 187px;
	height: 56px;
	display: block;
	margin: 20px 0 0 15px;
	background: url(images/logo_bottom.jpg) no-repeat;
}







p {
	padding-bottom: 5px;
}

#main-column a {
	text-decoration: underline;
}

a {
	color: #62A2C7;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1C66A5;
	text-decoration:none;
}



.listings-table {
	font-size: 11px;
}

.businesstitle:link,
.businesstitle:visited{
	color: #000000;
	text-decoration:none;
}

.businesstitle:hover{
	color: #8195ad;
}

a.backtotop {
	display: block;
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 11px;
	color: #62A2C7;
	padding: 0 15px 0 0;
	background: url(images/arrowup.png) 54px 4px no-repeat;
}

.subheading {
	font-size: 14px;
}


.divider {
	margin: 20px 0px;
	background-color: #f2ece0;
	height:1px;
}

.numlist li {
	padding-bottom: 25px;
}




/*
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 12px; text-decoration:underline}

a.day:link, a.day:visited, a.day:active  {color: #1C66A5; font-size: 12px; font-weight: bold; text-decoration:none}
a.day:hover {color: #e9a21c; text-decoration:none}

a.event:link, a.event:visited, a.event:active {color: #1C66A5; font-size: 10px; text-decoration:none; background: url("images/bullets.png") no-repeat scroll -7px -27px transparent; padding: 0 0 0 10px;}
a.event:hover {color: #e9a21c; text-decoration:none; background:url("images/bullets.png") no-repeat scroll -7px -5px transparent;}

a.admin:link {color: blue; font-size: 12px; text-decoration:underline}
a.admin:visited {color: blue; font-size: 12px; text-decoration:underline}
a.admin:hover {color: red; font-size: 12px; text-decoration:underline}
a.admin:active {color: blue; font-size: 12px; text-decoration:underline}

table.cal {
height: 500px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.caption {
color: #1C66A5;
font-size: 30px;
line-height: 30px;
font-family: Myriad Pro,Arial,Helvetica,sans-serif;
}

.thead {
color:white;
background-color: #1C66A5;
font-size: 12px;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;
}

tfoot.cal {
color:black;
font-size: 10px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}

#dhtmlgoodies_slideshow{
width:350px;	/* Total width of slideshow */


}

#previewPane{
       margin-bottom:10px;	
       text-align:center;
       vertical-align:middle;
       padding-top:10px;

position:relative;

}
#previewPane img{
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
  font-style:italic;
  text-align:center;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
  font-size:0.9em;
  height:1.5em;
}
#galleryContainer{

height:62px;	/* Height of the images + 2 */
position:relative;
overflow:hidden;
padding:1px;

        /* CSS HACK */
height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
height/* */:/**/62px;	/* Other browsers */
height: /**/62px;

}
#arrow_left{
position:absolute;
left:0px;
     z-index:10;
     background-color: #FFF;
padding:1px;
}
#arrow_right{
position:absolute;
right:0px;
      z-index:10;
      background-color: #FFF;
padding:1px;		
}
#theImages{
position:absolute;
height:100px;
left:40px;
width:100000px;

}
#theImages #slideEnd{
float:left;
}
#theImages img{
float:left;
padding:1px;
filter: alpha(opacity=50);
opacity: 0.5;
cursor:pointer;
border:0px;
}

#waitMessage{
display:none;
position:absolute;
left:200px;
top:150px;
    background-color:#FFF;
border:3px double #000;
padding:4px;
color:#555;
      font-size:0.9em;
      font-family:arial;	
}

#theImages .imageCaption{
display:none;
}

.banner {
	margin: 20px 0;
}



/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 195px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li .season {
	font-family: Myriad Pro,Arial,Helvetica,sans-serif;
	color: #fbb433;
	background: url("images/white-pixel.png") repeat-x;
	margin: 5px 0 0 0;
    padding: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 15px;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  padding: 4px 6px;
  display: block;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
  height: auto !important;
  height: 1%; /*For IE*/
  font-family: Myriad Pro,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #fbb433;
  background: url(images/diamond.png) no-repeat 185px center;
  padding-right: 15px;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #fbb433;
  font-size: 12px;
  text-transform:capitalize;
  width: 260px;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #f2a924;
  padding: 5px 0 5px 10px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #ffc966;
  color: #333333;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #f4efe5;
  color: #475971;
  width: 260px;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #ffc966;
  color: #333333;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #f4efe5;
  color: #475971;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #ffc966;
  color: #333333;
}

ul#navmenu ul {
  z-index: 99999;
  display: none;
  position: absolute;
  top: 2px;
  left: 195px;
}

ul#navmenu ul ul {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  left: 274px;
}

ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 274px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}









#slider-wrapper {
	background: #b7d2e2;
    width:763px;
    height:321px;
    margin:0 auto;
	padding: 11px 13px 11px 9px;
	position: relative;
	z-index:1;
}

#slider {
	position:relative;
    width:762px;
    height:323px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:310px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:9999;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





.anchors a,
.anchors a:visited {
	color: #62A2C7;
	padding: 2px 0 2px 23px;
	display: block;
	background: url(images/bullets.png) no-repeat 0 -2px;
}

.anchors a:hover {
	color: #1C66A5;
	background-position: 0 -24px;
}



hr {
	border-color: #d1e4f1;
    border-style: solid;
    border-width: 1px 0 0;
    height: 1px;
}

#eventlogo {
	width: 	725px;
	overflow: hidden;
    text-align:center;
}

.lastupdated {
   font-size:9px;
   font-style:italic;
   text-align:right;
   opacity:0.9;
   filter: alpha(opacity=90);
}
