/* CSS Document */

div#banner-upper {
	background:url(../images/cor-banner.jpg) no-repeat;
	height:105px;
}
div#banner-lower {
	background-color:#cbdaef;
	border-top:3px solid #003c9c;
	border-bottom:3px solid #003c9c;
	height:30px;
}

#banner-lower ul {
	list-style-type:none;
	margin:0; 
	padding:0; 		
}
#banner-lower li {
	background-color:#cbdaef;
	float:left;
}


#banner-lower a {
	display:block;	
	padding:8px 21px 7px 21px;
	color:#003c9c;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	border-right:1px solid #afc9ea;
}
#banner-lower a:hover {
	color:#fff;
}
#banner-lower a.active {
	background-color:#afc9ea;
}

div#home-upper {
	background:#003561 url(../images/cor-home-white.jpg) repeat-x bottom;
	height:280px;
}


div#home-image {
	float:left;
	width:350px;
	height:250px;
	padding:0px 25px 0px 15px;
	margin-top:29px;
}

div#home-right {
	float:left;
	width:320px;
	height:250px;
	margin-top:30px;
}


div#home-text {	
	width:320px;
	height:180px;
}

#home-text .headline {
	color:#fec30d;
	font-weight:bold;
	font-size:22px;
	width:300px;
}

#home-text p.text {
	width:300px;
	margin-top:10px;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
}

#home-upper-text img {
	border:0px;
	float:left;
	margin-top:65px;
}

div#cor-buttons img {
	border:0px;
}


div#home-lower {
	float:none;
	clear:both;
	background-color:#f8faf9;
	border-top:1px solid #e7e7e7;
	padding:30px;
	font-size:12px;
}


div#content-container {
	height:540px;
	width:735px;
	height:540px;
	background-color:#FFF;
}

div#content-left {
	float:left;
	width:510px;
	height:490px;
	background-color:#FFF;
	padding:30px 0px 20px 20px;
	font-size:12px
}

div#content-right {
	float:right;
	width:190px;
	height:510px;
	background-image: url(../images/cor-subnav-main.jpg);
	margin:30px 0px 0px 0px;

}

#content-right .header {
	background-color:#2351af;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:7px 5px 7px 15px;
	margin-left:10px;
}


ul.menu {
	border-bottom:1px solid #FFF;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 190px;

}

ul.menu a {
  display: block;
  height:16px;
  text-decoration: none;

}

ul.menu a.active {
 background-color:#ffc30d;
}


ul.menu li {
  border-top:1px solid #FFF;
  background:#fff url(../images/right-nav-main.gif) repeat-y right top;
}

ul.menu li a.active {
background:#ffc30d url(../images/cor-nav-active.jpg) no-repeat center left;
}

ul.menu li a {
  color: #444;	
  padding:6px 5px 6px 25px;
  font-size:12px;
}

ul.menu li a:hover {
  color: #000;
}

ul.menu li ul li {
background:#fff url(../images/right-nav-sub.gif) repeat-y right top;
}


ul.menu li ul li a {
  color:  #444;
  padding-left: 35px;
}

ul.menu li ul li a.subactive {
 font-weight:bold;
 color:#2352ae;
}


ul.menu li ul li a:hover {
  color: #000;
}

ul.menu li ul li a img {
	margin:4px 0px 0px 5px;
	border:0px;
	height:12px;
	width:11px;
}

#map_canvas {
	width:695px;
	height:400px;
	margin:20px 0px 10px 0px;
}

div#content-scroll {
	clear:both;
	float:none;
	overflow:auto;
	height:450px;
	padding-right:20px;
}	

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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e0e0e0;
	margin-left:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #d0d0d0;
	cursor: n-resize;
	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;	
	height: 19px;
	background: url(../images/scrollbar-up.gif) no-repeat center top;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 19px;
	width: 9px;
	background: url(../images/scrollbar-down.gif) no-repeat center bottom;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
