* {
	color: #999999;
	font-family: sans-serif;
	font-size: 16px;
}

.main {
	min-width: 1000px;
}

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: -2px;
}

.bg {
	background-color: black;
	background-image: url(../media/img/background.png);
	background-repeat: repeat;
}

img {
	border: none;
}

object, iframe {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #ef7e16;
}

.orange {
	color: #ef7e16;
}

.gray {
	color: #999999;
}

body > #container {
	height: auto;
	min-height: 100%;
}

#container {
	height: 100%;
	min-width: 1010px;
	width: 100%;
	margin: 0px;
}

#main_content {
	position: relative;
	width: 1000px;
	margin: 5px;
	padding-bottom: 235px;
}

#header {
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 0px;
	height: 100px;
}

#logo {
	float: left;
	padding-top: 30px;
}

#banner_ad_div {
	float: right;
	width: 720px;
	height: 85px;
	margin-right: 10px;
}

#search_div {
	float: left;
	height: 40px;
	width: 215px;
	margin: 0px;
	padding: 5px 5px 2px 40px;
	background-color: transparent;
	background-image: url(../media/img/search.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 0px;
}

#search_box {
	width: 210px;
	height: 35px;
	font-weight: bold;
	font-size: 30px;
	background-color: transparent;
	border: none;
}

#bar {
	position: relative;
	float: right;
	width: 673px;
	height: 47px;
	margin-right: 15px;
	background-image: url(../media/img/bar_bg.png);
}

#bar_left {
	float: left;
	margin: 0px;
	margin-left: -43px;
	padding: 0px;
}

#bar_text {
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 30px;
	font-family: sans-serif;
}

#bar_right {
	position: absolute;
	right: -10px;
}

#home {
	position: relative;
	float: left;
	width: 255px;
	height: 315px;
	margin: 0px;
	margin-top: 16px;
	background-color: white;
	font-family: sans-serif;
	font-size: 17px;
}

#home p {
	margin: 20px;
}

#home ul {
	margin: 20px;
	padding: 0px;
}

#home li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#home_top {
	position: absolute;
	top: -9px;
}

#home_bottom {
	position: absolute;
	bottom: -78px;
}

#center_pane {
	float: right;
	width: 710px;
	height: 300px;
	margin-top: 10px;
	background-color: silver;
	border: 10px solid white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#map_canvas {
	height: 100%;
	width: 100%;
}

#map_canvas * {
	font-size: 10px;
	font-weight: bold;
}

.info_text {
	max-width: 200px;
	max-height: 50px;
}

#add_form {
	height: 260px;
	overflow: hidden;
}

#ad_bar {
	position: absolute;
	right: 0px;
	float: right;
	height: 27px;
	width: 733px;
	margin-top: 15px;
	background-image: url(../media/img/ad_bar.png);
}

#add_hotspot {
	float: left;
	margin: 4px;
	margin-left: 15px;
	padding: 0px;
	color: #ff6700;
	font-weight: bold;
	cursor: pointer;
}

#add_cancel {
	color: blue;
	font-size: 10px;
	display: none;
}

#ads {
	float: right;
	margin: 5px;
}

#bottom {
	position: relative;
	margin-top: -150px;
	height: 150px;
	width: 100%;
	background-image: url(../media/img/bottom.png);
	background-repeat: repeat-x;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	position: relative;
	top: 2px;
	clear: both;
	width: 100%;
	margin-top: -45px;
	height: 45px;
	background-image: url(../media/img/footer_bg.png);
	background-repeat: repeat-x;
}

#copyright {
	float: left;
	font-size: 13px;
	color: #cfcfcf;
	margin: 15px;
	padding: 0px;
	padding-left: 10px;
}

#footer ul {
	float: right;
	margin: 0px;
	padding: 12px;
	padding-right: 10px;
}

#footer li {
	display: inline;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

#footer ul a {
	text-decoration: none;
	color: #768d9b;
	font-size: 16px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#popup {
	display: none;
	position: fixed;
	top: 22%;
	left: 23%;
	z-index: 10;
	width: 55%;
	height: 55%;
	background-color: white;
}

#popup_top {
	position: absolute;
	top: -20px;
	left: 0px;
}

#popup_left {
	position: absolute;
	left: 0px;
	bottom: -20px;
}

#popup_right {
	position: absolute;
	right: 0px;
	bottom: -20px;
}

#close_button {
	position: absolute;
	top: -55px;
	right: -25px;
	cursor: pointer;
}

#popup_top_bar {
	position: absolute;
	top: -20px;
	left: 20px;
	height: 20px;
	background-color: white;
}

#popup_header {
	position: absolute;
	top: 0px;
	left: 20px;
	max-height: 80px;
	max-width: 450px;
	z-index: 30;
	background-color: transparent;
}

#popup_window {
	position: absolute;
	left: 20px;
	bottom: -20px;
	padding-bottom: 10px;
	background-color: white;
}

#drag_marker_text {
	text-align: center;
	font-size: 14px;
}

form {
	width: 98%;
	text-align: left;
}

#add_form {
	position: relative;
	width: 350px;
	height: 200px;
	margin-top: 10px;
	background-color: white;
}

#add_form iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#add_hotspot_form {
	max-width: 300px;
}

.warning {
	color: red;
	font-size: 15px;
	display: none;
}

label.invalid {
	color: red;
}

label,input,select {
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}

textarea {
	height: 100px;
	width: 98%;
	margin: 15px 0px;
}

#capcha {
	float: right;
	margin: 10px;
}
