 @charset "UTF-8";

body {
	background: url(../img/bg.jpg) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
    color: #333;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}

#wrap {
	width: 1050px;
	margin: 0 auto;
	margin-top: -38px;
	background-color: #FFFFFF;
}

#header {
	height: 160px;
	background: url(../img/header.png) no-repeat;
}

#header h1 {
	padding: 65px 20px 0 20px;
	font-size: 28px;
	color: #f75f49;
}

#content {
	background: #FFF;
	float: left;
	padding-bottom: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #dfdfdf;
	border-top-width: 7px;
	border-bottom-width: 7px;
	min-height: 450px;
}

.left {
	width: 250px;
	float: left;
	padding: 5px;
	margin-left: 5px;
}

.left > #headmenu {
	font-size: 14px;
	padding-top: 11px;
	width: 260px;
	height: 27px;
	text-align: center;
	background: url(../img/headline_bg.jpg) no-repeat;
	color: #FFF;
}

.left ul {
	padding: 0 0 10px 0;
}

.left li {
	list-style: none;
	width: 259px;
	border-width: 1px;
	border-style: solid;
	border-color: #E7E7E7;
	text-indent: 10px;
}

.left li a {
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-right: 10px;
}

.left li a:hover {
	color: #f75f49;
	background: #e7e7e7;
	font-weight: bold;
}

.left > ul > li.active {
      background-color: #E7E7E7;
}

.left > ul > li.active > a {
      color: #F75F49;
      font-weight: bold;
}

.right {
	width: 770px;
	float: left;
	padding: 5px;
}

#head {
	color: #fff;
	font-size: 14px;
}

.right > #head {
	width: 730px;
	background: #333;
	text-align: left;
	float: left;
	padding: 8px 10px 11px 10px;
	margin: 13px 10px 0 10px;
	min-height: 17px;
}

.right h2 a {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}

.articles {
	width: 740px;
	float: left;
	margin-left: 20px;
}

.articles p {
	/* border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f75f49;
	padding-top: 7px; */
}

#footer {
	width: 1050px;
	height: 30px;
	background: #FFF url(../img/footer.jpg);
	background-color: #FFFFFF;
	float: left;
	text-align: center;
}

#footer p {
	color: #888;
	margin-top: 5px;
}

.navi {
	color: #333;
}

.submenu_item > a {
	padding-left: 10px !important;
}

 .menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
	border: none !important;
}

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

.menu_separator {
	list-style-type: none;
	border: none !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
