body {
	background: #575859;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #c5daf4;
	}
	
#container {
	width:900px;
	margin:0 auto;
	}
	
#container .mlsthree {
	width:100%;
	}

#container .main {
	border: 1px solid #474848;
	background: #6e6f6f;
	margin-top:50px;
	padding:20px;
	margin-bottom:30px;
	}
	
#container .alt {
	background:#798290;
	border:1px solid #444445;
	padding: 5px;
	height:100%;
	}
	
#container .mls {
	background:#798290;
	border:1px solid #444445;
	padding: 5px;
	width:920px;
	}
	
#searchbox {
	float:left;
	border-right:1px solid #444445;
	padding: 3px;
	width:130px;
	margin-right:5px;
	}
	
#rightfloat {
	float:right;
	width:330px;
	height:auto;
	border-left: 1px solid #575859;
	padding: 5px;
	}
	
#container .header {
	border: 1px solid #575859;

	height:130px;
	width:850px;
	}
	
#smallinks {
	float:right;
	font-size: 90%;
	padding-right:10px;
	padding-top:34px;
	}
#chat {
	float:right;
	}
a, a:visited {
	color:#FFF;
	text-decoration:underline;
	}

a:hover {
	color:#c5daf4;
	text-decoration:none;
	}
	
#boxbkg {
	background:#575859;
	padding:2px;
	margin-top:5px;
	width:auto;
	}
	

	
	
.leftbox {

	background:#798290;
	border:1px solid #444445;

	padding: 5px;
	}
	
.rightbox {

	background:#798290;
	border:1px solid #444445;
	width:230px;
	padding: 5px;
	text-align:left;
	}
	
.centerbox {
	background:#798290;
	border:1px solid #444445;
	width:336px;
	padding: 5px;	
	}
	
h1 {
	color:#000;
	font-size:18px;
	font-style:italic;
	text-align:right;
	}
h2 {
	color:#FFFFFF;
	font-size: 16px;
	font-style:italic;
	}
	
.listingheader {
	color:#FFFFFF;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	}
	
#footer {

	color:#000;
	font-weight:bold;
	font-size:12px;
	
	}
	
#Talledega {display: none;}
	
	
/* Menu */
/* with text */
#menu2 {display:block; height:112px; min-height:130px; margin:5px;}
#menu2 ul {margin:0; padding:0; list-style-type:none;}
#menu2 li {display:block; float:left; margin-right:1px; width:166px; border:1px solid #575859;}
#menu2 li.list1t {background:#798290 url(images/link1.jpg) no-repeat top left; }
#menu2 li.list2t {background:#798290 url(images/link2.jpg) no-repeat top left;}
#menu2 li.list3t {background:#798290 url(images/link3.jpg) no-repeat top left;}
#menu2 li.list4t {background:#798290 url(images/link4.jpg) no-repeat top left;}
#menu2 li.list5t {background:#798290 url(images/link5.jpg) no-repeat top left;}
#menu2 a {display:block; width:166px; padding-top:90px; padding-bottom:3px; color:#000; text-decoration:none; text-align:right; color:#fff; font-size:1.2em;
font-style:oblique; font-family:Georgia, "Times New Roman", Times, serif;}

#menu2 a#item1t {background:transparent url(images/link1bnw.jpg) -160px -86px no-repeat;}
#menu2 a#item2t {background:transparent url(images/link2bnw.jpg) -160px -86px no-repeat;}
#menu2 a#item3t {background:transparent url(images/link3bnw.jpg) -160px -86px no-repeat;}
#menu2 a#item4t {background:transparent url(images/link4bnw.jpg) -160px -86px no-repeat;}
#menu2 a#item5t {background:transparent url(images/link5bnw.jpg) -160px -86px no-repeat;}

#menu2 a#item1t:hover {background-position:top left; z-index:50; color:#fc0;}
#menu2 a#item2t:hover {background-position:top left; z-index:50; color:#fc0;}
#menu2 a#item3t:hover {background-position:top left; z-index:50; color:#fc0;}
#menu2 a#item4t:hover {background-position:top left; z-index:50; color:#fc0;}
#menu2 a#item5t:hover {background-position:top left; z-index:50; color:#fc0;}

/* tool tip hovers */

.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:#686767; color:#c5daf4; text-decoration:none;}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b, 
.hov a:hover b
{display:block; visibility:visible; position:absolute; left:-90px; top:1em; background:#686767; cursor:pointer; border:1px solid #888; padding:5px 10px; width: 250px;}
.hov b a {white-space:nowrap; color:#c5daf4; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline;}

.clear {clear:both;}
