﻿body 
{
	background: #F1F1F1 url(/img/bg2.gif) repeat-x;
	font-family: Arial, Helvetica;
	font-size: 9.25pt;
	margin: 0;
	padding: 0;
}
form { width: 982px; margin: auto;}
td { font-size: 9.25pt;	}
fieldset {border: 0 none; padding: 0; margin: 0;}
#Logo
{
	width: 395px;
	height: 59px;
	background: url(/img/australiahomeloans.png) no-repeat;	
	position: absolute;
	margin: 0;
	padding: 0;
	margin: -50px 0px 0px 0px;
	white-space:nowrap;
}

#Logo span
{
	display: none;
}
#PhoneImg 
{
	display: block;
	background: url(/img/ph.png) no-repeat;
	width: 209px;
	height: 25px;
	position: absolute;
	margin: 10px 0 0 734px;
}
#MainMenu 
{
	height: 37px;
	display: block;
	vertical-align: bottom;
	width: 100%;
	padding-left: 30px;
	padding-top: 80px;
}
#MainMenu ul 
{
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#MainMenu ul ul
{
	border-right: 1px solid #CACACA;
}

#MainMenu li
{
	
	display:inline;
	border-left: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	margin: 0;
	padding: 0;
	float:left;
}

#MainMenu a
{
	display: block;
	background: #D9D6D6 url(/img/g1.gif) repeat-x;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
	width: 108px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	
	border-top: 1px solid white;
	border-left: 1px solid white;
}
#MainMenu a b
{
	font-style: italic;
	color: #CC0000;	
}
#MainMenu a:hover, #MainMenu .Current a
{
	background: #CACACA url(/img/g2.gif) repeat-x;
}

#MainMenu li ul /* second-level lists */
{ 
	position: absolute;
	border: 0;
	width: 230px;
	float: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#MainMenu li ul li
{
	border: 0;	
}
#MainMenu li ul ul  /* third-and-above-level lists */
{
	margin: -25px 0 0 220px;
}

#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul, #MainMenu li.sfhover ul ul, #MainMenu li.sfhover ul ul ul {
	left: -999em;
}

#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul, #MainMenu li.sfhover ul, #MainMenu li li.sfhover ul, #MainMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}

#MainMenu li ul a, #MainMenu li ul a:hover { /* level 2 a's */
	background: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: normal;
	width: 220px;
	margin: 0px 0px 0px 0px;
	height: auto;
	padding: 5px;
	border: 0;
	line-height: 10pt;
	border-bottom: 1px solid #EEEEEE;
}
#MainMenu li ul a:hover
{
	background: #EEEEEE;
}

#Splash 
{
	background: url(/img/splash.png) no-repeat;	
	height: 295px;
	padding-top: 30px;
}
#Splash h1
{
	color: White;
	width: 320px;
	font-weight: normal;
	margin-left: 630px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#Splash hr
{
	border: 0;
	border-top: 1px solid #8D9C58;
	border-bottom: 1px solid #D1E09D;
	height: 1px;
	line-height: 2px;
	margin: 5px 0px 10px 0px;
	padding: 0;
	width: 320px;
	margin-left: 630px;
	display: inline-block;
}
#Splash p
{
	width: 320px;
	margin-left: 630px;
	color: White;
	line-height: 140%;
	margin-top: 0px;
}
#SideForm
{
	width: 301px;	
	float: left;
	margin: -10px 0 0 9px;
}
#SideForm .Top
{
	background: url(/img/form-top.png) no-repeat;	
	min-height: 300px;
	padding: 105px 44px 0px 20px;
	font-size: 90%;	
}
#SideForm .Bottom
{
	height: 65px;
	background: url(/img/form-bot.png) no-repeat;	
}
#Foot
{
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid white;
	clear: both;
}
#Foot div
{
	border-top: 1px solid white;
	border-bottom: 1px solid #D2D2D2;
	background: #EAEAEA;
	font-size: 11px;
	color: 	#777777;
	min-height: 60px;
}
#Foot p
{
	float: left;
	width: 300px;	
	margin-left: 10px;
}

#Foot ul, #Foot li
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
#Foot li { float:right; line-height: 60px;display: inline; margin-right: 10px; }
#Foot a
{
	color: 	#777777;
}
#Foot li a { font-size: 12px; font-weight: bold; text-decoration: none; }

#Centre
{
	background: #EAEAEA;
	border-top: 2px groove white;	
	border-bottom: 2px groove white;
	padding: 20px;
	color: black;
	line-height: 120%;
	float: left;
	width: 400px;
	margin-left: 20px;
}
#Centre p { margin: 0px 0px 10px 0px;}
#Centre h1, h2, h3 { font-weight: normal; color: #585F63; margin: 0px 0px 10px 0px; }
#Centre h4 { color: #4A5C08; margin: 10px 0px 0px 0px; }
#Centre h2 { border-bottom: 2px groove white; padding-bottom: 8px;}
#Centre a { color: #3D4D07;  }
#Right
{
	width: 200px;
	float: left;	
	margin-left: 10px;
}

.PostCodeSearch
{
	background: url(/img/find.png);
	width: 212px;
	height: 146px;	
	margin-top: 20px;
}
.PostCodeSearch .Postcode
{
	position: absolute;
	margin-left: 40px;
	margin-top: 97px;
	border: none;
	width: 95px;	
	background: transparent;
}
.PostCodeSearch .Submit
{
	position: absolute;
	margin-left: 148px;
	margin-top: 90px;
	border: none;
	background: transparent;
	width: 35px;	
	height: 29px;
}
#Right .Box
{
	background: #EAEAEA;
	border-top: 2px groove white;	
	border-bottom: 2px groove white;
	color: #555555;
	margin-left:4px;
	padding:20px 20px 40px 20px;
	width:163px;
	line-height: 120%;
	
}
#Right .Box h2 { border-bottom: 2px groove white; padding-bottom: 8px;}
#Right .Box ul { list-style: none; margin: 0; padding: 0; }
#Right .Box ul li { padding-left: 10px; background: url(/img/bul.gif) no-repeat 0px 50%; line-height:230%; font-size: 11px; border-bottom: 2px groove white;  white-space:nowrap; overflow: hidden; }
#Right .Box ul li a { text-decoration: none; color: #555555; }
.SectionHeader
{
	margin:0;
	padding: 0;
	background: url(/img/titlebar.png) no-repeat;	
	color: White;
	line-height: 105px;
	font-weight: normal;
	padding-left: 45px;
	padding-right: 45px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 36px;
	margin-bottom: 20px;
}
#SubmitButton
{
	width: 121px;
	height: 35px;
	background: url(/img/submit.gif) no-repeat;
	border: 0;
	font-size: 0px !important;
	color: white;
	padding-left: 130px !important;
	margin-left: 20px;
		
}
#silverlightControlHost
{
	position: absolute;
	margin-left: -25px;	
}
#map
{
    margin-left: 17px;
    border: 1px solid #8D9C58;
}
