@charset "utf-8";
/* CSS Document */

body {
	background: #bababa url(images/design_background2.jpg) repeat-x center top;
	margin: 0px;
}

#main_container {
	width:726px;
	margin: 0 auto;
}

#sitemap {
	text-align: center;
	margin-left: -425px;
}

#footer {
	height: 100px;
	width: 726px;
	margin: 30px auto;
	text-align: center;
}

#top_container {
	position: relative;
	width: 726px;
	background: #fff;
	height: 222px;
}

#top_bar {
	position: relative;
	float: left;
	background: #FFF;
	width: 199px;
	height: 63px;
	margin-top: 159px;
	background: url(images/design_logo.jpg) bottom center no-repeat #FFF;
	z-index: 3;
}

#top_menu {
	position: relative;
	float: right;
	width: 527px;
	height: 222px;
}

.top_menu_flash {
	margin: 0px 5px 0px 0px;
	width: 128px;
	font-size: 0;
	line-height: 0;
	display: inline;
}

.clearer {
	clear: both;
	line-height: 0;
}

#content_container {
	position: relative;
	width: 726px;
	min-height: 350px;
	background: #FFF url(images/design_bluebarBG.jpg) left repeat-y;
}

#content_bluebar {
	position: relative;
	width: 199px;
	height: 512px;
	bottom: 0px;
	left: 0px;
	margin: -512px 0px 0px 0px;
	background: url(images/design_bluebar.jpg) bottom center no-repeat #069ad8;
	z-index: 1;
}

.content_bluebar_box {
	position: relative;
	top: 50px;
	padding: 23px 23px 23px 23px;
	width: 153px;
	z-index:2;
	text-align: justify;
	color: #fff;
}

.content_bluebar_box .SubTitel {
	color: #fff;
	font-weight: bolder;
}

.content_bluebar_box a {
	color: #fff;
}

#content_content {
	position: relative;
	float: right;
	width: 464px;
	min-height: 450px;
	margin: -200px 30px 30px 30px;
}

.checkbox {
	width: auto;
	border: none;
	margin: 7px;
}

.submitbutton {	
	height: 50px;
	width: 473px;
	background: #c2e7f7;
	color: #069ad8;
}

input {
	width: 241px;
	border: 1px solid #069ad8;
	padding: 2px;
	margin:2px;
	font-family: Tahoma;
	font-size: 8pt;
}

select {
	width: 247px;
	border: 1px solid #069ad8;
	padding: 2px;
	margin: 2px 0px 2px 2px;
	font-family: Tahoma;
	font-size: 8pt;
}

textarea {
	width: 467px;
	height: 150px;
	border: 1px solid #069ad8;
	padding: 2px;
	margin:2px;
	font-family: Tahoma;
	font-size: 8pt;
}

