@charset "utf-8";
/* CSS Document */
/*#### DEFAULT STYLES ####*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, submit {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F6FEFF;
}
h1 {
	font-family: Trebuchet MS,Verdana,Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #93003E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	background-image: url(../images/heading_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #818294;
	font-weight: bold;
}
h3, h4, h5, h6 {
	color: #818294;
	font-size: 16px;
	font-weight: bold;
}
hr {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	background: #a2a4b1;
	height: 1px;
}
a {
	color: #8D0035;
	font-weight: bold;
}
a:active, a:focus {
	outline: 0 /* Remove dotted border around links in Firefox */
}
a:hover {
	color: #333333;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
img {
	border: none;
}
tr {
	vertical-align: top;
}
#right_content_section ul, #right_content_section ol {
	list-position: outside;
	margin-left: 30px;
}
.sitemap ul {
	list-style-type: none;
}
.sitemap_wrapper {
	margin-left: -50px;
}

.checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearer {
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}
.red {
	color: #A30046;
}
/*#### / DEFAULT STYLES ####*/
/*####################################################################################################*/
/*#### PAGE CONSTRUCTION ####*/
#base_container {
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
/*## HEADER SECTION ##*/
#header_container {
	background: #FFFFFF;
	height: 188px;
	width: 821px;
}
#top_bar {
	height: 3px;
	background: #4A618D;
	clear: both;
	font-size: 1px;
	line-height:0;
}
#logo_topleft {
	background: url(../images/top_left_logo.jpg) no-repeat left top;
	height: 188px;
	width: 184px;
	float: left;
}
#header {
	background: url(../images/header_pic.jpg) no-repeat left top;
	height: 188px;
	width: 516px;
	float: left;
	clear: right;
}
#navbar_top {
	position: relative;
	padding-left: 120px;
	top: 158px;
	height: 30px;
	width: 518px;
	white-space: nowrap;	/*clear: right;*/
	overflow: hidden;
}

#header_sub_top {
	height: 13px;
	width: 587px;
	padding-left: 50px;
	background: #ffffff url(../images/top_nav.jpg) no-repeat;
	white-space: nowrap;	/*clear: right;*/
	overflow: hidden;
}
/*## / HEADER SECTION ##*/
/*## MIDDLE SECTION ##*/
#middle_container {
}
#left_menu_section {
	position: absolute;
	margin-right: 700px;
	min-height: 500px;
	width: 184px;
}
#right_section {
	min-height: 450px;
	width: 637px;
	background: #FFFFFF;
	float: right;
}
#right_content_section {
	clear: both;
	color: #000000;
	padding-right: 18px;
	padding-left: 18px;
}
/*## / MIDDLE SECTION ##*/
/*## / FOOTER SECTION ##*/
#footer_container a{
	font-weight: bold;
}
#footer_container {
	background: url(../images/footer_pic_2.jpg) no-repeat right;
	height: 134px;
	color: #818294;
	clear: both;
	font-size: 12px;
	padding-bottom: 0px;
}
#footer_text {
	position: relative;
	height: 36px;
	color: #818294;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-top: 98px;
	padding-bottom: 0px;
}


#bottom_bar {
	height: 3px;
	background: #4A618D;
	clear: both;
	font-size: 1px;
	line-height:0;
}
/*## / FOOTER SECTION ##*/
/*#### / PAGE CONSTRUCTION ####*/
/*#### MENU'S ####*/
/*## TOP NAVIGATION BAR ##*/
#navbar_top ul{
	margin: 0px;
	padding: 0px 0px 0px 13px;
	list-style-position: outside;
	list-style-type: none;
}
#navbar_top ul li{
	float: left;
	padding-left: 8px;
	margin-right: 4px;
	background-image: url(../images/top_menu_separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:inline;
}
#navbar_top ul li#P69 {
	background-image: none;
}
#navbar_top ul li a{
	background-color: #FFFFFF;
	color: #394a6f;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	height: 20px;
	display: block;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 11px;
}
#navbar_top ul li a:hover{
	background-color: #D5E6F0;
	color: #FFFFFF;
}
#navbar_top li.active a:hover{
	background-color:#FFFFFF;
	color: #93003e;
	cursor: default;
}
#navbar_top li.active a{
	background-color:#FFFFFF;
	color: #93003e;
}
/*## / TOP NAVIGATION BAR ##*/
/*## MAIN NAVIGATION MENU ##*/
/*ENTIRE MENU*/
#left_nav_bottom_pic {
	height: auto;
}
#main_menu {
	
	padding-bottom:20px;

}

#main_menu_container {
	background: url(../images/left_nav_2.jpg) no-repeat left top;
	min-height: 450px;
	padding-top: 10px;
	padding-bottom: 15px;
}
/*THE MAIN LIST*/
#main_menu_container ul {
	/*list-style:outside none;*/
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	/*padding-bottom: 20px;/***********************************************************************************************/
	
}

#main_menu_container ul li .P span {

	width:170px;

}

#main_menu_container ul li {
	/* padding-bottom:8px; */
	cursor: default;
	width: 170px;
}
/*
#main_menu_container ul li.PC {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 175px;
	padding-bottom:8px;
}
#main_menu_container ul li.PC span {
	cursor: default;
	display: block;
	width: 175px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main_menu_container ul li.PC span:hover {
	background-color: #a30047;
}
/**/
/*THE LINK ITEMS OF THE FIRST LIST*/
#main_menu_container ul li.active span {
	/*background-color: #a30047;
	cursor: default;
	display: block;*/
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main_menu_container ul li.active ul li span {
	/*background-color: #A8A6B3;*/
}
#main_menu_container ul li a {
	cursor: pointer;
	font-weight: bold;
	color: #3b538a;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width:140px;
}



#main_menu_container ul li.active span a {
	color: #A30047;
}
#main_menu_container ul li.active ul li span a {
	color: #2e2e2e;
}

#main_menu_container ul li ul li.active span a {
	color: #A30047;
	/*padding-top: 3px;
	padding-bottom: 3px;*/
}
#main_menu_container ul li ul li.active ul li span a {
	color: #5b5e64;
}
#main_menu_container ul li ul li.active ul li.active span a {
	color: #A30047;
}
#main_menu_container ul li ul li.active ul li.active ul li span a {
	color: #FFFFFF;
}
#main_menu_container ul li ul li.active ul li.active ul li.active span a {
	color: #A30047;
}



#main_menu_container ul li a {
	margin-left: 5px;
}
#main_menu_container ul li ul li a {
	margin-left: 15px;
}
#main_menu_container ul li ul li ul li a {
	margin-left: 25px;
}
#main_menu_container ul li ul li ul li ul li a {
	margin-left: 35px;
}



#main_menu_container ul li ul, #main_menu_container ul li ul li ul {
	display: none;
}

/*## / MAIN NAVIGATION MENU ##*/
/*## EXTRA MENU ##*/
#extra_left_menu {
	background: url(../images/extra_nav_background.jpg) repeat-x left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*## / EXTRA MENU ##*/
/*#### / MENU'S ####*/
/*#### ELEMENTS ####*/
/*## CALENDAR ##*/
.menu_calendar h1 {
	background-image: none;
	color: #818294;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 17px;
}
.menu_calendar h2 {
	color: #FFFFFF;
	background: #a30047;
	padding: 5px;
	display: inline;
	font-size: 11px;
}
.menu_calendar p {
	color: #000000;
	font-weight: bold;
	padding: 5px 0 0 8px;
	font-size: 11px;
}
.menu_calendar a {
	color: #000000;
	padding-left: 8px;
}
/*## / CALENDAR ##*/
/*## NEWS ##*/
.news {
	width: 100%;
	color: #818294;
	font-weight: bold;
}
.news td{
	color: #818294;
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}
/*## / NEWS ##*/
/*## CONTACT FORM ##*/
.form_table tr td {
	padding: 3px 0 3px 0;
}
.form_table tr td.label {
	padding-right: 5px;
}
span.required {
	color: #990000;
}
/*## / CONTACT FORM ##*/
.spacer {
	clear:both;
}
/*#### / HOME ####*/
#contenthomepage {
	float: left;
	width: 265px;
}
#newshomepage {
	float: right;
	width: 285px;
	height: 495px;
	border: 1px dashed #5C719C;
	padding: 15px;
	padding-top: 7px;
	background-color: #FFFFFF;
}
#newshomepage a {
	color: #5C719C;
}
#inthepicture {
	width: 100%;
	height: 260px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dashed #5C719C;
}
input, textarea {
	border: 1px solid #000;
}

h1#test {
	margin-bottom: 5px;
}
strong#test {
	margin-bottom: 10px;
}
div.content {
	margin-top: 10px;
	margin-left: 10px;
}
#newshomepage hr {
	width: 100%;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 1px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
#newshomepage h4 {
	font-size: 16px;
	color: #000000;
}
/*#### / ELEMENTS ####*/