﻿/* 0 out element margins and paddings */
body, h1, h2, h3, h4, p, ul, ol
{
	padding: 0;
	margin: 0;
}
body
{
	font: 62.5% Verdana, sans-serif;
	line-height: 1;
}
h1
{
	font-weight: bold;
	font-size: 2.5em;
	font-family: Trebuchet MS;
}
h2
{
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS;
}
p
{
	font-size: 1.1em;
	line-height: 140%;
}
.smalltext
{
	font: 0.8em Arial, sans-serif;
	letter-spacing: 0px;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
iframe
{
	background: #fff;
}
img
{
	border: none;
}
.req
{
	color: #ca1d1d;
}
.tberror
{
	background: #fffacd;
}
acronym, abbr
{
	border-bottom: dotted 1px #666;
	cursor: help;
}


/* Menu */
#menu, #menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 4;
    width: 100%;
	float: left;
}
#menu a
{
	display: block;
	padding: 0px 25px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #333;
}
#menu li
{
	height: 35px;
	float: left;
	font: normal 16px/35px Trebuchet MS;
	position: relative;
}
#menu ul
{
	position: absolute;
	background: #D62841 url(../gfx/shadow_menu.png) repeat-x top left;
	width: 151px;
    top: 35px;
	display: none;
}

#menu li ul li
{
	height: 25px;
	width: 150px;
    font: normal 12px/25px Trebuchet Ms;
	border-bottom: solid 1px #FF676A;
}

#menu li ul li a
{
	height: 25px;
	    padding: 0 0 0 25px;
	color: #fff;}
	
	#menu li ul li a:hover
	{
	color: #000;
	text-decoration: underline;}

#menu li ul a
{
	width: 12em;
	float: left;
}
#menu ul ul
{
	top: auto;
}
#menu li ul ul
{
	left: 12em;
	margin: 0px 0 0 10px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul
{
	display: none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul
{
	display: block;
}

/*Privacy Policy & Disclaimer Formatting*/

.text
{
	padding: 15px;
	float: left;
	}

.text h1
{
font: bold 20px Trebuchet MS;
	color: #D5233D;
	margin: 15px 0px 10px 10px;
}
.text h2
{
font: bold 18px Trebuchet MS;
	color: #D5233D;
	margin: 15px 0px 10px 20px;
}
.text p
{
font: normal 13px Trebuchet MS;
color: #000;
	margin: 0px 25px 10px 30px;
}

.text ul
{
	list-style-type: disc;
	margin: 0px 0px 10px 50px;
}
.text ol
{
	list-style-type: decimal;
	margin: 0px 0px 10px 50px;
}
.text li
{
font: normal 13px Trebuchet MS;
color: #000;
}


/* Footer Formatting */


.copy
{
	float: left;
	margin: 0px 0px 0px 0px;
}
.info
{
	float: right;
	margin: 0px 0px 0px 0px;
}

/* Website CSS */

html
{
	background: #fff;
}

#container
{
	width: 950px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	padding: 0px 10px;
	background: url(../gfx/bg.jpg) repeat-x top left;
	border: solid 1px #C0C0C0;
}

#header
{
	height: 136px;
	width: 100%;
}

#header h1
{
	width: 310px;
	height: 104px;
	display: block;
	float: left;
	margin: 12px 0px 0px 0px;
	background: url(../gfx/logo.jpg) no-repeat top left;
}

#header h1 a
{
	width: 310px;
	line-height: 104px;
	display: block;
	text-indent: -100000px;
}

#header p
{
	float: right;
	margin: 10px 0px 0px 0px;
	color: #c1aeb3;
	text-align: right;
	font: bold 16px Trebuchet MS;
}

#wrapper
{
	float: left;
	}
	
	#ifr
	{
		margin: 20px 0px 0px 0px;}

#welcome
{
	float: left;
	width: 520px;
	height: 215px;
	text-align: justify;
	margin: 30px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: solid 1px #DDDDDF;
}

#welcome h1
{
	margin: 0px;
}

#welcome p
{
	margin: 0px 0px 10px 0px;
}

#welcome strong
{
    margin: 40px 0 0 30px;
    display: block;
    font: bold 14px Arial;
    }

#weather
{
	float: right;
	margin: 0 0 0 15px;
}

#slideshow
{
	width: 370px;
	height: 216px;
	background: url(../gfx/slideshow_bg.jpg) no-repeat top left;
	display: block;
	position: relative;
	z-index: 0;
	margin: 30px 0px 0px 0px;
	float: right;
}

#slideshow img
{
	margin: 9px 0px 0px 10px;
	width: 350px;
	height: 196px;
	display: block;
}

#buttons
{
	width: 950px;
	height: 104px;
	margin: 18px 0px 0px 0px;
	border-top: solid 1px #DDDDDF;
	border-bottom: solid 1px #DDDDDF;
	float: left;
}

#buttons p
{
	float: left;
	width: 188px;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	font: bold 20px Trebuchet MS;
	height: 100px;
}

#buttons p a
{
    height: 80px;
    width: 188px;
    color: #000;
    text-decoration: none;
	padding: 20px 0 0 0;
	display: block;
}

p#market_app a
{
    width: 125px;
    padding: 20px 55px 0 8px;
    background: url(../gfx/market_app.jpg) no-repeat right center;
    }
    
    p#pay_rent a
{
    width: 60px;
    padding: 20px 120px 0 8px;
    border: solid 1px #DFDFE1;
    border-width: 0 0 0 1px;
    background: url(../gfx/pay_rent.jpg) no-repeat right center;
    }
    

p#emg_repair a
{
    width: 125px;
    border: solid 1px #DFDFE1;
    padding: 20px 55px 0 8px;
        background: url(../gfx/emergency_repairs.jpg) no-repeat right center;
    border-width: 0 1px;
    }
    
    p#repair_request a
    {
    width: 130px;
    border: solid 1px #DFDFE1;
    padding: 20px 50px 0 8px;
            background: url(../gfx/repair_request.jpg) no-repeat right center;
    border-width: 0 1px 0 0;}
    
p#console a
    {
    width: 130px;
    text-indent: -100000px;
    background: url(../gfx/online_agent.jpg) no-repeat center center;
    padding: 20px 50px 0 8px;
}

#ctl00_ContentPlaceHolder1_pnlFPs
{
	width: 948px;
	height: 277px;
	display: block;
	background: #f1f1f1;
	border: solid 1px #D3D3D3;
	margin: 0px 0px 20px 0px;
	padding: 0 0 10px 0;
}
#feature
{
	float: left;
	width: 950px;
}

#feature h1
{
    font: bold 20px Trebuchet MS;
	color: #D5233D;
	margin: 12px 0px 10px 0px;
	width:200px;
}

#feature h2
{
    font: bold 14px Trebuchet MS;
	color: #D5233D;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#feature input
{
	float: left;
}

#feature p
{
	margin: 0px;
	padding: 0px;
	color: #000;
}

#feature a
{
	color: #D5233D;
}

p.suburb
{
float: left;
display: block;
width: 210px;
}

p.more
{
float: right;
	width: 80px;
}

#ctl00_ContentPlaceHolder1_pnlFPLeft, #ctl00_ContentPlaceHolder1_pnlFPMid, #ctl00_ContentPlaceHolder1_pnlFPRight
{
	float: left;
	position: relative;
	width: 295px;
	margin: 0px 10px 0px 10px;
}


#socialmedia
{
    float: right;

    width: 160px;
    height: 27px;
    z-index: 4;
    position: absolute;
    left: 800px;
    top: 528px;
    }

#footer
{
	border-top: solid 1px #D5233D;
	width: 100%;
	float: left;
	padding: 10px 0px 0px 0px;
	height: 30px;
	display: block;
}

#results, #display
{
	padding: 15px;
	float: left;}
	
	h1.resultstitle
	{
	font-family: Lucida Sans;
	font-size: 2.0em;
	color: #D32D3F;
	font-weight: bold;}
