/*
	Colors Used : 
	
	Red #CC0000
	Dark Red #800000
	Tan #FFEECC
	Green #106E09
	Brown #CCAA77
	Dark Brown #553300
	Yellow #FFDD88
*/

/* 
Styles used for the page layouts
 */
html {
	font-size : 11px;
	margin : 0px;
	padding : 0px;
	color : #CC0000;
	font-family : Helvetica,Verdana,Arial,Sans-Serif;
	text-decoration : none;
	background-color : #FFEECC;
}

body {
	font-size : 11px;
	margin : 0px;
	padding : 0px;
	color : #CC0000;
	font-family : Helvetica,Verdana,Arial,Sans-Serif;
	text-decoration : none;
	background-color : #FFEECC;
}

A {
	color : #800000;
	text-decoration : none;
}
A:hover {
	color : #800000;
	text-decoration : underline;
}
A.HeaderSort {
	color : #000000;
	font-size : 14px;
	text-decoration : none;
	font-weight : bolder;
}
A.HeaderSort:hover {
	color : #000000;
	text-decoration : underline;
}
A.Navigation {
	color : #553300;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 14px;
	font-weight : bolder;
}
A.Navigation:hover {
	color : #800000;
	text-decoration : underline;
}
A.LeftNav {
	color : #FFEECC;
	text-decoration : none;
	font-size : 14px;
	font-weight : bolder;
}
A.LeftNav:hover {
	color : #CCAA77;
	text-decoration : underline;
}
A.LeftNavSmall {
	color : #FFEECC;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
}
A.LeftNavSmall:hover {
	color : #CCAA77;
	text-decoration : underline;
}
LI.LeftNavSmall {
	color : #FFEECC;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
}
.LeftNavSmall {
	color : #FFEECC;
	font-size : 11px;
	font-weight : normal;
}
.LeftNavTitle {
	color : #CCAA77;
	text-decoration : none;
	font-size : 16px;
	font-weight : bolder;
	line-height:120%;
	text-transform : uppercase;
}
.Title {
	color : #CC0000;
	font-variant : small-caps;
	font-size : 24px;
	font-weight : bolder;
	font-family : Helvetica,Verdana,Arial,Sans-Serif;
	text-decoration : none;
}
.SubTitle {
	color : #CC0000;
	font-size : 14px;
	text-decoration : none;
}
.Content {
	color : #553300;
	font-size : 13px;
	text-align : justify;
}
p.Error {
	color : #FF0000;
	font-size : 16px;
	font-weight : bolder;
}
TR.EvenRow {
	background-color : #FFDD88;
}
TR.OddRow {
	background-color : none;
}
TH.Data {
	font-size : 14px;
	font-weight : bolder;
	white-space : nowrap;
	vertical-align : top;
}
TD.Data {
	font-size : 11px;
	white-space : nowrap;
	vertical-align : top;
}
TD.BigData {
	font-size : 14px;
	vertical-align : top;
}
TD {
	color : #553300;
	font-size : 13px;
	vertical-align : top;
}
img {
	border : none;
}

img.Content {
	margin : 10px;
	border : none;
}
div.Available {
	width : 10px;
	height : 10px;
	border : 1px solid black;
	background-color : #008000;
	font-size : 2px;
}
div.DesignNBuild {
	width : 10px;
	height : 10px;
	border : 1px solid black;
	background-color : #0080C0;
	font-size : 2px;
}
div.SpecHome {
	width : 10px;
	height : 10px;
	border : 1px solid black;
	background-color : #FFD700;
	font-size : 2px;
}
div.Sold {
	width : 10px;
	height : 10px;
	border : 1px solid black;
	background-color : #800000;
	font-size : 2px;
}
div.houselisthide {
	width:100%;
	height:1px;
	visibility:hidden;
	overflow:hidden;
	text-align:right;
}
div.houselist {
	width:90%;
	background-color:#CEE1B5;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	text-align:right;
	float : right;
}
A.LeftNavHouseList {
	color : #000000;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
}
A.LeftNavHouseList:hover {
	color : #553300;
	text-decoration : underline;
}
