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: #f5f5f5;
    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, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #b41f25;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d4595e;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

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

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 126px;
	background: transparent url(../_images/top.gif) left bottom no-repeat;
}
	img#logo {
		float: left;
		margin: 34px 0 0 34px;
		display: inline;
	}
	
	#logins {
		float: right;
		height: 20px;
		margin: 24px 25px 0 0;
	}
		#logins a:link, #logins a:visited {
			color: #595959;
			text-decoration: none;
			padding-left: 20px;
			margin-left: 20px;
		}
		#logins a:hover, #logins a:active {
			text-decoration: underline;
		}
		#tenant-login { background: transparent url(../_images/icon-tenant.gif) 0 0 no-repeat; }
		#owner-login { background: transparent url(../_images/icon-owner.gif) 0 0 no-repeat; }
		
	/*  MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 632px;		/* Width of entire image */ 
		height: 50px;		/* Height of buttons */
		margin: 26px 5px 0 0;
		float: right;
		display: inline;
		clear: right;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 50px;		/* 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: 70px; }
	#menu-tenant 		{ width: 121px; }
	#menu-management 	{ width: 164px; }
	#menu-rentals 		{ width: 115px; }
	#menu-about			{ width: 81px; }
	#menu-contact		{ width: 81px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover, #menu-home.sfHover				{ background: transparent url(../_images/menu.gif) 0px -50px no-repeat; }
	#menu-tenant a:hover, #menu-tenant.sfHover			{ background: transparent url(../_images/menu.gif) -70px -50px no-repeat; }
	#menu-management a:hover, #menu-management.sfHover	{ background: transparent url(../_images/menu.gif) -191px -50px no-repeat; }
	#menu-rentals a:hover, #menu-rentals.sfHover		{ background: transparent url(../_images/menu.gif) -355px -50px no-repeat; }
	#menu-about a:hover, #menu-about.sfHover			{ background: transparent url(../_images/menu.gif) -470px -50px no-repeat; }
	#menu-contact a:hover, #menu-contact.sfHover		{ background: transparent url(../_images/menu.gif) -551px -50px no-repeat; }


/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#main {
	background: transparent url(../_images/main.gif) 0 0 repeat-y;
	padding: 30px 0 0 0;
}
	#main-bottom { height: 12px; background: transparent url(../_images/main-bottom.gif) left bottom no-repeat; clear: both; }

#slideshow {
	width: 323px;
	height: 226px;
	float: right;
	margin: 0 45px 0 0;
	display: inline;
}

#welcome {
	background: transparent url(../_images/divider.gif) 0 35px no-repeat;
	margin: 0 0 30px 45px;
}
	#welcome h1, #welcome p {
		width: 480px;
	}
	#welcome h1 {
		font-size: 28px;
		line-height: 32px;
		color: #13366f;
		margin-bottom: 30px;
	}
	#welcome p {
		line-height: 22px;
	}

#intros {
	background: transparent url(../_images/divider.gif) 0 0 no-repeat;
	padding: 20px 0 0 0;
	margin: 0 45px;
}
	#intro1 {
		width: 315px;
		float: left;
		padding: 0 0 0 85px;
		background: transparent url(../_images/intro1.jpg) 0 0 no-repeat;
	}
	#intro2 {
		width: 315px;
		float: right;
		padding: 0 0 0 85px;
		background: transparent url(../_images/intro2.jpg) 0 0 no-repeat;
	}
	
	#intros h2 {
		font-size: 16px;
		color: #b41f25;
		margin: 0 0 7px 0;
	}
	#intros p {
		color: #4d4d4d;
		font-size: 12px;
	}

#featured {
	margin: 30px 0;
	background: transparent url(../_images/divider.gif) center bottom repeat-x;
	padding: 0 0 25px 0;
}
	#featured-button {
		float: right;
		margin: 0 5px 0 0;
		display: inline;
	}
	#featured h1 {
		font-size: 22px;
		line-height: 26px;
		color: #13366f;
		margin: 0 0 15px 5px;
		width: 600px;
	}
		.featured {
			width: 177px;
			height: 140px;
			text-align: center;
			padding: 20px;
			background: transparent url(../_images/featured-box.gif) 0 0 no-repeat;
			float: left;
			margin: 0 0 0 20px;
			display: inline;
		}
			.first { margin: 0; 
				text-align: center;
				}

#bottom {
	margin: 0 0 30px 0;
	background: transparent url(../_images/divider.gif) center bottom repeat-x;
	padding: 0 0 25px 0;
}
	#bottom h1 {
		font-size: 16px;
		line-height: 20px;
		color: #13366f;
		margin: 0 0 10px 0;
	}
	
	#bottom #col1 {
		width: 335px;
		float: left;
		margin: 0 30px 0 5px;
	}
	
	#bottom td {
		padding: 0 5px 0 0;
		font-size: 11px;
		color: #525252;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#crumb, #crumb a {
	font-size: 11px;
	color: #6f6f6f;
	text-decoration: none;
}
#crumb {
	margin: 0 45px;
}

#header {
	background: transparent url(../_images/divider.gif) left bottom no-repeat;
	padding: 10px 0;
	margin: 0 45px;
}
	#header h1 {
		font-size: 26px;
		line-height: 30px;
		margin: 0;
		color: #13366f;
	}

#content {
	width: 565px;
	float: left;
	margin: 25px 0 0 45px;
	display: inline;
	}
#sitemap {
	width: 900px;
	float:left;
	margin: 25px 0 0 45px;
}
	#sitemap li {
		list-style: none;
	}

#side {
	width: 220px;
	float: right;
	margin: 0 45px 0 0;
	display: inline;
}
	#side ul {
		background: #f2f2f2;
		padding: 20px 30px;
	}
	#side li {
		border-bottom: 1px solid #d7d7d7;
		padding: 5px 0;
		list-style: none;
	}
	#side li a {
		text-decoration: none;
	}
	#side li.selected {
		padding-left: 11px;
		background: transparent url(../_images/arrow.gif) 0 9px no-repeat;
		font-weight: bold;
	}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	margin: 30px 5px;
}
	p#copyright {
		font-size: 11px;
	}