/* CSS Document */

/* Text Styles */

a:link, a:visited, a:hover, a:active {
	color: #FF8040;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Colonna MT, "Times New Roman", Times, serif;
}

h1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}


	a.orangelink
	{
	font-weight: bold;
	color: #FF8040;
	}
	
.style1 {
	font: italic bold 16px "Times New Roman", Times, serif;
}

.style2 {
	font-size: 14px;
	font-style: italic;
}

.style3 {font-size: 16px}

.style4 {
	font: 12px "Times New Roman", Times, serif;
}

.style5 {
	font: bold 14px "Times New Roman", Times, serif;
}

/* Box Styles */

.moto {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #008000;
}

.featureBox {
	font: 10px Arial, Helvetica, sans-serif;
	width: 200px;
	border: 1px solid #333333;
}
	
.propertyBox {
	border: 5px solid #008000;
}


#mainNav {
	font-family: "Times New Roman", Times, serif;
	background: #CCCCCC;
	float: left;
	list-style: none;
	width: 150px;
	display: table-cell;
}

ul#mainList {
	list-style-type: none;
	line-height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content {
	background: #FFFFFF;
	float: right;
	border: 10px solid #0000FF;
	display: table-cell;
}
#wrapper {
	background: #CCCCCC;
	border: 5px solid #000000;
	width: 700px;
}

#footer {
	background: #FFFFFF;
	float: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.whoweare {
	font: 18px "Times New Roman", Times, serif;
	width: 500px;
}
