/*** GENERAL ***/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 875px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 875px; 
	margin: 0 auto; 
	text-align:left;
}
p {
	color:#333333;
	line-height: 18px;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
a{
	color: #237904; /* Dark Green */
	text-decoration: underline;
}
a:hover{
	color: #99cc33; /* Light Green */
	text-decoration: underline;
}
img {
	border: none;
}
h1 {
	color: #237904;
	text-align: center;
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #237904;
	font-size: 19px;
	padding: 0;
	margin: 0;
}
h3 {
	color:#000000;
	font-size: 17px;
	padding: 0;
	margin: 0;
	text-align: center;
}
h4 {
	color:#000000;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
h5 {
	color: #3d75b5;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

/*** HEADER ***/
#header {
	width:875px; 
	height:110px;
}
#branding {
	float: left;
	position:relative; 
	left: -29px;
}
#headerInfo {
	background: url(../images/headerBox.jpg) top left no-repeat; 
	width:233px; 
	height:61px; 
	float:right; 
	margin-top:8px;
	padding-top:10px;

}
#headerInfo p {
	padding:0;
	margin:0;
	color:#000000;
	text-align:center;
	font-weight: bold;
}

/*** NAV ***/
#sidebar {
	width: 220px; 
	float: left;
}
.mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainMenu li{
	display: inline;
}
.mainMenu a{
	font-weight: bold;
	background: #FFFFFF url(../images/nav.jpg) bottom right no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 33px;
	height: 33px;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
.mainMenu a:hover{
	background-position: bottom left;
	color: #FFFFFF;
	text-decoration: none;
}
.allHomes {
	background: url(../images/allHomes.jpg) top left no-repeat;
	height: 60px;
	width:220px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 15px;
}
.allHomes2 {
	background: url(../images/allHomes.jpg) top left no-repeat;
	height: 60px;
	width:220px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 29px;
	padding-left: 15px;
}


/* HOME FINDER */
#searchBox {
	background: url(../images/propertySearch.gif) top left no-repeat;
	width: 220px;
	height: 310px;
	margin-top: 15px;
	font-weight: bold;
	color:#FFFFFF;
}
#searchBoxInner {
	padding: 12px 0 0 20px;
}
#searchBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#searchBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.searchBoxTitle {
	padding:10px 0 0 30px;
	color:#FFFFFF;
}

/* GREAT DEALS */
#contactBox {
	background: url(../images/contactSearch.gif) top left no-repeat;
	width: 220px;
	height: 74px;
	margin-top: 15px;
}
#contactBoxInner {
	padding: 12px 0 0 50px;
}
#contactBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#contactBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*** CONTENT ***/
#content {
	width:635px; 
	float:right;
}
#content2 {
	margin-top: 20px;
}


/*** FOOTER ***/
#footer {
	width: 875px;
	margin-top: 40px;
	border-top: 5px solid #99cc33;
	text-align: left;
	padding-top: 10px;
} 
#footer p a {
	color: #99cc33; /* Light Green */
	text-decoration: underline;
}
#footer p a:hover {
	color: #99cc33; /* Light Green */
	text-decoration: underline;
}

/*** CLASSES ***/
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.bold {
	font-weight: bold;
}
.smallText {
	font-size: 10px;
}
.redText {
	color: #950404;
}
.boldBlue {
	color: #346cae;
	font-weight: bold;
}
.margBot {
	margin-bottom:30px;
}

/***************** HOMEPAGE *********************/
#palmDiv {
	background: url(../images/palmBg.jpg) top left no-repeat;
	width: 635px;
	height: 200px;
	margin-top: 20px;
}
#palmDivPad {
	width: 380px; 
	padding:10px 10px 0 0; 
	float:right;
}

/***************** SEARCH RESULTS *********************/
#searchHeader {
	background: url(../images/searchHead.jpg) top left no-repeat; 
	width:635px; 
	height:85px; 
	padding-top:20px;
}
#searchHeader h1 {
	color: #FFFFFF; 
}
.searchLabel {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#searchItem{
	border-bottom: 2px dotted #CCCCCC;
	margin: 5px 0 10px 0;
}
.searchItemInfo {
	width:464px; 
	float:right;
}
.pageNum {
	text-align:right;
	font-weight: bold;
}
.pageNum a{
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 6px;
}
.pageNum a:hover{
	color: #FFFFFF;
	background: #237904;
	text-decoration: none;
}

/***************** SEARCH DETAIL *********************/
#detailLeft {
	width:330px; 
	float:left;
}
#detailRight {
	width:285px; 
	float:right;
}

/* CALENDAR */

.calendarContainer {
	width: 100%;
}
.calendarTable {
	background-color: #D5D5D5;
	width: 100%;
}
.calendarHeader {
	padding: 5px 0; 
	text-align:center;
	font-weight: bold;
	color: #366eaf;
	font-size: 18px;
}
.calendarHeader a {	
	padding: 0 2px;
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}
.calendarHeader a:hover{
	background: #333333;
	color:#FFFFFF;
	text-decoration: none;
}
.calendarHeaderNav {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
.calendarHeaderNav a {
	padding: 0 2px;
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}
.calendarHeaderNav a:hover {
	background: #333333;
	color:#FFFFFF;
	text-decoration: none;
}
.calendarDayHeader {
	background-color: #3A6AB6;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
	font-size: 9px;
}
.calendarDay {
	width: 48px;
	height: 44px;
	background-color: #ffffff;
	font-size: 11px;
}
.calendarDay a {
}
.calendarDay a:hover {
}
.calendarDayNumber {
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
.calendarDayToday {
}
.calendarBlankCells {
	background-color: #FFFFFF;
}
.calendarDateUnavailable {
	background-color: #99CC33;
}






/* DESCRIPTION */
.descTitle {
	color: #346cae;
	font-weight: bold;
	font-size: 14px;
}

/* COMMENTS */
#comment {
	padding-top:20px;
	border-bottom: 2px solid #CCCCCC;
}
.commentName {
	color: #3d75b5;
	font-weight: bold;
	font-size: 14px;
	margin:0;
	padding:0;
}
.commentTime {
	font-size: 10px;
	font-style: italic;
	color:#666666;
	padding: 0 0 10px 0;
	margin:0;
}

/***************** COMMENT FORM / CONTACT FORM *********************/
.postMid {
	background:url(../images/postMid.jpg) top left repeat-y; 
	width:635px; 
	margin-top:30px;
}
.postBot {
	background:url(../images/postBot.jpg) bottom left no-repeat; 
	width:635px;
}
.postTop {
	background:url(../images/postTop.jpg) top left no-repeat; 
	width:635px;
}
.postPad {
	padding:15px;
}
.req {
	color: #900202;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.validation-advice {
	display: inline;
	color: #FFFFFF;
	padding: 2px;
	margin-left: 5px;
	background: #900202;
	font-weight: bold;
}
.contactStatement {
	font-size: 16px;
	color: #346cae;
	font-weight: bold;
	padding-top: 20px;
}
.formErrorMsg {
	background: #900202;
	color: #ffffff;
	padding: 10px;
}