/* Tabs */

#tabmenu_container {width:80%;}
#tabmenu {width:80%;margin:0; padding:0; overflow:auto}
.halfmoon{height:80px;text-align:center}
#tabcontainer{width:100%;margin:0 auto; margin-top:20px}
.tabcontent{display:none;width:835px;overflow:hidden; margin:0 auto; position:relative; right:5px}

.tbtop {width:835px; height:21px; margin:0; padding:0; background:url(../images/tb-top.gif) no-repeat left bottom}
.tbmiddle {width:775px; margin:0; padding:10px 40px 10px 30px; background:url(../images/tb-middle.gif) repeat-y}
.tbbottom {width:835px; height:21px; margin:0; padding:0; background:url(../images/tb-bottom.gif) no-repeat left bottom}
.content-title {text-transform:uppercase; font-size:1.8em; color:#2068A8; font-weight:normal; padding-bottom:0.3em; letter-spacing:-1px; margin-bottom:0.8em}

/* Horizontal Carousel */
#horizontal_carousel {
  width: 610px;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
  margin:0 auto;
  z-index:3;
  top:10px;
}

#horizontal_carousel .container {
  float: left;
  width: 550px;
  height: 70px;
  position: relative;    
  overflow: hidden;
  margin:0 auto;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel li a{
	text-decoration:none;
	margin:0;
	width:70px; 
	height:70px;
	display:block;
	padding-top:12px; 
	background:url(../images/timeline-a.gif) left top no-repeat; 
	color:#91b3d5; 
	line-height:20px;
	margin-right:10px;
	font-size:0.9em !important;
}

#horizontal_carousel li a:hover, #horizontal_carousel li a.current{ background:url(../images/timeline-b.gif) left top no-repeat;color:#163654}

#horizontal_carousel .previous_button {
  float:left;  
  margin-top:18px;  
  width: 29px;
  height: 29px;
  background: url(../images/car-left.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/car-left-on.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/car-left.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;
  margin-top:18px;  
  width: 29px;
  height: 29px;
  background: url(../images/car-right.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/car-right-on.gif);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/car-right.gif);
  cursor: default;
}

