@charset "utf-8";
body  {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background: url(../images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
}
#container, #header {
	width: 1000px;
}
#container {
	position: relative;
	background : url(../images/content_bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	
	margin: 0px auto;
	border: 1px solid #ffffff;
}
#header {
	position: relative;
	height:210px;
	background: url(../images/page_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#header h1 {
	margin: 0; 
	padding: 50px 460px 0 0px;
	font-size:10px;
	text-align:right;
}
#header #localeNavigation {
	position: absolute;
	top: 55px;
	left: 700px;
}
#header #localeNavigation a {
	color: #000000;
}
#header #localeNavigation .selectedLocale {
	font-weight: bold;
}
#navigation {
	position: relative;
	text-align:left;
	float: left;
	width: 140px;
	margin: 0px 35px 0px 0px;
	padding: 15px 5px 15px 5px;
}
#navigation #customNavigation {
	position: absolute;
	width: 200px;
	top: 40px;
	
	padding: 15px 10px 15px 20px;
	z-index: 10;
	/*background: #EBEBEB;*/
}
#navigation #customNavigation h3, #navigation #customNavigation h4 {
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
#navigation #customNavigation h3 {
	font-weight: bold;
}

#navigation ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	/*padding: 8px;*/
}
#navigation ul li {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 10px;
}
#navigation ul li, #navigation ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#navigation ul li ul {
	vertical-align: middle;
	list-style-type: circle;
	list-style-image: url(/Resources/images/cube.png);
}
#navigation ul li ul li {
	margin: 0px;
}
#navigation ul li ul li a {
	font-size: 11px;
	font-weight: normal;
}
#navigation ul li a:hover {
	color: #405D89;
}

#mainContent {
	position: relative;
	float: left;
	margin: 0px 0px 0px 8px;
	width: 595px;
	padding: 0;
	z-index: 1;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 1em 0px;
}
#mainContent h2 {
	font-weight: bold;
	font-size:13px;
}
#mainContent h3, #mainContent h4 {
	color: #000000;
	font-weight: bold;
	font-size:11px;
	font-family: verdana, helvetica;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#mainContent h4 {
	font-size:11px;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:45px;
	font-size:9px;
}
#footer p {
	padding-top: 25px;
}



/** TAGS **/
a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7d7c7c;
}
.message {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.message.error {
	background-color: red;
}
.message.success {
	background-color: green;
}
ul.errors {
	border: 1px solid red;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

#PCMS_Module_3 {
	position: relative;
	float: right;
	background:none!important;
}

#PCMS_Module_3 #slideshow, #PCMS_Module_3 #slideshow div, img {
	background:none!important;
}

#PCMS_Module_3 .slideshowContainer {
	border: none;
	background:none!important;
}

#PCMS_Module_3 #photoList, #PCMS_Module_3 .slideshowControls {
	display: none;
	background:none!important;
}