body, table, tr, td, input, select, textarea, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
body {margin: 0px;	background-color: #FFFFFF;
}
.bodybluelink {
	color: #006F95;
	font-weight:bold;
}
bodyboldlink {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.bodyboldtext {
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.quicklinksRow {
text-indent:3px; background-color:#FFFFFF;
}

.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #754F00;
}
.sidebartext_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #754F00;
}
.sidebartext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #754F00;
}
.sidebartext_bolditalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	color: #754F00;
}
.required {
	color: #FF0000;
}
.requiredBold {
	color: #FF0000;
	font-weight: bold;
}
.utilitylink {
	font-size: 12px;
	color: #666666;
}
whitesmlink {
	font-size: 10px;
	color: #FFFFFF;
}

/************* CHANGE SIZE ************/
.big {
	font-size: 18px;
	line-height: 24px;
}
.small {
	font-size: 10px;
	line-height: 12px;
}


/************** HEADERS **************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 4px 0 0 0;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 5px 0;
}

.whiteHeader {
font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height:30px; font-weight: bold; color: #FFFFFF;
}

/************ FOOTERS ************/
.footertext {
	font-size: 10px;
	color: #666666;
}


/************ BULLETED LISTS ************/
ul {
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	list-style-type: upper-roman;
	list-style-position: outside;
}


/************ PHOTOS AND BOXES ************/
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
.photoleft {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photoright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/************ LINKS ************/
/*** DEFAULT LINKS ***/
a:link {
	color: #000033;
	text-decoration: underline;
}
a:visited {
  color: #000033;
	text-decoration: underline;
}
a:hover {
  color: #339999;
  text-decoration: underline;
}
a:active {
  color: #339999;
  text-decoration: underline;
}

/*** SIDEBAR LINKS ***/
a.sidebartext:link {
	color: #7D5300;
	text-decoration: none;
}
a.sidebartext:visited {
  color: #7D5300;
	text-decoration: none;
}
a.sidebartext:hover {
  color: #7D5300;
  text-decoration: underline;
}
a.sidebartext:active {
  color: #7D5300;
  text-decoration: underline;
}
/*** UTILITY MENU LINKS ***/

a.utilitylink:link {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.utilitylink:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.utilitylink:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.utilitylink:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/*** BLUE LINKS **/
a.bodybluelink:link {
	color: #006F95;
	text-decoration: underline;
	font-weight:bold;
}
a.bodybluelink:visited {
	color: #006F95;
	text-decoration: underline;
	font-weight:bold;
}
a.bodybluelink:hover {
	color: #006F95;
	text-decoration: underline;
	font-weight:bold;
}
a.bodybluelink:active {
	color: #006F95;
	text-decoration: underline;
	font-weight:bold;
}

/*** BOLD LINKS ***/
a.bodyboldlink:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a.bodyboldlink:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a.bodyboldlink:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.bodyboldlink:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

/*** WHITE LINKS ***/
a.whitesmlink:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitesmlink:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitesmlink:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitesmlink:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*** FOOTER LINKS ***/

a.footerlink:link {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.footerlink:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.footerlink:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footerlink:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


/************ PROPERTY LISTING STYLES ************/
.featlistingtitle {
	font-size: 11px;
	font-weight: bold;
	color: #006F95;
}
.featlistingprice {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.featlistingdetails {
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
.whitetext {
	font-size: 11px;
	line-height:13px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitecity {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.listingLeft {
	float: left;
	width: 450px;
	height: 215px;
}
.listingRight {
	float: right;
	width: 450px;
	height: 215px;
}

/*#moreListings {
	position: relative;
	width: 1004px;
	text-align: right;
	z-index: 101;
	vertical-align:top;
}
*/


/************ GOOGLE MAPS STYLES ************/
#map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#side_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
}
.side_bar_icon {
	text-decoration: none; 
	margin-right: 5px; 
	vertical-align: middle;
}
.mapPhoto {
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align:left;
	float: left;
}

/* these are for drop shadow borders */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(images/shadow2.gif) right bottom no-repeat;}
.wrap2 {background:url(images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	/*
	border-top: 1px solid #efefef;
	border-right: 1px solid #FD6709;
	border-bottom: 1px solid #FF731B;
	border-left: 1px solid #efefef;
	*/
}
/* end drop shadow borders */


