@CHARSET "UTF-8";
#top_big {
	height: 500px;
	width: 100%;
	background: url(../img/bg_2000_500.jpg) top center;
}
#top {
	height: 130px;
	width: 100%;
	background: url(../img/bg_2000_130.jpg) top center;
}
#header {
	height: 100px;
	position: relative;
	width: 920px;
	margin: 0px auto; 
}
#msday {
	width: 111px;
	height: 71px;
	position: absolute;
	top: 30px;
	right: 90px;
}
#logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
}
#language {
	position: absolute;
	top: 60px;
	right: 20px;
}
#start {
	position: absolute;
	top: 50px;
	right: 80px;
}
#slogan {
	height: 350px;
	padding-top: 50px;
	width: 920px;
	margin: 0px auto;
	color: #FFF; 
}
#slogan p {
	font-size: 1.3em;
	line-height: 130%;
	margin-bottom: 20px;
}
#slogan p.blue {
	color: #9cb3b5;
	margin: 40px 0px;
	font-size: 1.1em;
	font-weight: bold;
}
#slogan_small {
	color: #FFF;
	width: 360px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 220px;
}
#slogan_small  p {
	font-size: 1.2em;
	line-height: 130%;
}
#menu_main_container {
	width: 920px;
	height: 36px;
	margin: 0px auto;
	position: relative;
}
#content {
	width: 920px;
	text-align: left;
	margin: 0px auto;
	padding-top: 30px;
}
h1 {
	color: #3c8687;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 30px;
}
h4 {
	margin-bottom: 15px;
}
.subcolumn_150 {
	float: left;
	display: inline;
	margin-right: 40px;
	width: 150px;
}
.subcolumn_150_last {
	float: left;
	display: inline;
	margin-right: 0px;
	width: 150px;
}
.blue {
	color: #3c8687;
}
.text ol li {
	list-style: decimal;
	list-style-type: decimal;
}
.text ul, .text ol {
	margin-left: 20px;
}
.text ol li ul li {
	list-style: circle;
	list-style-type: circle;
}
.text ol li ul {
	margin-bottom: 10px;
}
.text table {
	margin-bottom: 20px;
}  
.text table td {
	padding: 5px;
	border: 1px solid #CCC;
}
.text table td.number {
	text-align: center;
	width: 25px;
}
#footer {
	text-align: left;
	width: 920px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px; 
}
#footer .fleft img {
	margin-right: 25px;
}
.input {
	margin-bottom: 10px;
}
label {
	display: block;
}
.text input {
	width: 225px;
	height: 20px;
	padding: 2px 10px;
	background: url(../img/bg_input_text.gif) top left no-repeat;
	border: none
}
.textarea textarea {
	width: 295px;
	height: 86px;
	padding: 2px 10px;
	background: url(../img/bg_input_textarea.gif) top left no-repeat;
	border: none
}
.error-message {
	color: red;
}
#flashMessage {
	margin-bottom: 10px;
	color: red;
	font-weight: bolder;
	width: 50%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
