
/* border: solid 1px #f00; For Testing*/

body {
background: #000;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: #333;
font: 11px/1.4em Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align: center;
}

#pageholder {
	width: 764px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/* Banner across top of page that says the name of the whole site */

#intro {
	background: #000;
	height: 50px;
	}

h1, h3 {
 font-weight: normal;
 font-size: 1.0em;
 line-height: 1.0em;
 text-indent: -2000em;
 display: block;
 }
 
h1 {
 width: 704px;
 height: 40px;
 background: #fff url(h2a.gif) no-repeat 0 100%;
 }
 
h1 span {
 	display: none;
 	}
 	
h2 {
	font: 18px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
	padding-top: 10px;
	color: #285483;
	}
	
h2 span {
 	display: none;
 	}
	
h4 {
	font: 18px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: left;
	color: #285483;
	}
 	
.tag {
	font-size: 11px;
	font-weight: bold;
	color: #285483;
	}
	
#formsinput {
	display: none;
	}
	
td {
	font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

/* To create the main image near the top of the page. */

#home h1 {
 width: 764px;
 height:300px;
 top: 0px;
 left: 0px;
 background: #D4DFF3 url(header1.jpg) no-repeat;
 }
 
#properties h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header2.jpg) no-repeat;
 }
 
#email h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header3.jpg) no-repeat;
 }
 
#buying h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header4.jpg) no-repeat;
 }
 
#selling h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header5.jpg) no-repeat;
 }
 
#area h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header6.jpg) no-repeat;
 }
 
#contact h1 {
 width: 764px;
 height:300px;
 background: #D4DFF3 url(header7.jpg) no-repeat;
 }



/* For the main navigation bar for the site. */
#navcontainer {
	position: relative;
	margin-top: -19px;
	padding: 0;
	height: 44px;
	}
 #navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
list-style-type: none;
background: #999 url(navbar.jpg);
width: 100%;
height: 30px;
font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
line-height: 15px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li	{
display: inline;
padding-left: 0;
padding-right: 0;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a	{
padding:0.25em 1em;
color: #333;
font-weight: normal;
text-decoration: none;
}

#navcontainer ul li a:hover, #navcontainer ul li a.here:visited	{
color: #285483;
}


/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
position: relative;
width: 764px;
margin-top: -19px;
margin-bottom: 0;
font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
line-height: 133%; 
background: #FEF9E8 url(back.gif) repeat-y;
}
	
#

.columnfull {
width: 764px;
height: auto;
}

.column_left {
width: 510px;
margin-left: 35px;
height: auto;
}

.column_left h2 span {
 	display: none;
 	}

.column_left2 {
position: relative;
width: 650px;
top: 0;
left: 0;
}

.column_right {
position: absolute;
top: 0px;
right: 4px;
width: 185px;
}

.column_left h2 {
 width: 450px;
 height: 47px;
 background-repeat: no-repeat;
 }


#headhome h2 { 
	background-image: url(h3_welcome.gif);
	margin-top: 10px;
	}
#headproperties h2 { 
	background-image: url(h3_properties.gif);
	margin-top: 10px;
	}
#headdetails h2 { 
	background-image: url(h3_details.gif);
	margin-top: 10px;
	}
#heademail h2 { 
	background-image: url(h3_email.gif);
	margin-top: 10px;
	}
#headregister h2 { 
	background-image: url(h3_register.gif);
	margin-top: 10px;
	}
#headbuying h2 { 
	background-image: url(h3_buying.gif); 
	margin-top: 10px;
	}
#headselling h2 { 
	background-image: url(h3_selling.gif); 
	margin-top: 10px;
	}
#headarea h2 { 
	background-image: url(h3_area.gif); 
	margin-top: 10px;
	}

#headcontact h2 { 
	background-image: url(h3_contact.gif); 
	margin-top: 10px;
	}
#headthanks h2 { 
	background-image: url(h3_thanks.gif);
	margin-top: 10px;
	}
#headprivacy h2 { 
	background-image: url(h3_privacy.gif);
	margin-top: 10px;
	}
#headterms h2 { 
	background-image: url(h3_terms.gif);
	margin-top: 10px;
	}
	
#headdisclosure h2 { 
	background-image: url(h3_disclosure.gif);
	margin-top: 10px;
	}
	
#headerror h2 { 
	background-image: url(h3_error.gif);
	margin-top: 10px;
	}
	
#headdirectory h2 { 
	background-image: url(h3_directory.gif);
	margin-top: 10px;
	}

.headline {
font: 14px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
line-height: 133%; 
	}

a:link, a:visited {
font-weight: normal;
color: #285483;
text-decoration: underline;
}

a:hover {
font-weight: normal;
color: #ACA16C;
text-decoration: none;
border-bottom: none;
}

/* Footer */
	
#signature {
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333;
text-align: center;
margin-bottom: 50px;
padding: 0px;
}
	
	
.footer {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-weight : bold;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px;
}
	
/*  Footer */

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding: 25px 0px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px;
background: #000 url(footbar.gif) no-repeat;
font-size: 10px;
font-weight: bold;
line-height: 2.0em;
word-spacing: 2px;
}

#footer a {
 color: #333;
 font-weight: normal;
 text-decoration: none;
 }

#footer a:hover, #footer a:active {
 color: #285483;
 text-decoration: underline;
 }

/* Forms */

forms {
	margin: 0;
	padding: 0;
	}
						
fieldset {
	margin: 1em;
	padding: 1em;
	border: 1px solid #a74661;
	}
						
legend {
	font-family: Verdana,Geneva,Arial,Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0.5em;
	}
						
legend span	{
	font-family: Verdana,Geneva,Arial,Helvetica, sans-serif;
	font-size: 140%;
	color: #a74661;
	margin: 0;
	padding: 0.5em;
	}
						
label {
	/* display: none; */
	}
						
.divBorder {
	width: 156px;
	border: 1px solid #e9d1d7;
	background: #fff;
	padding: 1px;
	margin-bottom: 0.5em;
	}
						
* html div.divBorder {
  	width: 154px;
  	w\idth: 156px;
	}

.inputBorder {
	width: 152px;
	border: 1px solid #99f;
	border-top: 1px solid #66f;
	background: #fff;
	padding: 1px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 100%;
	}
						
* html input.inputBorder {
  	width: 150px;
  	w\idth: 152px;
	}
						
.tnyBorder {
	width: 35px;
	border: 1px solid #e9d1d7;
	border-top: 1px solid #c88a9c;
	background: #fff;
	padding: 1px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 100%;
	}
						
.smlBorder {
	width: 90px;
	border: 1px solid #e9d1d7;
	border-top: 1px solid #c88a9c;
	background: #fff;
	padding: 1px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 100%;
	}
						
.frmButtons	{
	margin-top: 1em;
	text-align: right;
	}


#area a {
 color: #285483;
 text-decoration: underline;
 }
 
#area a:link {
 color: #285483;
 text-decoration: underline;
 }
 
#area li {
	list-style-position: inside;
	margin-left: 10px;
	}


	/*  Properties layout */ 
  
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
.logotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}
.headlarge { 
	color: #FFFFFF;
	font-size: 24; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.headsm { 
	color: #FFFFFF; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}

.verdana10pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.verdana11pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}
.verdanaform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

