@import url(scrollStyle.css);
@import url(modalStyle.css);

/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #be9c5f url(/Common/Img/manor-bodyBG.jpg) no-repeat center top;
	height: 100%;
}
body #bodyHome {
	background: #502622 url(/Common/Img/manor-homeBodyBG.jpg) no-repeat center top;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
td {vertical-align: top;}
select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	color: #ffffff;
	font-size: 11px;
	height: 20px;
	border-top: 1px solid #f0e3c0;
	border-left: 1px solid #e5e2e6;
	border-bottom: 2px solid #b9b28a;
	border-right: 2px solid #b9b28a;
	padding-left: 2px;
	padding-right: 2px;
	background: #502723;
	cursor: pointer;
}
#container .noBG input { background: none; }
#vip input {
	width: 125px;
	height: 23px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #894009;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
a { color: #772D04; }
.link { cursor: pointer; }

/* ====================== layout & columns ========================*/
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 882px;
	background: url(/Common/Img/manor-categoryBG.jpg) no-repeat center 30px;
}
#container.home {
	width: 1110px;
	background: url(none);
}
#main {
	padding-right: 41px;
	padding-left: 41px;
	height: 448px;
}
#left {
	float: left;
	width: 196px;
	margin-right: 7px;
	border-left: solid 1px #ecdeb4;
	border-right: solid 1px #ecdeb4;
	background: #f3ebd9 url(../Img/manor-village-leftBG.gif) no-repeat left bottom;
	height: 448px;
}
#vip {
	position: absolute;
	top: 691px;
	left: 42px;
}
#middle {
	float: left;
	width: 415px;
	border-left: solid 1px #ecdeb4;
	border-right: solid 1px #ecdeb4;
	margin-right: 6px;
	padding: 0px 12px 10px 11px;
	background: #f7efdf;
}
#content {
	background: #efe3c0;
	width: 392px;
	padding: 0px 6px 6px 13px;
	border-left: solid 2px #ecdeb4;
	border-right: solid 2px #ecdeb4;
	border-bottom: solid 2px #ecdeb4;
}
#contentScroll {
	height: 373px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 10px;
	width: 382px;
	margin-top: 6px;
}
#content img { padding: 5px 10px; }
#content .planTable img { padding: 5px 3px; }
.planTable td { text-align: center; }
#right {
	float: left;
	width: 147px;
	border-left: solid 1px #ecdeb4;
	border-right: solid 1px #ecdeb4;
	background: #f6eedc;
	height: 448px;
}
.callout {
	background: #bdb797;
	text-align: center;
	margin-bottom: 6px;
	padding: 5px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #502622;
	border-bottom: solid 1px #eee2bd;
}
.callout a {
	font-size: 9px;
	font-weight: normal;
	color: #964609;
	text-decoration: none;
}
.callout a:hover { text-decoration: underline; }
#homeImage {
	height: 622px;
	width: 1024px;
	padding-right: 43px;
	padding-left: 43px;
	background: url(../Img/manor-homeImageBG.jpg) no-repeat center top;
}
#homeBoxes {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 1110px;
	text-align: center;
}
.homeBox {
	display: inline;
	padding-right: 13px;
	padding-left: 13px;
}
.musicControl {
	position: absolute;
	right: 45px;
	bottom: 45px;
}

#pagePhoto {
	clear: both;
	padding-right: 41px;
	padding-left: 41px;
}
#dynamicPageTitle {
	background: #b9b28a;
	border-left: solid 2px #d6cca7;
	border-right: solid 2px #d6cca7;
	border-bottom: solid 2px #cfc6a0;
	color: #502622;
	font-size: 18px;
	padding: 15px 5px 7px 5px;
}

/* ====================== Header & Footer ====================== */
#header {
	text-align: right;
	padding-right: 41px;
	padding-left: 41px;
	background: url(/Common/Img/manor-headerBG.jpg) no-repeat left top;
	font-size: 10px;
	color: #FFFFFF;
	height: 23px;
	padding-top: 7px;
}
#header ul { padding: 0px; }
#header li {
	list-style-type: none;
	display: inline;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover { text-decoration: underline; }
#logo {
	position: absolute;
	left: 41px;
	top: 140px;
}
#homeNav {
	position: absolute;
	left: 182px;
	top: 0px;
}
#homeNav ul { padding: 0px; }
#homeNav li {
	list-style-type: none;
	margin-top: -18px;
}
#homeNav li a {
	display: block;
	background: url(/Common/Img/toscana-navLiBG.png) no-repeat left top;
	width: 215px;
	color: #933b00;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 51px;
	line-height: 51px;
	font-size: 11px;
}
#homeNav li a:hover {
	background: url(/Common/Img/toscana-navLiBGOver.png) no-repeat left top;
	color: #ffffff;
}
#searchArea {
	float: right;
	position: relative;
	padding-top: 10px;
}
#footer {
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding: 20px 41px;
	background: url(/Common/Img/manor-footerBG.jpg) no-repeat left top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul { padding: 0px 0px 5px; }
#footer li { display: inline; }
#footer li a {
	color: #000000;
	text-decoration: none;
}	
#footer li a:hover { text-decoration: underline; }
#homeFooter {
	width: 1110px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 20px;
}
#homeFooter img {
	padding-right: 15px;
	padding-left: 15px;
}

#homeFooter ul { padding: 0px 0px 5px; }
#homeFooter li { display: inline; }
#homeFooter li a {
	color: #FFFFFF;
	text-decoration: none;
}	
#homeFooter li a:hover { text-decoration: underline; }

/* ====================== Menu ====================== */
#navMenu {}
#navMenu ul { padding: 6px 0px 0px 0px; }
#navMenu ul li {
	list-style-type: none;
	padding: 0px 0px 6px 0px;
}
/*#navMenu ul li.homeNav, .residential #navMenu ul li.residentialNav, .residential #navMenu ul li.residentialNav ul li, .vacation #navMenu ul li.vacationNav, .vacation #navMenu ul li.vacationNav ul li, #navMenu ul li.contactNav { display: block; }*/
#navMenu ul li a {
	display: block;
	background: #bbb696;
	padding: 5px 10px 5px 25px;
	border-top: solid 1px #e2d6ae;
	border-bottom: solid 1px #ede1bb;
	font-size: 12px;
	color: #502723;
	text-decoration: none;
	font-weight: bold;
}
/*
#navMenu ul li.homeNav a {
	background: #9E6C4B;
	color: #FFFFFF;
}
#navMenu ul li.homeNav a:hover { background: #895E41; }
*/
#navMenu ul li a:hover { background: #979278; }
#navMenu ul ul {
	padding-top: 4px;
	padding-bottom: 4px;
}
#navMenu ul ul li {padding: 0px;}
#navMenu ul ul li a {
	padding: 3px 10px 3px 34px;
	border: none 0px;
	font-size: 11px;
}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu ul li.CurrentCategory1 a {background: #979278;}

#navMenu ul li.CurrentCategory1 ul li a {background: url(../Img/navMenuLI2BG.png) no-repeat left top;}
* html #navMenu ul li.CurrentCategory1 ul li a {
	width: 142px;
	background: #f3ebd9;
}

#navMenu ul li.CurrentCategory1 ul li a:hover {background: #faf6f4;}

#navMenu ul li ul li.CurrentCategory2 a, #navMenu ul li ul li.CurrentCategory2 a:hover {
	background: #faf6f4 url(/Common/Img/manor-LIArrow.gif) no-repeat 34px 5px;
	padding-left: 45px;
}
* html #navMenu ul li ul li.CurrentCategory2 a {
	background: #faf6f4 url(/Common/Img/manor-LIArrow.gif) no-repeat 34px 5px;
	padding-left: 45px;
}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;
}
#searchBox {padding-top: 10px;}
#searchResultsPage #content {padding: 0px 15px 0px 45px;}
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #423E34;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	
.SearchResultTitle a:hover {text-decoration: underline;}
.SearchResultsHighlight {
	color: #502723;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #502723;}
#results div a span {background-color: #502723;}	
.ezcount {
	float: right;
	color: #ffffff;
	font-size: 9px;
}
#results {
	left: 38px;
	top: 25px;
	z-index: 99;
	width: 152px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #ffffff;
	background-color: #bbb596;
}
#results a {color: #ffffff;}
#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border-right: 8px solid #4D6177;
}

/* PNG Background Fix for IE6 */
#idclass { behavior: url(../../iepngfix.htc); }

/* ====================== Job Bank ========================*/
.jobDepartment td {
	padding: 2px 0px 2px 3px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #502723;
	text-transform: capitalize;}
.jobHeaders td {
	background-color: #b9b289;
	color: #FFFFFF;
	padding: 2px 0px 2px 3px;
	border-right: solid 1px #502723;
	border-left: solid 1px #502723;
}
.jobs td {
	border-bottom: solid 1px #502723;
	border-right: solid 1px #502723;
	border-left: solid 1px #502723;
	padding: 2px 0px 2px 3px;
}
.errors {
	padding: 5px 0px 0px 5px;
	color: #990000;
}
