@charset "utf-8";
/* CSS Document */

/* EDITING THE FOLLOWING TO ALTER WEBSITE APPEARENCE */

#container { 
	background-image:url(../images/sidefadeBrowns.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #dcd0a9;
	text-align: left;
	border: 1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1%;
	margin-bottom:1%;
	width: 800px;
	z-index: 0;
	padding: 0px;
	height: 100%;

}

#maincontainer {
	background-image:url(../images/sidefadeBrowns.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#dcd0a9;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1%;
	width: 800px;
	z-index: 0;
	padding: 0px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(../images/background.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-size: 12px;
	color: #000;
}

.titletext {
	font-size: 12pt;
	color:#FFF;
	font-style: italic;
	font-weight:bold;
	background-color:#1E5C2E;
}

.titlelink {
	font-size: 10pt;
	color:#FFF;
	font-style: italic;
	font-weight:bold;
	background-color:#1E5C2E;
}

.ratetext {
	background-color:#dcd0a9;	
}

/* END EDITS FOR WEBSITE APPEARANCE */


/* INDEX PAGE */

#mapExplain {
	font-family:Verdana, Geneva, sans-serif;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}

#indexMain {
	float:left;
	width:578px;
	border: 1px solid #000;
	background-color:#FFFFFF;

}

#indexSide {
	float:left;
	width:208px;
	padding-left:2px;
	font-family:"Myriad Pro";
	font-size:14px;
	height: 400px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#indexSideMobile {
	display:none;
}

#AwardButtons {
	width:578px;
	float:left;	
}



#AmenitiesButton {
	width:212px;
	float:left;

}

#AmenitiesButtonMobile {
	display:none;

}

#AmenitiestxtMobile {
	display:none;
}

#About {
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	width:155px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0f6e38;
	float:left;
	height: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#IndexBody {
	float:left;
	width:398px;
	padding:5px;
	height: 400px;
	
}

#IndexContainer {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 790px;
	text-align: left;


}


#pastParkAward {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
}
/* BANNER */

#mainbannerarea {
	padding:0px;
	height:auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
}

#bannerarea {

	
}

#bannerContainer {
	width:800px;
	height:300px;
	margin-left:auto;
	margin-right:auto;

}

#banner {
	width:550px;
	height:275px;
	position:relative;
	left:239px;
	top:-190px;
	z-index:2;
	border: 1px solid #000;
	overflow: hidden;
}

#bannerLogo {
	width:300px;
	height:200px;
	position:relative;
	left:20px;
	top:75px;
	z-index:4;
}

/* GENERAL CSS */

#noFloat{
	width:1px;
	background:none;
	clear:both;
	margin:0;
	padding:0;
}

.hr {
	color:#1E5C2E;
}

a:link {
	color: #0F6E38;
	text-decoration: none;
}
a:visited {
	color: #0F6E38;
	text-decoration: none;
}
a:hover {
	color: #F93;
	text-decoration: none;
}

/* SEARCH PARKS PAGE */

#parksSearchOptions {
	width:205px;
	background-color:#dcd0a9;

}

#explanation {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#searchContainer {
	width:585px;
	margin-left:auto;
	margin-right:auto;
}
#searchOptions {
	width:290px;
	float:left;
	margin-left:2px;
}
#searchSubmitbutton {
	width:50px;
	padding:10px;
}

#didYouKnow {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#searchReturn {
	width:225px;
	padding-left:15px;
	padding-right:0px;
	padding-bottom:10px;
	float:left;
	border-bottom-width: thin;
	border-bottom-color: #000;
}

/* PAGE BASICS */


#SiteContentOutter {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 788px;
	text-align: left;
	padding: 0px;
	border: 1px solid #000;
}
#SiteContentInner {
	padding-left:5px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: auto;
	height: 95%;
	text-align: left;
	background-color:#FFFFFF;

}

#backbutton {
	float:left;

}

#parksDisplayInfo {
	width: 244px;
	padding: 2px;
	float: left;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 7px;
}

.floatRight { 
	float:right;
	margin-left:10px;

}

/* ACCREDITATION PAGE */

#accredPic {
	float: left;
	height: 111px;
	width: 117px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 50px;
}

#accredText {
	width:550px;
	float:left;
}

/* CORPORATE PARTNER PAGE */

#corporatePartnerImage {
	margin-left:auto;
	margin-right:auto;
	
}

#corporatePartnerInfo {
	width:200px;
	float:left;
}
#corporatePartnerContact {
	width:300px;
	float:left;
}

#corporatePartnerContainer {
	margin-left:auto;
	margin-right:auto;
	width:402px;
	
}

#corporatePartnerInfoBig {
	margin-left:auto;
	margin-right:auto;
}

/* CONTACT PAGE */

#officeInfo {
	width:355px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	
}

/* MAP PAGES */

#parks {
	margin-left:auto;
	margin-right:auto;
	width:680px;
}
#parksOfarea {
	float:left;
	width:360px;
}
#containerBox {
	position:relative;
	border:1px solid black;
	width:290px;
	overflow:hidden;
	height:400px;

}

#containerBoxOut {
	float:left;
	position:relative;
	width:295px;
	overflow:hidden;
	height:460px;
	margin-top: 20px;

}

/* OTHER PAGES */

#RegionInto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/northenLights.jpg);
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	margin-bottom: 5px;
}

#TourismRegionText table tr td {
	text-align: center;
}

#x2009guidesetuptourismregions2 hr {
	color: #008040;
}
.story hr {
	color: #008040;
}

#SwingwithUs {
	padding-left:10px;
	padding-right:10px:
	
}
#GolfPictures {
	float: right;
	width: 360px;
}
#golfCourses {
	padding-left: 40px;
}

#create {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

#disclaimer {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#ParkofYearContent {
	background-image:url(../images/parkofbground.png);
	font-family:"Monotype Corsiva";
	font-size:18px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: auto;
	height: 95%;
	text-align: left;
	border: 4px solid #1E5C2E;

}

#parkoftheYearPicture {
	float: right;
	width: 201px;
	margin: 5px;

}

#parkoftheYeartext {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	font-family:"Monotype Corsiva";
	font-size:20px;
}

#parkoftheYeartext2 {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	font-family:"Monotype Corsiva";
	
}

#photoContest {
	float:left;
	width:350px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:20px;
	
}

#photoContestContainer {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	
}

#FiftyYears {
	width:100px;
	float:right;
	height: 57px;
	padding-right: 5px;
	padding-left: 5px;
}

#photoContestImages {
	width:230px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	
}


#photoContestIntroContainer {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/photoContest/photoContestbground.png);
	background-position:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#photoContestIntro {
	width:450px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;

}



/* MENU BAR */

#menuBox {
	height: 30px;
	width: 798px;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
}
#ppmenuBox {
	width: 200px;
	float: right;
}

/* PICK a PARK MENU */

#ppmenu {
	height:auto;
	margin-top:2px;
	margin-left:20px;
	width:170px;
	float:right;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
select {
	font-weight:bold;
}

/* FOOTER BAR */

#spon {
	width:auto;
	float:left;
	margin-right:5px;
	padding-left: 5px;


}
#sponWide {
	width: auto;
	float:left;
	margin-left:5px;
	margin-right:5px;

}


#bottomBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color:#bbb292;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;

}

#barAlignment {
	padding: 5px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	

}

/* PARK PAGE */

#welcomeContainer {
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

#welcomeImage {
	width:402px;
	height:202px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}

#welcomeContact {
	float:left;
	width:270px;
	margin-top:50px;
	margin-left:14px;
	margin-right:14px;
}

/* SMALL BANNERS */


#BannerSmall {
	width:800px;
	height:162px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#bannerLogoSmall {
	width:200px;
	height:113px;
	position:relative;
	left:50px;
	top:20px;
	z-index:4;
}

#bannerImage {
	width:600px;
	height:160px;
	position:relative;
	left:199px;
	top:-114px;
	border:1px solid #000;
}