﻿html, body {
	height: 100%;
}
body {
	margin: 0px;
	background-color: #fefefc;
	background-image: url(../Images/Application/Background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

img {
	border: 0px none #000000;
}

#ApplicationContainer {
	position: relative;
	width: 1008px;
	margin: auto;
}

#HeaderContainer {
	position: relative;
	top: 0px;
	width: 850px;
	height: 94px;
	margin: auto;
	z-index: 1;
}
/* Navigation Menu */
#BGVNav {
	position:absolute; 
	top:15px; 
	list-style:none; 
	margin:0; 
	padding:0;
}

#exploreButton {
	position: absolute;
	left: 189px;
	width: 154px;
}

#planButton {
	position: absolute;
	left: 345px;
	width: 103px;
}

#purchaseButton {
	position: absolute;
	left: 450px;
	width: 105px;
}

#stayButton {
	position: absolute;
	left: 557px;
	width: 105px;
}

a.lnkExploreNavMenu {
	background: url(../images/Application/Header/Navigation/ExploreBuschGardens.off.jpg);
	background-repeat: no-repeat;
	width:154px;
	height:27px;
	position:absolute;
	z-index:1000;
}

a.lnkExploreNavMenu:hover {
	background: url(../images/Application/Header/Navigation/ExploreBuschGardens.on.jpg);
	background-repeat: no-repeat;
	width:154px;
	height:27px;
	position:absolute;
	z-index:1000;
}

a.lnkPlanNavMenu {
	background: url(../images/Application/Header/Navigation/PlanYourTrip.off.jpg);
	background-repeat: no-repeat;
	width:103px;
	height:27px;
	position:absolute;
	z-index:1000;
}

a.lnkPlanNavMenu:hover {
	background: url(../images/Application/Header/Navigation/PlanYourTrip.on.jpg);
	background-repeat: no-repeat;
	width:103px;
	height:27px;
	position:absolute;
	z-index:1000;
}

a.lnkStayNavMenu {
	background: url(../images/Application/Header/Navigation/StayConnected.off.jpg);
	background-repeat: no-repeat;
	width:105px;
	height:27px;
	position:absolute;
	z-index:1000;
}

a.lnkStayNavMenu:hover {
	background: url(../images/Application/Header/Navigation/StayConnected.on.jpg);
	background-repeat: no-repeat;
	width:105px;
	height:27px;
	position:absolute;
	z-index:1000;
}

.dropDownMenu {
    position: absolute;
    display: none;
    top: 41px;
    left: 0px;
    z-index: 100;
    overflow:hidden;
    margin:0;
    padding:0;
}

#exploreMenu {
    left: 188px;
    }

#planMenu {
    left: 345px;
    }

#purchaseMenu {
    left: 450px;
    }

#stayMenu {
    left:557px;
    }

.dropDownsubMenu {
    position:relative; 
    background: url(../images/Application/Header/Navigation/bg_repeat_nav.gif) repeat-y;
    width:154px;  
    font-family: Lucida Sans Unicode;
	font-size: 11px;  
	margin:0;
	padding:0;
}

/* IE6 Hack */
* html .dropDownMenu {
    margin-top:-7px;
}

* html .dropDownsubMenu {
    margin-top:-4px;
}

* html .dropDownMenubottomImg {
    margin-top:-16px;
}


/* IE7 */
html>body .dropDownMenu {
    *margin-top:-7px;
}

html>body .dropDownsubMenu {
    *margin-top:-4px;
}

html>body .dropDownMenubottomImg {
    *margin-top:-16px;
}

.dropDownMenu A:link, .dropDownMenu A:visited {
    text-decoration: none;
    color: #8b0b04;
    cursor:pointer;
    display: block;
    margin-bottom:7px;
    margin-left:11px;
    width:135px;
    z-index: 1000;
    position: relative;
}

.dropDownMenu A:hover{
    text-decoration: none;
    color: #ee3124;
    cursor:pointer;
    display: block;
    margin-bottom:7px;
    margin-left:11px;
    width:135px;
    z-index: 1000;
    position: relative;
}

.dropDownMenubottomImg {
    position:relative; 
    margin-top:-7px;
}
    
/*                 */

#WeatherForecastContainer {
	margin-left: 189px;
	width: 472px;
	padding-top: 63px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

#HeaderQuickLinks {
	position: absolute;
	top: 11px;
	right: 0px;
	text-align: right;
}

#HeaderQuickLinks a {
	color: #8b0b04;
	font-size: 10px;	
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica;
	line-height: 15px;
	text-decoration: none;
}

#HeaderQuickLinks a:hover {
	color: #8b0b04;
	text-decoration: underline;
}

#ApplicationSection {
	height: 260px;
	position: relative;
	margin-top: -94px;
}

#ApplicationContent {
	width: 850px;
	margin: auto;
	font-family: Verdana;
}

#FooterContainer {
	position: relative;
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	color: #2a0101;
	width: 850px;
	margin: auto;
	padding-top:15px;
	line-height: 14px;
}

#FooterContainer a {
	color: #2a0101;
	text-decoration: none;
}

#FooterContainer a:hover {
	color: #8b0b04;
	text-decoration: none;
}


/* Splash Content Page */
.SplashContent {
	width: 850px;
	margin: auto;
}
.SplashLogoLayer {
	text-align: center;
	padding: 47px 0 29px 0;
}
.SplashImageContainer {
	padding: 0 200px 0 175px;
}
.SplashCenterLayer {
	text-align: center;
}
.SplashCenterLayer img {
	padding: 11px 0 11px 0;
}
.SplashLeftContent {
	float: left;
	width: 226px;
}
.SplashRightContent {
	float: right;
	width: 226px;
}
.RememberTextLayer {
	margin-top: 185px;
	margin-bottom: 50px;
}
.Helvetica10ptText {
	font-size: 10px;
	font-family: Helvetica;
	color: #231f20;
}
a.lnkHelveticaText {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	color: #8b0b04;
	cursor: pointer;
	text-decoration: none;
}
a.lnkHelveticaText:hover {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	color: #ee3124;
	cursor: pointer;
	text-decoration: none;
}

/* Custom Errors Page */
.Container404Error {
	background:url(../images/CustomErrors/404.jpg) no-repeat; 
	width:850px; 
	height:689px; 

}
.Container500Error {
	background:url(../images/CustomErrors/500.jpg) no-repeat; 
	width:850px; 
	height:689px; 

}
.ErrorSubText {
	position:relative; 
	top:480px; 
	margin-left:325px; 
	font-weight:bold; 
	font-size:14px; 
	color:#78501c;
	margin-bottom:35px;
}
.ErrorSubText a {
	color:#78501c;
	text-decoration:none;
}
.ErrorSubText a:hover {
	color:#78501c;
	text-decoration:none;
}
.MaintenanceContainer {
	background:url(../images/CustomErrors/maintenance.jpg) no-repeat; 
	width:850px; 
	height:689px; 
}
.MaintenanceSubText {
	position:relative; 
	top:433px;
	text-align:center; 
	margin-left:242px; 
	width:400px; 
	font-weight:bold; 
	font-size:14px; 
	color:#8b0b04;
}
.MaintenanceContactSubText {
	color:#78501c;
	font-weight:bold; 
	font-size:14px;
}
.CopyrightCustomError {
	position:relative;
	text-align:center; 
	top:492px; 
	width:300px; 
	margin-left:290px; 
	font-size:8px; 
	font-weight:bold; 
	font-family:Verdana; 
	color:#2a0101;
}


/* Navigation Menu Item */
.NavMenuSectionLayer {
	float: left;
	padding-right: 1px;
}
.NavMenuItem {
	cursor: pointer;
	padding: 3px 0px;
}

a.NavMenuItem {
	text-decoration: none;
	font-weight: bold;
}

a.NavMenuItem:hover {
	color: #33ccff;
}

/* Floatting Div */
.LeftFloat {
	float: left;
}
.RightFloat {
	float: right;
}
.Clear {
	clear: both;
}
.clear {
	clear: both;
}

/* Weather Forecast Layer */
.OptimaOrange {
	color: #f47321;
}
.OptimaMaroon {
	color: #8b0b04;
}


/* Homepage Flash */
.lnkOptimaText {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #8b0b04;
	padding:0 0 10px 0;
	position:relative;
	margin-top:-15px;
}
a.lnkOptimaText {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #8b0b04;
	cursor: pointer;
	text-decoration: none;
}
a.lnkOptimaText:hover {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #ee3124;
	cursor: pointer;
	text-decoration: none;
}


/* Content */
.LeftContentLayer {
	float:left;
	width:410px;
}
.RightContentLayer {
	float:right; 
	width:422px;
}
.ContentHeaderText {
	font-size: 18px;
	color: #8b0b04;
	font-weight: bold;
}
.ContentYellowHeaderText {
	font-size: 22px;
	font-weight: bold;
	color: #fff4d5;
}
.ContentBtnPadding {
	padding: 10px 0 30px 0;
}
.ContentBottomPadding, .ExpBottomPadding {
	padding-bottom: 15px;
	padding-right: 10px;
}
.ContentItalicSubText {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	width: auto;
}
.ContentBoldItalicSubText {
	font-style: italic;
	font-size: 16px;
	font-weight:bold;
	width: auto;
}
.ContentBarPadding {
	padding: 15px 0 20px 0;
}
.ContentSubHeaderText {
	font-size: 16px;
	color: #8b0b04;
	font-weight: bold;
}
.ContentSubText {
	font-size: 12px;
	color: #2a0101;
	line-height: 18px;
	text-align: left;
}
.ContentBoldSubText {
	font-size: 12px;
	color: #2a0101;
	line-height: 22px;
	text-align: left;
	font-weight:bold;
}
.ContentSubText p {
	font-size: 12px;
	color: #2a0101;
	line-height: 18px;
	text-align: left;
	padding: 5px 0 5px 0;
}
.OrangeSubText {
	font-weight: bold;
	font-size: 12px;
	color: #f47321;
}
.lnkSubText {
	font-weight: bold;
	font-size: 12px;
}
.lnkSubTextHover {
	color: #ee3124;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.lnkSubText {
	text-decoration: none;
	color: #f47321;
}
a.lnkSubText:hover {
	text-decoration: none;
	color: #ee3124;
}

.lnkSubBoldText ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lnkSubBoldText ul li a {
	background: url(../images/Application/icon_arrow.jpg) no-repeat left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #f47321;
	width: 150px;
	padding: 3px 0;
	padding-left: 10px;
}

.lnkSubBoldText ul li a:hover {
	background-image: url(../images/Application/icon_arrow_hover.jpg); /*onMouseover image change. Remove if none*/
	color: #ee3124;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


.lnkSubItalicText ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.lnkSubItalicText ul li a {
	background: url(../images/Application/icon_arrow.jpg) no-repeat left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f47321;
	font-style: italic;
	display: block;
	width: 30px;
	padding: 3px 0;
	padding-left: 10px;
}

.lnkSubItalicText ul li a:hover {
	background-image: url(../images/Application/icon_arrow_hover.jpg); /*onMouseover image change. Remove if none*/
	color: #ee3124;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.lnkSubHeaderText ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.lnkSubHeaderText ul li a {
	background: url(../images/Explore/icon_arrow_SubHeader.jpg) no-repeat left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #f47321;
	width: 30px;
	padding-left: 10px;
}

.lnkSubHeaderText ul li a:hover {
	background-image: url(../images/Explore/icon_arrow_SubHeaderhover.jpg); /*onMouseover image change. Remove if none*/
	color: #ee3124;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

* html .lnkSubBoldText ul li a, .lnkSubItalicText ul li a, .lnkSubHeaderText ul li a {
	/*IE only. Actual menu width minus left padding of LINK (20px) */
	width: auto;
}

/* Holly Hack for IE \*/
* html .lnkSubBoldText ul li, .lnkSubItalicText ul li, .lnkSubHeaderText ul li {
	height: 1%;
}
* html .lnkSubBoldText ul li a, .lnkSubItalicText ul li a, .lnkSubHeaderText ul li a {
	height: 1%;
}
/* End */


/* Tag Cloud Layer */
.TagCloudHomePageContainer {
	width: 250px;
	color: #f47321;
	padding: 5px 0 0 10px;
	text-align: center;
	line-height: 20px;
}
.TagCloudContainer {
	background: url(../images/Application/bg_TagCloud_middle.jpg) repeat-y;
	width: 382px;
	color: #f47321;
	padding: 15px 20px 20px 20px;
	text-align: center;
	line-height: 25px;
}
.ThumbsContentLayer {
	float: left;
	width: 107px;
	height: 110px;
}
.DivRightBtnLayer {
	float: right;
	padding: 5px 0 10px 0;
}
a.lnk12pxText {
	color: #f47321;
	font-size: 12px;
	text-decoration: none;
}
a.lnk12pxText:hover {
	color: #ee3124;
	font-size: 12px;
	text-decoration: none;
}
a.lnk13pxText {
	color: #f47321;
	font-size: 13px;
	text-decoration: none;
}
a.lnk13pxText:hover {
	color: #ee3124;
	font-size: 13px;
	text-decoration: none;
}
a.lnk18pxText {
	color: #f47321;
	font-size: 18px;
	text-decoration: none;
}
a.lnk18pxText:hover {
	color: #ee3124;
	font-size: 18px;
	text-decoration: none;
}

.ContentSubHeaderText a, .ContentSubHeaderText a:hover {
	font-size: 16px;
	color: #8b0b04;
	font-weight: bold;
	text-decoration:none;
}

.ContentBottomPadding ul 
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
.ContentBottomPadding ul li {
	background: url(../images/Application/icon_arrow.jpg) no-repeat left; 
	width:270px; 
	float:left; 
	padding-left: 10px;
	margin-top:3px;
}

.PublicationPreview {
	background-color:#cccccc;
	border:1px solid black;
}

.PublicationPreview_Title {
    font-weight:bold;
}