@charset "utf-8";
/* CSS Document */

/* --- BASIC LAYOUT -- */
body {
	background: url(../images/background.jpg);
	background-color: #1d043d;
	background-repeat:repeat-x;
	margin-top: 0px;
}
#header {
	background: url(../images/header_bg2.jpg) no-repeat;
	width: 940px;
	min-height: 130px;
}
#headerLeaderboard {
	position:absolute;
	top: 10px;
	left: 275px;
}
#headerLogo {
	position: absolute;
	margin-top: -30px;
}
#headerWeather {
	position: absolute;
	top: 103px;
	right: 10px;
	font-family: New Century Schoolbook, serif;
	font-size: 14pt;
	color: #2d0460;
}
#headerWeatherIcon {
	position:absolute;
	margin-top: -25px;
	/*left: 500px;*/
	right:130px;
}

#headerSearchField {
	position:absolute;
	top: 15px;
	left: 750px;
	width: 140px;
}
#headerSearchSubmit {
	position:absolute;
	top: 10px;
	left: 900px;
}

#navigation {
	height:45px;
	background-color: #2d0460;
	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: #ffffff;
	text-decoration: none	
}
#navigationSpacer {
	color: #ffffff;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 4px;
}
#maincontent {
	background: url(../images/body_bg1.jpg) ;
	min-height: 700px;
	height:1076px;
}
#pagecontent {
	background: url(../images/page_bg.jpg) no-repeat;
	min-height: 1022px;	
	height:1062px;
	border-top:7px solid #3D0102;
	border-bottom:7px solid #3D0102;
}
#homeMarketplaceSearch {
	background-color: #2d0460;
	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: 715px;
	height:auto;
	padding:5px 10px 5px 10px;
}
#sidebarAdvertisement {
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebarCalendarDiv {
	background:url('/media/images/calendar.png');
	width: 298px;
	height: 266px;
	margin-bottom: 6px;
}


/* FOOTER */
#footer {
	height: 45px;
	font-family: Gill Sans, sans-serif;
	font-weight: bold; 	
	font-size:14px;
	background-color: #2d0460;
}


/* BUSINESSES */

#pageTitleHeader {
	font-family: Gill Sans, sans-serif;
	font-size:35px;	
	color: #2d0460;
	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: #2d0460;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #3d0102;
}
.browse_business_header
{
	background-color:#2d0460;
	color:#FFFFFF;
	font-weight:bold;
	height:19px;
	padding:10px;
	width:580px;
}
.browse_business_titles
{
	background-color:#a8887b;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	width:600px;
}
.browse_business_photo{
	float:left;
	height:24px;
	padding:5px 10px 0px 36px;
	width:105px;
	border-right:2px solid #ffffff;
}
.browse_business_des{
	float:left;
	height:24px;
	padding:5px 10px 0px 36px;
	width:143px;
	border-right:2px solid #ffffff;
}
.browse_business_address{
	float:left;
	height:24px;
	padding:5px 10px 0px 36px;
	width:143px;
}