/* 768.css for Debt Relief Australia */

html {
	background: #ebebeb;
}
body {
	background: #ebebeb;
	width: 100%;
	text-align: center;
	font-size: 62.5%;
	color: #333;
	padding: 17px 0 0 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.off {
	display: none;
}
#logo em {
	position : absolute;
	clip : rect(0 0 0 0); 
	overflow : hidden;
	margin: -1px;
	padding : 0;
	height : 1px;      
	width : 1px;
	border : 0;
}
.dynamic-phone {
	text-decoration: none; 
}
#footerPhone .dynamic-phone {
	color: #0c74b0;
}




/***** Type *****/
a:link {
	color: #;
}
a:visited {
	color: #;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #;
}
p {
	line-height: 1.5;
}
p, 
ol, 
ul, 
dl, 
address { 
	font-size : 1.1em;
}
ul, ol {
	margin-left: 2em;
}
h1 {
	letter-spacing: -0.5px;
	font-size: 2.2em;
	border-bottom: 1px dotted #b2b2b2;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.2em;
}
li {
	padding-bottom: 5px;
}
.phoneNumber {
	font-weight: bold;
	color: #f36f21;
}





/***** Container *****/
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	position: relative;
	background: url(../images/interface/bg.png) repeat-y 0 0;
}




/***** Header *****/
header {
	position: relative;
	height: 111px;
	margin: 0;
	border: none;
	background: url(../images/interface/bg-top.png) no-repeat 0 0;
}
#logo {
	position: absolute;
	left: 35px;
	top: 35px;
}
#strapline {
	display: block;
	position: absolute;
	width: 300px;
	left: 220px;
	top: 31px;
	height: 57px;
	background: url(../images/interface/strapline-bg.png) no-repeat 0 0;
	font-size: 1.4em;
	padding: 10px 0 0 40px;
}
#headerPhone {
	position: absolute;
	right: 33px;
	top: 37px;
	text-align: right;
	width: 200px;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 1.3em;
}
nav {
	border: none;
	background: url(../images/interface/nav-bg.png) no-repeat 0 0;
	height: 57px;
	margin-left: -4px;
	margin-bottom:0;
	font-family : 'AllerRegular', Verdana;
	padding: 0 0 0 21px;
	font-size : 1.1em;
}
nav li {
	list-style-type: none;
	float: left;
	width: auto;
	position: relative;
}
nav a {
	text-decoration: none;
	display: block;
	background: url(../images/interface/nav-divider.png) no-repeat right top;
	line-height: 40px;
	padding: 0 19px;
	text-shadow: #04456b 0 1px 0px;
	color: #fff;
}
nav a:link {
	color: #fff;
}
nav a:visited {
	color: #fff;
}
nav a:hover,
nav .selected a,
.home .nav1 a,
.our-services .nav2 a,
.common-financial-options .nav3 a,
.calculators .nav4 a,
.recent-articles .nav5 a,
.about .nav6 a {
	color: #fff;
	background-color: #035b8e;
}
nav a:active {
	color: #fff;
}
nav em {
	font-style: normal;
}
nav li:last-child a {
	background-image: none;
}
nav li ul {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 220px;
	background: #035b8e;
	overflow: hidden;
	z-index: 9999;
	margin: 0;
	padding: 6px 0 13px 0;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
nav li li {
	float: none;
	padding: 0 11px;
	margin: 0;
}
nav li li a {
	padding: 5px 7px;
	line-height: 20px;
	border-right: none;
	font-size: 0.9em;
	border-bottom: 1px dotted #81adc7;
	background-image: none;
}
#container nav li li a:hover {
	background: #0b74b1;
}
/* turns the sub menu on */
nav li:hover ul {
	display: block;
}
/* turns the parent rollover on */
nav :hover > a {
	color: #fff;
	background-color: #035b8e;
}
#formLink {
	display: none;
}





/***** Content Columns *****/
#content {
	overflow: hidden;
	padding: 10px 26px;
	font-size: 0.9em;
}
#contentWrapper {
	float: left;
	width: 683px;
}
article {
	float: right;
	width: 484px;
	padding-bottom: 20px;
}
aside#secondaryNav {
	float: left;
	width: 170px;
	padding-top: 34px;
}
#secondaryColumn {
	float: right;
	width: 227px;
	padding-bottom: 20px;
}




/***** Aside *****/
aside {
	border: none;
}
aside h2 {
}
aside p {
}




/***** secondaryNav *****/
#secondaryNav ul {
	margin: 0;
}
#secondaryNav li {
	font-size: 1.3em;
}
#secondaryNav li li {
	border-top: 1px dotted #b2b2b2;
	padding: 0;
	font-weight: normal;
	font-size: 0.75em;
}
#secondaryNav a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
#usefulCalcs {
	margin: 4px 0 0 0;
	border: none;
	padding: 0;
}
#usefulCalcs h2 {
	font-size: 1.4em;
	background: #e8e8e9;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	padding: 10px 10px 8px 10px;
	margin: 0;
}
#usefulCalcs ul {
	background: #f4f4f4;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	padding: 3px 0 6px 0;
}
#usefulCalcs li {
	font-weight: normal;
	padding: 0 10px;
	border: none;
}
#usefulCalcs a {
	background: url(../images/interface/icon-calculator.png) no-repeat 0 6px;
	padding-left: 17px;
	border-top: 1px dotted #b2b2b2;
	font-size: 0.75em;
}
#usefulCalcs li:first-child a {
	border-top: none;
}




/***** Enquiry Form *****/
#secondaryColumn h2 {
	padding: 10px 0 8px 11px;
}
.debtForm ol {
	padding: 0 10px;
}
.debtForm li {
	padding: 3px 0;
	border-bottom: 1px dotted #b2b2b2;
	line-height: 1.2;
	overflow: hidden;
}
.debtForm label {
	width: 91px;
	float: left;
	padding: 4px 0 0 0;
}
.debtForm input {
	width: 100px;
	float: right;
}
.debtForm #firstname,
.debtForm #Surname {
	width: 116px;
}
.debtForm #homenumber {
	width: 88px;
}
.debtForm #emailaddress {
	width: 155px;
}
.debtForm select {
	float: right;
	width: auto;
}
.debtForm .salutationLi,
.debtForm .calltimeLi {
	padding: 8px 0;
}
.debtForm .homeLi input,
.debtForm .homeLi select {
	float: none;
}
.debtForm .homeLi label {
	width: 65px;
}
#mainColumn .debtForm .homeLi label {
	width: 202px;
}
.debtForm .emailLi label {
	width: 50px;
}
.debtForm .debtsLi,
.debtForm .homeloanLi {
	padding: 6px 0;
}
.debtForm .debtsLi label,
.debtForm .homeloanLi label {
	width: 150px;
	float: none;
	padding: 0 0 4px 0;
}
.debtForm .debtsLi select,
.debtForm .homeloanLi select {
	float: none;
	margin-bottom: 3px;
}
.debtForm .submitButton {
	border: none;
	padding: 10px 0;
}
.debtForm .submitButton input {
	float: none;
	width: 134px;
	height: 40px;
	background: url(../images/interface/buttons.png) no-repeat 0 0;
	border: none;
	font-family : 'AllerBold', Verdana;
	color: #fff;
	font-size: 1.4em;
	padding-bottom: 5px;
	cursor: pointer;
	text-shadow: #04456b 0 -1px 0px;
}
.debtForm .submitButton input:hover {
	background-position: 0 -40px;
	text-shadow: #7c5f06 0 1px 0px;
}




/***** Mortgage Form *****/
#mortButton{
	float: none;
	width: 134px;
	height: 40px;
	background: url(../images/interface/buttons.png) no-repeat 0 0;
	border: none;
	font-family : 'AllerBold', Verdana;
	color: #fff;
	font-size: 1.4em;
	padding-bottom: 5px;
	cursor: pointer;
	text-shadow: #04456b 0 -1px 0px;
}
#mortButton:hover {
	background-position: 0 -40px;
	text-shadow: #7c5f06 0 1px 0px;
}
#amortButton {
	float: none;
	width: 296px;
	height: 40px;
	background: url(../images/interface/buttons.png) no-repeat 0 -82px;
	border: none;
	font-family : 'AllerBold', Verdana;
	color: #fff;
	font-size: 1.4em;
	padding-bottom: 5px;
	cursor: pointer;
	text-shadow: #04456b 0 -1px 0px;
}
#amortButton:hover {
	background-position: 0 -122px;
	text-shadow: #7c5f06 0 1px 0px;
}





/***** breadCrumb *****/
#breadCrumb {
	font-size: 0.9em;
	margin: 0 0 20px 0;
	display: block;
	text-transform: capitalize;
}
#breadCrumb a {
	color: #336699;
}




/***** Sitemap *****/
.siteMapList {
	margin-left: 0;
}
.siteMapList em {
	font-style: normal;
	font-weight: bold;
	padding: 5px 0;
}






/***** Footer *****/
footer {
	font-size: 0.9em;
	overflow: hidden;
	padding: 15px 28px 15px 28px;
	margin: 0 4px;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	color: #666;
	background: #e4f1f9 url(../images/interface/footer-bg.png) repeat-x 0 0;
	clear: both;
	position: relative;
}
footer ul {
	margin: 0 0 0 2px;
	padding: 0;
	width: 680px;
}
footer li {
	list-style-type: none;
	border: none;
	float: left;
	width: 300px;
	padding-top:10px;
}
footer h2 {
	color: #0c74b0;
	margin-bottom: 7px;
}
#footerPhone {
	text-align: right;
	line-height: 1.2;
}
#footerPhone em {
	padding: 6px 0 0 0;
	font-size: 2.2em;
}
#footerLogo {
	background: url(../images/interface/footer-logo.png) no-repeat 0 0;
	width: 146px;
	height: 47px;
	display: block;
	position: absolute;
	right: 28px;
	bottom: 23px;
	margin: 0;
}
#footerLegals {
	background: #ebebeb url(../images/interface/footer-legals-bg.png) no-repeat 0 0;
	color: #666;
	padding: 15px 10px 20px 0;
	margin: 0;
	text-align: right;
	font-size: 0.8em;
}
#footerLegals a:link,
#footerLegals a:hover,
#footerLegals a:visited,
#footerLegals a:active {
	color: #666;
	display: inline;
}
#footerLegals a:hover {
	text-decoration: underline;
}







/***** Pre Qualify Modal *****/
#prequalifyButton {
	display: block;
}
#secondaryColumn .mobileDebtForm {
	display: none;
}
#pop-overlay {
	background: #E4F1F9;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	z-index: 9998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: block !important;
}
#pop-wrapper {
	display: none;
	width: 637px;
	height: 410px;
	position: fixed;
	z-index: 9999;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -319px;
	text-align: left;
	border: 2px solid #1777AF;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding: 3px 10px;
	font-size: 1.2em;
}
