/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

END RESET SCRIPT */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	background: url(images/bodybg.gif) 0% 0px repeat-x #a2adb6;
	}

#container {
	width: 930px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	border: 0px solid black;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/headerbg.gif) repeat-x #000;
	border-top: 1px solid #555;
	height: 57px;
}

#Logo {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
	height: 47px;
	width: 300px;
	background: url(images/logo.gif) 0 0 no-repeat;
}

#RealtyLogo {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	height: 50px;
	width: 54px;
	background: url(images/RealtyLogo.png) 0 0 no-repeat;
}

#Banner {
	position: relative;
	background: #384974 url(images/banner.jpg) center center no-repeat;
	height: 300px;
}
#Banner #ApartmentSpecialist {
	position: absolute;
	right: 80px;
	top: 80px;
	background: url(images/homepage/ApartmentSpecialist.png) no-repeat;
	height: 46px;
	width: 595px;
}

#Banner #Dino{
	position: relative;
	background: url(images/homepage/Dino.png) center center no-repeat;
	height: 241px;
	width: 276px;
}

#Banner #BannerBottom {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 930px;
	border: 0px solid black;
}

#Banner #BannerBottom .BBSection {
	position: relative;
	float: left;
	width: 308px;
	height: 70px;
	border: 0px solid black;
}

#Banner #BannerBottom .BBSection img{
	border: 1px solid #FFF;
	margin: 0 0 0 15px;
}

#Banner #BannerBottom .BBSection p{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 28px;
	left: 110px;
	font-family: Ariel, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#Banner #BannerBottom .BBSection a {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Ariel, Verdana, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#Banner #BannerBottom .BBSection a:hover {
	color: #FF8;
	text-decoration: underline;
}

#Banner #BannerBottomBG {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 930px;
	background-color: #000;
	border-top: 1px solid white;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}

#Content {
	margin: 0;
	padding: 5px;
	background: #a2adb6;
}
#Content #ContentBox {
	margin: 0;
	padding: 0px;
	background: #FFF;
	border: 1px solid #797979;
	overflow: hidden;
}

#Footer {
	background: #2e4972 url(images/footer.png);
	border-top: 1px solid #888;
	height: 22px;
	margin: 0;
	padding: 0;
}
#Footer p {
	float: right;
	margin: 5px;
	padding: 0;
	font-size: 10px;
	color: #AAA;
}
