/* dotmill.it 2009 */

html {
	height: 100%;
}

body {
	background: #197cc0 url('img/back.jpg') center 0px no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: small;
	height: 100%;
}


div.page_body {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	/*background: url('img/menu_back.png') repeat-y #FFF;*/
	min-height: 100%;
	color: #FFF;
}

div.header {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 14px;
}

#header_img_box {
	border: 0px none;
	height: 198px;
	background-repeat: none;
	margin: 0px;
	padding: 0px;
}

div.menu_top {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

div.menu_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 2em;
}

div.menu_left ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	height: 24px;
	background: url('img/menu_sep.png') no-repeat bottom center;
	color: #002952;
	font-weight: bold;
	font-size: 14px;
}

div.menu_left ul li a, div.menu_left ul li a:visited {
	color: #002952;
	text-decoration: none;
	border: 0px none;
}

div.menu_left ul li a:hover {
	color: #224B74;
	border: 0px none;
}


div.menu_top ul li.menu01 { width: 152px;    background: url('img/menu01.jpg'); }
div.menu_top ul li.menu02 a { width: 148px;    background: url('img/menu02.jpg'); }
div.menu_top ul li.menu03 a { width: 135px;    background: url('img/menu03.jpg'); }
div.menu_top ul li.menu04 a { width: 105px;    background: url('img/menu04.jpg'); }
div.menu_top ul li.menu05 a { width: 174px;    background: url('img/menu05.jpg'); }
div.menu_top ul li.menu06 a { width: 113px;    background: url('img/menu06.jpg'); }
div.menu_top ul li.menu07 { width: 153px;    background: url('img/menu07.jpg'); }

div.menu_top ul li.menu02 a.sel { background: url('img/menu02_sel.jpg'); }
div.menu_top ul li.menu03 a.sel { background: url('img/menu03_sel.jpg'); }
div.menu_top ul li.menu04 a.sel { background: url('img/menu04_sel.jpg'); }
div.menu_top ul li.menu05 a.sel { background: url('img/menu05_sel.jpg'); }
div.menu_top ul li.menu06 a.sel { background: url('img/menu06_sel.jpg'); }

div.menu_top ul li a {
	margin: 0px;
	border: 0px none;
	display: block;
	height: 41px;
	text-decoration: none;
}

div.menu_top ul li a:hover {
	background-position: 0 41px;
}

div.content_box {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

div.page_body {

}

div.menu_left {
	margin: 0px;
	width: 200px;
	text-align: left;
	float: left;
	margin-left: -15px;
	line-height: 2.1em;
	padding-top: 10px;
}

div.menu_left img {
	border: 0px none;
	margin-bottom: 1em;
}


div.menu_right {
	margin: 0px;
	width: 180px;
	text-align: right;
	float: right;
	line-height: 2.1em;
	padding-top: 10px;
}

div.menu_right div {
	margin-bottom: 1em;
}

div.menu_right img {
	border: 0px none;
}


div.footer_tagline {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0.8em auto 0;
	padding:0;
	text-align:center;
	width:605px;
}

div.footer {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0.8em auto 0.5em;
	text-align:center;
	width:605px;
}

div.footer_olisticmap {
	color:#DDEAEE;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 605px;
}

div.footer_olisticmap a, div.footer_olisticmap a:visited {
	color:#DDEAEE;
	text-decoration:none;
}

div.footer_menu {
	border-bottom:1px solid #DDEAEE;
	color:#EEFAFF;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	padding:1.5em 0px 6px;
	text-align:center;
	width: 605px;
}

div.footer_menu a, div.footer_menu a:visited {
	color:#EEFAFF;
	text-decoration:none;
	border-bottom: 0px none;
}

div.footer_olisticmap a {
	border-bottom: 0px none;
}

div.footer_menu a:hover, div.footer_olisticmap a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


