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

body {
	background: url(../images/bg.jpg) repeat-x #62999e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #013549;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
    color: #005878;
    font-family: serif;
    font-size: 18px;
    margin-top: 12px;
	font-weight: bold;
}
h2 {
    color: #005878;
    font-family: serif;
    font-size: 16px;
    margin-top: 12px;
	margin-bottom: 0;
	font-weight: bold;
}
a {
	color: #005878;
	text-decoration: none;
}
a:hover {
	color: #002b3a;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#top {
	width: 960px;
	height: 40px;
	background: url(../images/top.png) bottom center no-repeat;
	text-align: center;
	padding: 0 20px;
}
#middle {
	width: 1000px;
	background: url(../images/middle.png) top center repeat-y;
	display: inline-block;
}
#bottom {
	width: 1000px;
	height: 60px;
	background: url(../images/bottom.png) bottom center no-repeat;
}
#container {
	width: 960px;
	margin: 0 20px;
	display: inline-block;
}
#header {
	width: 910px;
	height: 105px;
	background: url(../images/header_bg.png) top center repeat-x;
	padding: 0 20px 0 30px;
}
#menu {
	float: left;
}
#menu ul.menu {
	list-style-type: none;
	padding: 30px 0 0 84px;
}
#menu ul.menu li {
	float: left;
	padding: 0 0 0 46px;
}
#menu ul.menu_ro {
	list-style-type: none;
	padding: 30px 0 0 84px;
}
#menu ul.menu_ro li {
	float: left;
	padding: 0 0 0 21px;
}
#menu ul.menu_hu {
	list-style-type: none;
	padding: 30px 0 0 84px;
}
#menu ul.menu_hu li {
	float: left;
	padding: 0 0 0 28px;
}
#menu .item5 {
	margin-top: -3px;
}
#menu .item9 {
	margin-top: -4px;
}
#menu .item10 {
	margin-top: -4px;
}
#menu .item15 {
	margin-top: -4px;
}
#content {
	width: 570px;
	margin: 20px 30px;
	float: left;
	min-height: 400px;
}
#content img {
	max-width: 564px;
}
#right {
	width: 310px;
	margin: 22px 20px 0 0;
	float: left;
}
#right div.box {
	background: none repeat scroll 0 0 #F7F7F7;
    border-color: #DAE0E2;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
	padding: 20px;
}
#right div.social {
	margin: 20px auto;
}
.contentheading, .contentheading_events {
	background: url(../images/title_bg.png) top center no-repeat;
	height: 50px;
	padding: 0 20px;
	color: #005878;
	font-size: 24px;
	text-transform: uppercase;
}
.componentheading, .componentheading_events {
	background: url(../images/title_bg.png) top center no-repeat;
	height: 30px;
	padding: 11px 20px 10px 22px;
	color: #005878;
	font-size: 24px;
	text-transform: uppercase;
	margin: 2px 0 20px 0;
}
.contentpaneopen, .contentpaneopen_events {
	width: 570px;
	margin-bottom: 20px;
}
.contentpaneopen tbody, .contentpaneopen_events tbody{
	width: 570px;
}
.article_separator {
	display: none;
}
.showhide-title a {
	font-weight: bold;
}
.showhide-container {
	margin-bottom: 30px;
}
