.clearfix {
	clear:				both;
}

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

body {
	font-size:			12px;
	font-family: 		"Verdana", Arial, Helvetica;
	color:				#000;
}

.content a {
	color:				#31647f;
	text-decoration:	underline;
}

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

hr {
	color:				#888888;
	margin-bottom:		10px;
	height:				1px;
}

h1, h2, h3, h4, h5 {
	font-weight:		bold;
	margin-top:			0;
	padding-top:		10px;
	text-align:			center;
}

h1 {
    font-size:			21pt;
}

h2 {
    font-size:			14pt;
}

h3 {
	font-size:			13pt;
}

h4 {
	font-size:			12pt;
}

h4 {
	font-size:			11pt;
}

h5 {
	font-size:			10pt;
}

.wrapper {
	background-image:	url("../img/navi_bg.png");
	min-height:			100%;
	background-repeat:	repeat-y;
}

div.head {
	min-height: 		100px;
	background-image:	url("../img/logo.jpg");
	background-color: 	#000;
	background-repeat: 	no-repeat;
	background-position: right;
}

div.head h1 {
	color:				#fff;
	padding:			35px 570px 15px 15px;
	font-size:			16pt;
	word-wrap: 			break-word;
	text-align:			left;
	margin-bottom:		0;
}

div.navigation {
	float:				left;
	width:				240px;
	background-color:	#000;
	word-wrap: 			break-word;
	font-size: 			14px;
	color: 				#fff;
	font-weight:		bold;
}

div.navigation ul {
	padding-left:		0;
	margin:				0 0 0 0;
}

div.navigation li {
	list-style:			none;
	border-bottom:		1px solid #fff;
}

div.navigation a {
	font-size:			12px;
	font-weight:		bold;
	color:				#fff;
	display: 			block;
	word-wrap: 			break-word;
	font-weight: 		normal;
	padding:			10px 25px 10px 15px;
	text-decoration:	none;
}

div.navigation h2 {
	font-size: 			14px;
	font-weight: 		bold;
	padding:			10px 15px 10px 25px;
	color:				#fff;
	border-bottom:		1px solid #fff;
	border-top:			1px solid #fff;
	margin-bottom:		0;
	text-align:			left;
}

div.navigation a:hover {
	color:				#bbb;
}

div.navigation ul > li.active > a {
      color:                        #bbb;
}

div.navigation a:active  {
	color:				#ddd;
}

ul.subnavi li a {
	padding-left: 		43px;
}

div.content {
	margin-left: 		260px;
	margin-right:		18px;
}

.submenu_item {
	padding-left:		11px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #fff !important;
	font-size: 12pt;
	font-weight: bold;
	background: none !important;
	border-bottom: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.submenu_item + .menu_separator {
	padding-left: 0px;
}

.menu_separator {
	list-style-type: none;
}
