@charset "utf-8";
@import 'admin.css';
/* CSS Document */

html, body {
	margin:0px 0px 30px 0px;
	padding:0px;
	background-color:#045d6f;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:231px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#header #top {
	width:820px;
	height:231px;
	margin:0px auto;
	background-image:url(../images/header-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header #logo {
	float:left;
	width:150px;
	height:131px;
	margin-left:20px;
	margin-top:100px;
}

#header #slogan {
	float:left;
	width:420px;
	margin-left:20px;
	margin-right:20px;
	margin-top:100px;
}

#header #slogan .quote {
	font-size:20px;
	font-style:italic;
	color:#ffffff;
	text-align:center;
	margin-top:30px;
}

#header #info {
	float:left;
	width:170px;
	color:#ffffff;
	text-align:right;
	margin-right:20px;
	margin-top:130px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding:0px 10px;
}

#wrapper #navi {
	clear:both;
	width:800px;
	height:39px;
	margin:0px auto;
	background-image:url(../images/navi.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper #navi a {
	float:left;
	display:block;
	width:133px;
	height:39px;
	line-height:39px;
	color:#ffffff;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-align:center;
}

#wrapper #navi a:hover {
	color:#ffac03;
}

#wrapper #main {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:500px;
	margin-top:10px;
	overflow:auto;
}

#wrapper #main #rotator {
	float:left;
	width:400px;
	height:300px;
	margin-right:10px;
}

#wrapper #main #contactForm {
	float:left;
	width:390px;
	height:300px;
	background-image:url(../images/contactForm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#wrapper #main #contactForm .title {
	border-bottom:1px solid #ffffff;
	text-align:center;
	padding-bottom:10px;
	font-size:20px;
	line-height:25px;
	height:25px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
}

#wrapper #main #contactForm .form {
	margin-top:10px;
	color:#ffffff;
}

#wrapper #main #contactForm .form input.text {
	border:0px;
	width:275px;
}

#wrapper #main #contactForm .form input.submit {
	padding:4px;
	background-color:transparent;
	border:1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}

#wrapper #main #contactForm .form textarea.textarea {
	border:0px;
	width:275px;
}

#wrapper #main #content {
	clear:both;
	margin-top:10px;
	overflow:auto;
}

#wrapper #main #content #mainContent {
	float:left;
	width:380px;
}

#wrapper #main #content #mapContent {
	float:left;
	width:410px;
	margin:10px 5px;
	text-align:center;
}

#wrapper #main #content #contactModules {
	clear:both;
	margin-bottom:20px;
}

#wrapperEnd {
	clear:both;
	width:820px;
	height:18px;
	margin:-12px auto 0px auto;
	background-image:url(../images/wrapperEnd.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#footer {
	width:800px;
	margin:10px auto;
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 10px;
	overflow:auto;
}

#footer #flinks {
	float:left;
	width:490px;
	margin-right:10px;
}

#footer #flinks a {
	color:#ffffff;
	text-decoration:none;
}

#footer #flinks a.sitelink {
	margin-right:10px;
}

#footer #flinks a:hover {
	color:#ffac03;
}

#footer #finfo {
	float:left;
	width:290px;
	margin-left:10px;
	text-align:right;
}
