body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #5f99a7;
	background-image: url('/img/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
}

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


#footer { color: black;
	  margin: 0px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 800px;
	  clear: both;
}

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

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

.dispnone {
	display: none;
}


a {
	text-decoration: none;
}

a > img {
	border: none;
}


fieldset {
	display: block;
	clear: left;
}

fieldset legend {
	font-size: 12px;
	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;
}
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;
}

#recaptcha_widget_div {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 318px;
	height: 150px;
	clear: none;
}


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;
}


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

.mceContentBody {
	background: #5f99a7;
}

#stripe {
	clear: both;
	width: 100%;
	height: 215px;
	padding-top: 65px;
	background-image: url('/img/stripe.png');
	background-repeat: no-repeat;
	background-position: top-center;
}

#header {
	width: 880px;
	height: 172px;
	margin: 0px auto;
	text-align: right;
}

#header a {
	display: block;
	float: left;
	width: 600px;
	height: 172px;
	margin: 0px;
	padding: 0px;
}

#nav {
	display: block;
	width: 880px;
	height: 34px;
	margin: 0px auto;
}

#nav > a {
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	font-family: times, serif;
	font-size: 16px;
	color: black;
}

#nav > a:hover {
	background: #87b3be;
	color: white;
}

#hotspots {
	width: 880px;
	margin: 0px auto;
	height: 150px;
}

#content {
	width: 880px;
	min-height: 300px;
	margin: 0px auto;
	clear: both;
}

#content h1{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

#content  img {
	margin: 10px;
}

#spot {
	display: block;
	float: left;
	margin: 0px 43px;
	width: 206px;
	padding: 0px;
	text-align: justify;
	color: black;
}

#spot a {
	display: block;
	width: 184px;
	height: 27px;
	padding: 11px;
	color: white;
	font-family: times,serif;
	font-size: 22px;
	text-align: center;
}
