@charset "iso-8859-1";
/* CSS Document */
* {margin: 0; padding: 0;}

h1, h2, h4, h5, h6, p {
	padding-bottom: 0.8em;
}

h1 {
	font-size: 1.9em;
	color: #ee8f03;
	font-style: italic;
}

h2 {
	font-size: 1.4em;
	color: #ee8f03;
}

h3 {
	font-size: 1.1em;
	color: #ee8f03;
}

a, a:visited {
	color: #0044CC;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

#content ul {
	margin-left: 20px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #042d5e;
	background-color: #aec2da;
}

#wrapper {
	width: 970px;
	height: 570px;
	position: absolute;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	margin-left: -485px;
	border: 1px solid  #fff;
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
	width: 970px;
}

#navi {
	background-image:url(../images/navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 215px;
	height: 412px;
	float: left;
}

#menu1 ul {
	list-style-type: none;
	padding-top: 15px;
}

.menu1_level1 {
	display: block;
	letter-spacing: 1px;
	width: auto;
	padding-bottom: 18px;
	padding-left: 35px;
	
}

.menu1_level1 a, .menu1_level1 a:visited {
	color: #fff;
	text-decoration: none;
}

.menu1_level1 a:hover {
	color: #f5c350;
	font-style: italic;

}

.menu1_level1_act {
	display: block;
	letter-spacing: 1px;
	width: auto;
	padding-bottom: 18px;
	padding-left: 20px;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	background-image: url(../images/hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #f5c350;
	font-style: italic;
	text-decoration: none;
	padding-left: 15px;
}


#content {
	background-color: #FFF;
	width: 755px;
	height: 412px;
	float: right;
}

* html #content {
	background-color: #FFF;
	width: 745px;
	height: 412px;
	float: right;
}

#content_text {
	padding: 20px 80px;
	overflow: auto;
	height: 372px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 58px;
}

#footer_text {
	padding: 25px 0 0 200px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}

#footer_text a, #footer_text a:visited {
	color: #fff;
}

fieldset {
	border: none;
}

div#c11 {
	margin-left: 100px;
}

.csc-default input, .csc-default textarea {
	margin-top: 10px;
}

.csc-default label {
margin-left: -100px;
margin-top: 10px;
float: left;
width: 80px;
font-weight: bold;
}

.mapcat, .mapbottom {
	display: none;
}
