/*
/*
/* Southern Property Conveyancing
/* Serving the South of Adelaide, South Australia
/*
/* Set styles by SouthernXposure Pty Ltd
/* 
/* November 29th 2007
/*
-------------------------------------------------- */


/* Basic Body Styles
-------------------------------------------------- */

html, body {
	background: url(images/back_content.png) #f47421 right repeat-y;
	margin: 0;
	padding: 0;
}

#container {
	float: right;
	/*position: absolute;*/
	width: 970px;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#herozone {
	width: 825px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	padding-bottom: 30px;
	margin: 0;
	background: url(images/hero_shot.png) top right no-repeat;
}

#herostatement {
	width: 420px;
	padding: 10px;
	margin: 5px 0 0;
	background: url(images/7x7-diagonal.png) repeat;
}

#navigation {
	position: absolute;
	margin: 0;
	padding: 0 5px 0 0;
	width: 200px;
	top: 345px;
	right: 610px;
}

#crumb {
	padding: 5px 0px;
	border-bottom: 1px dashed #84886a;
	
}

#content {
	float: right;
/*	position: relative;*/
	width: 540px;
/*	margin: 0 0 0 370px;*/
	padding: 340px 10px 20px 20px;
	border-left: 1px dashed #84886a;
	top: 340px;
	left: 0;
	/*height: 100%;
	min-height: 100%; */
	
}

#footer {
	margin: 0 auto;
	text-align: left;
	border-top: 1px dashed #84886a;
	padding: 10px auto;
}



/* Text Styles
-------------------------------------------------- */

#herostatement {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	color: #d50000;
}

#navigation {
	color: #84886a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: .8em;
	letter-spacing: .05em;
	line-height: 1.6em;
}

#crumb {
	color: #84886a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.05em;
}

#content {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: .8em;
}

h1 {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #be1e2d;
	font-weight: lighter;
	padding-left: 20px;
	background: url(images/arrow_khakiright.png) left no-repeat;
}

h2 {
	color: #FF9900;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3 {
	color:#CC0000;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h4 {
	color: #FF9933;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#footer {
	font-size: .8em;
}


/* Navigation Settings
-------------------------------------------------- */

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#navigation img {
	padding-top: 20px;
	padding-right: 15px;
}


/* Links
-------------------------------------------------- */

#navigation a:link, #navigation a:visited {
	color: #84886a;
	text-decoration: none;
	padding-right: 20px;
}

#navigation a:hover, #navigation a:active {
	color: #84886a;
	text-decoration: none;
	padding-right: 20px;
	background: url(images/arrow_redleft.png) right no-repeat;
}

#content #crumb a:link, #content #crumb a:visited {
	color: #84886a;
	text-decoration: none;
}

#content #crumb a:hover, #content #crumb a:active {
	color: #be1e2d;
	text-decoration: underline;
}

#content a:link, #content a:visited {
	color: #be1e2d;
}

#content a:hover, #content a:active {
	color: #ff6633;
}



/* Images
-------------------------------------------------- */


img.embellish {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#crumb img { 
	padding: 0 5px;
}

p img {
	padding: 0;
	max-width: 100%;
	border: 6px solid #FFF;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
