/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
#navbar {
	clear: both;
	height: 30px;
	border-top: 1px solid #452A17;
	border-bottom: 1px solid #452A17;
	background-color: #DCDBC6;
	margin: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #333333;
	background-image: url(../Images/Background_Files/bodyBG3.jpg);
	background-repeat: repeat;
	text-align: center;
}

/************** Layout Elements *******************/


a:link {
	color: #545400;
}
a:visited {
	color: #545400;
}
a:hover {
	color: #7D7D00;
}
a:active {
	color: #545400;
}

#audioHolder {
	position: relative;
	height: 35px;
	width: 190px;
	top: 5px;
	left: 0px;
	margin-bottom: 10px;
	background-position: center;
	text-align: center;
}

#bottomPic {
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #452a17;
	margin: 10px 0 0 0;
}

.bulletedList {
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 1%;
	line-height: 1.4;
}

.centerTextbox {
	margin: 10px 15px 10px 10px;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
}

.centeredimage {
	text-align: center;
	border: 1px solid #333333;
}

.centeredTextbox {
	margin: 10px 10px 10px 10px;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
	width: 250px;
}

.centeredText {
	font-size: 0.95em;
	text-align: center;
	margin: 10px;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

#content {
	padding-top: 1px;
	
}



#content2 {
	margin-right: 0px;
	padding: 0.4em;
	position: relative;
	float: right;
	width: 746px;
}

#content2 p {
	margin: 5px 10px 10px 215px;
	line-height: 1.4;
	font-size: 0.95em;
}
.coursetourBox {
	border: 1px solid #333333;
	width: 660px;
	margin-left: 34px;
	margin-bottom: 20px;
}

.divider {
	height: 1.5px;
	margin: 5x 25px 5px 215px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}

.dividermod {
	height: 1.5px;
	margin: 5px 15px 5px 15px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
}

/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	padding: 20px auto;
	width: 744px;
	margin: 5px auto 15px auto;
	height: 190px;
	text-align: center;
}



/*set up the four floated boxes - these are held within the above selector*/
.floatboxes {
	width: 152px;/*set a width for IE pc*/
	w\idth: 236px;/*set the width for good browsers*/
	height: 225px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #4f4f4f;/*set a border around the boxes*/
	float: left;/*float them to the left*/
	background-color: #FFFFFF;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
}

.menuboxes {
	width: 152px;/*set a width for IE pc*/
	w\idth: 170px;/*set the width for good browsers*/
	height: 200px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #4f4f4f;/*set a background colour for the boxes*/
	overflow: auto;/*set overflow to auto - if the content excedds the boxes height scroll bars are provided*/
	background-color: #d0d0b4;
	float: left;
}




html>body .floatboxes {
	margin: 5px 5px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

/* This selector fixes the horizontal scroll in IE Mac and would be seen by IE 5.01 PC except for the escape characters */
*>html .floatboxes {
	padd\ing-right: 8px; /*sets some padding to the right to avoid the horizontal scroll bars that IE insists are needed*/
	w\idth: 200px; /*Feeds in a corrected width for IE due to the padding above */
}
.menuboxes  h3 {
	text-align: center;/*set the h3 titles for eac of the boxes*/
	font-size: 1em;/*scale the font size off the body selector*/
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the font family*/
	padding: 0 0 3px 0;/*set padding against the bottom, zero all other sides*/
	margin: 0;/*zero the margins*/
	color: #ECE9D8;/*set the text colour*/
	font-weight: bold;/*sets the font weight a little less than bold, if not supported in a given browser defaults to a normal weight. If you want bold for your h1 delete this property and value pair - or simply comment them out*/
	background-color: #848619;/*set the background color*/
}

/*This selector is only seen by IE Mac due to the escape characters that also block IE 5 PC -- this reverses the heading colors */
*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #4F4F4F;/*provides the contrasting text colour*/
	/* a negative margin-left, equivalent to 1px LESS than the padding added on the "html>body .floatbox" selector, can be used here instead of reversing the heading colors... however, you will have a 1px space on the far right of the heading which is not appealing with some color schemes. You will also have a horizontal scroll bar on any boxes that have a vertical scroll. This may be acceptable in some cases however. */
	}
/*style the text in the boxes*/
.floatboxes p {
	font-size: 0.85em;/*scale the font size off the body selector*/
	margin: 3px;/*set a margin to all four sides of 5 pixels*/
	padding-bottom: 4px;/*adds padding to the bottom of the p element*/
}

/*set the links in the boxes*/
.floatboxes a, #content a {
	color: #5F2830; /*set the text colour*/
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #666666;/*set the text colour on hover and focus*/
	background-color: #ffffff;/*set the background colour*/
	text-decoration: none;/*remove the underline*/
}
html>body .menuboxes {
	margin: 5px 5px;/*correctly align the margin for good browsers after the hack in the rule above*/
}
#pageText   .menuboxes p {
	font-size: 0.85em;/*scale the font size off the body selector*/
	margin: 3px;/*set a margin to all four sides of 5 pixels*/
	padding-bottom: 4px;/*adds padding to the bottom of the p element*/
	text-align: center;
}

#flashTeaseHolder {
	width: 190px;
	position: absolute;
	left: 6px;
	top: 660px;
}

#flashTeaseHolder500 {
	width: 192px;
	position: absolute;
	left: 6px;
	top: 214px;
}

#floatcontainer2 {
	padding: 20px auto;
	width: 744px;
	margin: 5px auto 15px auto;
	height: 190px;
	text-align: center;
}

#footer {
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	margin: 0;
	height: 35px;
	border-top: solid 1px #452a17;
	
}


#footer2 {
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	margin: 0;
	height: 37px;
	line-height: 1.3;
	background-color: #DBDBC6;
	clear: both;
	/*background-image: url(../Images/Background_Files/footerBG.jpg);*/
	width: 956px;
	border-top: 1px solid #452A17;
}

/*#footer2 {
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	margin: 0;
	height: 37px;
	background-color: #DBDBC6;
	line-height: 1.3;
	background-image: url(../Images/Background_Files/footerBG.jpg);
	background-repeat: no-repeat;
}*/


h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #545400;
}


h2 {
	font-size: 160%;
	color: #3F3F00;
}

h3 {
	font-size: 1.25em;
	text-align: center;
	margin: 5px 10px 10px 10px;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 10px;
}

h5 {
	font-size: 110%;
	text-align: center;
}

h6 {
	font-size: 125%;
	margin-left: 5px;
	color: #545401;
	font-weight: bold;
}



*>html .menuboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #4F4F4F;/*provides the contrasting text colour*/
}

#header {
	height: 100px;
}

#header #title {
	margin-top: 5px;
}

#header175_2 {
	height: 175px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../Images/Background_Files/Header_BG2Mod.jpg);
}

#header175_8 {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/HeaderBG8.jpg);
	background-position: right;
}

#header175_16 {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/HeaderBG16.jpg);
	background-position: right;
}

#header_entrance {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/Header_Entrance.jpg);
	background-position: right;
}

#header_homeownersassn {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/Header_HomeOwnersAssn.jpg);
	background-position: right;
}
#header_homeownersassnTest {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/Header_Template.jpg);
	background-position: right;
	border-bottom: 1px solid #2D1600;
}

#header_SwimTennis {
	height: 175px;
	background-repeat: no-repeat;
	background-image: url(../Images/Background_Files/HeaderTennis.jpg);
	background-position: right;
}


#innercontent {
	margin: 0;
	color: #333333;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #452A17;
	min-height: 480px;
	border-left: 2px solid #452A17;
	border-right: 2px solid #452A17;
	background-repeat: repeat-y;
	background-image: url(../Images/Background_Files/InnerContentBG.jpg);
	width: 956px;
	text-align: left;
	}

#innercontent_lander {
	min-height: 320px;
	margin: 0;
	color: #333333;
}
#innercontent_lander p {
	text-align: left;
	margin: 10px;
}


#innercontentMod {
	margin: 0;
	color: #333333;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #452A17;
	min-height: 450px;
	border-left: 2px solid #452A17;
	border-right: 2px solid #452A17;
	width: 956px;
	}

#innercontentMod p {
	margin: 5px 25px 5px 25px;
	line-height: 1.4;	
}

#innerwrapper {
	margin: 25px;
	margin: 0;
	background-color: #FFFFFF;
	}



#innerwrapper2 {
	margin: 25px;
	margin: 0;
	background-color: #FFFFFF;
}

#lander {
	height: 290px;
	text-align: center;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

#leftcol {
	float: left;
	margin-left: 0px;
	width: 197px;
	font-size: 0.85em;
	background-image: url(../Images/Background_Files/leftcolBG.jpg);
	background-repeat: no-repeat;
	height: 450px;
}

#leftcol a:link {
	color: #000000;
	
}
#leftcol a:visited {
	color: #000000;
	
}
#leftcol a:hover {
	color: #4E060B;
}
#leftcol a:active {
	color: #89261F;
	}

#leftcol .archiveList {
	font-size: 1.2em;
	line-height: 1.4;
	background-position: center;
	text-align: center;
	margin: 5px auto;
	width: 180px;
	border: solid 1px #000000;
	background-color: #DBDBC6;
}

#leftcol .navholder {
	float: left;
	display: inline;
	position: relative;
	margin: 8px 0;
}

#leftcol .teaser {
	font-size: 1.1em;
	line-height: 1.4;
	background-position: center;
	text-align: center;
	margin: 10px auto;
	width: 180px;
	padding: 20px auto;
} 



#leftcol .bottomteaser {
	position: absolute;
	top: 565px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4;
	width: 180px;
	left: 10px;
	margin: 5px auto;
}

#leftcol .teaserBG {
	font-size: 1.1em;
	line-height: 1.4;
	background-position: center;
	text-align: center;
	margin: 5px auto;
	width: 174px;
	background-color: #D1D1B9;
	padding: 10px auto;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	position: relative;	
}


#leftHeaderimage {
	position: relative;
	height: 175px;
	width: 364px;
	top: 0px;
	left: 3px;
}

.leftimage {
	margin: 10px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	display: inline;
	font-size: 0.95em;
	text-align: center;
	padding: 10px;
}

.leftimage h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}
.leftimage h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}


.leftinfobox  h6 {
	text-align: center;
}

.leftinfobox {
	margin: 10px 10px 10px 15px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	display: inline;
	font-size: 0.95em;
	text-align: center;
	border: 1px solid #4f4f4f;
}

.leftTextbox {
	margin: 10px 10px 10px 10px;
	float: left;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 0.85em;
	padding: 10px 10px;
	text-align: left;
	background-color: #D1D1B9;
	line-height: 1.5;
}
#leftTextbox h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

#navbar2 {
	clear: both;
	height: 30px;
	border-top: 1px solid #452A17;
	margin: 0;
	background-color: #DBDBC6;
	border-bottom: 1px solid #452A17;
	width: 956px;
}

p {
	margin: 5px 10px 10px 15px;
	line-height: 1.4;
	font-size: 0.95em;
}

#pageText {
	font-size: 1em;
	text-align: left;
	float: right;
	width: 748px;
	position: relative;
	padding-bottom: 10px;
}

#pageText .divider {
	height: 1.5px;
	margin: 5px 18px 5px 10px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
	clear: right;
	position: relative;
}
#pageText h6 {
	margin: 5px 10px 10px 10px;
	line-height: 1.4;
	font-size: 1em;
}

#pageText  p {
	margin: 5px 18px 10px 5px;
	line-height: 1.4;
	font-size: 0.95em;
}

#pageTitleFullWidth {
	width: 750px;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
	margin: 0px auto 10px auto;
}



#pageTitle {
	width: 740px;
	float: right;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
}


#pageTitle_FullWidth {
	width: 750px;
	float: right;
	position: relative;
	top: 2px;
	margin-bottom: 10px;
}

/************** Generic Classes *******************/

#rightcol {
	float: right;
	width: 350px;
	border-left: 1px solid #452A17;
}

#rightcol img {
	display: block;
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.rightimage {
	margin: 10px 15px 10px 10px;
	background-color: #FFFFFF;
	float: right;
	position: relative;
	display: inline;
	text-align: center;
}
.rightTextbox {
	margin: 10px 10px 10px 10px;
	float: right;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 0.85em;
	padding: 10px 10px;
	text-align: left;
	background-color: #D1D1B9;
	line-height: 1.5;
}
#rightTextbox h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}


#testimonials {
	position: absolute;
	top: 385px;
	left: 0px;
}


.rightTextbox {
	margin: 10px 20px 10px 10px;
	float: right;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
}
#tablecontent {
	float: left;
}

.twocol #innercontent {
	margin: 0 10px 0 187px;
}

.twocol #rightcol {
	display: none;
}



.weather {
	position: absolute;
	top: 490px;
	text-align: center;
	width: 180px;
	left: 13px;
	margin: 5px auto;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
	min-height: 570px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}





[if IE]>
<style type="text/css"> 
.mybuggyelement { zoom: 1;}
</style>
<![endif]

.leftTextbox {
	margin: 10px 10px 10px 10px;
	position: relative;
	border: 1px solid #3A4738;
	font-size: 1em;
	padding: 10px 10px;
	text-align: center;
	width: 250px;
}
