@charset "utf-8";
/* CSS Document */

body {
	background-color: #0397d5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #E82B2B;
}
hr {
	padding: 0px;
	height: 1px;
	color: #fdd86a;
	background-color: fdd86a;
	margin: 7px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fdd86a;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-----------------------------------------------------------------------------------*/

a:link {
	color: #e82b2b;
	text-decoration: underline;
}
a:visited {
	color: #E82B2B;
	text-decoration: underline;
}
a:hover {
	color: #E82B2B;
	text-decoration: none;
}
a:active {
	color: #E82B2B;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0px auto;
}
#header .logo {
	float: left;
	margin-top: 25px;
}

/*-----------------------------------------------------------------------------------*/

#navigation {
	padding-top: 14px;
}
#navigation ul {
	float: right;
}
#navigation ul li {
	float: left;
	background-image: url(../images/background_navigation.gif);
	height: 22px;
	margin-left: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px 0px 15px;
	background-color: #FBF0BB;
}

/*-----------------------------------------------------------------------------------*/

#search_bar {
	height: 92px;
	width: 615px;
	float: right;
	background-image: url(../images/background_searchbar.gif);
	background-repeat: repeat-x;
	padding: 15px 15px 0px 15px;
}
#search_item {
	float: left;
	margin: 0px 7px 0px 10px;
	font-size: 11px;
	font-weight: bold;

}
.search_field {
	width: 148px;
}

/*-----------------------------------------------------------------------------------*/

#main_content {
	float: left;
	width: 710px;
	margin-top: 20px;
	background-color: #FFF;
	background-image: url(../images/background_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 160px 30px 30px 30px;
}
.listings {
	float: left;
	width: 147px;
	margin: 20px 15px 0px 15px;
}
.listings li {
	margin-bottom: 12px;
}


/*****************************************************************************/
#main_content .business {
	margin-bottom: 20px;
}

#main_content .business h3 {
	color: #E82B2B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDD86A;
	margin-bottom: 5px;
}
#main_content .business .img {
	float: left;
	width: 120px;
	text-align: center;
}
#main_content .business .info {
	float: left;
	width: 475px;
}

/*-----------------------------------------------------------------------------------*/

#sidebar_right {
	float: right;
	width: 170px;
	margin-top: 20px;
}
#footer {
	font-size: 11px;
	padding: 20px 0px;
	color: #B4DFF1;
}
#footer a {
	color: #B4DFF1;
}


/********** Nav Changes ************/
div#main_content h2 { margin-bottom:15px; }

