﻿body,html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #000000;
	font: 12px Verdana, Geneva, Tahoma, sans-serif;

}

#header {
	padding: 5px 10px;
	background: #000000 url(/images/logo.gif) no-repeat left;
	height: 50px;
}
h1 {
margin:0;
}
#nav {
	border-top: #00FF00 groove;
	padding: 5px 10px;
	background: #000000;
	border-bottom-color: #FF9900;
	border-bottom-style: groove;
}
#main {
	float: left;
	width: 430px;
	padding: 10px;
	background: #ffff66;
}
h2 {
margin:0 0 1em;
}
#sidebar {
	
	float: right;
	width: 130px;
	padding: 10px;
	background: #ffff66;
}
#footer {
	clear: both;
	padding: 5px 10px;
	background: #FF9900;
}
#footer p {
margin:0;
}

* html #footer {
height:1px;
}
#nav ul {
margin:0;
list-style:none;
}
#nav ul li {
display:inline;
margin:0;
padding: 2px 8px 2px 8px;

}
#nav a:hover {
	text-decoration: none;
	color: #00FF00;
	background-color:black;
}
#nav a:visited { color: red; }
#nav a:link { color: red; }



#wrap {
	width: 600px;
	margin: 0px auto 0px auto;
	background:#ffff66;
}


h6 {
	font-weight: bold;
	border-bottom: thin;
	color: #008000;
	font: normal bold 12px Verdana, Geneva, Tahoma, sans-serif;
	font-size: larger;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
h5 {
	font-weight: bold;
	border-bottom: thin;
	color: #FF0000;
	font: normal bold 12px Verdana, Geneva, Tahoma, sans-serif;
	font-size: larger;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding: 0px 0px -2px 0px;
}


h4 {
	font-weight: normal;
	color: #FF0000;
	clear: both; 
	padding:10px;
}


#main .feeds {
	padding-left: 10px;
	background: url(/images/img11.gif) no-repeat left center;
}
#main a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:visited { color: red; }
a:link {	color: red;}



hr{
        clear: both;
}

 #formbox {
	border-color: #000000;
	width: 400px;
	margin: 5;
	text-align: left;
	padding: 5px;
	float: left;
	border: medium #000000 solid;
	clear: both;
	background-color: #FFFFFF;
}

 #space {
	margin: 10 10 10 20;
	padding: 10 10px 10px 10px;
	clear: both;
}
   dl {
	background: #FFFFFF;
	color: #000000;
	float: left;
	font-weight: normal;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 20px;
	clear: right;
	width: 350px;
}   
dd {
padding: 5px 10px 5px 0;
	float:left;
	margin: 0 0 0 50px;
	   } 



dt {
	margin: 2px 0 2px 0;
	background: #99CCFF;
	color: #663300;
	font-weight: bold;
	padding: 5px;
	width: 250px;
	left: 0px;
	padding: 5px 0;
	clear: both;
	text-align: center;
}
dt.gold {
	background: #FFFF99;
	color: #000000;
}

dt.silver {
	background: #C0C0C0;
	color: #000000;
}
dt.plat {
	background: #000000;
	color: #FFFF00;
}



.button {
	margin-right: 2px;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	padding: 2px 5px 2px 5px;
	color: #0000FF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 6px 5px;
	background: #FFFFCC;
}

    .contractor_directory_bt /* Button with CSS only */   
    {
	background: url(/images/sign_up_free_btn.png) 0 0;
	height: 52px;
	width: 160px;
	display: block;
	float: none;
}  
    .contractor_directory_bt:hover /* mouseOver */   
    {  
        background: url(/images/free_advertising_btn.png) 0 0;  
    }  
 
    .free_directory_btn /* Button with CSS only */   
    {
	background: url(/images/free_directory_btn.png) 0 0;
	height: 52px;
	width: 161px;
	display: block;
	float: none;
}  
    .free_directory_btn:hover /* Button with CSS only */   
    {
	background: url(/images/free_directory_ads.png) 0 0;
	height: 52px;
	width: 161px;
	display: block;
	float: none;
}  


