@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Lucidia, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

td {
	text-align: left;
	font-family: Arial, Lucidia, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0000FF;
	outline: none;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #551A8B;
	outline: none;
}

a.darkerLink {
	color: #666666;
}

input {
	font-family: Arial, Lucidia, Helvetica, sans-serif;
	border: 1px solid #323D95;
	font-size: 12px;
}

textarea {
	font-family: Arial, Lucidia, Helvetica, sans-serif;
	border: 1px solid #323D95;
	font-size: 12px;
}

.checkbox {
	border: none;
}

select {
	font-family: Arial, Lucidia, Helvetica, sans-serif;
	border: 1px solid #323D95;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
}

label {
	cursor: pointer;
}

.mainTable {
	width: 990px;
	height: 100%;
	background-color: #FFFFCC;
}

.leftNav {
	width: 145px;
	background-image: url(../i/bg-nav-left.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #323D95;
	padding-left: 2px;
}

.leftNavText {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

.leftNavLink {
	text-align: left;
	display: block;
	color: #F1F1F1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../i/left-button-bg.gif);
	background-repeat: repeat-x;
	width: 127px;
	height: 20px;
	padding-top: 4px;
	vertical-align: middle;
	white-space: nowrap;
}


.leftNavLink:visited {
	color: #F1F1F1;
}

.leftNavLink:hover {
	color: #FFFF66;
	text-decoration: none;
}

.leftNavLinkSmall {
	text-align: left;
	display: block;
	color: #F1F1F1;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../i/left-button-bg.gif);
	background-repeat: repeat-x;
	width: 110px;
	height: 20px;
	padding-top: 4px;
	vertical-align: middle;
	white-space: nowrap;
}

.leftNavLinkSmall:visited {
	color: #F1F1F1;
}

.leftNavLinkSmall:hover {
	color: #FFFF66;
	text-decoration: none;
}

.content {
	padding: 10px;
}

.topNav {
	background-image: url(../i/bg-nav-top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 90px;
	background-color: #323D95;
}

.topNavLink {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	background-image: url(../i/top-button-bg.gif);
	background-repeat: repeat-x;
	padding: 4px;
}
.topNavLink:visited {
	color: #FFFFFF;
}
.topNavLink:hover {
	color: #FFFF66;
	display: block;
}

.searchFormBox {
	border: 2px solid #016799;
	background-color: #E9E3D6;
}

.searchButton {
	background-color: #FFFFCC;
}

.contentBox {
	background-color: #E9E3D6;
	color: #333333;
	border: 1px solid #313C94;
}

.footerLinkBox {
	background-color: #EDE7B5;
	color: #333333;
	border: 2px solid #0C6794;
}
.contentBoxHeader {
	background-color: #313C94;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-size: 15px;
}

a.contentBoxHeader {
	color: #FFFFFF;
	text-decoration: none;
}

a.contentBoxHeader:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.contentBoxHeader:hover {
	text-decoration: underline;
}

.formError {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
}

.errorMessage {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	color: #333333;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.successMessage {
	background-color: #D1FF7B;
	border: 1px solid #276019;
	color: #333333;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.noticeMessage {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

.toolTip {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
	position: absolute;
	width: 300px;
	z-index: 99;
	font-weight: normal;
}

.evenRow {
	background-color: #F1F1F1;
	border-bottom: 1px solid #999999;
}

.oddRow {
	border-bottom: 1px solid #999999;
}

.regionHeader {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}

.cityHeader {
	font-size: 12px;
	font-weight: bold;
}

.listingHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.listingTableHeading {
	background-color: #E7DA94;
	font-weight: bold;
	padding-left: 15px;
}

.listingTableContent {
	background-color: #EFE7B6;
	padding-left: 15px;
}

.listingPageContainer {
	 width: 762px;
	 margin-left: 20px;
}

.pageHeader {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}

.pageHeaderLink {
	font-size: 18px;
	color: #0000FF;
}

.genericHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.checkbox {
	border: none;
}

.searchPageNumbers {
	background-color: #323D95;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #333333;
}

.searchPageNumbers:hover {
	background-color: #FFFFFF;
	color: #323D95;
}

.searchPageNumbersCurrent {
	background-color: #FFFFFF;
	color: #323D95;
	font-size: 14px;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #333333;
}

.printHeading {
	display: none;
}

.processFormBox {
	width: 400px;
	height: 100px;
	text-align:center;
	padding: 10px;
	left: 50%;
	top: 200px;
	margin-left: -150px;
	position: fixed;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border: 3px solid #333333;
}

.calendarUnavailable {
	width: 35px;
	height: 35px;
	text-align: right;
	vertical-align: middle;
	background-image:url(../i/availability-no.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #660000;
	color: #FFFFFF;
	cursor:pointer;
}

.calendarAMUnavailable {
	width: 35px;
	height: 35px;
	text-align: right;
	vertical-align: middle;
	background-image:url(../i/availability-an.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #660000;
	color: #FFFFFF;
	cursor:pointer;
}
.calendarPMUnavailable {
	width: 35px;
	height: 35px;
	text-align: right;
	vertical-align: middle;
	background-image:url(../i/availability-pm.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #660000;
	color: #FFFFFF;
	cursor:pointer;
}

.calendarAvailable {
	background-color: #ABBBD8;
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	text-align: right;
	vertical-align: middle;
	cursor:pointer;
}

.calendarJumpToMonthLink {
	background-color: #ABBBD8;
	color: #333333;
	border: 1px solid #333333;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

.calendarJumpToMonthLink:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

.listingFeaturesText{ font-size:.9em; line-height:1.3em;}
.listingFeaturesBoxLeft{width:48%; float:left; padding-right:1%;}
.listingFeaturesBoxRight{width:48%; border-left:1px solid #FFFFCC; float:left; padding-left:2%;}

.itemLabel {float:left; text-align:right; width:250px; font-weight:bold; cursor:default}
	.row {clear:both; padding-top:10px;}
	.radios {float:right; text-align:left; width:550px; }