@charset "UTF-8";

@media screen, projection {


body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", "Luxi Sans", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	background-color: #184A6D;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top;
}

img, a {
	border: none;
}

h2 {
font-weight: normal;
font-size: 16px;
}

a { color: #fff; }

.invisible {
	display: none;
}

/* ** ** HEADER ** ** */
div.header {
	width: 960px;
	margin: auto;
	margin-top: 10px;
	height: 84px;
}

div.navigation {
	width: 960px;
	height: 86px;
	margin: auto;
	margin-top: 5px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.navigation ul li {
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 14px;
	color: #003B5E;
}

div.navigation ul li.active {
	color: #007BAA;
}

div.navigation ul li a {
	color: #003B5E;
	text-decoration: none;
}

div.navigation ul li a:hover, div.navigation ul li a.active {
	color: #007BAA;
}

/* ** ** CONTENT ** ** */
div.content {
	height: 540px;
	width: 960px;
	margin: auto;
	margin-top: 5px;
	background-image: url(../images/contentBackground.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

div.content div.slider {
	width: 960px;
	height: 480px;
	position: relative;
	top: 445px;
	background-image: url(../images/content.png);
}

div.content div.slider div.left {
  width: 220px;
  padding-left: 25px;
  padding-top: 95px;
  float: left;
  position: relative;
  color: #fff;
  font-size: 10px;
}

div.content div.slider div.left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.content div.slider div.left ul li {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

div.content div.slider div.left ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
}

div.content div.slider div.right {
	width: 680px;
	padding-right: 25px;
	padding-top: 85px;
	float: right;
	max-height: 365px;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
}

div.content div.slider div.right h1 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
font-weight: normal;
}

/* ** ** FOOTER ** ** */
div.footer {
	height: 20px;
	line-height: 20px;
	width: 940px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 10px;
}

div.footer a {
	color: #003B5E;
	text-decoration: none;
}

/* ** ** jScrollPane ** ** */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #004572;
	height: 95px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

}
