/* Pat Cash Properties - CSS
menu defined in menu.css */


/* White space reset
---------------------*/
* {
margin: 0;
padding: 0;
}

/* Global styles
-----------------*/
body, html {
background-color: #fff;
}

body {
font-size: 76%;
font-family: Arial, Helvetica, sans-serif;
}

#content {
font-size: 0.9em;
color: #303030;
}

a:link, a:visited {
text-decoration: none;
color: #D37714;
}

a:hover {
text-decoration: underline;
}

p {
	text-align:justify;
}

.spacer {
	clear: both;
}

/* Content-level template structure
------------------------------------*/
#header {
height: 167px;
background-color: black;
background-image: url(img/head_bg.gif);
background-repeat: repeat-x;
overflow: hidden;
}

#footer {
font-size: 0.9em;
height: 121px;
background-image: url(img/footer_bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
clear: both;
margin-top:10px;
}

#footer p {
color: #c5c5c5;
}

#header-content,
#content,
#footer-content {
width: 743px;
margin: 0 auto;
}

#header #patcashlogo {
display: block;
position: relative;
left: -15px;
}

#header #box img {
font-size: 1.4em;
font-weight: normal;
position: relative;
top: 26px;
left: 30px;
color: #fff;
}

#menu img {
float: left;
}

#footer a:link,
#footer a:visited {
color: #c5c5c5;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer p {
clear:both;
float: left;
margin-top: 50px;
}

#footer img {
float: right;
}

#content {
padding-top: 18px;
}

#emailhead {
height: 167px;
overflow: hidden;
}

/*----------------------------
	Content styles go below 
-----------------------------*/

h1, h2, h3, h4, h5 {
margin: 14px 0 10px 0;
}
p {
margin: 6px 0 8px 0;
}
h1 {
color: #4e4d4d;
font-size: 1.6em;
padding: 0px 0px 0px 54px;
background:url(img/bullet_hd.gif) no-repeat;
text-transform:lowercase;
}
h2 {
font-size: 1.25em;
color: #4e4d4d;
text-transform:lowercase;
background-color: #f2f2f2;
}
h3 {
font-size: 1em;
color: #b1b500;
}
#content ul {
margin: 2px 0 4px 10px;
}
#content ul li {
	padding: 2px 0 0px 0px;
	margin: 2px 0 0px 10px;
	list-style: url(img/bullet.gif);
}
#content ol {
margin: 2px 0 4px 10px;
}
#content ol li {
	padding: 2px 0 0px 0px;
	margin: 2px 0 0px 15px;
}

* html #content ol { /* IE Only */
	margin: 2px 0 0 25px;
}

/*---------------------------------------------
	Home Page and Content Page sub Links
----------------------------------------------*/
#content hr {
height:1px;
border:1px solid #bababa;
}

#content dl {
margin-top: 10px;
}

#content dl dd {
margin-bottom: 5px;
padding-left: 30px;
}

#content dl dt {
font-size: 1.1em;
font-weight: bold;
padding: 3px 0 4px 30px;
background-repeat: no-repeat;
background-position: left top;
}

#content dl dt a:link,
#content dl dt a:visited {
color: #7D7C7C;
}

#content dl dt.newsletter {
background-image: url(../img/icon_newsletter.gif);
}

#content dl dt.appraisal {
background-image: url(../img/icon_appraisal.gif);
}

#content dl dt.finance {
background-image: url(../img/icon_finance.gif);
}

#content dl dt.investment {
background-image: url(../img/icon_international.gif);
}

#content dl dt.sold {
background-image: url(../img/icon_soldProperties.gif);
}

#content dl.calculators dt.finance {
background-image: url(../img/icon_finance.gif);
font-size:14px;
color: #000;
margin: 10px 0px 0px 0px;
}

#content dl.calculators dd {
padding: 0px 0px 10px 30px;
}

#content p.introduction {
background-color: #ebedbb;
padding:5px 15px 15px 15px;
width: 359px;
}

#content p.introduction img.heading {
padding-bottom: 5px;
}

#content .pageContent {
background: #ebedbb url(../img/hd_onThisPage.gif) no-repeat 10px 10px;
float:right;
font-size:11px;
margin: 0 0 10px 10px;
padding:25px 10px 10px 10px;
width: 167px;
}
#content .pageContent li {
	padding: 0px 0 0px 0px;
	margin: 2px 0 0px 10px;
	list-style: url(../img/bullet_onThisPage.gif);
}
#content dl.staff {
width: 61.1em;
margin: 2em 0;
padding: 0;
}

#content dl.staff dd {
float: left;
height:168px;
width: 200px;
margin: 0 20px 0 0;
padding: 0 0 20px 0;
}

#content dl.staff dt {
color: #4e4d4d;
height:168px;
width: 99px;
float: left;
margin: 0 10px 0 0;
padding: 0 0 20px 0;
font-weight: bold;
}
#content dl.staff dd strong {
display:block;
font-size: 1.1em;
color: #4e4d4d;
text-transform:lowercase;
}

#content img.team { /*About the team image*/
	margin-left: 10px;
}

#content .guideimg {
	float: right;
	margin-left: 10px;
}
#content dl dt.newsletterhome {
background-image: url(../img/icon_newsletter_home.gif);
}

#content dl dt.appraisalhome {
background-image: url(../img/icon_appraisal_home.gif);
}

#content dl dt.financehome {
background-image: url(http://www.myproperties.com.au/2008/templates/ja_edenite//img/icon_finance_home.gif);
}

#content dl dt.investmenthome {
background-image: url(../img/icon_international_home.gif);
}

#content dl dt.soldhome {
background-image: url(../img/icon_soldProperties_home.gif);
}
