/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 10.5px;
	font-family: "Verdana", verdana, arial, sans-serif;
	color: #444;
	background: #436265; }
	
h1 { font-size: 160%; font-weight: normal; margin-bottom: 10px; margin-top: 10px; }
h1 span, h1 a { font-weight: bold; color: #1c292b; }

h2 { font-size: 120%; font-weight: bold; margin-bottom: 10px; }

h1 a:link, h1 a:visited { text-decoration: none; color: #006666; }

a:link, a:visited { color: #333; }
a img { border: none; }

p { margin-bottom: 16px; }

ul, ol { list-style-position: inside; }

#wrapper { width: 763px; margin: 0 auto; border: 1px solid #fff; border-width: 0 1px; }

/************* HEADER STYLES ***/
a#header { display: block; width: 763px; height: 209px; margin: 0 auto; background: url(/images/header.jpg) no-repeat; }


/************* NAV STYLES ***/
#nav { width: 763px; height: 35px; background: url(/images/nav_bg.jpg) top left repeat-x; }	
	
#nav ul { padding: 0; }
	
#nav li { float: left; list-style-type: none; }
#nav li a { display: block; color: #fff; height: 35px; }

#nav li a span { display: none; }

#nav li a.home { width: 54px; background: url(/images/nav_01_home.jpg) no-repeat; }
#nav li a.aboutus { width: 71px; background: url(/images/nav_02_aboutus.jpg) no-repeat; }
#nav li a.listings { width: 63px; background: url(/images/nav_03_listings.jpg) no-repeat; }
#nav li a.openhouse { width: 88px; background: url(/images/nav_04_openhouse.jpg) no-repeat; }
#nav li a.buying { width: 59px; background: url(/images/nav_05_buying.jpg) no-repeat; }
#nav li a.selling { width: 59px; background: url(/images/nav_06_selling.jpg) no-repeat; }
#nav li a.mls { width: 43px; background: url(/images/nav_07_mls.jpg) no-repeat; }
#nav li a.freehomeapprasial { width: 134px; background: url(/images/nav_08_freehomeapprasial.jpg) no-repeat; }
#nav li a.communityevents { width: 124px; background: url(/images/nav_09_communityevents.jpg) no-repeat; }	
#nav li a.contact { width: 64px; background: url(/images/nav_10_contact.jpg) no-repeat; }

#nav li a:hover, #nav li a:active { background-position: bottom left; }


/************* CONTENT STYLES ***/
#innerWrapper { min-height: 540px; text-align: justify; background: url(/images/body_bg.jpg) top left repeat-x #fff; }
* html #innerWrapper { height: 540px; } /* IE6 FIX */

#content { width: 520px; min-height: 600px; padding: 0 10px; float: left; }

#content h1.welcome { width: 357px; height: 58px; background: url(/images/welcometoscottgrace.jpg) no-repeat; margin-top: 0; }
#content h1.welcome span { display: none; }

#content td {	padding-bottom: 10px; }


/************* SIDEBAR STYLES ***/
#sidebar { width: 220px; text-align: center; float: left; }

#sidebar #featuredlisting { 
	width: 187px; 
	margin: 20px auto;
	padding: 0 0 20px 0;
	text-align: justify; 
	color: #fff; 
	background: url(/images/featuredlisting_bottom.jpg) bottom left no-repeat #3a3b3b; }
	
#sidebar #featuredlisting img { margin: 12px 12px; border: 1px solid #fff; }
#sidebar #featuredlisting p { margin: 0 10px 14px 10px; }
#sidebar #featuredlisting a { color: #fff; font-weight: bold; }


/************* FOOTER STYLES ***/
#footer { 
	width: 765px; 
	height: 55px;
	margin: 0 auto;
	padding: 5px 0 0 0;  
	font-size: 90%; 
	color: #fff; 
	background: url(/images/footer_bg.jpg) no-repeat; }

#footer ul { list-style-type: none; }
#footer ul li { display: inline; }

#footer p { margin: 5px 0; }
#footer p a { font-weight: bold; }

#footer a:link, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:active { text-decoration: none; }