body {
margin: 0px;
text-align: center;
background: #7acaf2;
}
body, div, td {
font-family: verdana;
font-size: 11px;
color: #000;
}

a {
color: #00628b;
}

th {
text-align: left;
}

hr {
height: 1px;
color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
font-family: arial;
font-weight: normal;
margin: 0px 0px 5px 0px;
}

h1 {
font-size: 24px;
color: #000;
margin-bottom: 10px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 17px;
color: #000;
}

label {
display: block;
}

input, select, textarea {
font-family: arial;
font-size: 11px;
font-weight: bold;
}

input submit {
color: #ff0;
}

a.topmenu, a.topmenu:hover, a.topmenu-on, a.topmenu-on:hover {
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #444;
line-height: 25px;
padding: 3px 8px 5px 8px;
text-decoration: none;
margin-bottom: 0px;
}

a.topmenu:hover {
color: #00a4e8;
}

a.topmenu-on, a.topmenu-on:hover {
color: #00a4e8;
}

div.form_error, div.form_error_noborder {
color: #a22;
border: 1px solid #a22;
padding: 5px;
margin-bottom: 15px;
}

div.form_error_noborder {
border: none;
padding: 5px 0px 0px 0px;
margin-bottom: 5px;
}

div.form_error h2, div.form_error_noborder h2 {
margin: 0px 0px 3px 0px;
}

.input_error {
border: 1px solid red; 
}

.date {
color: #666;
font-size: 10px;
}

.cursor {
cursor: pointer;
}


/* LAYOUT */

div#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -350px;
	width: 1000px;
	height: 700px;
	float: left;
	background: #fff;
}

div#top {
	width: 1000px;
	height: 240px;
	border: 0px solid;
	background: url('../images/bg_top.jpg') top no-repeat;
	text-align: left;
	margin: 0px;
}

div#topmenu {
	width: 1000px;
	height: 86px;
	background-image: url('../images/bg_topmenu.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 57px;
}

div#topmenu .menu {
	position: relative;
	z-index: 1;
	float: left;
	margin-left: 32px;
	margin-top: 58px;
}

div#topmenu .logo {
	float: right;
	margin-right: 80px;
	margin-top: 13px;
}

div#submenu {
	width: 707px;
	height: 46px;
	margin-top: 14px;
	background: url('../images/bg_submenu.png') top left no-repeat;
	text-align: left;
	float: left;
}

div#submenu .content {
	position: relative;
	z-index: 10;
	margin-left: 40px;
	margin-top: 17px;
}

div#main {
	position: relative;
	z-index: 100;
	width: 1000px;
	height: 420px;
	background: url('../images/bg_page.gif') right no-repeat;
	text-align: left;
}

div#bottom {
	width: 1000px;
	height: 40px;
	background: url('../images/bg_bottomshadow.jpg') no-repeat;
	text-align: right;
}

div#bottom .content {
	margin-right: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 10px;
}


div#curl {
	position: absolute;
	z-index: 150;
	width: 258px;
	height: 420px;
	background: url('../images/bg_curv2.png') no-repeat;
}


div#map {
width: 600px;
height: 340px;
border: 1px solid #000;
background: url(../images/ajax-loading.gif) no-repeat center center;
}

div#movie-container {
	background: url(../images/bg_movie.jpg) no-repeat;
	width: 444px;
	height: 386px;
	margin: 20px 0 0 40px;
}

div#flv-container { float: left; margin: 15px 0 0 15px; }
