body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	line-height: 15px;
	margin: 0px;
		
}

table { font-size: 11px; }
.greenTitle {
	font-size: 20px;
	color: #90C038;
}
.green_specials_title {
	font-size: 14px;
	font-weight: bold;
	color: #90C038;
}
.featuresPadding {
	padding-left: 15px;
}
a:link {
	color: #6b8836;
	text-decoration: none;
}
a:visited {
	color: #6b8836;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.watermark {
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: 370px 398px;
}
.left_border {
	background-color: #ffffff;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: thin solid #999999;
}
.menu {
	font-size: 10px;
	color: #444444;
}
TD.menu a {
	color: #444444;
	text-decoration: none;
}
TD.menu a:visited {
	color: #444444;
	text-decoration: none;
}
TD.menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.selectCommunities {
	font-size: 10px;
	color: #aaaaaa;
	line-height: normal;
}
.floorplanTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.floorplanPadding {
	padding-left: 10px;
}
.template_content1 {
}
.specials_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.featured_title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.featured_text {
	line-height: normal;
	color: #7E7E7E;
	padding: 5px;
}
.text_13pt {
	font-size: 12px;
}
.right_column {
}
td.communities a:link {
	color: #444444;
	text-decoration: none;
	}
td.communities a:visited {
	color: #444444;
	text-decoration: none;
	}
td.communities a:hover {
	color: #000000;
	text-decoration: underline;
	}.sidebar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#dropmenudiv{
	position:absolute;
	font:normal 11px/12px Arial;
	z-index:100;
	color: #414141;
	text-align: left;
	letter-spacing: 0px;
	border-top: 1px solid #999999;
	border-right: 2px solid #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	border-left: 1px solid #999999;
	padding:0px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #4d4d4d;
	border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #bf4026;
color:#ffffff;
}
.small_green {
	font-weight: bold;
	color: #57772C;
	font-size: 13px;
}
.template_content1 {
	padding-right: 20px;
}
.floorplans {
	color:#ffffff;
	padding-left: 10px;
}
.floorplans a:link, .floorplans a:visited {
color:#ffffff;
}
.floorplans a:hover {
color:#000000;
}
.commlist a:link, .commlist a:visited {
	line-height: 20px;
	font-size: 12px;
	color:#777777;
}
th.commlist {
color:#FFFFFF;
}
/*alternate rows css*/

tr.d0 td {
	background-color: #FFFFFF;
}
tr.d1 td {
	background-color: #F5F5F5;
}

/*thumbnail galleries for communities */
#thumbnails {
	background-image: url(../Images/thumbnailBackground.gif);
	background-repeat: no-repeat;
	width: 450px;
}

#thumbnails img {
	margin-right: 5px;
	max-height: 100px;
	height: 100px;
}
#motioncontainer {
	width: 400px; /* Set to gallery width, in px or percentage */
	height: 130px; /* Set to gallery height */
	margin-left: 25px;
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}