body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: white;
	background: url('/img/background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #080808;
	z-index: 100;
}

#footer { color: inherit;
	  margin: 20px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 766px;
}

#error {
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	background: black;
	color: red;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}


#header {
	width: 100%;
	height: 125px;
}

#header.red {
	background: url('/img/red_masthead_back.png');

}

#header.blue {
	background: url('/img/blue_masthead_back.png');

}
#header.brown {
	background: url('/img/brown_masthead_back.png');

}

#header.green {
	background: url('/img/green_masthead_back.png');
}

#topbox {
	margin: 0px auto;
	width: 966px;
	height: 125px;
}

#topbox.red {
	background: url('/img/red_masthead.png');
}
#topbox.brown {
	background: url('/img/brown_masthead.png');
}
#topbox.green {
	background: url('/img/green_masthead.png');
}
#topbox.blue {
	background: url('/img/blue_masthead.png');
}

#maindiv > a {
	display: block;
	float: left;
	width: 500px;
	height: 95px;
	text-decoration: none;
}

#maindiv > a > span {
	visibility: hidden;
}

a {
	color: white;
}

a > img {
	border: none;
}

#smalldiv {
	display: block;
	width: 954px;
	height: 14px;
	margin: 0px;
	padding: 6px;
}

#smallnav {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 550px;
	width: 400px;
	height: 14px;
}

#smallnav > li {
	display: block;
	float: left;
	width: 100px;
	height: 14px;
	font-size: 12px;
}

#smallnav > li > a {
	display: block;
	float: left;
	width: 90px;
	height: 14px;
	text-align: center;
	text-decoration: none;
}

#maindiv {
	display: block;
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#mainnav {

	list-style: none;
	display: block;
	float: right;
	margin: 0px;
	margin-top: 50px;
	margin-right: 100px;
	padding: 0px;
}

#mainnav > li {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
}

#mainnav > li > a {
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
}

#mainnav > li > a > img {
	display: inline;
	vertical-align: middle;
	margin-right: 20px;
}

#smallnav > li > ul {
	position: relative;
	display: none;
	width: 150px;
	list-style: none;
	margin: 0px;
	padding: 4px;
	background: white;
	border: double black 3px;
	z-index: 200;
}

#smallnav > li > ul > li > a {
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
}

#mainnav > li > ul {
	position: relative;
	display: none;
	width: 200px;
	list-style: none;
	margin: 0px;
	padding: 4px;
	background: white;
	border: double black 3px;
}

#mainnav > li > ul > li > a {
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
}

#mainnav > li:last-child > ul {
	left: -100px;
}


#content {
	display: block;
	margin: 20px auto;
	padding: 10px 40px;
	width: 860px;
}

#sitemap {
	width: 900px;
	height: 10px;
	margin: 10px auto;
	clear: both;
}

ul > li > ul > li:hover {
	background: black;
}


fieldset {
	display: block;
	clear: left;
}

fieldset legend {
	font-size: 16px;
	color: white;
}

fieldset label {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset input, fieldset select, fieldset textarea{
	display: block;
	clear: right;
	width: 200px;
	height: 20px;
	font-size: 16px;
	border: solid black 1px;
	margin-bottom: 4px;
}

input[type=checkbox] {
	border: none;
}

fieldset textarea {
	width: 300px;
	height: 200px;
	margin-left: 160px;
}

fieldset div {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/down.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	margin-top: 10px;
	vertical-align: middle;
}

fieldset a {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	vertical-align: middle;
}

fieldset input[type=hidden]{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

fieldset button{
	display: block;
	clear: left;
	float: left;
	width: 200px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 160px;
}

.search {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.paging {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px;
}

.paging a {
	display: block;
	float: left;
	width: 150px;
	height: 18px;
	font-size: 16px;
	border: solid black 1px;
	text-align: center;
	padding: 2px;
	background: white;
	color: black;
}

.paging a:hover {
	background: #666;
}

.listing {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin: 20px;
}


.listing td {
	padding: 10px;
}

.calendar {
	display: block;
	width: 100%;
	clear: both;
	margin: 20px 0px;
}

.calendar #prev {
	display: block;
	width: 150px;
	float: left;
}

.calendar #next {
	text-align: right;
	display: block;
	width: 150px;
	float: right;
}

#cal_cal {
	display: block;
	clear: both;
}

#cal_cal > div {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
}

#cal_cal_table {
	width: 100%;
}

#cal_cal th {
	width: 14%;
	border: solid black 1px;
	background: #336;
	margin: 1px;
}

#cal_cal td {
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	height: 100px;
	vertical-align: top;
}

#cal_cal td > a:first-child {
	display: block;
	float: left;
	font-size: 10px;
	padding: 4px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

.cal_offmo {
	background: #333;
}

.mceEditor {
	clear: both;
	display: block;
}

.mceContentBody {
	background: black;
}

#content img, .mceContentBody img {
	margin: 20px;
}

#updates {
	display: block;
	float: right;
	width: 270px;
	margin: 10px;
	min-height: 400px;
}

#updates h1 {
	font-size: 17px;
	width: 250px;
	padding: 0px 10px;
	background: black;
	color: white;
	border: solid white 1px;
}

#updates h2 {

	font-size: 10px;
}

#cont {
	display: block;
	float: left;
	width: 570px;
}

/*preload classes*/
.svw {width: 220px; height: 19px;
	padding: 160px 170px;
}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px solid black;
	margin: 0 0 1px 0;
	background: black;
}

.stripViewer img {
	margin: 0px !important;
}

.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}

.stripTransmitter {
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: black;
	color: white;
	text-decoration: none;
	display: block;
	border: solid white 1px;
}

.stripTransmitter a:hover, a.current{
	background: white;
	color: red;
	border: solid red 1px;
}

#ads {
	margin-top: 40px;
}

#ads a {
	display: block;
	width: 200px;
	height: 200px;
	margin: 20px auto !important;
}

#ads a img {
	margin: 0px;
}

#continfo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: left;
}

#proplist .paging{
	list-style: none;
	margin: 10px;
	padding: 0px;
}

#proplist .paging li a{
	width: 50px;
	text-decoration: none;
}

#proplist .listing {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	width: 100%;
}

#proplist img {
	margin: 0px;
}

#proplist .listing tr:hover {
	background: #333333;
}

#proplist .listing td {
	padding: 2px 10px;
}

#map_canvas {
	display: block;
	width: 570px;
	height: 600px;
}

.gmnoprint {
	color: black;
}

.gmnoprint a {
	color: blue;
}


fieldset fieldset > label {
	display: block;
	clear: right;
	float: right;
	width: 400px;
	margin-right: 10px;
	height: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset fieldset > input {
	display: block;
	clear: left;
	float: left;
	width: 8%;
	margin-right: 10px;
	height: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 4px;
}
