body,
html {
	margin:5px;
	padding:0;
	background:#000000;
	color:#000000;
	}

body {
	min-width:750px;
	}
	
hr {
	margin-left: 25px;
	margin-right: 10px;
	}

input, textarea {
	background-color: #c5c6c8;
	border-color: #000000 #ffffff #ffffff #000000 ;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	font-family: Verdana;
	font-size: 9pt;
}

#wrap {
	background:#000000;
	margin:0 auto;
	width:750px;
	border: 1px solid #939393;
	}
	
.error {
	padding: 10px;
	color: yellow;
	font-weight: bold;
}
	
/* ----------- Header ---------------*/

#header {
	background:#000000;
	border-bottom: 1px solid #666666;
	}

#header a {	
	text-decoration: none;
}

#header img {
	border: none;
}

/* ----------- Main Content ---------*/

#main {
	width:750px;
	height: 100%;
	}
	
#content {
	float: left;
	width: 625px;
	height: 100%;
	padding-bottom: 25px;
	background-color: #999999;
}
	
.bodyTable {
	margin-left: 25px;
}

/* ----------- Navigation -------------*/

#nav {
	float:left;
	width:125px;
	background:#00000;
}
	
#nav a {
	color: #939393;
	border-bottom: 1px solid;
	background-color: #111111;
	padding: 2px 0 2px 4px;
	font: 11px Verdana, sans-serif;
	text-decoration: none;
	border-color: #939393;
	display: block;
	width: 121px;
	text-align: left;
}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #939393;
}

#nav .unusedNav:hover {
	background-color: #111111;
	color: #939393;
}


/* ----------- Footer --------------*/
#footer {
	background: #111111;
	clear:both;
	border-top: 1px solid #666666;
	color: #333333;
	text-align: right;
	font-size: 9pt;
	color: #666666;
	padding: 4px;
	height: 10px;
	}
 
	

/* ----------- Text Styles ----------*/

p {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Georgia;
	font-size: 12px;
	}
	
a:link {
	color: #333333;
	}
	
a:visited {
	color: #333333;
	}
	
a:active {
	color: #333333;
	}
	
a:hover {
	color: #666666;
	}

.pLeft {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
}
 
.header {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 8px;
	font-family: Verdana;
	font-size: 16px;
	border-bottom: 1px dotted;
}
.subHeader {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.boldText {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	}
	
.info {
	margin: 6px 0 6px 0;
}

.listingType {
	background-color: #666666;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 6px;
	margin-left: 10px;
}

.state {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	padding: 2px 0 2px 0;
	border-bottom: solid 1px #333333;
}

.anchorTable {
	margin-left: 20px;
}

.anchor {
	font-family: Verdana;
	font-size: 10px;
	padding: 4px 8px 4px 8px;
}

.topBoldLink {
	font-size: 11pt;
	font-weight: bold;
	display: block;
	text-align: right;
	clear: both;
	margin-bottom:10px;
	
}

.topBoldLink a {
	color: #035500;
}

.sideNote {
	font-size: 8pt;
	float: right;
}


/* -- Tour Pages  -- */

.tourStart {
	display: none;
}

.bandTable {
	margin-left: 25px;
}

.bandTable a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

.bandTable a:hover {
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
}

/* -- Listings -- */

#searchBox {
	width: 230px;
	float: right;
	background-color: #666666;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 8pt;
}

#searchBox select {
	width: 175px;
}
