/* default tag classes 
--------------------------*/
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
}
p {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.1;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
hr {
	height: 1px;
	color: black;
	background-color: black;
	border: 0;
	display: block;
	width: 95%;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a.white {
	color: wheat;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
li {
	color: #800000;
	margin-bottom: 1em;
}

/* primary site layout elements
--------------------------------- */
#wrapper {
	position: relative;
	width: 990px;
	margin: 10px auto 0;
	padding: 0;
	background-color: #030;
	border: 1px solid black;
}
#header {
	height: 109px;
	margin-bottom: 10px;
	width: 100%;
}
a#headerLogo {
	position: absolute;
	background-image: url("./images/bb_title.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	top: 0;
	right: 285px;
	height: 109px;
	width: 379px;
	text-indent: -9999px;
	color: #030;
}
#header a#lfLogo {
	position: absolute;
	background-image: url("./images/lf.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	right: 10px;
	height: 109px;
	width: 114px;
	text-indent: -9999px;
	color: #030;
}
#leftNav {
	float: left;
	width: 170px;
	margin-left: 10px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#leftNav li {
	margin-bottom: 0;
}
#content {
	float: left;
	width: 735px;
	margin: 0 10px 0 5px;
	padding: 5px 10px;
	background-color: white;
}
#transition {
	position: relative;
	background-image: url("./images/green_white_transition.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	vertical-align: top;
	border: 1px solid white;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#footer li {
	display: inline;
	margin: 0 20px;
}

/* home page styles */
#homecontent {
	float: left;
	width: 500px;
	margin: 0 10px 0 5px;
	padding: 5px 10px;
	background-color: #030;
}
.homepageHouse {
	display: block;
	margin: 30px auto 10px;
}
#LOTW {
	float: right;
	width: 210px;
	margin-right: 10px;
}
h2#hotw_title {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: white;
	border: 1px solid White;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
#hotw {
	padding: 10px 5px 20px 5px;
	background: White;
	overflow: auto;
}
#hotw a, #hotw a.visited {
	text-decoration: none;
}
#hotw img {
	text-align: center;
}
#hotw h3 {
	text-align: center;
}
/* listings page styles */
#listingsWrapper {
	position: relative;
	width: 100%;
	background-image: url("./images/interior-bg.jpg");
	background-position: top left;
	background-repeat: repeat;
}

.listingWrapper {
	margin-bottom: 15px;
	padding: 5px;
	overflow: auto;
}

.listingLeft {
	position: relative;
	float: left;
	width: 220px;
	text-align: center;
	overflow: visible;
}

.listingRight {
	margin-left: 230px;
	overflow: visible;
}

.listingRight p {
	margin-top: 0;
}

.listingRight p span {
	font-weight: bold;
}

/* commonly used classes
------------------------ */
ul.pageTopNav {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.pageTopNav li {
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #030;
}
ul.pageTopNav li.lastItem {
	border-right: none;
}

.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
.green {
	color: #003300;
}
.homeText {
	text-align: left;
	color: white;
}
.error {
	color: #fff;
	background-color: #f00;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.success {
	color: #fff;
	background-color: #176900;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

/* credits section
-------------------------- */
p.credits {
	text-align: right;
	margin-right: 10px;
	font-size: 0.75em;
	color: #708090;
}

a.credits:link, a.credits:visited {
	color: #424242;
	text-decoration: underline;
}

/* form styles
------------------------ */
div.formContainer {	
	margin-bottom: 10px;
	overflow: auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

div.formContainer ol {
	list-style: none;
	padding: 1em 1em 0 1em;
	margin-top: 0;
	margin-bottom: 0;
}

div.formContainer li label {
	display: block;
}

.formLegend {
	padding-left: 5px;
	padding-right: 5px;
}

.formWrapper {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.formRow {
	width: 100%;
	margin-bottom: 10px;
	overflow: auto;
	text-align: left;
}

.formRow label {
	width: 120px;
	vertical-align: top;
	margin-right: 10px;
	text-align: right;
	float: left;
}

.formRowButtons {
	margin-left: 130px;
}

.formtext {
	color: #003300;
	background-color: White;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	height: 17px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formtextarea {
	color: #003300;
	background-color: White;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formbutton {
	color: #003300;
	background-color: White;
	height : 19px;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formselect {
	color: #003300;
	background-color: White;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button_green {
	background: URL("./images/green_button.gif");
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	cursor: 'hand';
	color: White;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.button_white {
	background: URL("./images/white_button.gif");
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	cursor: 'hand';
	color: #003300;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* Honey Pot */
.honeypot {
	display: none;
}

/* Modal CSS */
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #fff;
  display: none;
}

#modalBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	min-height: 100px;
	padding: 10px;
	display: none;
	text-align: center;
	margin-left: -150px;
	margin-top: -50px;
	color: #fff;
	z-index: 9999;
	overflow: hidden;
}
#modalBox ul, #modalBox p {
	text-align: left;
}
#modalTop {
	height: 20px;
	background-color: #fff;
	background-image: url(./images/modalTop.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #030;
	padding-top: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: 1px solid #030;
}
#modalTop a {
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	height: 20px;
	left: 0;
	margin-top: -10px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 10px;
}
#modalContent {
	background-color: #030;
	color: #fff !important;
	margin: 0 -10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#modalContent li {
	color: #fff;
}
