body {
	text-align: center;
	background-color: #636757;
	margin: 0px 0px 0px 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	
	display: block;
	margin: 0 auto;
	width: 982px;
	text-align: center;
	background-color: #ffffff;
	min-height: 100%;
	
}

#centrecontainer {
	
	margin: 0 auto;
	background-color: #ffffff;
	width: 978px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	background-color: #FFFFFF;
	
}

#header {
	width: 978px;
	height: 91px;
	background-image: url(images/header.jpg);	
}

#strapline {
	float: right;
	padding: 60px 10px 0px 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #333333;
}

#flashheader {
	width: 978px;
	height:364px;
	background-image: url(images/flash_header.jpg);
}

#menucontainer {
	width: 978px;
	height: 37px;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/menu_bg.jpg);
	background-position: bottom;
}

#pagebody {
	width: 978px;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#maincontent {
	width: 700px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	
}

#maincontentresults {
	width: 978px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	
}

#innercontent {
	
	text-align: left;
	float: left;
	padding: 0px 40px 10px 20px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color : #333333;
	line-height: 20px;
}

#rightpanel {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 0px;
	
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #118698;
	font-weight:bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ab8e7e;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	color: #91876f;
	font-weight:bold;
	font-style: italic;
}

/* latest news box */
.newsbox {
	width: 669px;
	padding: 5px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #616e52;
}


.newsbox div.top {
	
	height: 62px;
	padding: 0;
	margin: 0;
	background-image: url(images/newbox_top.gif);
	background-repeat: no-repeat;
}

.newsbox div.content {
	
	padding: 0px 0px 0 30px;
	margin: 0;
	background-image: url(images/newsbox_content.gif);
	background-repeat: repeat-y;
}

.newsbox div.bottom {
	
	height: 38px;
	margin: 0;
	padding: 0;
	background-image: url(images/newsbox_bottom.gif);
	background-repeat: no-repeat;
}

/* right panel */
.loginbox {
	width: 247px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.loginbox div.top {
	height: 71px;
	padding: 0;
	margin: 0;
	background-image: url(images/login_header.jpg);
	background-repeat: no-repeat;
}
.loginbox div.content {
	padding: 0px 0px 0 30px;
	margin: 0;
	background-image: url(images/rightbox_content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.loginbox div.bottom {
	height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(images/rightbox_bottom.jpg);
	background-repeat: no-repeat;
}

.forsalebox {
	width: 247px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.forsalebox div.top {
	height: 71px;
	padding: 0;
	margin: 0;
	background-image: url(images/forsale_header.jpg);
	background-repeat: no-repeat;
}
.forsalebox div.content {
	padding: 0px 0px 0 30px;
	margin: 0;
	background-image: url(images/rightbox_content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.forsalebox div.bottom {
	height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(images/rightbox_bottom.jpg);
	background-repeat: no-repeat;
}

/* footer stuff */

#footercontainer {
	width: 978px;
	height: 100px;
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;	
}
	
#footermenucontainer {
	padding: 23px 30px 10px 40px;
	text-align: left;
	float: left;
}

#footermenu ul {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footermenu ul li {
	margin: 0px;
	padding: 5px 8px 5px 4px;
	display: inline;
	list-style: square url(none);
}

#footermenu ul li.active a {
	
	color: #afa488;
}

#footermenu a:link, #footermenu a:visited  {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
}
#footermenu a:hover {
	background-color: #333333;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#creditscontainer {
	padding: 55px 20px 10px 20px;
	text-align: left;
	float: right;
}

#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 0px 0px;
}

#credits a:link, #credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #849472;
	}


#credits a:hover
	{
	background-color: #849472;
	color: #ffffff;
	}

/* Hyperlinks */
#maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #506e3b;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #506e3b;
	font-weight: bold;
}


/* top tabbed menu */

#tabsC {
	float:left;
	width:100%;
	line-height:normal;
	background-image: url(images/menu_bg.jpg);
	height: 37px;
      }
    #tabsC ul {
	margin:0;
	padding:6px 10px 0 20px;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
      }
    #tabsC li {
      display:inline;
	  float: left;
      margin:0px;
      padding: 0px 5px 0px 0px;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.png") no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.png") no-repeat right top;
      padding:7px 20px 8px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#464E42;
      }
    #tabsC a:hover {
      background-position:0% -33px;
      }
    #tabsC a:hover span {
      background-position:100% -33px;
      } 
    #tabsC .active span {
      color:#464E42;
      }
	  

/* end menu */



