@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/scotts-family-resort-bg2.jpg);
	background-repeat: repeat-x;
	background-color:#81af7c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:hover, a:active {
	color: #a9978c;
	text-decoration: underline;
}
a:visted {
	text-decoration: underline;
	color: #666;
	}
/**_______________________________________ CONTAINER **/
div#container {
	/**
	background-image: url(images/bg.jpg);
	background-position: center 104px;
	background-repeat: no-repeat;
	**/
	width: 1008px;
	margin: 0px auto;
	clear: both;
}
div#rightMainContent div#h1box2 {
	width: 100%;
	height: 24px;
	margin: 0;
	}
	
div#rightMainContent div#h1box2 p,
div#rightMainContent div#h1box2 h1 {
	font-style: normal;
	margin: auto;
	font-size: 24px;
	font-weight: normal;
	color:#669966;
	line-height: 100%;
	display: inline;
	}

div#h1boxPlaceHolder {
	clear: both;
	height: 26px;
	}

div#h1box {
	z-index: 12;
	position: relative;
	left: 249px; /** this requires changes for some reason: 71px and 30px **/ 
	top: 202px;
	width: 733px;
	height: 24px;
	text-align: right;
	background-image: url(images/blue069-70-per-cent.png);
	}
div#h1box h1 {
	font-style: italic;
	margin: 2px 8px;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
	line-height: 100%;
}
/**_______________________________________ HEADER **/

div#header {
	position: relative;
	width: 100%;
	height: 126px;
	padding: 0;
	}
	div#header div.logo {
		padding-left: 55px;
		width: 181px;
		float: left;
		height: 126px;
	}
	a.logoHome span {
		display: block;
		height: 126px;
		width: 165px;
		background-image:url(../images/scotts-family-resort-logo.gif)
		}
	a.logoHome span img {
		display: none;
		}
	div#header div.header-nav {
		width: 300px;
		float: right;
		height: 126px;
	}
	div#header div.header-nav ul {
		margin: 0;
		padding: 105px 0 0 26px;
	}
	div#header div.header-nav li {
		display: inline;
		margin: 0;
		padding-right: 12px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
		line-height: 100%;
	}
	div#header div.header-nav a {
		color: #53301a;
		font-weight: bold;
		text-decoration: none;
	}
	div#header div.header-nav a:hover{
		text-decoration: underline;
}
	.home div#header div.header-nav li#home a,
	.directions div#header div.header-nav li#directions a,
	.contact div#header div.header-nav li#contact a {
		color: #a9978c;
		text-decoration: underline;
}

/**_______________________________________ CONTENT **/
div#content {
	background-color: #FFF;
	margin:  0px auto 0 auto;
	padding: 12px 26px 0 30px;
}

div.rates {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.rates table {
	border: 1px #CCC solid;
}
div.rates h2 {
	color: #FFF;
	background-color: #008080;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0;
	line-height: 100%;
}
div.rates h3, div.rates .rateGreen, div.rates .rateGreenTop {
	color: #008080;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 100%;
}
div.rates .rateGreen {
	margin-top: 0
}

	 
/**_______________________________________ NAVIGATION **/

div#nav {
	background-color: #53301a;
	height: 32px;
	margin:  0 auto;
	padding-left: 142px;
	}

/** styles from seperate nav stylesheet **/
ul#nav1 {
	width: 800px;
	height: 32px;
	float: left;
	z-index: 27;
	padding: 0;
	list-style: none;
	display: inline;
	margin: 0;
}
ul#nav1 li.list-item { width: auto; list-style-type: none; margin: 0; padding: 0; display: inline; float: left; }
ul#nav1 li span { height: 26px; cursor: pointer; display: block; }
ul#nav1 li a big { display: none; }
ul#nav1 a.main { font-size: 16px; margin-top: 6px; height: 26px; display: block; }
ul#nav1 #home a.main {}
ul#nav1 #search:hover { background-color: transparent; }
ul#nav1 #home a.active {}
ul#nav1 #home a:hover {}

/** dropdown style **/
#nav1 ul { z-index: 30; list-style: none; }

/* LEVEL ONE */
ul.dropdown { position: relative; list-style: none; }
ul.dropdown li { width: auto; float: left; }
ul.dropdown a { color: #FFF; padding: 0 12px; text-decoration: none;}
ul.dropdown a:hover { text-decoration: underline; }

ul.dropdown a.active,
.about ul.dropdown li#about a.main,
.room-rates ul.dropdown li#room-rates a.main,
.facilities ul.dropdown li#facilities a.main,
.activities ul.dropdown li#activities a.main,
.entertainment ul.dropdown li#entertainment a.main,
.special-events ul.dropdown li#special-events a.main,
.packages ul.dropdown li#packages a.main { 
	color: #CCC; text-decoration: underline; 
	}
ul.dropdown li a { display: block; }
ul.dropdown li.hover,
ul.dropdown li:hover { color: white; position: relative; }

/* LEVEL TWO */
ul.dropdown ul {
	width: 150px;
	visibility: hidden;
	position: absolute;
	top: 31px;
	left: 0;
	z-index: 31;
	padding-left: 0;
	list-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
ul.dropdown ul li {
	width: auto;
	 /** font-size: 18px; **/
	font-weight: normal;
	float: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #b6cfdb;
	padding-right: 10px;
}
ul.dropdown ul li.last-child { } /* Doesn't work in IE */
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { color: #53301a; border-right: none; width: 94%; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: -2px; list-style: none; } /** border-top: 1px solid #FFF; **/
ul.dropdown li:hover > ul { visibility: visible; }


/**___________________ CONTENT LeftMenu **/
div#content div#leftMenu {
	width: 209px;
	margin-top: 8px;
	float: left;
	}
	div#leftMenu div#greenBG {
		background-color: #b6cfdb;
		padding-left: 9px;
		padding-right: 13px;
		padding-top: 12px;
		padding-bottom: 165px;
		}
		div#greenBG h4 {
			font-weight: bold;
			font-size: 19px;
			color: #FFF;
			padding-top: 9px;
			padding-bottom: 13px;
			margin-bottom: 0;
			margin-top: 0;
		}
/**___________________ newsletter **/
div#newsletter {
	clear: both;
	}
	div#newsletter p {
		color: #53301a;
		margin: 0;
		line-height: 122%;
		font-size: 14px;
	}
	div#newsletter input {
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
	}
/**___________________ boxOne **/
div#boxOne {
	margin-top: 46px;
	margin-bottom: 0;
	text-align: center;}
	div#boxOne, div#boxOne h4, div#boxOne p {
		background-color: #669999;}
	div#boxOne span.img {
		background-image: url(images/temp/boxOne.gif);
		width: 184px;
		margin-left: auto;
		margin-right: auto;
		height: 92px;
		display: block;
		margin-bottom: 0px;
		padding-top: 18px;}
	div#boxOne span.img a, div#boxOne p, div#boxOne p a {
		font-size: 12px;}
	div#boxOne span.img a {
		color: #630;}
	div#boxOne p {
		margin: 0;
		padding-top: 7px;
		padding-bottom: 7px;}
	div#boxOne p, div#boxOne p a {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFF;}
/**___________________ boxTwo **/
div#boxTwo {
	margin-top: 6px;
	margin-bottom: 0;
	text-align: center;}
	div#boxTwo, div#boxTwo h4, div#boxTwo p {
		background-color: #666699;}
	div#boxTwo span.img {
		background-image: url(images/temp/boxTwo.gif);
		width: 184px;
		height: 109px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0 ;} /** origianlly 18px **/
	div#boxTwo span.img a, div#boxTwo p, div#boxTwo p a {
		font-size: 12px;}
	div#boxTwo p {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding-top: 7px;
		padding-bottom: 7px;}
	div#boxTwo span.img a, div#boxTwo p, div#boxTwo p a {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFF;}
/**___________________ boxThree **/
div#boxThree {
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;}
	div#boxThree, div#boxThree h4, div#boxThree p {
		background-color: #cccc99;}
	div#boxThree span.img {
		background-image: url(images/temp/boxThree.gif);
		width: 184px;
		margin-left: auto;
		margin-right: auto;
		height: 92px;
		display: block;
		margin-bottom: 0px;
		padding-top: 18px;}
	div#boxThree span.img a, div#boxThree p, div#boxThree p a {
		font-size: 12px;}
	div#boxThree span.img a {
		color: #53301a;}
	div#boxThree p {
		margin: 0;
		padding-top: 7px;
		padding-bottom: 7px;}
	div#boxThree p, div#boxThree p a {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFF;}


div#leftMenu div#socialLinks {
	padding: 31px 6px 0 6px;
	}
div#leftMenu div#socialLinks a,
div#leftMenu div#socialLinks a:hover,
div#leftMenu div#socialLinks a:visited {
	text-decoration: none;
}
div#leftMenu div#socialLinks a {
	color: #09F;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	}
div#leftMenu div#socialLinks a:hover {
	color: #003;}
div#leftMenu div#socialLinks img {
	margin-bottom: 12px;}

/**___________________ CONTENT Right Main Content **/
div#content div#rightMainContent {
	margin-top: 8px;
	width: 733px;
	height: auto;
	float: right;}

div#contentImage {}
div#contentCaption {
	padding: 16px 0;
	}
div#contentCaption .caption {
	font-size: 24px;
	color: #669966;
	line-height: 100%;
	margin: 0;
	}
div#contentCopy {
	margin: 0;
	padding-bottom: 16px;
	}
	
div#contentCopy p.sig {
	text-align: right;
	margin-right: 55px;
}
div#contentCopy p.testimonial {
	color: #666;
	padding: 2px 12px;
	}
div#contentCopy p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
div#rateBox {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/**_______________________________________ FOOTER **/
div#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	}
div#bottomNav {
	line-height: 100%;
	margin-bottom: 16px;
	}
	div#bottomNav p {
		font-size: 16px;
		margin: 6px auto;
		color: #53301a;
		}


div#footerAddress {
	background-color: #53301a;
	width: 100%;
	height: 32px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
	}
	div#footerAddress p {
		margin: 0 auto;
		padding-top: 10px;
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		}
div#footer a.emailAddress {
	color: #CCC;
}
div#footer a {
		text-decoration: none;
		color: #53301a;
	}
	div#footer a:hover, .underline{
		text-decoration: underline;
}
	.about div#footer a.about,
	.room-rates div#footer a.room-rates,
	.facilities div#footer a.facilities,
	.activities div#footer a.activities,
	.entertainment div#footer a.entertainment,
	.special-events div#footer a.special-events,
	.packages div#footer a.packages { 
		color: #a9978c; text-decoration: underline; 
		}

	.sitemap div#footer a.sitemap,
	.directions div#footer a.directions,
	.contact div#footer a.contact {
		color: #a9978c;
		text-decoration: underline; 
		}

/**_______________________________________ CLASSES **/

.floatRight {
	float: right;
	width: auto;
}
.floatLeft {
	float: left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.italic {
	font-style: italic;
}