/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0 0 20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	line-height:18px;
	background:url(/images/backgrounds/bg.jpg) repeat-x #FFFFFF;
}
	
#container {
	margin:0 auto;
	width:905px;
	text-align:left;
	background:url(/images/backgrounds/header_bg.gif) no-repeat;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	line-height:18px;
	vertical-align:top;
}

img {
	border:0;
}

.clear {
	clear:both;
	height:4px;
	background:#FFFFFF;
	line-height:4px;
}

li {
	list-style:none;
}

#popupWindowCaller {
	display:none;
}



/* Typography */

a.noUnderLink {
	text-decoration:none;
}

a.noUnderLink:hover {
	text-decoration:underline;
}

h2.newsTitle a {
	text-decoration:none;
}

h2.newsTitle a:hover {
	text-decoration:underline;
}

#content p.newsdate {
	margin:-5px 0 5px 16px;
	color:#000000;
}



/* Header */

.logo {
	margin:18px 0 13px 28px
}


/* Main Navigation */

#mainNav {
	height:38px;
}

#mainNav li {
	display:inline;
	float:left;
	margin:7px 0 0 0;
	_margin:0;
	height:20px;
	border-right:1px solid #E6E6E6;
}

#mainNav li.last {
	border-right:none;
}

#mainNav a {
	color:#333333;
	text-decoration:none;
	font-size:13px;
	height:27px;
	padding:7px 11px 0 11px;
	_padding:14px 11px 0 11px;
	margin:-7px 0 0 0;
	display:block;
	float:left
}

#mainNav a:hover {
	color:#E41B23;
}

#mainNav li.down a, #mainNav li.down a:hover {
	color:#FFFFFF;
	background:url(/images/backgrounds/mainnav_down_bg.gif) repeat-x #D91C22;
	_background:url(/images/backgrounds/mainnav_down_bg.gif) repeat-x #D91C22 0 7px;
}

#mainNav li.downL a, #mainNav li.downL a:hover {
	height:31px;
	color:#FFFFFF;
	background:url(/images/backgrounds/mainnav_last_down_bg.gif) no-repeat -5px 0;
	_background:url(/images/backgrounds/mainnav_last_down_bg.gif) no-repeat -5px 7px;
}


/* Left Col */

#leftCol {
	width:198px;
	float:left;
}

#featuredFindProperty {
	border-top:1px solid #FFFFFF;
	text-align:center;
	padding:12px 16px 1px 13px;
	color:#333333;
	line-height:14px;
}

.sealApproval + #featuredFindProperty {
	border-top:none;
}

#featuredFindProperty img {
	margin:0 0 8px 0;
}

#featuredFindProperty p {
	margin:0 0 11px 0;
}

#subNav { 
	background:#333333;
	border-bottom:1px solid #ffffff;
	padding:10px 16px 12px 13px;
}

#subNav li { 
	padding:2px 0 0 0;
}

#subNav a { 
	background:url(/images/spacers/subnav_bullet.gif) no-repeat 3px -15px;
	color:#ffffff;
	padding:0 0 0 23px;
	text-decoration:none;
}

#subNav a:hover { 
	background:url(/images/spacers/subnav_bullet.gif) no-repeat 3px 3px;
	color:#E41B23;
	text-decoration:none;
}

#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 2px solid black;
	padding: 5px;
	background-color: #E41C1F;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	visibility: hidden;
	z-index: 100;
}


/* Content */

#middleContainer {
	background:url(images/backgrounds/middle_bg.gif) repeat-y;
}

#content {
	width:703px;
	float:right;
	background:#FFFFFF;
}

.banner {
	margin:0 0 16px 0;
}

#content p, #content table, #content ul, #content h1 {
	margin:0 18px 18px 16px;
}

#content td p, #content td ul, #content td h1, td h2, td h3 {
	margin:0 0 18px 0;
}

#content li {
	background:url(/images/spacers/line_circle.gif) no-repeat 0 3px;
	padding:0 0 0 18px;
	color:#333333;
}

#content .tickList li {
	background:url(/images/spacers/tick.gif) no-repeat 0 -2px;
	padding:3px 0 2px 25px;
}

#moresoon{
	margin-bottom:20px;
	float:left
}

#moresoon li{
	display:inline;
	width:120px;
	float:left;
	margin-bottom:3px
}



/* Products */

#content ul.productsListIcons {
	margin-bottom:10px;
}

#content .productsListIcons li {
	list-style:none;
	display:inline;
	background:none;
	padding:0 7px 0 0;
}

.productsListIcons li img {
	margin:-4px 2px 0 0;
	*margin:0 2px 0 0;
	vertical-align:middle;
}



/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 18px 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding:0 5px 0 15px;
}

.requiredComm {
	text-align:center;
	padding:4px 5px 0 15px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #cccccc;
	padding:2px;
}

.textinputhover {
	border:1px solid #000000; 
	padding:2px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#contentFooter {
	background:#F0F0F0;
	text-align:right;
	height:59px;
	font-size:11px;
}

.vipLoginButton {
	background:#333333;
	float:left;
	height:42px;
	width:198px;
	text-align:center;
	padding:17px 0 0 0;
}

#footer {
	color:#B2B2B2;
	font-size:11px;
	line-height:19px;
	padding:17px 0 0 0
}

#footer li {
	display:inline;
}

#footer a {
	text-decoration:none;
	color:#B2B2B2;
}

#footer a:hover {
	color:#E41B23;
}

#footer a.resources {
	color:#E41B23;
}

.dateByline {
	font-size:11px;
}

.dateByline a {
	text-decoration:none;
}

.dateByline a:hover {
	text-decoration:underline;
}

