body {
	background:url('/images/pageBack.jpg') repeat-x #c9e4f7;
}

#page {
	width:775px;
	border:2px solid #3F6FA7;
	margin:0 auto;
	background:#e7f4ff;
}

#header {
	width: 775px;
	height: 100px;
	background: url('/includes/site/images/header.jpg') no-repeat;
}

#header h1 {
	display:none;
}

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

#navBar {
	margin:0;
	padding:0;
	list-style-type:none;
	
}

.navItem {
	float:left;
}

.navLink {
	padding:5px 9px 5px 9px;
	display: block;
	float:left;
	height:25px;
	color:#c1dff3;
	font-family:Arial,verdana;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-bottom:-10px;
}

.navLink:hover {
	background:url('/images/navHover.jpg') repeat-x;
	color:#FFF;
}

#sideBar {
	width:175px;
	margin:0;
	padding:0;
	float:left;
}

.navHeader {
	display:block;
	width:160px;
	background:#3084C0;
	color:#FFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	text-align:center;
}

.loginBox {
	border:2px solid #3F6FA7;
	width:375px;
	font-family:Arial;
	margin:0 auto;
	padding:5px;
}

.loginBox a {
	color:#3084C0;
}

.loginBox legend {
	font-weight:bold;
}

.loginInput {
	width: 250px;
}

.regionListItem a {
	display:block;
	color:#2B658A;
	font-family: Arial;
	font-size:16px;
	font-weight:bolder;
	background:url('/images/cityBack.jpg') repeat-x;
	padding: 5px;
	text-decoration:none;
	width:160px;
}

.regionListItem a:hover {
	background:url('/images/cityBackHover.jpg') repeat-x;
}

#sideBarList {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.categories {
	list-style-type:none;
	margin:0;
	padding:0;
}

.category {
	float:left;
}

.category a {
	display:block;
	width:290px;
	height:45px;
	font-size: 32px;
	color: #ff9c00;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	background:url('/images/categoryBack.jpg') no-repeat;
}

.errorText {
	font-family: Arial;
	color: #F00;
}

.category a:hover {
	color:#FFF;
	background:url('/images/categoryBackHover.jpg') no-repeat;
}

#content {
	clear:both;
	background:url('/images/sidebarBack.jpg') repeat-y;
}

#pageContent {
	width:590px;
	padding:5px;
	float:right;
}

#cityFilter {
	padding:4px;
	font-family: Arial;
	font-weight: bold;
	margin-top:5px;
	float:right;
}

#searchBox {
	padding:5px;
}

#searchInput {
	border:1px solid #3084C0;
	background: #FFF;
	width:135px;
	position:relative;
	top:-4px;
}

#searchButton {
	position:relative;
	left:3px;
	top:1px;
}

#pageContent p {
	color: #074c7d;
	font-family:Arial;
	font-size:17px;
	line-height:25px;
}

.rightImage {
	float:right;
}

h2 {
	margin:0;
	color:#3F6FA7;
	font-family:Arial;
	font-weight:Bold;
	font-size:30px;
}

h3 {
	margin:0;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding-left:25px;
}

.linksPage {
	margin:5px;
	color: #727272;
	font-family:Arial;
	font-size:14px;
	line-height:20px;
	list-style-type: none;
	padding-left:0;
}
.linksPage li {
	margin-bottom:15px;
	margin-left:35px;
	padding-left:0;
}

.linksPage li a {
	font-weight:bold;
	color:#3F6FA7;
	text-decoration:none;
}

.accountListings {
	margin:0;
	list-style-type:none;
	padding:5px;
}

.accountListings li {
	padding: 0 0 15px 0;
}

.accountListings li a {
	color:#3F6FA7;
	font-family:Arial;
	font-size:20px;
	text-decoration:none;
}

.linksPage li a:hover {
	text-decoration:underline;
}

.formLabel {
	color: #727272;
	font-family:Arial;
	font-size:14px;
	line-height:20px;
	display:block;
	float:left;
	width:150px;
	margin-bottom:7px;
}

#errorList {
	color:#F00;
	margin:0;
	padding:0 0 15px 20px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.formField {
	color:#727272;
	border:1px solid #727272;
	width:300px;
}

#copyrightBar, #copyrightBar a {
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	background: #a4c6ee;
	color:#3F6FA7;
	font-size:11px;
	font-family: verdana;
	font-weight: bold;
	clear:both;
}

hr {
	color: #2F78AD;
	background-color: #2F78AD;
	border-color: #2F78AD;
	border: 0;
	height: 3px;
}

form {
	margin:0;
	padding:0;
}

.listingBox {
	padding:3px;
	display:block;
	cursor:pointer;
	margin-bottom:4px;
	width:285px;
	float:left;
}

.listingThumbnail {
	float:left;
	border:2px solid #C5C5C5;
	margin:3px;
}

.listingPhoto {
	padding:4px;
	float:right;
}

.listingTitle {
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	color: #2F78AD;
	text-decoration: underline;
}

.listingLocation {
	font-family: Arial;
	font-size:14px;
}

.clear {
	clear:both;
}

.listingTable {
	font-family: Arial;
	font-size:12px;
	border:2px solid #000;
}

.listingTableHeader {
	font-weight:bold;
	background-color: #3084C0;
	color:#FFF;

}

.odd {
	background-color:#FFF;
}

.status_Active {
	background: #138a00;
	color:#FFF;
}

.status_Inactive {
	background: #0000FF;
	color:#FFF;
}

.status_Deleted {
	background: #000;
	color:#FFF;
}

.status_Expired {
	background: #ff0000;
	color:#FFF;
}

.listingOptionButtons {
	width:100%;
}

.listingInformation {
	font-family:Arial;
	font-size:13px;
}