body {
	margin: 0px;
	padding:  0 20px;
	background-color: #ffffff;
	}
	
body, tr, td {
	font:normal 13px/1.5 Arial,Helvetica,sans-serif;
	color: #000000;
	}

/* content blocks */

#header {
	height:105px;
	position:relative;
}

#logo {
	width:305px;
	height: 105px;
	position:absolute;
	top:0;
	left:0;
}

#search_block {
	width: 600px;
	position:absolute;
	top: 11px;
	left: 315px;
}

#top_bar {
	background:#eaedfb;
	border-top: 1px solid #006597;
	font-size: 14px;
	font-weight:bold;
	padding: 7px 15px;
	margin-bottom:15px;
}

#records {
	float:right;
	text-align:right;
	width:300px;
	font-size: 14px;
	font-weight:bold;
}

#bot_bar {
	background:#eaedfb;
	border-top: 1px solid #006597;
	border-bottom: 1px solid #006597;
	font-size: 12px;
	text-align:center;
	padding: 15px;
}

#copy {
	font-size: 12px;
	text-align:center;
	padding: 25px;
}

#top {
	font-size: 12px;
	text-align:right;
	padding: 5px 10px;
	font-weight:bold;
	border-bottom: 1px solid #006597;
}

#content {
	width: 750px;
	float:left;
}

#side {
	width: 160px;
	float:right;
}

#home {
	width: 750px;
	margin:0 auto;
	padding-top:50px;
	text-align:center;
}

#home_content {
	width: 550px;
	padding-top: 10px;
	margin: 0 100px;
	text-align:center;
	color:#666666;
}

#home_ads {
	width: 468px;
	padding-top: 50px;
	margin: 0 141px;
}

.clr {
	clear:both;
	line-height:1px;
	height:1px;
	overflow:hidden;
}


/* Search Results */

.home_search{
	text-align:center;
	padding: 10px 0 50px 0;
}

.search_result {
	padding: 10px 0;
	border-bottom: 1px solid #006597;
}

.search_title {
	font-size:15px;
	line-height:36px;
	font-weight:bold;
}

table.bbc {
	float:right;
	width:135px;
}

table.bbc td {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	vertical-align:middle;
	color:#666666;
}

.pic {
	float:left;
	width:120px;
	height:90px;
	overflow:hidden;
}
.search_text {
	color:#666666;
	float:right;
	width:620px;
}

.search_location {
	font-weight:bold;
	padding-top: 10px;
	color:#000000;
}

/* Links */

a {
	color: #999999;
	text-decoration:none;
}

a:hover {
	color: #cccc33;
	text-decoration:underline;
}


/* headings */

H1.home_head {
	color:#919191;
	margin-bottom:30px;
}

H1 {
	font-size:18px;
	color:#000000;
}

H2 {
	font-size:16px;
	color:#000000;
}

H3, H4, H5, H6 {
	font-size:14px;
	color:#000000;
}
/* search form */

table {
	border-collapse:collapse;
}

#search_block .search_table td {
	font-size:12px;
	padding: 3px;
	white-space:nowrap;
	text-align:left;
}

#home .search_table td {
	font-size:12px;
	padding: 7px;
	white-space:nowrap;
	text-align: center;
}

#filter_location {
	width:300px;
}

.s_but {
	margin: 5px 20px;
}

input, select {
	font:normal 12px Arial,Helvetica,sans-serif;
	color: #000000;
}

form {
	padding:o;
	margin:0;
}

.home_location {
	width:480px;
	padding:5px;
	font-size:17px;
	color:#999999;
	border:1px solid #000000;
	background:#FFFFFF;
}

/* pager styles */

.pager {
	color:#dd0000;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding: 25px;
}

.pager a,
.pager a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}

.pager img {
	vertical-align:middle;
	border:none;
	width:133px;
	height:20px;
}


/* messages */



.error {
	border-bottom: 1px solid #FF0066;
	border-top: 1px solid #FF0066;
	background: #FFCCFF;
	color:#000000;
	font-weight:400;
	padding: 10px;
	font-size:13px;
	margin-bottom:15px;
}

.success {
	border-bottom: 1px solid #66cc66;
	border-top: 1px solid #66cc66;
	background:#ccffcc;
	color:#000000;
	font-weight:400;
	padding: 10px;
	font-size:13px;
	margin-bottom:15px;
}

