@charset "utf-8";
/* CSS Document */
html,
body {
	padding: 10px;
	background-color: #00AEEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#container {
	width: 948px;
	margin: auto;
	background-color: #fff;
}
#header {
	height: 210px;
	background-image: url(/images/header.jpg);
}
#footer {
	width: 946px; /* 948 - 2*1 */
	/* background-color: #00AEEF; */
	background-image: url(/images/navigation_main_bg.gif);
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;
}
#main,
#home {
	width: inherit;
	background-image: url(/images/content_home_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
}
#main {
	background-image: url(/images/content_main_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0;
	line-height: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #00AEEF;
	font-size: 24px;
	text-align: center;
	border-top: 2px dotted #00AEEF;
	border-bottom: 2px dotted #00AEEF;
	font-weight: bold;
	line-height: normal;
}
h3 {
	margin-bottom: 0;
}

/* NAVIGATION */
#navigation_main {
	width: 946px; /* 948 - 2*1 */
	/* background-color: #00AEEF; */
	background-image: url(/images/navigation_main_bg.gif);
	height: 30px;
	margin: 180px 1px 0 0px;
	padding: 0;
	float: left;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#navigation_main li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position: relative;
	float: left;
}
#navigation_main li a {
	color: white;
	text-decoration: none;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}
#navigation_main li:hover {
	background-color: #BCBDC0;
}
#navigation_main li:hover a {
	color: #00AEEF;
}
#navigation_main ul {
	display: none;
	position: absolute;
	background-color: #DCDDDE;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation_main li:hover ul {
	display: block;
}
#navigation_main li:hover ul a {
	color: #00AEEF;
	font-size: 11px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	padding: 0;
}
#navigation_main li:hover ul a:hover {
	color: black;
}
#navigation_main li li {
	display: list-item;
	list-style: inside;
	padding-left: 10px;
	float: none;
	color: #00AEEF;
}


#navigation_meta {
	width: 868px;
	margin: 0;
	padding: 0 40px;
	float: left;
	text-align: center;
}
#navigation_meta li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#navigation_meta > li a {
	color: white;
	text-decoration: none;
	margin: 0 20px;
	line-height: 30px;
}

/* CONTENT */
.content {
	margin: 0;
	min-height: 200px;
	padding: 0 14px;
}
.w234 {	width: 206px; /* 234 - 2*14 */ }
.w480 { width: 452px; /* 480 - 2*14 */ }
.w714 { width: 686px; /* 714 - 2*14 */ }
.right {  float: right; }
.left {  float: left; }
.w234 h2 { width: 206px; }
.w480 h2 { width: 452px; margin-top: 0; }
.w714 h2 { width: 686px; margin-top: 0; }

#searchForm {
	width: 186px; /* 206 - 2*10 */
	padding: 4px 10px;
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
}
#searchForm input {
	background-color: #BCBDC0;
	border: #BCBDC0;
	width: 140px;
}
#searchForm input[type=submit] {
	background-color: white;
	border: white;
	font-weight: bold;
	width: 43px;
}
h3 a {
	text-decoration: none;
	color: #00AEEF;
}

.newsitem {
	width: 206px;
	padding-bottom: 10px;
	border-bottom: 1px dotted black;
}
.news_meta {
	font-weight: bold;
}
.image {
	min-height: 20px;
}
.image div {
	font-style: italic;
}
.article p {
	margin-top: 0;
}
.article {
	border-bottom: 1px dotted black;
}
/* FORM */
.cms_mod_form form  {
	width: 650px;
	display: block;
}
.cms_mod_form .formfield {
	clear: both;
	padding: 2px 0;
}
.cms_mod_form input,
.cms_mod_form select {
	border: 1px solid black;
	width: 200px;
}
.cms_mod_form label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
}
.cms_mod_form input[type="submit"] {
	display: block;
	width: 100px;
	clear: both;
}
.cms_mod_form input[type="reset"] {
	display: none;
}

