html, body {
	margin:0;
	padding:0;
	background: url(/includes/template/images/bg-body.jpg) top repeat-x;
}

body {
	font-size: 11px;
	line-height:16px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #545454;
}

h1, h2, h3, h4, h5, h4, p {
	margin:0;
	padding: 0 0 10px 0;
}

h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height:120%;
	color:#04447A;
}

h2{
	font-size:15px;
	color:#04447A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3{
	font-size:13px;
/*	text-transform:uppercase; */
}

h4{
	font-size:12px;
}

a:link{
/*	text-decoration: none; */
	color:#04447A;
}
a:visited{
/*	text-decoration: none; */
	color:#678;
}
a:hover{
	text-decoration: none;
}

a img {
	border: none;
}
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

p{
	line-height:16px;
}
/* wrapper + leader board banner */
#wrapper{
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}
#top-banner {
	background: url(/includes/template/images/bg-top-leaderboard-banner.jpg) center bottom repeat-y;
	height:101px;
}
#topbanner{
	padding: 5px 0px 6px 0px;
	text-align:center;
	margin:0;
	border:none;
}
/* Header */

#header {
	width: 976px;
	height:66px;
	margin: 0 auto;
}

#header * {
	text-align: center;
}
#logo {
	float: left; border:0;
}

#menu {
	background: url(/includes/template/images/bg-top-navigation.jpg) no-repeat 0 0;
	height: 66px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 572px;
	float:right;
}
#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	width: 572px;
}
#menu li {
	display: block;
	float: left;
}

#menu li a {
	border: none;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 20px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width:auto;
}
#menu li a:hover {
	border: none;
	color: #fff;
}


/* Content */

.content {
	width: 976px; margin: 12px auto; }

.LeftColumn { 
	float: left;
	width: 134px;
	margin: 0;
	padding: 0;
	background:url(/includes/template/images/left-navigation-background.gif) repeat-y right;}

.MiddleColumn { 
	float: left;  
	padding:10px 10px 0 10px;
	margin:0 6px;
	width:510px;
	background:url(/includes/template/images/middle-column-bg-top.gif) top repeat-x;
}

.RightColumn { 
	float: left;
	width: 300px;
}

.MiddleColumn-nr { 
	float: left;  
	padding:10px 10px 0 10px;
	margin:0 0 0 6px;
	width:816px;
	background:url(/includes/template/images/middle-column-bg-top.gif) top repeat-x;
}

/* Left Column Elements */

/* .LeftColumn div { background:url(/includes/template/images/left-navigation-top.gif) right top;} */

.LeftColumntop { background:url(/includes/template/images/left-navigation-top.gif) top no-repeat right; height:10px}
.LeftColumnbottom { background:url(/includes/template/images/left-navigation-footer.jpg) bottom no-repeat right; height:50px}

.LeftColumn .MajorSection { 
	background: url(/includes/template/images/left-navigation-header.gif) no-repeat top left;
	height: 22px;
	margin: 0;
	padding: 4px 10px 0 6px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	min-height:22px;
}
.LeftColumn .MajorSection a {color:#fff}

.LeftColumn ul {
	list-style-type: none;
	margin:0;
	padding:2px 0 6px 0;
}
.LeftColumn ul li {
	padding: 2px 5px 2px 12px;
/*	text-decoration:underline; */
}
.LeftColumn ul li a, .LeftColumn ul li a:active, .LeftColumn ul li a:visited {
	color:#fff;
/*	text-decoration:underline; */
}
.LeftColumn ul li a:hover {
	text-decoration:none;
}
.MiddleColumn .special {
	background:url(/includes/template/images/bg-sub-head.jpg) left no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	height:25px;
	padding:6px 5px 0 10px;
	margin-bottom:10px;
}
/*.MiddleColumn table, .MiddleColumn tr, .MiddleColumn td {
	padding:0;
}*/

/* Serach Form */
.SearchForm { 
	background:url(/includes/template/images/property-search.jpg) top no-repeat;
	padding:20px 10px 20px 15px;
	margin:5px 0;
}
.SearchForm dt {float: left; clear: left; width:25%; text-align: right; font-weight: bold; padding: 5px;}
.SearchForm dd {text-align: left; padding: 5px;}

.SearchForm textarea {border: 1px solid #005DAC;}
.SearchForm .input {border: 1px solid #005DAC; }
.SearchForm .btn {background-color: #666699; padding:0; width:69px; height:24px; background:url(/includes/template/images/button-search.gif) no-repeat; border-style:none; }

.main-search {margin-bottom:6px;}
.main-search form { margin:0; padding:0;}
.search-input {border: 1px solid #005DAC; padding:3px; height:24px; width:200px;}
.submit-button {background-color: #666699; width:69px; height:24px; background:url(/includes/template/images/button-search.gif) no-repeat bottom; border-style:none;}

/* Footer Area */

#footer{
	clear: both;
	background: url(/includes/template/images/footer.jpg) center top no-repeat;
	padding-top:60px;
	text-align:center;
	color:#aaa;
	font-size:11px;
}
#footer a { color:#aaa; text-decoration:underline;}
