@charset "UTF-8";
/* CSS Document */

@import url('toolbar.css');
@import url('review.css');
/* Layout */

* {
	margin: 0;
	padding: 0;
}
.blockquote{
 	clear: both;
	padding: 12px 24px;
	background: #f1f0de url(images/blockquote.png) no-repeat left bottom;
	border: 1px dashed #beb398;
	border-left: 4px solid #beb398;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	color:#ce9834;
	margin-bottom: 0.5em;
}

.reviewbody{ 
	border-right: 1px dashed #beb398;
	border-left: 1px dashed #beb398;
	border-bottom: 1px dashed #beb398;
	border-top: 0px;
	padding: 1px;
    font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#00000;
	line-height:16px;
}
body {
	background-image: url(images/background.jpg); 
	background-repeat: repeat-y;
	background-position: center;
}
   A:link {text-decoration: none; color:  #003366;}
   A:visited {text-decoration: none; color: #003366}
   A:active {text-decoration: none; color: #003366;}
   A:hover {text-decoration: none; color: #0099ff}
   
   
/* Drop shadow! */
.photo {
  float: left;
    background: transparent url("images/shadow.gif") no-repeat right bottom;
    padding: 0;
    margin: 0 10px 0 0;
}

.photo img {
  display: block;
  position: relative;
    background-color: white;
    margin: -6px 6px 6px -6px;
    padding: 4px;
    border: 1px solid #D5D5D5;
}

.photo2 {
  position: left;
    background: transparent url("images/shadow.gif") no-repeat right bottom;
    padding: 0;
    margin: 10px 10px 0 0;
}

.photo2 img {
  display: block;
  position: relative;
    background-color: white;
    margin: -6px 6px 6px -6px;
    padding: 4px;
    border: 1px solid #D5D5D5;
}

.module .disclaimer {
    color: #C6C6C6;
    font-size:0.95em;
    margin-top: 1em;
}

   A:link {text-decoration: none; color:  #012341;}
   A:visited {text-decoration: none; color: #012341;}
   A:active {text-decoration: none; color: #012341;}
   A:hover {text-decoration: none; color: #003366}
   
.textlink {
	margin: 0; padding: 0 10px 2px 18px;
	background: url("images/link_arrow_dark.png") no-repeat 5px 50%;
	text-decoration: none;
	border: none;
}

.textlink:hover {
	color: #d8e1e9;
	background: url("images/link_arrow_white.png") no-repeat 5px 50%;
	background-color: #5c748b;
}






#maincontent, #headercontent, #footer {
	width: 944px;
	margin: 0 auto;
	padding: 4px;
}
#headercontent {
 }
#maincontent {
	margin: 0 auto;
}
#leftbar {
	float: left;
	width: 160px;
 	padding: 4px;
}
#centercontent {
	width: 600px;
	float: left;
 	margin-left: 4px;
	padding: 5px 0 0;
}
#sidebar {
	width:160px;
 	padding: 4px;
	margin-left: 775px;
}
* html #leftbar {
	width: 160px;
	w\idth: 160px;
}
* html #sidebar {
	width:160px;
	w\idth: 160px;
	margin-left: 772px;
	m\argin-left: 775px;
}
/* Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
}
html>body {
	font-size: 12px;
}
h1, h2, h3 {
	margin: 0;
}
h2 {
	font-size: 24px;
	font-weight: 300;
}
h2 a {
	text-decoration: none;
}
h3 {
	margin: 10px;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	font-size: 1.2em;
}
#footer {
	text-indent: 61px;
	font-size: 1.1em;
}
#maincontent #leftbar p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincontent #sidebar p {
	margin-bottom: 10px;
}
#maincontent #centercontent ul {
	margin-left: 19px;
	margin-top: 10px;
}
#maincontent #centercontent h2 {
	margin: 0 10px 10px 10px;
	line-height: 110%;
}
.title {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
 	color: #1e568f; 
}
.suburb {
	font-size: 14px;
}
#maincontent #centercontent p {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
}
#maincontent #centercontent a:link {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
#maincontent #centercontent a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
#maincontent #centercontent a:hover {
	color: #000000;
	text-decoration: underline;
}
#maincontent #centercontent a:active {
	color: #000000;
	text-decoration: underline;
}
/* Miscellaneous Classes */

.clr {
	clear: both;
	height: 0px;
	min-height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.crumb p{
	font-size: 1.1em;
	color: #EFEDDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEDDF;
	}
.crumb p a:link, .crumb p a:visited {
	color: #EFEDDF;
	text-decoration: none;
	font-weight: normal;
}
.crumb p a:hover, .crumb p a:active {
	color: #000000;
}
.imgleft {
	margin-right: 10px;
	margin-left: 5px;
	float: left;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#maincontent #centercontent table td li {
	float: none;
	margin: 2px;
	padding: 0px;
}
#maincontent a img {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.newhomes li {
	list-style: inside;
}
.newhomes {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 11px;
}#sidebar a, #leftbar a{
	color: #3366FF;
	font-weight: bold;
}
#sidebar h3, #leftbar h3 {
	margin-top: 4px;
}
.tag {
	position: relative;
	top: 95px;
	font-size: 17px;
	left: 330px;
	vertical-align: baseline;
	width: 600px;
}
.headerads {
	margin: 4px;
}
.headerlogo {
	background-color: #FFFFFF;
	margin: 0 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.section {
	clear: both;
	margin-bottom: 6px;
}
.headlinetitle {
	font-size: 16px;
	font-weight: bold;
}
#maincontent #sidebar #searchbox {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
}
#maincontent #sidebar #searchbox #search {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid;
	border-color: #d1bd24;
	margin: 10px;
	padding: 6px;
    background-image: url(images/background.golden.jpg);
    background:#faf6db;
	color: #1e568f; 
	font-weight: bold; 
	font-size: 14px;
}
.subtext {
	color: #CDC9BF;
}

#maincontent #centercontent .comment {
	width: 90%;
	margin: 0 auto;
}
#maincontent #centercontent .comment p {
	text-align: left;
	font-size: 11px;
}
.footertext a {
	font-size: 9px;
}

.input {
 FONT: bold 13px Verdana, Arial, Helvetica, san-serif; COLOR:  635704; 
 border: 1px solid #d1bd24;
 padding: 5px; 
PADDING-TOP: 2px; PADDING-bottom: 2px;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
	border-color: #d1bd24;
	padding: 5px; 
    PADDING-TOP: 2px; PADDING-bottom: 2px;
    background-image: url(images/background.golden.jpg);
    background:#faf6db;
	color: #1e568f; 
	font-weight: bold; 
	font-size: 13px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
	border-color: #d1bd24;
	padding: 5px; 
    PADDING-TOP: 2px; PADDING-bottom: 2px;
    background-image: url(images/background.golden.jpg);
    background:#faf6db;
	color: #1e568f; 
	font-weight: bold; 
	font-size: 13px;
}

.formsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
	border-color: #d1bd24;
	padding: 5px; 
    PADDING-TOP: 4px; PADDING-bottom: 4px;
    background-image: url(images/background.golden.jpg);
    background:#faf6db;
	color: #1e568f; 
	font-weight: bold; 
	font-size: 11px;
}

.primaryheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid;
	border-color: #d1bd24;
	margin: 10px;
	padding: 6px;
    background-image: url(images/background.goldendropdown.jpg);border-color: #d1bd24;color: #031551; 
	color: #1e568f; 
	font-weight: bold; 
	font-size: 14px;
	margin: 5px;
}
.primary  {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;	
 	color: #1e568f; 
}

.featureheader {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid;
	border-color: #d1bd24;
	margin: 10px;
	padding: 6px;
    background-image: url(images/background.golden.jpg);
	color: #1e568f; 
}
.feature {	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #d1bd24;

	padding: 6px;
    background-image: url(images/background.golden.table.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#00000;
	line-height:16px;
}


.newheadertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	color:#ce9834;
	margin:0px;
	padding:0px;
	
}

.newheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#ce9834;
	margin:0px;
	padding:0px;
	
}
.textblack{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#00000;
	line-height:16px;
}	
.textgrey{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#cdcdcd;
	line-height:16px;
}
.textblue{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#4c9ee7;
	line-height:16px;
}	

.headertextblue{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#4c9ee7;
	text-decoration:none;
	font-size:11px;
}
.headertextblack{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

.reviewtab {	
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid; 
	border-bottom: 0px;
	border-color: #d1bd24;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#00000;
	line-height:16px;
}

.reviewtop {	
	border-right: 0px solid;
	border-left: 0px solid;
	border-top: 0px solid; 
	border-bottom: 1px solid; 
	border-color: #d1bd24;
}

.reviewcontent {	
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 0px solid; 
	border-bottom: 1px solid; 
	border-color: #d1bd24;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	font-size:11px;
    padding: 5;
}
.foot {	font-family: Arial, Verdana, Helvetica, sans-serif;
	
    color: #000000; 
	font-size: 10px;
	line-height: 11px;
}