body {
	margin: 0;
	background: #00a3e3;
	font-family: helvetica, arial, sans-serif;
}

/* remove outline around links */
a, input { outline: none; }
img { border: none; }
.l {float: left; }
.r {float: right; }	
.pointer { cursor: pointer; }
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}



#containerMain {
	margin: 0 auto;
	width: 995px;
	height: 670px;
}
#containerMainVideo {
	margin: 0 auto;
	width: 995px;
	height: 820px;
}

#containerHead {
	position: relative;
	z-index: 9999;
	width: 995px;
	height: 81px;
	background: #00acdd url(/summer/SiteBase/wrap/theme1/images/bg_header.gif) top left repeat-x;
}
	#boxHeadLogo {
		position: absolute;
		top: 30px;
		left: 15px;
		width: 334px;
		height: 31px;
	}
	#boxHeadSeason {
		position: absolute;
		top: 4px;
		right: 16px;
		text-align: right;
	}
	#boxHeadEmail {
		position: absolute;
		top: 4px;
		right: 255px;
		text-align: right;	
	}
	#boxHeadPursuit {
		position: absolute;
		top: 35px;
		right: 255px;
		text-align: right;
	}
	#boxHeadWeather {
		position: absolute;
		top: 26px;
		right: 16px;
		text-align: right;
		font-size: 38px;
		line-height: 38px;
		color: #4cc2e6;
	}
	#boxHeadWeather a {
		color: #4cc2e6;
		text-decoration: none;
	}	
	
	.txtHead {
		font-size: 9px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	.txtHead a:link, .txtHead a:visited, .txtHeadBlue a:link, .txtHeadBlue a:visited {
		text-decoration: none;
		color: #79d9f2;
	}
	.txtHead a:hover, .txtHead a:active, .txtHeadBlue a:hover, .txtHeadBlue a:active {
		text-decoration: underline;
		color: #79d9f2;
	}
	.txtHeadBlue {
		font-size: 9px;
		font-weight: bold;
		color: #79d9f2;
		text-transform: uppercase;
	}
	
#containerTopNav {
	position: relative;
	z-index: 999;
	width: 995px;
	height: 37px;
	background: url(/summer/SiteBase/wrap/theme1/images/bg_nav_top.png) top left repeat-x;
}
	#boxTopNav {
		float: left;
		width: 636px;
		height: 32px;
	}
	#boxTopNavButtons {
		float: right;
		padding-right: 10px;
		height: 32px;
	}
#containerMiddle {
	position: relative;
	z-index: 100;
	margin: -5px 0 0 0;
	width: 995px;
	height: 395px;
}
#containerMiddleVideo {
	position: relative;
	z-index: 100;
	margin: -5px 0 0 0;
	width: 995px;
	height: 550px;
	background-color: transparent;
}
	#boxLeftNav {
		float: left;
		width: 175px;
		height: 395px;
		background-color: #0095d4;
	}
	#boxContent {
		float: left;
		overflow: auto;
		width: 509px;
		height: 395px;
		background: #fff;
		font-size: 12px;
		line-height: 18px;
		color: #6e6e70;
	}
	#boxContentWide {
		float: left;
		overflow: auto;
		width: 820px;
		height: 395px;
		background: #fff;
		font-size: 15px;
		line-height: 24px;
		color: #6e6e70;
	}
	#boxContent h1, #boxContentWide h1 {
		margin: 0 0 10px 0;
		font-size: 24px;
		color: #0098db;
	}
	#boxContent a:link,#boxContent a:visited, #boxContentWide a:link,#boxContentWide a:visited {
		text-decoration: none;
		color: #0098db;
	}
	#boxContent a:hover,#boxContent a:active, #boxContentWide a:hover,#boxContentWide a:active {
		text-decoration: underline;
		color: #3fc9fd;
	}	
	
	#boxPhoto {
		float: right;
		width: 311px;
		height: 395px;
	}


#containerBottom {
	position: relative;
	z-index: 200;
	width: 975px;
	height: 162px;
	padding-left: 20px;
	background: #0095d4 url(/summer/SiteBase/wrap/theme1/images/bg_footer.gif) top left repeat-x;
}

#containerBottomBoxes {
	width: 975px;
	height: 138px;
}

.boxBottomPhoto {
	float: left;
	margin-right: 5px;
	width: 155px;
	height: 114px;
}

.boxBottomText {
	float: left;
	position: relative;
	margin: 24px 5px 0 0;
	width: 155px;
	height: 114px;
	background: #f2fafd;
}
.boxBottomTextSized {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 131px;
	height: 85px;
	overflow: hidden;
	
}
.boxBottomQBSized {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 131px;
	height: 100px;
	overflow: hidden;
}
.txtBottomHead {
	font-size: 15px;
	font-weight: bold;
	color: #0085ca;
	padding-bottom: 3px;
}
.txtBottom {
	font-size: 10px;
	color: #3fc9fd;
}
.txtBottomLink a {
	position: absolute;
	bottom: 3px;
	right: 9px;
	font-size: 9px;
	font-weight: bold;
	color: #0085ca;
	text-transform: uppercase;
	text-decoration: none;
}

/*need to use this to set the height of the submit cell because IE is a steaming pile of...*/
#tblQBSubmitHeight { height: 22px; }

.txtQuickBookLink a {
	font-size: 9px;
	font-weight: bold;
	color: #0085ca;
	text-transform: uppercase;
	text-decoration: none;
}







/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	margin: 25px 0 0 0;
	width: 175px;
}

/* accordion header */
#accordion h2 {
	margin:0;
	cursor:pointer;	
	width: 175px;
	height: 44px;
}
#accordion h2#tabCulture {
	background-image: url(/summer/SiteBase/wrap/theme1/images/sub_nav_culture.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#accordion h2#tabWellness {
	background-image: url(/summer/SiteBase/wrap/theme1/images/sub_nav_wellness.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#accordion h2#tabCulinary {
	background-image: url(/summer/SiteBase/wrap/theme1/images/sub_nav_culinary.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#accordion h2#tabActive {
	background-image: url(/summer/SiteBase/wrap/theme1/images/sub_nav_active.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* currently active header */
#accordion h2#tabCulture.current, #accordion h2#tabWellness.current, #accordion h2#tabCulinary.current, #accordion h2#tabActive.current {
	background-position: bottom left;
	cursor: default;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	height:auto;
	padding: 7px 5px 7px 17px ;
	background: url(/summer/SiteBase/wrap/theme1/images/bg_tab_pane.png) repeat-y top left;
}

#accordion div.pane ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#accordion div.pane li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

#accordion div.pane a {
	text-decoration: none;
}
#accordion div.pane a:link,#accordion div.pane a:visited {
	color: #00ddf0;
}
#accordion div.pane a:hover,#accordion div.pane a:active {
	color: #fff;
}

/* BEGIN TOOLTIP - IN PURSUIT OF */
.tipbox { 
	display:none; 
	position: relative;
	z-index: 9999; 
	width: 139px;
	padding: 0 0 2px 0;
	/* background: #fff url(/summer/SiteBase/wrap/theme1/images/bg_nav_drop_down.gif) repeat-x top center; */
	background-color: #fff;
}

#tipCulture {
	display: block;
	width: 139px;
	height: 28px;
	background-image: url(/summer/SiteBase/wrap/theme1/images/nav_pursuit_culture.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tipWellness {
	display: block;
	width: 139px;
	height: 28px;
	background-image: url(/summer/SiteBase/wrap/theme1/images/nav_pursuit_wellness.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tipCulinary {
	display: block;
	width: 139px;
	height: 28px;
	background-image: url(/summer/SiteBase/wrap/theme1/images/nav_pursuit_culinary.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tipActive {
	display: block;
	width: 139px;
	height: 28px;
	background-image: url(/summer/SiteBase/wrap/theme1/images/nav_pursuit_active.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
a#tipCulture:hover,a#tipCulture:active, a#tipWellness:hover,a#tipWellness:active, a#tipCulinary:hover,a#tipCulinary:active, a#tipActive:hover,a#tipActive:active {
	background-position: bottom left;
}





#boxFooter {
	padding-right: 20px;
	font-size: 9px;
	line-height: 23px;
	color: #00d2f0;
	text-transform: uppercase;
	overflow: auto;
}
#boxFooter a {
	text-decoration: none;
}
#boxFooter a:link,#boxFooter a:visited {
	color: #00ddf0;
}
#boxFooter a:hover,#boxFooter a:active {
	color: #fff;
}



/* Book Your Stay */
#boxQuickBook {
	position: relative;
	overflow: visible;
}
#tblQuickBook { width:131px; }
#tblQuickBook td { 
	padding-bottom:2px; 
	width:78px; 
	font-size: 8px;
    font-weight: bold;
    color: #3fc9fd;	
	}


#tblQuickBook input { width:55px; }
#tblQuickBook input, #tblQuickBook select { margin: 0; font-size: 10px; color: #6e6e70; }
#childAgesContainer select { font-size: 10px; color: #6e6e70; }


/* styles from theme0/css/utility.css */

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {font-size:0.8em}
#frmVcuiBooking { display:inline; margin:0; padding:0; }
#frmVcuiBooking input { display:inline; margin:0; padding:0; }

/* Jquery gallery styles */
#boxWeddingGallery {display:none;}
.jqGSContainer{position:relative;}
.jqGSContainer .jqGSImgContainer{float:left; margin-right:20px; background-color:#000;}
.jqGSContainer .jqGSImgContainer ul{float:left; padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{font-size:11px;color:#fff;text-align:center;}
.jqGSContainer .jqGSPagination{position:relative;height:20px; padding: 5px;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px;background:#000;border:1px solid #fff; color: #fff;text-decoration:none;display:block;width:20px;font:10px Verdana, Arial, Helvetica, sans-serif;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#fff;color:#000;border: 1px solid #eaeaea;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#fff;color:#000;border:1px solid #fff;}
.jqGSImgContainer{border:1px solid #000;}



.tblWeather tr td
{
	border: 1px solid #666;
	padding: 5px;
}

.tblWeather tr th
{
	background-color: #ccc;
	padding: 5px;
}