@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto; /**This centers the webpage**/
	text-decoration: none;
	width:760px;
	list-style: none;
	background-color:#FFF;
}
#Container{
	width:100%;
	height:800px;
	background-repeat:no-repeat;
	background-position:bottom;
	float: left;}
#Container #Content p
{
	text-align: center;
}

ul {
	font-size:10px;
	list-style:none;
	padding:2px;
}
ol{
	font-size:11px;
	list-style:none;
	padding:0;
}

/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/

a:link {
	color:#200;
	text-decoration: none;
}
a:visited {
	color: #663B18;
	text-decoration: none;
}
a:hover {
	color:#960;
	text-decoration:underline;
}
a:active {
	color:#00C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}	
/*DIV ID Styles - can only be used once per page*/
#Sidebar1 ol li em{
	color:#400;
}
#Header{
	height:auto;
	text-align:left;
	padding-bottom:10px;
}
#Header li{
	font-size:10px;
	display:inline;
	margin-right:10px;
	padding-top:10px;
	text-align: right;
	text-align: left;
}
#Sidebar1{
	width: 200px;
	height:650px;
	margin-top:0;
	float: left;
	text-align: left;
}
#Sidebar1 p{
	color:#400;
	font-size:14px;
	padding:0;
	text-align:center;
	background-image:url(../Clipart/NavBarBkgd.jpg);
}
#Sidebar1 h1{
	font-family:"Times New Roman", Times, serif	;
	color:#400;
	font-size:24px;
	}
#Container #Content #CallOut h3
{
	font-family:Tahoma, Geneva, sans-serif;
}
#Content #CallOut ul li
{
	font-size: 16px;
	display:inline;
	padding: 0px 0px 0px 15px;
	background-color:#FFC;
	border-right: thin solid #400;
	border-left: thin solid #400;
}

#CallOut{
	padding:0;
	Text-align:center;
	font-size:21px;
	margin: 0px;
	}

#FloorPlanQuickLinks{
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	border-top:solid thin #400;
	margin-top: 50px;
	background-repeat: no-repeat;
}
#ModelPhotos{
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
}

#Content table th td span
{
	font-family: "Helvetica Neue", "Hoefler Text Black", sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}

#ModelPhotos table tr th
{
	text-align: left;
	padding-right: 20px;
}

#Content{
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 490px;
}

.CurrentListings
{
	border-top-width: 0.5px;
	border-color:#DDD;
	padding: 5px 0px 5px 0px;
	background-color:#FFF;
}

#StmtsandDiscs h4{
	text-align:center;
	font:12px;
	}


#Content table tr td h3
{	font-size:20px;
}
#Container #Content table tr th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#400;
}

#OurHistory
{
	font-family:"Helvetica Neue", "Hoefler Text Black", sans-serif;
	font-size: 10px;
	color:#600;
	text-align: left;
	margin-left: 250px;
	padding-bottom:20px;
}
#Footer {
	width:auto
	font-size:9px;
	color:#400;
	text-align: center;
	float: left;
	width: 720px;
}
#StmtsandDiscs{
	margin-top:10px;
	text-align:justify;
	font:12px;
	position: relative;
	}
#StmtsandDiscs h5 em span
{
	color: #600;
	padding: 10px;
	font-size: 9px;
}
#Container #Content #CallOut table tr td
{
	text-align:center;
}
#Content table tr td div p span img
{
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 5px;
}
#Content table tr th img
{
	padding-top: 10px;
	padding-right: 10px;
}
#Container #Content table tr td
{
	font-size: 12px;
	color: #33F;
}
#Container #Content table tr td
{
	font-size: 12px;
	color: #33F;
}

table.tablesorter {
	font-size: 10px;
	border: 1px solid #000;
	color: #030;
	position: relative;
	width: 500px;
}
table.tablesorter th {
	text-align: left;
	padding: 5px;
}
table.tablesorter td {
	color: #FFF;
	padding: 5px;
	background-color: #063;
}
table.tablesorter .even {
	background-color: #CFF;
}
table.tablesorter .odd {
	background-color: #6E6E6E;
}
table.tablesorter .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	color: #363;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}

