body, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: white;
}

a {
	color: #0000ff;
	text-decoration: none
}

a:hover{
	text-decoration: underline;
}

h2 {
	color: red;
}

#center_page {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1008px;
	margin-left: -504px;
}

#page_bg {
	background-color: black;
     overflow: hidden;
}

#page_top {
	height: 140px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#logo {
	width: 280px;
	height: 140px;
	background-image: url('/img/layout/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 9pt;
}

#ad_home_top {
	padding-top: 25px;
}

#search_box {
	float: right;
	background-color: black;
	width: 250px;
}

		#search_title {
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 11pt;
			line-height: 25px;
			padding: 0px 3px;
		}

		#search_make {
			padding-left: 5px;
			padding-bottom: 3px;
			border-left: 1px solid #ccc;
		}

		#search_model {
			padding-left: 5px;
			padding-bottom: 3px;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}

		.research_select {
			background-color: #00c0ff;
			border: 1px solid #00c0ff;
			color: white;
			font-weight: bold;
			width: 150px;
		}

		.get_aqua {
			float: right;
			height: 19px;
			width: 80px;
			background-image: url('/img/layout/get_aqua.gif');
			background-position: top left;
			margin-right: 3px;
		}

		.get_blue {
			float: right;
			height: 19px;
			width: 80px;
			background-image: url('/img/layout/get_blue.gif');
			background-position: top left;
			margin-right: 3px;
		}

#main_menu {
	border-bottom: 1px solid #ccc;
	height: 25px;
	clear:both;
}

#main_menu ul{
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
}

#main_menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	margin-left: -6px;
	padding: 2px 10px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #ffcc05;
}

#main_menu li.active {
	background-color: #ffcc05;
	color: black;
}

#main_menu a {
	color: white;
	text-decoration: none;
}

#main_menu a:hover {
	text-decoration: none;
}

#admin_menu {
     float: left;
     width: 200px;
}
#admin_menu a {
     color: black;
}
#admin_menu a:visited {
     color: black;
}

#admin_menu li {
     list-style: none;
     background-color: #999;
     color: black;
     border: 2px solid #ccc;
     border-right: 0px;
     margin-bottom: 5px;
     padding: 3px;
     padding-left: 10px;
     -webkit-border-top-left-radius: 10px;
     -khtml-border-radius-topleft: 10px;
     -moz-border-radius-topleft: 10px;
     border-top-left-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -khtml-border-radius-bottomleft: 10px;
     -moz-border-radius-bottomleft: 10px;
     border-bottom-left-radius: 10px;
}

#admin_menu li.active {
     background-color: white;
}

#admin_content{
     float: left;
     width: 800px;
}

#footer {
	clear: both;
	font-size: 9pt;
	text-align: center;
	border-top: 2px solid #666;
}

#footer a {
	color: red;
}

#footerMenu {
	margin: 10px;
	padding: 0px;
	color: #00c0ff;
	font-size: 10pt;
}

#footerMenu li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}

#footerMenu a{
	color: white;
	text-decoration: none;
}

#page_title {
	font-size: 24pt;
	color: #ffcc05;
	margin: 15px 15px 0px 15px;
	font-weight: normal;
}

#page_content_wrapper {
	margin:15px;
	padding: 5px;
	background-color: white;
}

#page_content {
	border: 1px solid black;
	padding: 15px;
	color: black;
	overflow: hidden;
}

#adColumn {
	float: left;
	padding-top: 15px;
}

#adColumn img {
	margin-bottom: 15px;
}

#site_search {
	border: 1px solid #999;
	padding-left: 10px;
	background-color: black;
	color: #ccc;
	display: inline;
	width: 150px;
	font-size: 8pt;
}

#search_icon {
	position: relative;
	top: 5px;
	left: 5px;
}

.yellow_button {
	background-color: #ffcc05;
	color: black;
	width:120px;
	margin-top: 15px;
	font-size: 12pt;
	font-weight: bold;
}

.ask_table{
	border: 3px solid #ffcc05;
	padding: 25px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.formLabel{
     font-weight: bold;
}
