body { 
	background-color: #222222;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	text-align: left;
	margin: 0px;
}

#navbar ul{
	padding:0;
	margin:0;
	list-style:none;
}

#navbar li {
	float: left;
	position: relative;
	width: 9em;
}

#navbar li ul {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100px;
	top: 20px;
	left: 0;
	background-color: #333333;
	padding: 5px;
}

#navbar li > ul {
	top: 16px;
	left: 30px;
}

#navbar  li:hover ul, li.over ul  {
	display: block;
 }


 a:link {
	color: #ffffff;
	text-decoration: none;
	
}

 a:visited {
	color: #ffffff;
	text-decoration: none;
	
}

 a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;

}

 a:active {
	color: #ffffff;
	text-decoration: none;

}

a:img {
	border: none;

}

h4:hover {
	background: #ffcc00;
	color: #000000;
	text-decoration: none;
}

.nav2 {					 
	border: solid 2px;
	border-color: #555555;
	color: #ffffff;
	text-align: left;
	font-size: 15px;
}

#wrapper{
	width: 789px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: solid 1px;
	border-color: #ffffff;
}

/** START Navigation Bar Styles**/
#navbar	{   
	text-align: center;
	height: 23px;
	background-color: #333333;
	border-bottom: 1px solid white;
}

#navbtns {
	margin-left: 0px;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	z-index: 100;
}

/** START search form for dealers id  **/

#search_block {
	width: 789px;
	height: 64px;
	text-align: center;
	border-top: solid 1px;
	border-color: #ffffff;
	background-color: #777777;
}

#addsearch {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #333333;
	font-size: medium;
	font-weight: 600;
	position: relative;
	z-index: 30;
}

.search_field {
	background: #333333;
	border: 1px solid;
	border-color: #999999;
	color: #ffffff;
	text-align: left;
}

.text_block {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	background: #333333;
	border: 1px solid;
	border-color: #999999;
	font-weight: normal;	
	padding: 10px;
	text-align: left;
}

.white_block {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 2px solid;
	border-color: #666666;
	color: #222222;
	font-weight: normal;
	padding: 10px;
	text-align: left;	
}

.validate {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffcc00;
	border: 2px solid;
	border-color: #666666;
	color: #222222;
	font-size: 0.9em;
	font-weight: normal;
	padding: 10px;
	text-align: left;	
}

.yellow_block {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ffcc00;
	border: 2px solid;
	border-color: #666666;
	color: #222222;
	font-size: 0.9em;
	font-weight: normal;
	padding: 10px;
	text-align: left;	
}

#content {
	width: 789px;
	background-color: #222222;
	color: #FFFFFF;
}

#regform {
	padding: 10px;
	margin: 15px;
	width: 95%;
	height: 95%;
}

#regform td {color: #ffffff; padding: 5px;}

.copyright {
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#search_form {
	vertical-align: middle;
}

#map {
	height: 389px;
	overflow: hidden;
	color: #000000;
	position: relative;
	text-align: left;
	z-index: 0;
}

		
