* {
	margin: 0;
	padding: 0;
}

/* add user styles here */
.smallborder {
	border: 1px solid #eeb31d;
}
body {
	background: #656565 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}

h1 {
	font-size: 3em;
	color: #eeb31d;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.0em;
	line-height: 150%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #eeb31d;
}

a:hover {
	color: #afafaf;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 790px;
	height: 100px;
	margin: 15px auto 0px auto;
	background: url(images/img02.jpg);
}
#logo {
	float:  left;
	width: 200px;
	height: 95px;
	background: url(images/logo.gif) no-repeat center top;
}
#logo a {
	display:  block;
	width: 200px;
	height: 95px;
}
#contactinfo {
	float:  right;
	width: 500px;
	height: 95px;
	background: url(images/contactinfo.gif) no-repeat center top;
}

/* Menu */

#menu {
	width: 790px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}

#menu a:hover {
	color: #000;
	background: url(images/img03_hover.jpg) repeat-x left top;
}

#sidemenu {
}
#sidemenu ul {
	margin: 0;
	list-style: none;
}

#sidemenu li {
	text-indent: 20px;
	display: block;
	border-bottom: 1px solid #afafaf;
}
#sidemenu li a{
	padding-top: 5px;
	display: block;
	height: 25px;
	color: #FFF;
	background: #323232 url(images/img03.jpg) center center;
}
#sidemenu li a:hover{
	color: #000;
	background: #eeb31d url(images/img03_hover.jpg) center center;
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 15px 0px 20px 0px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 560px;
	padding-right: 10px;
}

#content, h2{
	padding-top: 0px;
}

.article .articleend{
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
	font-weight: bold;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-left: 10px;
}

.sidebarfeature1 {
	height: 38px;
	padding: 13px 20px 0px 20px;
	font-size: 18px;
	margin-top: 0px;
	background: url(images/img06a.gif) no-repeat;
	
}
.sidebarfeature2 {
	height: 38px;
	padding: 13px 20px 0px 20px;
	font-size: 18px;
	margin-top: 15px;
	background: url(images/img06.gif) no-repeat;
}
/* Search */

#search {
	padding: 10px;
	text-align: left;
	background-color: #323232;
}
#searchmls {
	margin: 5px;
	padding: 5px;
	text-align: left;
	background-color: #595959;
	border: 1px solid #FFF;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #eeb31d url(images/img03_hover.jpg) repeat-x center center;
	border: 1px solid #454545;
	color: #000;
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
}
#search select {
	background: #000;
	border: 1px solid #454545;
	color: #FFF;
	width: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#search #s {
	color: #FFF;
	width: 90%;
	background: #1F1F1F;
}



/* Footer */

#footer {
	width: 100%;
	height: 120px;
	padding: 20px 0;
	background: #000 url(images/img07.gif) repeat-x center top;
}

#footer p {
	margin: 100px 0px 0px 0px;
	line-height: normal;
	text-align: center;
}
/*Hotlist customizations*/

	.HL-2-Even{
		background-color: #eaeaea;
		color:black;
	}
/*Contact forms*/
#content form table tr td table{
	color:black;
	padding:4px;
}
#content form table{
	padding:4px;
}

/*Search page*/
#MLS-Container font b {
color: white;
}

#Type-Container font b {
color: white;
}

/*favorits title columns*/
#content table tbody tr td table tbody tr td font b{
	color: black;
}
/*Listing details page*/
.DetailsTitle,.FeatureTitle{
	color:#CCC;
}

/*Listing index page*/
#indexdisplayrecord td font b {
	color: black;
}