body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #494949;
    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: #022d5a;
    text-decoration: underline;
}
a:hover, a:active {
    color: #397194;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 150px;
	overflow: hidden;
	background: transparent url(../_images/top.gif) right bottom no-repeat;
}
	#logo { float: left; }
	
	#address {
		float: right;
		width: 215px;
		display: inline;
		margin: 56px 15px 0 0;
		font-size: 11px;
		line-height: 14px;
	}
		#address strong { font-size: 12px; }

/*  MENU */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 940px;		/* Width of entire image */ 
	height: 36px;		/* Height of buttons */
	margin: 0 0 8px 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 36px;		/* 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: 67px; }
#menu-02 	{ width: 137px; }
#menu-03 	{ width: 88px; }
#menu-04 	{ width: 134px; }
#menu-05	{ width: 128px; }
#menu-06 	{ width: 48px; }
#menu-07 	{ width: 100px; }
#menu-08 	{ width: 238px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover, #menu-01.sfHover	{ background: transparent url(../_images/menu.gif) 0px -36px no-repeat; }
#menu-02 a:hover, #menu-02.sfHover	{ background: transparent url(../_images/menu.gif) -67px -36px no-repeat; }
#menu-03 a:hover, #menu-03.sfHover	{ background: transparent url(../_images/menu.gif) -204px -36px no-repeat; }
#menu-04 a:hover, #menu-04.sfHover	{ background: transparent url(../_images/menu.gif) -292px -36px no-repeat; }
#menu-05 a:hover, #menu-05.sfHover	{ background: transparent url(../_images/menu.gif) -426px -36px no-repeat; }
#menu-06 a:hover, #menu-06.sfHover	{ background: transparent url(../_images/menu.gif) -554px -36px no-repeat; }
#menu-07 a:hover, #menu-07.sfHover	{ background: transparent url(../_images/menu.gif) -602px -36px no-repeat; }
#menu-08 a:hover, #menu-08.sfHover	{ background: transparent url(../_images/menu.gif) -702px -36px no-repeat; }


/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
body#home { background: #d2d1ca url(../_images/bg.jpg) 0 0 repeat-x; }

#welcome {
	background: transparent url(../_images/banner.jpg) right top no-repeat;
	padding-top: 10px;
	padding-right: 280px;
	padding-bottom: 0;
	padding-left: 17px;
}

	#welcome img.img {
	float: right;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	#welcome h1 {
		height: 28px;
		text-indent: -3000px;
		margin: 0 0 4px 0;
	}
	#welcome p {
		color: #FFF;
		font-size: 11px;
		line-height: 16px;
	}
	#welcome a:link, #welcome a:visited {
		color: #c79a1c;
	}
	#welcome a:hover, #welcome a:active {
		color: #dcbd67;
	}
	
	#welcome p#tagline {
		font-size: 12px;
		font-style: italic;
		color: #c79a1c;
		text-align: center;
		margin: 0 0 25px 0;
	}
	
	#welcome-renters {
	width: 255px;
	float: left;
	}
		#welcome-renters { background: transparent url(../_images/header-welcome-renters.gif) 0 0 no-repeat; }
		
	#welcome-owners {
	width: 375px;
	float: right;
	}
		#welcome-owners { background: transparent url(../_images/header-welcome-owners.gif) 0 0 no-repeat; }
	
	
#featured {
	background: transparent url(../_images/featured.gif) 0 0 no-repeat;
	padding: 50px 0 0 20px;
	margin: 15px 0 0 10px;
}
	.featured-property {
		width: 195px;
		float: left;
		display: inline;
		margin: 0 30px 20px 0;
	}
	.featured-property img {
		border: 3px solid #FFF;
		margin: 0 0 5px 0;
	}
	.featured-property .price { margin-left: 25px; }
	
	
/* ----------------------------------- */
/* HOME-rentalhouses
/* ----------------------------------- */
body#home-rentalhouses { background: #d2d1ca url(../_images/bg1.jpg) 0 0 repeat-x; }

#welcome-rentalhouses {
	background: transparent url(../_images/banner1.png) right top no-repeat;
	padding-top: 10px;
	padding-right: 280px;
	padding-bottom: 0;
	padding-left: 17px;
}

	#welcome img.img {
	float: right;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	#welcome-rentalhouses h1 {
		height: 28px;
		text-indent: -3000px;
		margin: 0 0 4px 0;
	}
	#welcome-rentalhouses p {
		color: #FFF;
		font-size: 11px;
		line-height: 16px;
	}
	#welcome-rentalhouses a:link, #welcome a:visited {
		color: #c79a1c;
	}
	#welcome-rentalhouses a:hover, #welcome a:active {
		color: #dcbd67;
	}
	
	#welcome-rentalhouses p#tagline {
		font-size: 12px;
		font-style: italic;
		color: #c79a1c;
		text-align: center;
		margin: 0 0 25px 0;
	}
	
	#welcome-renters {
	width: 255px;
	float: left;
	}
		#welcome-renters { background: transparent url(../_images/header-welcome-renters.gif) 0 0 no-repeat; }
		
	#welcome-renters-rentalhouses {
	width: 660px;
	float: left;
	}
		
	#welcome-owners {
	width: 375px;
	float: right;
	}
		#welcome-owners { background: transparent url(../_images/header-welcome-owners.gif) 0 0 no-repeat; }
	
	#welcome-owners-rentalhouses {
	width: 375px;
	float: right;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
body#sub { background: #d2d1ca url(../_images/bg-sub.jpg) 0 0 repeat-x; }

#main-wrapper { background: transparent url(../_images/content.gif) 0 0 repeat-y;}
#main { background: transparent url(../_images/banner-sub.jpg) 0 0 no-repeat; }

#content {
	width: 630px;
	float: left;
	padding: 75px 30px 15px 30px;
	background: transparent url(../_images/content-bottom.gif) left bottom no-repeat;
}
	#header { height: 90px; }
	#header h1 {
		font-size: 25px;
		line-height: 25px;
		color: #FFF;
		font-weight: normal;
	}
	
	#content li {
		margin-left: 25px;
	}
	
	#content h2 {
		font-size: 18px;
		color: #0b3964;
		font-weight: normal;
	}
	#content h3 {
		color: #000;
		font-size: 14px;
		font-weight: normal;
	}

#side {
	width: 225px;
	float: right;
	margin-top: 200px;
}
	#side li {
		list-style: none;
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #aaaaaa;
		font-size: 14px;
	}
	#side a {
		text-decoration: none;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#home #footer {
	background: transparent url(../_images/footer-arc.gif) center top no-repeat;
	padding-top: 75px;
}

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

#sub #footer { margin-top: 30px; }
