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

/* --- BASIC LAYOUT -- */
body {
	background: url(../images/background.jpg);
	background-repeat:repeat;
	margin-top: 0px;
}
h1 {
text-decoration: bold;
margin-top: 0;
margin-bottom: 0;
} 


#header {
	background: url(../images/header_bg2.jpg) no-repeat;
	width: 940px;
	min-height: 130px;
}
#headerLeaderboard {
	position:absolute;
	top: 10px;
	left: 210px;
}
#headerLogo {
	position: absolute;
	margin-top: -30px;
}
#headerWeather {
	position: absolute;
	top: 103px;
	left: 180px;
	font-family: New Century Schoolbook, serif;
	font-size: 14pt;
	color: #324f1a;
}
#headerWeatherIcon {
	position:absolute;
	margin-top: -25px;
	left: 500px;
}

#headerSearchField {
	position:absolute;
	top: 15px;
	left: 750px;
	width: 140px;
}
#headerSearchSubmit {
	position:absolute;
	top: 10px;
	left: 900px;
}

#navigation {
	height:45px;
	background-color: #3d0102;
	font-family: Gill Sans, sans-serif;
	font-weight: bold; 	
	font-size:14px;
}
#navigationMenu {
	padding-top: 15px;
	padding-left: 20px;
	width: 725px;
}
#footernavigationMenu{
	padding-top: 15px;
	padding-left: 20px;

}
#navigationLink {
	color: #aece7c; 
	text-decoration: none	
}
#navigationSpacer {
	color: #aeca7c;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 4px;
}
#maincontent {
	background: url(../images/body_bg.jpg) no-repeat;
	min-height: 700px;
	height:auto;
}
#pagecontent {
	background: url(../images/page_bg.jpg) no-repeat;
	min-height: 1022px;	
	height:auto;
	padding-bottom: 30px;
}
#homeMarketplaceSearch {
	background-color: #6a8950;
	height: 35px;
	font-family: Gill Sans, sans-serif;
	font-weight: bold; 	
	font-size:16px;
	color: #ffffff;
}
#homeMarketplaceSearchBox {
	padding-left: 50px;
	padding-top: 5px;
}
#homeLeftContainer {
	width: 250px;
	height:auto;
	float: left;
}
#homeRightContainer {
	width: 370px;
	height:auto;
	float: left;
}

#sidebar {
	background: url(../images/sidebar_bg.png);
	min-height: 700px;
	height:auto;
}
#sidebarAdvertisement {
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebarCalendarDiv {
	background:url('/media/images/calendar.png');
	width: 298px;
	height 266px;
	margin-bottom: 10px;
}


/* FOOTER */
#footer {
	height: 45px;
	font-family: Gill Sans, sans-serif;
	font-weight: bold; 	
	font-size:14px;
	background-color: #3d0102;
}


/* BUSINESSES */

#pageTitleHeader {
	font-family: Gill Sans, sans-serif;
	font-size:35px;	
	color: #3d0102;
	padding-left: 15px;
	padding-top:30px;
}



div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3d0102;
	
	text-decoration: none; /* no underline */
	color: #3d0102;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #3d0102;

	color: #3d0102;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #3d0102;
		
		font-weight: bold;
		background-color: #3d0102;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #3d0102;
}
