/************* 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: 948px; margin: 0 auto; border: 1px solid #fff; border-top: none; }

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


/************* NAV STYLES ***/
#nav { width: 950px; height: 35px; background: url(/images/nav_bg.jpg) top left repeat-x; }	
	
#nav ul { width: 950px; float: left; text-align: center; }
	
#nav li { display: inline; list-style-type: none; }
#nav li a { display: inline-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: 708px; 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; }

/**** INNER CONTENT ***/
#innercontent { width: 940px; min-height: 600px; margin: 0 0 0 5px; float: left; }

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

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

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

#side #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; }
	
#side #featuredlisting img { margin: 12px 12px; border: 1px solid #fff; }
#side #featuredlisting p { margin: 0 10px 14px 10px; }
#side #featuredlisting a { color: #fff; font-weight: bold; }
#side a.searchmls {
	width: 173px;
	height: 29px;
	float: left;
	display: block;
	margin: 10px 0 5px 22px;
	background: url(../images/btn_searchmls.jpg) top no-repeat; }
	
	#side a.searchmls:hover { background-position: bottom; }

/*** SITE MAP ***/
.main ul {
margin: 0 0 0 20px; }

/************* FOOTER STYLES ***/
#footer { 
	width: 950px; 
	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; }
