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

body {
	margin:0;
	background-color: #B2DFDB;
}


#wrapper{
	width: 968px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:17px;
	color: #231F20;
	padding: 0px;
}

img {
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color:#776100;
	padding-right: 10px;
	padding-left: 10px;
	}

	
.clear 
	{clear:both;
	height: 0;}


/******* COLORS *******/

.navy
	{color: #231F20;}

.gold
	{color: #776100;}
	
.teal
	{color: #B2DFDB;}
	

/******* HEADER STYLES *******/

#header {
	float: left;
	background-image: url(../images/headerBkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #B2DFDB;
	width:968px;
	height: 223px;
	
}

#header img {
	float:left;
	border: none;
	padding-top: 0px;
	padding-left: 35px;
}


/*\*/
* html #header img {
	margin-left: 20px;
}


/******* AUX NAV STYLES *******/
 

.auxNav {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
}

.auxNav img {
	margin: 0 0 5px -20px;
	padding: 0;
}

/*\*/
* html .auxNav img {
	margin: 0;
	padding: 0;
	padding-right: 50px;
}


.auxNav a .on{
	color:#fff;
	text-decoration:underline;
}


.auxNav a:link {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#231F20;
	text-decoration:none;
	font-size: 11px;
	font-style:italic;
}

.auxNav a:visited {
	color:#231F20;
	text-decoration:none;
}
	
.auxNav a:hover{
	color:#fff;
	text-decoration:underline;
}

.auxNav a:active{
	color:#231F20;
	text-decoration:none;
}




/******* MAIN NAV STYLES *******/


#mainNav {
	display: inline;
	float: left;
	
}

#mainNav ul {
	float: left;
	width: 875px;
	margin: 0px;
	list-style-type:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #B2DFDB;

	

}

#mainNav li {
	list-style-type:none;
	display:inline;
	color:#231F20;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-right: solid #fff 2px;
}

#mainNav a.on {
	color:#776100;
	text-decoration:none;
}

#mainNav a:link {
	color:#231F20;
	text-decoration:none;
}

#mainNav a:visited {
	color:#231F20;
	text-decoration:none;
}
	
#mainNav a:hover{
	color:#776100;
	text-decoration:none;
}

#mainNav a:active{
	color:#231F20;
	text-decoration:none;
}



/******* Content Left STYLES *******/

#contentLeft {
	float: left;
	width: 250px;
	margin: -70px 0 0 0;
	padding: 0;
}


/*\*/
html*#contentLeft {
	]margin: -50px 0 0 0;
}/*end*/
.dummyend[id]{clear:both;}


/*\*/
* html #contentLeft {
	margin: -50px 0 0 0;
	width: 250px;
}

#contentLeft ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	display: block;
}

#contentLeft li {
	list-style-type:none;
	display:block;
	color:#776100;
	border-top: solid #B2DFDB 2px; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	text-decoration: none;
	/*background-image: url(../images/gold_btn.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
	
}

#contentLeft a.on {
	color:#231F20;
	text-decoration:none;

}

#contentLeft a:link {
	color:#776100;
	text-decoration:none;
	
}

#contentLeft a:visited {
	color:#776100;
	text-decoration:none;

}
	
#contentLeft a:hover{
	color:#231F20;
	text-decoration:none;

}

#contentLeft a:active{
	color:#776100;
	text-decoration:none;
}


#contentLeft img {
	float:right;
	margin: -20px 0 0 10px;
	padding: 0;
}




/******* Callout STYLES *******/



.Gold {
	float: left;
	background-image: url(../images/callout_gold.jpg);
	background-repeat: repeat-y;
	background-color: #776100;
	width: 215px;
	height: 100px;
	margin: 5px 0 10px 40px;
}

/*\*/
* html .Gold {
	margin: 0 0 10px 20px;
	
}
.Gold p {
	text-align: left;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 0 0 0;
	padding: 0 10px 0 5px;
	width: 100px;
	/*background-image: url(../images/blue_btn_gld.jpg);
	background-repeat: no-repeat;
	background-position: 100px 20px;*/
}

/*\*/
* html .Gold p {
	background-position: 100px 15px;
	
}


.Black {
	float: left;
	background-image: url(../images/callout_black.jpg);
	background-repeat: repeat-y;
	background-color: #231F20;
	width: 215px;
	height: 100px;
	margin: 5px 0 10px 40px;

}

/*\*/
* html .Black {
	margin: 0 0 10px 20px;
	
}

.Black p {
	text-align: left;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 0 0 0;
	padding: 0 10px 0 5px;
	width: 100px;
	/*background-image: url(../images/blue_btn_bl.jpg);
	background-repeat: no-repeat;
	background-position: 100px 15px;*/
}

/*\*/
* html .Black p {
	background-position: 100px 30px;
	
}



#callout h1{
	text-align: left;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	width: 100px;
	padding: 0 0 0 5px;
}

/*\*/
* html #callout h1 {
	float: left;
	margin-top: 10px;
	
}


#callout img {
	float: right;
	margin: -30px 5px 0 0 ;
	padding: 0;
}

/*\*/
* html #callout img {
	float: right;
	margin: 10px 5px 0 0;
}

#callout img.link  {
	float: right;
	margin: 0; 
	margin-top: 0px;
}


/*\*/
* html #callout img.link {
	float: right;
	margin: 0;
}


/******* Content Right STYLES *******/

#contentRight {
	float: right;
	width: 700px;
	margin: -70px 0 0 0;
}

#contentRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#231F20;
	padding-left: 20px;
	}
	
	
#contentRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#776100;
	padding-left: 20px;
	}
	
#contentRight h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:#776100;
	padding-left: 20px;
	}
	
#contentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding-left: 20px;
	line-height: 16px;
	}

#contentRight .fineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	padding-left: 20px;
	line-height: 13px;
}

#contentRight ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	display: block;
	list-style-type:circle;
}

#contentRight li {

	color:#333;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;

}

#contentRight li a {
	list-style-type: circle;
	display:block;
	color:#333;
	text-decoration: none;
}

#contentRight li a:hover {
	list-style-type: circle;
	display:block;
	color:#333;
	text-decoration: underline;
}


#contentRight img {
	float: right;
	margin: 15px 0px 0 0 ;
	padding: 0;
}

#contentRight img.floatLeft { 
    float: left; 
    margin-top: 5px; 
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 4px;
} 

#contentRight img.floatRight { 
    float: right; 
    margin-top: 5px; 
	margin-right: 8px;
	margin-left: 5px;
	margin-bottom: 4px;
} 

#contentRight a.on {
	color:#776100;
	text-decoration:none;
}

#contentRight a:link {
	color:#776100;
	text-decoration:none;
}

#contentRight a:visited {
	color:#776100;
	text-decoration:none;
}
	
#contentRight a:hover{
	color:#231F20;
	text-decoration:none;
}

#contentRight a:active{
	color:#776100;
	text-decoration:none;
}


/******* Floorplans STYLES *******/

#print {
	margin-top: 25px;
	width: 250px;
	margin-bottom: 10px;
}

#print img {
	float:left; 
	margin-left: 50px; 
	margin-bottom: 25px;
}

/*\*/
* html #print img {
	margin-top: -10px;
	margin-bottom: 0;
	
}

/******* Floorplans STYLES *******/

.floorplans {
	float: left;
	padding: 0px;
	margin: 0;
	width: 300px;
	height: 300px;	
}


.floorplans p a.on {
	color:#231F20;
	text-decoration:none;
}

.floorplans p a:link {
	color:#776100;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

.floorplans p a:visited {
	color:#776100;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
	
.floorplans p a:hover{
	color:#231F20;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

.floorplans p a:active{
	color:#776100;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}



/*#floorplans img {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	display: inline;
}
*/


/******* GOOGLE MAP STYLES *******/

.bodycopy_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;	
}



/******* FOOTER STYLES *******/

#footer {
	width: 968px;
	margin-left:auto;
	margin-right:auto;
	background-color:#231F20;
}

.bottomNav {
	width:968px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 18px;
	color: #fff;
}

.bottomNav ul {
	margin:0px;
	padding:10px 0 10px 0;
}

.bottomNav li {
	list-style-type:none;
	display:inline;
	padding: 0 10px 0 10px;
	border-right: solid #fff 1px;
}

.bottomNav li a:link{
	color:#fff;
	text-decoration:none;
}

.bottomNav li a:visited{
	color:#fff;
	text-decoration:none;
}

.bottomNav li a:hover{
	color:#B2DFDB;
	text-decoration:underline;
}

.bottomNav li a:active{
	color:#fff;
	text-decoration:none;
}



