@import url('reset.css');

/*----------------------------------------------------------------------------*
 * General body styles
 *----------------------------------------------------------------------------*/

body
{
	font-size: 75%;
	font-family: Verdana, Arial, sans-serif;
	color: #6d6e71;
	background: #f4f4f6 url('/images/bg_gradient.gif') repeat-x;
}

div#wrapper
{
	width: 911px;
	margin: 0px auto;
	padding: 28px 35px;
	background: #FFFFFF url('/images/ampersand.gif') no-repeat bottom left;
	padding-bottom: 175px;
}


/*----------------------------------------------------------------------------*
 * Header styles
 *----------------------------------------------------------------------------*/

div#header
{
	text-align: right;
	font-size: 0.91666em;
}

img#logo
{
	float: left;
}

div.addthis_toolbox
{
	float: right;
	margin-top: 5px;
}

div.addthis_toolbox a
{
	color: #003E7E;
	text-decoration: none;
}


/*----------------------------------------------------------------------------*
 * Main content layout styles
 *----------------------------------------------------------------------------*/

div#contentArea
{
	padding-top: 47px;
}

div#contentMain
{
	width: 540px;
	float: left;
}

div#contentSub
{
	width: 332px;
	float: right;
	font-size: 0.91667em;
}

h1
{
	padding: 0px 0px 36px;
}

div#contentMain h2
{
	padding: 20px 0px 15px;
}


/*----------------------------------------------------------------------------*
 * Home Loan Selector results styles
 *----------------------------------------------------------------------------*/

ul#products
{
	padding: 20px 0px;
}

ul#products li
{
	padding-left: 142px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 4px;
	min-height: 109px;
}

ul#products li li
{
	padding-left: 20px;
	background: url('/images/bullet_red.gif') no-repeat left 2px;
	padding-bottom: 5px;
	min-height: 0px;
}

ul#products h3
{
	padding-bottom: 12px;
}

/* Specific background images for the different HLS products */
li#dreamHomeLoan		{ background-image: url('/images/th_dream.jpg'); }
li#easypayHomeLoan		{ background-image: url('/images/th_easy_pay.jpg'); }
li#equityAccess			{ background-image: url('/images/th_equity.jpg'); }
li#easyLivingAccessLoan	{ background-image: url('/images/th_easy_living.jpg'); }
li#fixedRateHomeLoan	{ background-image: url('/images/th_fixed.jpg'); }
li#bridgingLoan			{ background-image: url('/images/th_bridging.jpg'); }
li#lowDocHomeLoan		{ background-image: url('/images/th_lowdoc.jpg'); }


/*----------------------------------------------------------------------------*
 * Home Loan Selector styles
 *----------------------------------------------------------------------------*/

form#homeLoanSelector
{
	background: url('/images/bottom-bar.gif') no-repeat bottom left;
	padding-bottom: 50px;
}

ol#questions
{
	list-style-type: decimal;
	margin-left: 25px;
	font-weight: bold;
	padding-top: 20px;
}

ol#questions li
{
	clear: both;
	margin-bottom: 20px;
}

ol#questions label.element
{
	font-weight: normal;
	width: 165px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
}

ol#questions div.element
{
	font-weight: normal;
	width: 335px;
	display: inline-block;
	vertical-align: top;
}

ol#questions div.element input
{
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
}

ol#questions div.element label
{
	display: inline-block;
	vertical-align: top;
}

ol#questions div.element label.first { width: 115px }
ol#questions div.element label.second { width: 150px }
ol#questions li.question1 div.element label.second { width: 105px }
ol#questions div.element label.third { width: 45px }


form#homeLoanSelector input#submit
{
	float: right;
	margin-right: 30px;
}

form#homeLoanSelector span.required, form#homeLoanSelector li.reqnote
{
	display: none;
}

span.error
{
	display: inline-block;
	color: #ED1B2E;
	font-weight: normal;
}

div.error
{
	border: 1px solid #ED1B2E;
	padding: 5px;
	margin-left: -6px;
}


/*----------------------------------------------------------------------------*
 * Email Results box styles
 *----------------------------------------------------------------------------*/

form#emailResults
{
	background: #ececec;
	width: 100%;
	margin-bottom: 15px;
}

form#emailResults fieldset
{
	padding: 10px 15px;
}

form legend
{
	display: none;
}

form#emailResults li
{
	display: inline-block;
}

form#emailResults li.submit
{
	width: auto;
}

form#emailResults h2
{
	padding: 0px;
	padding-bottom: 7px;
}

form#emailResults input.text
{
	width: 200px;
	border: 1px solid #cccccc;
}

form#emailResults div.element
{
	display: inline-block;
	margin: 0px 10px;
}

form#emailResults input.image
{
	vertical-align: middle;
	margin-top: -3px;
	position: relative;
}

form#emailResults li.reqnote
{
	display: none;
}

a#back
{
	padding-left: 10px;
	background: url('/images/arrow_link.gif') no-repeat left;
	text-decoration: none;
	font-size: 0.91667em;
}


/*----------------------------------------------------------------------------*
 * Get in Touch form styles
 *----------------------------------------------------------------------------*/

div#getInTouch
{
	background: url('/images/form_top.gif') no-repeat;
	padding-top: 9px;
	margin-top: -30px;
	position: relative;
}

div#getInTouch form
{
	background: url('/images/form_rpt.gif') repeat-y;
}

div#getInTouch fieldset
{
	background: url('/images/form_btm.gif') no-repeat bottom;
	padding: 20px 24px 37px;
}

div#getInTouch h2
{
	padding-bottom: 10px;
}

div#getInTouch ol
{
	padding: 15px 0px;
}

div#getInTouch ol li
{
	padding-bottom: 5px;
}

div#getInTouch label
{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	font-weight: bold;
	margin-right: 6px;
}

div#getInTouch div.element
{
	display: inline-block;
	width: 117px;
	vertical-align: top;
}

div#getInTouch div.element label
{
	font-weight: normal;
	width: 85px;
	margin: 0px;
}

div#getInTouch input
{
	width: 115px;
	border: 1px solid #cccccc;
}

div#getInTouch input.radio
{
	width: auto;
	border: none;
	margin: 0px 5px 0px 0px;
}

div#getInTouch select
{
	width: 118px;
	border: 1px solid #cccccc;
}

div#getInTouch div.submit
{
	display: inline;
}

div#getInTouch input.image
{
	border: 0px;
	width: auto;
	float: right;
	margin-top: 10px;
}

div#getInTouch li.reqnote
{
	float: left;
}

div#getInTouch li.reqnote label
{
	display: none;
}


/*----------------------------------------------------------------------------*
 * Side module styles
 *----------------------------------------------------------------------------*/

div.module
{
	margin: 15px 5px;
	padding: 15px 24px;
	background-color: #ececec;
}

div#calculators
{
	margin-top: 5px;
}

div#calculators ul
{
	margin-top: 15px;
	padding-left: 80px;
	background: url('/images/icon_calculator.gif') no-repeat left center;
}

div#calculators li
{
	padding-left: 10px;
	background: url('/images/bullet_grey.gif') no-repeat left center;
	margin-bottom: 4px;
}

div#moreInfo ul
{
	margin-top: 15px;
}

div#moreInfo li
{
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 26px;
}

div#moreInfo li.phone
{
	background-image: url('/images/icon_call_us.gif');
}

div#moreInfo li.visit
{
	background-image: url('/images/icon_visit.gif');
}

div#moreInfo li.mobile
{
	background-image: url('/images/icon_mobile_consult.gif');
}


/*----------------------------------------------------------------------------*
 * Footer styles
 *----------------------------------------------------------------------------*/

div#footer
{
	background: #f0f0f0 url('/images/footer_grad_rpt.jpg') repeat-x;
	padding: 15px;
	font-size: 0.75em;
}

div#footer p
{
	width: 981px;
	margin: 0px auto;
}

div#footer a
{
	color: inherit;
}

/*----------------------------------------------------------------------------*
 * Misc. styles
 *----------------------------------------------------------------------------*/

a
{
	color: #ed1b2e;
}

/* Self-clear floats */
.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

