
/* basic elements */

body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#369;
	background-color:#fff;
	}
	
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height:80px;
	background: #06c url(images/back.gif) top left repeat-x;
	width: 100%;
	}
	
#header h1 {
	background: transparent url(images/domain.gif) no-repeat top left;
	width: 286px;
	height: 70px;
	float: left;
	margin: 3px 0px 0px 3px;
	}
#header h1 span {
	display: none;
	}
#header h2 {
	background: transparent url(images/slogan.gif) no-repeat top left;
	width: 314px;
	height: 70px;
	float: right;
	margin: 3px 15px 0px 0px;
	}
#header h2 span {
	display: none;
	}

#navbar {
	position: absolute;
	margin:auto;
	top:80px;
	left:0px;
	height:22px;
	width:100%;
	border-style:solid;
	border-color:#363;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#9cf;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:22px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navbar {height:22px;}


a#home img {background-image: url(images/home.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sale img {background-image: url(images/sale.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#email img {background-image: url(images/email.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#buy img {background-image: url(images/buy.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sell img {background-image: url(images/sell.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#area img {background-image: url(images/area.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#contact img {background-image: url(images/contact.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}

a#home:visited img {background-image: url(images/homevisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sale:visited img {background-image: url(images/salevisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#email:visited img {background-image: url(images/emailvisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#buy:visited img {background-image: url(images/buyvisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sell:visited img {background-image: url(images/sellvisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#area:visited img {background-image: url(images/areavisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#contact:visited img {background-image: url(images/contactvisit.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}

a#home:hover img {background-image: url(images/homehover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sale:hover img {background-image: url(images/salehover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#email:hover img {background-image: url(images/emailhover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#buy:hover img {background-image: url(images/buyhover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#sell:hover img {background-image: url(images/sellhover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#area:hover img {background-image: url(images/areahover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}
a#contact:hover img {background-image: url(images/contacthover.gif);height: 20px;border-width: 1px;border-color: #fff;background-position: top center;}

#Content {
	position: relative;
	top: 124px;
	width:550px;
	margin:0px 0px 0px 250px;
	padding:10px;
	background-color:#fff;
	z-index:1;
	}
	
#bravefourhundred	{
	margin: 0;
	padding: 15px 25px;
	font-size: 13px;
	width: 460px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 550px /* Actual value for conformist browsers */
	}

#bravefourhundred	p{
	line-height:1.5em;
}
	}
html>#bravefourhundred {
	width: 550px; /* Be nice to Opera */
	}
	
#bravefourhundred h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #de442a;
	margin-bottom: 10px;
	}
#bravefourhundred h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #de442a;
	}
	
.headline {
	font: bold 16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
.headline2 {
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
#sideitems {
	position: absolute;
	background-color:#fff;
	top: 104px;
	left: 0px;
	width:250px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	}
/* Again, "be nice to Opera 5". */
body>#sideitems {width: 250px;}

ul {
	list-style-type: disc;
	margin-left: 0;
	margin-right: 5px;
	list-style-position: inside;
	font-size: 12px;
	}

li {
	font-size: 12px;
	}
	
td {
	font-size: 13px;
	}

a:link {
	font-weight : bold; 
 	color: #030;
	text-decoration: underline;
	}

a:visited {
 	font-weight : bold; 
	text-decoration: underline;
	color: #c33;
	background: transparent; 
	}

a:hover {
 	font-weight : bold; 
	text-decoration : none;
	color: #666;
	background: transparent; 
	}

/* footer */

#footer
{
	background: #9cf;
	color: #030;
	padding: 10px 3px;
	border: 1px solid #363;
	border-width:1px 1px;
	font: 9px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a:link
{
	padding: 0px 1px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover
{
	padding: 0px 1px;
	font-weight: normal;
	text-decoration: underline;
}

/* footer text under graphic */

.footer {
	font: 10px Georgia, "NewCenturySchoolbook", Times, serif;
	font-weight : bold;
    color: #111133;
    text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}


	/*  Form layout */ 

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
  
div.row span.labelrequired {
 float: left;
  width: 100px;
  text-align: right;
  color: #006600;
  font-weight: bold;
  }

div.row span.input {
  float: right;
  width: 235px;
  text-align: left;
  }
  

