body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	background: #f2dea5;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0042a1;
    text-decoration: underline;
}
a:hover, a:active {
    color: #5688cf;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 144px;
	overflow: hidden;
	text-align: right;
}
	#logo {
		float: left;
	}
	#pay {
		margin: 0 38px 15px 0;
	}
	#quick-contact {
		width: 248px;
		float: right;
		font-size: 11px;
		line-height: 17px;
		color: #803f30;
		text-align: left;
	}

/*  MENU */
#menu {
	background: url(../_images/menu.jpg) 0 0 no-repeat;
	width: 980px;		/* Width of entire image */ 
	height: 42px;		/* Height of buttons */
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 42px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 		{ width: 97px; }
#menu-listings 	{ width: 94px; }
#menu-tenants 	{ width: 149px; }
#menu-owners	{ width: 148px; }
#menu-pay		{ width: 113px; }
#menu-about 	{ width: 101px; }
#menu-contact 	{ width: 121px; }
#menu-blog 		{ width: 71px; }
#menu-links 	{ width: 86px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover		{ background: transparent url(../_images/menu.jpg) 0px -42px no-repeat; }
#menu-listings a:hover	{ background: transparent url(../_images/menu.jpg) -97px -42px no-repeat; }
#menu-tenants a:hover	{ background: transparent url(../_images/menu.jpg) -191px -42px no-repeat; }
#menu-owners a:hover	{ background: transparent url(../_images/menu.jpg) -340px -42px no-repeat; }
#menu-pay a:hover		{ background: transparent url(../_images/menu.jpg) -488px -42px no-repeat; }
#menu-about a:hover		{ background: transparent url(../_images/menu.jpg) -601px -42px no-repeat; }
#menu-contact a:hover	{ background: transparent url(../_images/menu.jpg) -702px -42px no-repeat; }
#menu-blog a:hover		{ background: transparent url(../_images/menu.jpg) -823px -42px no-repeat; }
#menu-links a:hover		{ background: transparent url(../_images/menu.jpg) -894px -42px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#home #wrapper { background: #FFF url(../_images/bg-home-x.jpg) 0 0 repeat-x; }
#home #container { background: transparent url(../_images/bg-home.jpg) 0 0 no-repeat; }

#banner {
	margin: 28px 0 30px 24px;
	width: 671px;
	float: left;
	display: inline;
}
	#slideshow {
		height: 247px;
		margin: 0 0 4px 0;
		overflow: hidden;
	}
	
	#buttons {
		background: url(../_images/buttons.gif) 0 0 no-repeat;
		width: 671px;		/* Width of entire image */ 
		height: 52px;		/* Height of buttons */
	}
	#buttons span {
		display: none;
	}
	#buttons li, #buttons a {
		height: 52px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#buttons li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	#buttons-listings 	{ width: 294px; }
	#buttons-appt 		{ width: 377px; }

	#buttons-listings a:hover	{ background: transparent url(../_images/buttons.gif) 0px -52px no-repeat; }
	#buttons-appt a:hover		{ background: transparent url(../_images/buttons.gif) -294px -52px no-repeat; }

#welcome {
	margin: 37px 20px 30px 0;
	width: 230px;
	float: right;
	display: inline;
}
	#welcome p {
		font-size: 11px;
		color: #803f30;
	}
	#welcome ul {
		width: 115px;
		float: left;
		padding: 25px 0 0 0;
	}
		#welcome ul#owner-list { background: transparent url(../_images/owner-list.gif) 0 0 no-repeat; }
		#welcome ul#tenant-list { background: transparent url(../_images/tenant-list.gif) 0 0 no-repeat; }
		#welcome li {
			list-style: none;
		}

.intro {
	width: 210px;
	float: left;
	margin: 0 0 25px 25px;
}
	.intro h1 {
		font-size: 18px;
		font-weight: normal;
		color: #562419;
		margin: 0 0 5px 0;
	}
	
	#intro4 img.thumb, #featured img.thumb {
		border: 2px solid #f2dea5;
		float: left;
		margin: 0 10px 10px 0;
		display: inline;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#sub #wrapper { background: #FFF url(../_images/bg-sub-x.jpg) 0 0 repeat-x; }
#sub #container { background: transparent url(../_images/bg-sub.jpg) 0 0 no-repeat; }

#content {
	width: 655px;
	float: left;
	margin: 50px 0 0 38px;
	display: inline;
}
	#header {
		margin: 0 0 20px 0;
	}
		#header h1 {
			font-size: 26px;
			line-height: 26px;
			font-weight: normal;
			color: #622b1f;
			margin: 0 0 5px 0;
		}
		#header p {
			color: #622b1f;
		}
	
	#content h2 {
		font-size: 18px;
	}
	#content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
	#content li {
		margin-left: 25px;
	}

#side {
	width: 230px;
	float: right;
	margin: 115px 20px 30px 0;
	display: inline;
}
	ul.page-list {
		width: 115px;
		float: left;
		margin: 0 0 40px 0;
	}
		ul.page-list li, #side h2 {
			font-size: 18px;
			font-weight: normal;
			color: #622b1f;
			list-style: none;
		}
		ul.page-list li a {
			font-size: 12px;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	background: transparent url(../_images/footer.jpg) 0 0 no-repeat;
	padding: 30px 0;
}
	#footer p.links {
		font-size: 11px;
	}
	#footer a:link, #footer a:visited {
		text-decoration: none;
		color: #000;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}