.clearfix {
	clear:				both;
}

html, body {
	height:				100%;
	margin:				0;
}

body {
	background-image:	url("../img/bg.gif");
	background-repeat:	repeat;
	font-size:			12px;
	font-family:		Verdana;
}

a {
	color:				#377b9d;
	text-decoration:	underline;
}

a:hover {
	color:				#4d97bd;
	text-decoration:	underline;
}

div.wrapper {
	margin:				auto;
	width:				1100px;
}

div.head {
	background-image:	url("../img/header.png");
	background-repeat:	repeat-x;
}
div.header {
	height:				84px;
	font-size:			25px;
	color:				#000;
	margin:				auto;
	width:				1100px;
}

div#logo {
	color:				#c9f0ff;
	padding-top:		9px;
	margin-left: 		14px;
}

div.page {
	min-height: 		100%;
	background-image: 	url("../img/footer.png");
	background-repeat: 	repeat-x;
	background-position: 0 100%;
}

div.navigation {
	float:				left;
	width:				280px;
	margin-left:		13px;
	margin-right: 		49px;
}

div.navi_head {
	background-color: 	#1d353f;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 		5px 5px 5px 5px;
	width: 				255px;
	color: 				#fff;
	padding:			12px;
	font-size: 			18px;
	font-weight:		bold;
	word-wrap:			break-word;
}

div.navi_content ul{
	width:				275px;
	padding-left:		0;
	margin-top:			5px;
	margin-bottom: 		80px;
}

 .menu_heading {
	display: 			inline-block;
	list-style-type: 	none;
	padding-left: 		0;
	padding-right: 		0;
	color: 				#000 !important;
	font-size: 			13pt;
	font-weight: 		bold;
	background: 		none !important;
	border: 			none !important;
}

.menu_separator {
	list-style-type: 	none;
	margin: 			12px 0 12px 0 !important;
	background: 		none !important;
	border: 			none !important;
	padding: 			1px !important;
}

.menu_separator a {
	text-decoration: 	none;
}

li.menu {
	list-style:			none;
	word-wrap: 			break-word;

	text-decoration: 	none;
	background-color: 	#7eb7e2;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 		5px 5px 5px 5px;
	padding-top: 		12px;
	padding-bottom: 	12px;
	margin-bottom: 		5px;
	padding-left: 		13px;
	padding-right: 		13px;
	border: 			1px solid #50a4e4;
}

div.navi_content a{
	color: 				#fff;
	display: 			block;
}

div.navi_content li:hover, li:active,
div.navi_content li.active {
	background-color:	#73b02f;
	border:				1px solid #6ba628;
}

li.submenu_item {
	background-color: 	#9ab4c5;
	border: 			1px solid #769dba;
	margin: 			0 20px 5px 20px;
	background-image: 	url("../img/list_item.png");
	background-repeat: 	no-repeat;
	background-position: 2% 50%;
}

.submenu_item + .menu_heading {
      font-size:              15px;
        padding-left:           17px;
}

li.submenu_item a {
	padding-left:		5px;
}

div.content {
	float:				left;
	width:				740px;
	margin-bottom: 		80px;
}

div.content_headline {
	font-size: 			18px;
	font-weight: 		bold;
	margin-bottom: 		9px;
	margin-top: 		14px;
	border-bottom: 		1px solid #a9c2c6;
	padding:			0 11px 5px 11px;
}

div.article {
	background-color:	#fff;
	padding:		11px;
	min-height:			400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 		5px;
}
