/* CSS Document */

body {
	font-size: 76%;	/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. darn.*/
	
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

td
{
	vertical-align : top;
}


hr
{
	background: #cccccc;
	color: #DADDE4; /* used by IE */
	height: 0.25em;
}



#content {

}	

#content-left {
	width: 100%;
	padding: 15px 0 0 15px;
}

#content-right {
	padding: 15px 25px 0 25px;
	margin-right: 25px;
}	
#content #content-right .smallemphasis {
	font-size: 0.8em;
	font-weight: bold;
}

#content #content-right H2 {
	margin-right: 15px;
}

#content #content-right P {
}

	
	
	
	

	

blockquote {
	padding-left: 25px;
	padding-right: 25px;
}
.label-dk-lt {
color: #ffffff; 
            font-size: 0.9em;
            font-weight: bold;
            text-align: center;
}

#content p {
}
#content .table P {
	padding: 0 0 10px 5px;
}
#content  .table  H2 {
	padding: 5px 0 0 5px;
}
#content  TH {
	color: #000000;
	text-align: left;
}
#content #content-left .table {
	padding: 15px;
}
#content #content-right H2 {
	color: #A8A8A8;
	width: 200px;
	padding: 0 0 0 0;
}
#content #content-left .photocaptiontable {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 15px 10px 0;
}
#content #content-left H2 {
	color: #9D9E99;
	margin: 0;
	padding: 0;
}
#content #content-left DT {
	font-weight: bold;
	padding-bottom: 10px;
}
STRONG {
	color: #333333;
}
#content #content-left LI {
	padding-bottom: 3px;
}

#content #content-left H1 {
}
#content #content-left H2 {
	color: #7B87A4;
	padding: 15px 0 5px 0;
}
#content #content-left P {
}
#content  A {
	color: #7B87A4;
}
#content #content-right P {
	margin: 0px;
	padding: 0 0 15px 0;
}
#content #content-right H2 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #7B87A4;
}
#content #content-right UL {
	margin: 0 0 3px 20px;
}
#content #content-right LI {
	padding-bottom: 3px;
}
#content #content-left UL {
	padding: 0 0 15px 25px;
	margin: 0;
}
.locallyProduced {
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #A6765F;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
}
#content P {
	margin: 0 15px 0 25px;
}
#content .emphasis {
	font-size: 1.2em;
	color: #A6765F;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
#contact-footer {
	text-align: center;
}
#content H2 {
	color: #A6765F;
	padding: 0 15px 0 25px;
}
#content UL {
	color: #666666;
	margin: 5px 0 0 20px;
	padding: 0 10px 0 20px;
}
#content LI {
	padding-bottom: 3px;
}
.clr {
	clear: both;
}
.indentleft {
	margin-left: 25px;
}
#content H3 {
	margin-left: 25px;
	font-size: 1.1em;
}

.mainmenu {
	margin: 0;
	padding-left: 25px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 1.4em;
	text-transform: uppercase;
}

.mainmenu ul {
	list-style-type: none;
	margin-left: 10px;
	font-size: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
}

.mainmenu li a {
	margin-bottom: 10px;
	text-decoration: none;
}

.mainmenu li a:link {
	color: #FFFFFF;
}

.mainmenu li a:visited {
	color: #FFFFFF;
}

.mainmenu li a:hover {
	color: #000000;
}	

.mainmenu li a:active {
	color: #000000;
}	

/* mnj Force menu item to "black" to match the page that is displayed.  This code works with the "body" tag, which is initialized on each page by calling function newid(); */
#home .mainmenu .home,
#property_maps .mainmenu .property_maps,
#location .mainmenu .location,
#elevations .mainmenu .elevations,
#floor_plans .mainmenu .floor_plans,
#amenities .mainmenu .amenities,
#specifications .mainmenu .specifications,
#tour .mainmenu .tour,
#developer .mainmenu .developer,
#directions .mainmenu .directions,
#contact .mainmenu .contact
 {
    color:#000000;
 }
			
.indenttable {
	margin-left: 25px;
	padding: 3px;
}

p.indenttable  {
	padding: 0;
	}

.table_header {
	font-weight: bold;
	background-color: #D6DAE2;
	padding: 3px;
}

.table_content {
	padding: 3px;
}

