/*
	Table of Contents

		1.) Default element styles (body, a, h1, ul, li, etc.)
		2.) Page structure (containers, etc.)


*/


  /*////////////////////////////////////
 /// 1.) Default element styles    ////
////////////////////////////////////*/

body {
	margin: 0;
	background: url(../images/bg.jpg) repeat-x #527b60;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color : #eedecc;
}

a {
	color : #f7d8b7;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h2 {
	color: #fff;
	font-weight: normal;
	margin: 20px;
	height: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color : #fff;
	margin: 0 0 .8em 0;
}

img {
	border: 2px solid #527b60;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

ul {
	margin: 0 0 15px 15px;
	padding: 0;
}

  /*//////////////////////////////////////////
 /// 2.) Page structure (containers, etc) ///
//////////////////////////////////////////*/

#rootContainer {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#pageHeader {
	width: 900px;
	height: 100px;
	float: left;
}

a#mainLogo {
	display: block;
	width: 203px;
	height: 100px;
	background: url(../images/home_button.jpg) no-repeat #950b33;
	color: #325e41;
	float: left;
}

a#mainLogo h1 {
	font-size: .1ex;
}

#topNav {
	width: 395px;
	height: 100px;
	float: left;
	background: url(../images/page_top.jpg) no-repeat #950b33 100% 0;
	padding: 0 0 0 302px;
}

#topNav a {
	display: block;
	float: left;
	font-size: .1ex;
	color: #325e41;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topNav a:hover {
	background-position: 0 100%;
}

#topNav a.email {
	width: 115px;
	background-image: url(../images/nav2-email_a_friend.gif);
}

#topNav a.apply {
	width: 114px;
	background-image: url(../images/nav2-apply_online.gif);
}

#topNav a.brochure {
	width: 147px;
	background-image: url(../images/nav2-printable_brochure.gif);
}

#topNav a.contact {
	width: 96px;
	background-image: url(../images/nav2-contact_us.gif);
}

#topNav a.home {
	width: 70px;
	background-image: url(../images/nav2-home.gif);
}

#contentContainer {
	width: 900px;
	float: left;
}

#leftNav {
	width: 117px;
	height: 599px;
	float: left;
	background: url(../images/nav1_bg.jpg) no-repeat;
	padding-left: 24px;
}

#leftNav a {
	display: block;
	float: left;
	font-size: .1ex;
	color: #527b60;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#leftNav a:hover {
	background-position: 100% 0;
}

#leftNav a.features {
	width: 93px;
	height: 94px;
	margin-bottom: 3px;
	margin-top: 4px;
	background-image: url(../images/nav1-features.gif);
}

#leftNav a.photos {
	width: 93px;
	height: 94px;
	margin-bottom: 4px;
	background-image: url(../images/nav1-photos.gif);
}

#leftNav a.floorplans {
	width: 93px;
	height: 95px;
	margin-bottom: 3px;
	background-image: url(../images/nav1-floorplans.gif);
}

#leftNav a.maps {
	width: 93px;
	height: 95px;
	margin-bottom: 3px;
	background-image: url(../images/nav1-maps.gif);
}

#leftNav a.localguide {
	width: 93px;
	height: 94px;
	margin-bottom: 3px;
	background-image: url(../images/nav1-localguide.gif);
}

#leftNav a.brochure {
	width: 93px;
	height: 96px;
	margin-bottom: 3px;
	background-image: url(../images/nav1-brochure.gif);
}

#content {
	width: 759px;
	height: 600px;
	background: url(../images/inside_content_bg.jpg) no-repeat;
	float: left;
}

h2.headline {
	font-size: .1ex;
	color: #98836b;
	height: 38px;
	background-repeat: no-repeat;
	margin: 9px 0 0 10px;
}

h2.localGuide {
	background-image: url(../images/headline-local_guide.jpg);
}

h2.features {
	background-image: url(../images/headline-features.jpg);
}

h2.photos {
	background-image: url(../images/headline-photos.jpg);
}

h2.floorplans {
	background-image: url(../images/headline-floorplans.jpg);
}

h2.mapsAndDirections {
	background-image: url(../images/headline-maps_and_direction.jpg);
}

h2.localGuide {
	background-image: url(../images/headline-local_guide.jpg);
}

h2.emailAFriend {
	background-image: url(../images/headline-email_a_friend.jpg);
}

h2.contactUs {
	background-image: url(../images/headline-contact_us.jpg);
}

h3.featureHeadline {
	color: #527b60;
	font-size: .1ex;
	width: 235px;
	height: 112px;
	background: url(../images/feature_headline.gif) no-repeat 0 0;
	float: left;
	margin-bottom: 8px;
}

#scrollBox {
	float: left;
	width: 690px;
	height: 500px;
	margin: 10px 50px 20px 0;
	overflow: auto;
	padding: 0 0 0 20px;
	_margin: 10px;
}

.contentColumn {
	width: 300px;
	float: left;
	padding: 0 20px 0 0;
	_padding: 0 9px 0 0;
	border-right: 1px solid;
}

.contentColumn2 {
	width: 310px;
	float: left;
	padding: 0 0 0 20px;
	_padding: 0 0 0 9px;
	margin: 0 0 0 -1px;
	border-left: 1px solid;
}

a.resite {
	float: right;
	font-size: 10px;
}





/* Special Cases: Classes designed for a specific page that can be reused elsewhere */

ul.features {
	float: left;
	width: 280px;
	margin-right: 30px;
	_margin-right: 15px;
}

.photo {
	text-align: center;
	padding: 11px 0 0 15px;
}

a#linkPrev, a#linkNext {
	display: block;
	float: left;
	margin-left: 130px;
	width: 130px;
	padding: 4px;
	margin-top: .8em;
	height: 14px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

a#linkPrev {
	background: url(../images/prev_button.gif) 50% 50% no-repeat;
}

a#linkNext {
	background: url(../images/next_button.gif) 50% 50% no-repeat;
}