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: #974209 url(../_images/bg.jpg) center top repeat-y;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    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: #974209;
    text-decoration: underline;
}
a:hover, a:active {
    color: #71b8ab;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	background: transparent url(../_images/top.jpg) center top no-repeat;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 182px;
}
	#logo {
		float: left;
	}
	#search {
		float: right;
		margin: 40px 0 0 0;
		font-size: 12px;
	}
		#search input.input {
			background: #a55e30 url(../_images/search-bg.gif) 0 0 repeat;
			padding: 4px;
			color: #FFF;
			font-size: 12px;
			border: none;
			width: 200px;
			margin-right: 5px;
		}
		#search a:link, #search a:visited {
			color: #FFF;
			text-decoration: none;
			margin: 7px 15px 0 0;
		}
		#search a:hover, #search a:active {
			text-decoration: underline;
		}
		a#login { 
			background: transparent url(../_images/icon-login.gif) 0 1px no-repeat; 
			padding: 0 0 0 12px;
		}
		a#contact { 
			background: transparent url(../_images/icon-contact.gif) 0 2px no-repeat; 
			padding: 0 0 0 18px;
		}

	/*  MENU */
	#menu {
	background: url(../_images/menu1.jpg) 0 0 no-repeat;
	width: 1000px;		/* Width of entire image */
	height: 39px;		/* Height of buttons */
	clear: both;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 39px;		/* 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-01 	{
	width: 90px;
}
	#menu-02 	{ width: 167px; }
	#menu-03 	{
	width: 225px;
}
	#menu-04 	{ width: 91px; }
	#menu-05	{
	width: 207px;
}
	#menu-06 	{ width: 61px; }
	#menu-07 	{
	width: 120px;
}

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover	{ background: transparent url(../_images/menu1.jpg) 0px -39px no-repeat; }
	#menu-02 a:hover	{ background: transparent url(../_images/menu1.jpg) -90px -39px no-repeat; }
	#menu-03 a:hover	{ background: transparent url(../_images/menu1.jpg) -257px -39px no-repeat; }
	#menu-04 a:hover	{ background: transparent url(../_images/menu1.jpg) -482px -39px no-repeat; }
	#menu-05 a:hover	{ background: transparent url(../_images/menu1.jpg) -573px -39px no-repeat; }
	#menu-07 a:hover	{ background: transparent url(../_images/menu1.jpg) -780px -39px no-repeat; }

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main-wrapper {
	background: #e8f1f7 url(../_images/main-top.gif) 0 0 no-repeat;
	margin: 0 0 30px 0;
}
#main {
	background: transparent url(../_images/main-bottom.jpg) left bottom no-repeat;
	padding: 30px 30px 0 30px;
}

#main ul {
	margin: 0 0 15px 0;
}
#main li {
	list-style: none;
	background: transparent url(../_images/bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#headline h1 {
	border-bottom: 1px solid #dad3cf;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}

#welcome {
	width: 460px;
	float: left;
	margin: 0 0 30px 0;
}

#news {
	width: 330px;
	float: right;
	margin: 0 0 30px 0;
}
	#news h2 {
		font-size: 18px;
		font-weight: normal;
		color: #388d7e;
	}

#intros {
	clear: both;
}
	#intros h2 {
		text-indent: -3000px;
		height: 47px;
	}
	.intro {
		width: 268px;
		float: left;
		margin: 0 18px 30px 0;
		display: inline;
	}
	#intro1 h2 { background: transparent url(../_images/header-owners.jpg) 0 0 no-repeat; }
	#intro2 h2 { background: transparent url(../_images/header-tenants.jpg) 0 0 no-repeat; }
	#intro3 h2 { background: transparent url(../_images/header-homes.jpg) 0 0 no-repeat; }
	#intro3 { margin-right: 0; }


/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#header {
	border-bottom: 1px solid #dad3cf;
}
	#crumb {
		font-size: 10px;
		color: #974209;
	}
		#crumb a { text-decoration: none; }
	#header h1 {
		font-size: 36px;
		line-height: 36px;
		font-weight: normal;
	}

#content {
	border-right: 1px solid #dad3cf;
	width: 565px;
	padding: 25px 25px 0 0;
	float: left;
	margin: 0 0 30px 0;
}
	#content h2 {
		font-size: 18px;
		color: #974209;
	}
	#content h3 {
		color: #71b8ab;
		font-size: 16px;
		font-weight: normal;
	}

#side {
	width: 246px;
	float: right;
	padding: 25px 0 0 0;
	margin: 0 0 30px 0;
}
	#submenu li {
		background: transparent url(../_images/dots.gif) left bottom repeat-x;
		padding: 0 0 6px 20px;
		margin: 0 0 6px 0;
	}
	
	#homes { margin: 0 0 30px 20px; }
		#homes h1 {
			height: 61px;/*
			text-indent: -3000px;
			background: transparent url(../_images/header-side-homes.gif) 0 0 no-repeat;*/
		}
	
	#side p {
		margin-left: 20px;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	margin: 75px 0 0 0;
	padding: 0 0 30px 0;
	text-align: center;
	clear: both;
}
	#footer p {
		color: #974209;
		font-size: 12px;
	}
	#footer a {
		margin: 0 3px;
	}

