@charset "utf-8";
/* CSS Document */

.float { float: left; }
.clear { clear: both; }

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #e2e3dd;
}

#wrapper {
	width: 100%;
}

/* HEADER SECTION ------------------------------------------------------------------------- */
#header {
	background: url(images/header_ext.jpg) repeat-x;
	height: 110px;
	width: 100%;
}

#header .left {
	background: url(images/header_left.jpg) no-repeat top left;
	height: 110px;
	width: 100%;
}

#header .right {
	background: url(images/header_right.jpg) no-repeat top right;
	height: 110px;
	width: 100%;
}

#header .nav_wrapper {
	padding-top: 74px;
	width: 100%;
}

#navigation {
	background: url(images/nav_bg.jpg) repeat-x;
	width: 100%;
	height: 30px;
}

#navigation .spanblock { display: block; } /* PADDING FIX FOR FIREFOX */

#navigation span {
	display: inline;
	padding-top: 7px;
	padding-right: 20px;
	
	font-family: arial;
	font-size: 14px;
}

#navigation a { text-decoration: none; color: #ffffff; }
#navigation a:hover { text-decoration: none; color: #95cb97; border-bottom: 3px solid #95cb97; }

/* CONTENT ------------------------------------------------------------------------------------------ */

#content {
	width: 100%;
	height: 200px;
	background-color: #ffffff;
}

#content_wrapper { padding: 10px; }

#content .gbar {
	background: url(images/bar_green.jpg) no-repeat;
	width: 561px;
	height: 22px;
	padding-left: 10px;
	padding-top: 2px;
	
	font-family: georgia;
	font-size: 14px;
	color: #ffffff;
}

#categories {
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

#categories table tr td { width: 120px; }

#listings {
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

#listings table tr td { width: 100%; }

#listings a {
	color: #10446B;
	text-decoration: none;
}

#listing {
	width: 500px;
	border: 1px solid #dddddd;
	padding: 10px;
}

#listing span {
	color: #05443b;
}

#listingpremium {
	background-color: #e3eee3;
	border: 1px solid #dddddd;
	padding: 10px;
	width: 500px;
}

#listingpremium span {
	color: #05443b;
}

#bottom {
	width: 100%;
	height: 300px;
	background: url(images/bottom_topbg.jpg) repeat-x top;
}

#bottom_wrapper { padding: 10px; }

#bottom .dbar {
	background: url(images/bar_dblue.jpg) no-repeat left #476b85;
	width: 100%;
	height: 20px;
	
	font-family: georgia;
	font-size: 14px;
	color: #ffffff;
}

#bottom .lbar {
	background: url(images/bar_lblue.jpg) no-repeat right;
	width: 100%;
	height: 20px;
}

#bottom span { padding-left: 15px; }

#bottom_contents { padding: 10px; }

#bottom_contents p {
	font-family: arial;
	font-size: 12px;
}

#ads img {
	border: 3px solid #ffffff;
}

#ads span {
	padding: 3px;
}

#footerads {
	padding: 20px;
}

#footerads img {
	border: 3px solid #ffffff;
}

#footerads span {
	padding: 3px;
}

#maincats a {
	color: #333333;
}

h3 {
	color: #003366;
}

h4 {

}
#question_box {
	border: 1px solid #dddddd;
	padding: 5px;
}

#question_box a {
	text-decoration: none;
	color: #10446B;
}

#question_box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#question_box ul li {
	font-size: 1em;
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 3px;
	background-image: url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: 1em .5em;
}

#mapdiv {
 vertical-align: center;
 text-align: center;
 width: 550px;
 background-color: #ffffff;
 border: 7px solid #e7f1f5;
}
#mapform {
	width: 525px;
	height: 125px;
	text-align: left;
	vertical-align: center;
}
#mapform span {
 	font-family: arial;
	font-size: 15px;
	color: #0b4761;
}


/* ADMIN AREA ------------------------------------------------- */

#admindiv {
 vertical-align: center;
 text-align: center;
 width: 200px;
 background-color: #ffffff;
 border: 7px solid #95cb97;
}
#adminforms {
	width: 160px;
	height: 140px;
	text-align: left;
	vertical-align: center;
}
#adminforms span {
 	font-family: arial;
	font-size: 15px;
	color: #0b4761;
}

.forms {
 	font-family: arial;
	font-size: 15px;
	color: #0b4761;
}

#adminforms input {
	border: 1px solid #dddddd;
}

#admin_content input {
	border: 1px solid #dddddd;
}

#admin_main .admin_list {
	font-family: arial;
	font-size: .7em;
	color: #333;
	background-color: #e9f3f2;
	margin-bottom: 2px;
}

#admin_main span {
	width: 175px;
	float: left;
}

#admin_container {
	width:700px;
}
.tabs {
	width: 100px;
	margin-right:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	font-family: arial;
	font-size: .8em;
	color: #00CC00;
}
#admin_content {
	height:100%;
	clear:both;
	border:1px solid #ccc;
}

#admin_load_area {
	height: 35px;
}

#admin_load {
	display:none;
}

#admin_main .pending {
	background-color: #e9f3f2;
	display: block;
	font-family: arial;
	font-size: 1em;
	color: #333;
	margin-bottom: 2px;
}