
body {
        background: url(img/body-bg.jpg) repeat-x top center;
        margin: 0;
        padding: 0;
}

body {
        font-family: Arial, sans-serif;
        font-size: 11px;
}

div#container {
        width: 900px;
        margin: 0 auto 0 auto;
}

div, p, span, table, tr, th, td {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
}

p { margin: 0; }

a img { border: 0; }

/** editor styles follow **/

.titles1 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #a4bc02;
	line-height: 28px;
}

.titles2 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #c86927;
	line-height: 28px;
 }

.subHeadings {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #00679d;
	line-height: 22px;
}

/** end editor styles **/

#header {
	width: 900px;
        	height: 215px;

        	background: url(img/header.jpg) no-repeat top center;
}

#nav {
	height: 60px;
	position: relative;
}

	#nav a {
		display: block;
		position: absolute;
		top: 0px;
		height: 60px;
		background-image: url(img/nav-sprite.jpg);
	}

	#nav a#nav-home, #nav a#nav-home:link, #nav a#nav-home:visited {		width: 184px;	left: 0px;	background-position: 0px 0px; }
	#nav a#nav-home:hover, #nav a#nav-home:active			{		width: 184px;	left: 0px;	background-position: 0px 60px; }
	#nav a#nav-help, #nav a#nav-help:link, #nav a#nav-help:visited  {		width: 262px;	left: 184px;	background-position: -184px 0px; }
	#nav a#nav-help:hover, #nav a#nav-help:active			{		width: 262px;	left: 184px;	background-position: -184px 60px; }
	#nav a#nav-find, #nav a#nav-find:link, #nav a#nav-find:visited  {		width: 231px;	left: 446px;	background-position: -446px 0px; }
	#nav a#nav-find:hover, #nav a#nav-find:active 			 {		width: 231px;	left: 446px;	background-position: -446px 60px; }
	#nav a#nav-realtor, #nav a#nav-realtor:link, #nav a#nav-realtor:visited  {	width: 223px;	left: 677px;	background-position: -677px 0px; }
	#nav a#nav-realtor:hover, #nav a#nav-realtor:active  			{	width: 223px;	left: 677px;	background-position: -677px 60px; }

#main {
	margin-top: 19px;
}

#left {
	float: left;
	width: 188px;
}

	#left a#newsHeader {
		display: block;
		width: 188px;
		height: 57px;
		text-decoration: none;
	}

	#left #news {
		background: #004367 url(img/media-bg.gif) repeat-x top center;
		padding: 10px;
		min-height: 350px;
		color: white;
	}

		#left #news a {
			text-decoration: none;
			color: white;
		}

		#left #news a {
			text-decoration: underline;
			color: white;
		}

	.partners {
		padding: 0px 0px 12px 10px;
		color: #646464;
	}

	.partners a {
		color: #c86927;
		letter-spacing: 2px;
		text-decoration: none;
		font-weight: bold;
	}

	.partners a:hover {
		text-decoration: underline;
	}

	ul#linklist {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul#linklist li {
		padding: 5px 0 8px 30px;
		background: url(img/check.gif) no-repeat left center;
	}

	ul#linklist li a {
		color: #646464;
		text-decoration: none;
	}

#content {
	float: left;
	width: 700px;
}

#contentpadd {
	padding: 0px 2px 10px 18px;
	line-height: 18px;
}

/** link styles follow **/

	#contentpadd a {
		text-decoration: none;
		color: #006fbe;
	}

	#contentpadd a:hover {
		text-decoration: underline;
		color: #006fbe;
	}

/** end link styles **/

#cleaner {
	clear: left;
}

#foot {
	background: url(img/foot-bg.jpg) repeat-x top center;
	height: 40px;
}

#footinner {
	width: 900px;
	background: url(img/cbr.gif) no-repeat right center;
	height: 40px;
	margin: 0 auto 0 auto;
	color: white;
	line-height: 40px;
}

#footinner a {
	color: white;
	text-decoration: underline;
}