@charset "utf-8";
html, body {
	/* height: 100%; */
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #386ca0;
}
#container, #header, #footer {
	width: 1090px;
	background-color: #B7D1F2;
}
#container {
	position: relative;
	background-image: url(../images/page_bg.jpg);
	background-attachment: middle;
	background-position: center;
	background-repeat: repeat-y;
	min-height: 600px;
}

#header {
	height: 155px;
	background-image: url(../images/top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat
}
#header .nextEvent {
	position: absolute;
	left: 700px;
	top: 20px;
	width: 160px;
	font-size: 18px;
	color: white;
	text-align: center;
}
#header .nextEvent a {
	color: white;
}
#header h1 {
	font-size: 17px;
	padding-top: 145px;
	padding-left: 380px;
}
/*#header h2 {
	padding-top: 150px;
	padding-left: 125px;
}*/
#header #localeNavigation {
	padding-top: 40px;
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
}
#header #localeNavigation a {
	color: #235BA5;
}
#header #localeNavigation .selectedLocale {
	font-weight: bold;
}

#mainBody {
	/* min-height: 800px; */
}

#mainBody #navigation {
	left: 0px;
	width: 165px;
	font-size: 12px;
	color:#FA0804;
}
#mainBody #navigation #customNavigation {
	text-align: center;
}

#mainBody #navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
}
#mainBody #navigation ul li {
	width: auto;
	margin: 2px 2px 3px 2px;
	padding: 2px 2px 1px 0px;
}
#mainBody #navigation ul li a, 
#mainBody #navigation ul li a:active, 
#mainBody #navigation ul li a:visited  {
	color: #204F83;
	text-decoration: none;
}
#mainBody #navigation ul li a:hover {
	color: #7d7c7c;
	text-decoration: none;
}
#mainBody #navigation ul li ul {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: none;
	padding: 0px;
}
#mainBody #navigation ul li ul li {
	margin: 0px 0px 0px 2px;
	border-bottom: 0px #ff0000 solid;
}
#mainBody #mainContent {
	position: relative;
	margin-left: 170px;
	width: 690px;
	/*padding: 10px 30px 10px 20px;*/
	padding: 20px 0px 20px 10px;
	min-height: 600px;
}

#mainBody #mainContent h1{
	font-size: 13px;
	padding:0px 0px 10px 0px;
	margin: 0px;
	color:#FA0804;
	text-transform:uppercase;
}
#mainBody #mainContent h2{
	font-size: 12px;
	padding:0px;
	margin: 0px;
	color:#204f83;
}

#footer {
	height:30px;
}
#footer p {
	padding-top: 5px;
	padding-left: 35px;
}

/** TAGS **/
a {
	color: #006AB6;
	text-decoration: underline;
}
a:visited {
	color: #006AB6;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.border {
	border: 1px solid #919FAC;
}
#mainContent p.border {
	padding: 3px;
}
.message {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.message.error {
	background-color: red;
}
ul.errors {
	border: 1px solid red;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}
iframe.page {
	width: 840px;
	height: 500px;
	border: 0px solid black;
}





#PCMS_Module_50 .slideshow.vertical .slideshow-captions {
	width:603px;
	position:absolute;
	top:380px;
	left:0px;
	color:#000000;
	background-color:#FFFFFF;
}


