body,td,th {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
a.rollover img{
	border-width: 0;
}
p {
	text-align: left;
}
ul {
	text-align: left;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

/* Classes ---------------------------------------------------- */

a.homenav:link, a.homenav:active, a.homenav:visited {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}

a.homenav:link{

}

.infoTable {
	padding: 0px;
	width: 700px;
	border: 1px solid #000000;
	/*color:#000000;*/
	margin: 0px;
	background-color: #333333;
}
.evenRow {
	background-color: #FFFFFF;
	color:#000000;
}
.oddRow {
	background-color: #DDDDDD;
	color:#000000;
}
.rowHead {
	background-color: #4F712D;
	color: #FFFFFF;
}
.rowHead td {
	color:#FFFFFF;
	padding: 5px;
}
.subrowhead {
	background-color: #99B579;
	color: #FFFFFF;
	padding: 5px;
	font-weight:bold;
}
.homelist li {
	padding-bottom: 10px;
}
.infoTable td{
	text-align: left;
	vertical-align:top;
}
.infoTable .evenRow td, .infoTable .oddRow td {
	color:#000000;
	padding: 5px;
}

.onethird {
	width: 33%;
}

.twothirds {
	width: 66%;
}
.half {
	width: 50%;
}

.fade {
	opacity:0.9;
	filter:alpha(opacity=89);
}

.opaque {
	opacity:1;
	filter:alpha(opacity=100);
}

.divline {
	height: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	
}

.submenu {
	width:250px;
	height:100%;
/*	background-image: url(images/darkred75.png);*/
	background-color:#7F0101;
	text-align: left;
	vertical-align: top;
}

.contentArea {
/*	background-image: url(images/palegreen75.png);*/
	background-color:#FFFFFF;
	font-size: 0.9em;
	color: #000000;
	height: 100%;
	vertical-align: top;
}

.dropcap {
	float:left;
	color:#333333;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
}

.wideArea {
	width: 841px;
	padding: 15px;
}

.medArea {
	width: 618px;
	padding: 15px;
}

.narrowArea {
	width: 25px;
/*	background-image: url(images/darkred75.png);*/
	background-color:#990000;
}
.headrow {
	background-color:#DDDDDD;
	font-weight:bold;
}
.headrow2 {
	background-color:#DDDDDD;
}

.odd {
	background-color:#FFFFFF;
}

.even {
	background-color:#EEEEEE;
}
.whitetext {
	color:#FFFFFF;
}
.contactlist p {
	margin-left: 15px;
}
/* Property Pages ---------------------------------------- */

#propertyDiv {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 898px;
	text-align:left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2d6ab;
	border-right-color: #d2d6ab;
	border-bottom-color: #d2d6ab;
	border-left-color: #d2d6ab;
}

.property {
	color:#FFFFFF;
	width:250px;
	height:100%;
	background-color:#BA0202;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.property .listHead {
	background-color: #990000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 20px;
	font-weight: bold;
	margin: 0;
}
.property .listItem {
	font-size:0.8em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin: 0;
}

.property a .listItem{
	color:#FFFFFF;
	text-decoration: none;
}

.property .listItem:hover {
	background-color:#CC3333;
}

.propertyTitle {
	color: #000000;
	background-color: #d2d6ab;
	padding: 5px;
	font-weight: bold;
}



.propertyData {
	width:650px;
	vertical-align: top;
}

.propertyData .propertyTitle .location {
	font-size: 0.75em;
	font-weight: normal;	
}

.propertyData .details {
	padding: 5px;
	color: #000000;
	font-size: 0.75em;
}

.details {
	padding: 5px;
	color: #000000;
	font-size: 0.75em;
}

.propertyData .details ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.propertyData .details ul li{
	list-style-type:none;
	margin: 5px;
}

.propertyData .details ul .listHead {
	font-weight:bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
}

.propertyImage {
	width:430px;
	vertical-align: top;
}

/* broker data ------------------------- */
.brokerData ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.brokerData ul li{
	list-style-type:none;
	margin: 5px;
}

.brokerData ul .listHead {
	font-weight:bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
}


.infoMenu {
	text-align:right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:0.9em;
	font-weight:bold;
}

.infoMenu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float:right;
}

.infoMenu li {
	display:inline;
	color:#000000;
	margin:0px;
}
/* IDs --------------------------------------------------- */

#bajaChallenge {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bajaChallenge img {
	border: 1px solid #333333;
}

#charity {
	padding: 10px;
	background-color: #E5E8D8;
	border: 1px solid #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#charity #header {
	font-size: 24px;
	font-weight: bold;
	color: #7F0101;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A1B88E;
	border-bottom-color: #A1B88E;
}

#sitediv {
	position:relative;
	height: 528px;
	width: 900px;
	/*background-image:url(images/mdc_bg.jpg);*/
	background-repeat: no-repeat;
}
#menubar {
	background-color: #000000;
	position: relative;
	width:900px;
	height:135px;
}
#photo {
	background-color: #d2d6ab;
	position: relative;
	/*height: 304px;*/
	height: auto;
	width: 898px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2d6ab;
	border-right-color: #d2d6ab;
	border-bottom-color: #d2d6ab;
	border-left-color: #d2d6ab;
}

#picList {
	width: 580px;
	height: 205px;
	overflow: auto;
}

#lowFooter {
	height: 76px;
	width: 900px;
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
}
#hiFooter {
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	height: 40px;
	width: 898px;
}

/* ID node tags ----------------------------------------------- */
#submenu ul {
	color:#FFFFFF;
	list-style-type:none;
	margin: 0px;
	font-size: 1.2em;
}

#submenu ul li {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#submenu .fillup {
	height:100%;
}
#flashpic {
	float: right;
	width: 430px;
	padding-left: 5px;
}
#flash {
	background-color: #000000;
	position: relative;
	/*height: 304px;*/
	height: 325px;
	width: 898px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2d6ab;
	border-right-color: #d2d6ab;
	border-bottom-color: #d2d6ab;
	border-left-color: #d2d6ab;
}
.clearleft {
	clear: left;
}
.attntbl {
	border: thin solid #333333;
}


/* joint ventures ----------------------------------------------- */

#jv_list
{
	width:100%;
}

#jv_list .list_item
{
	float:left;
	width:240px;
	padding-right:30px;
	padding-bottom:20px;
}

#jv_list .info
{
	font-size:0.8em;
}