.slides/* container for slides */
 {
	position:relative;
	height:170px;
	cursor:pointer;
	padding: 20px;
	float: left;
	width: 478px;
	margin: 0px;
}
.slides /* single slide */
 div {
	display:none;
	position:absolute;
	top:-1px;
	left:-1px;
	margin:0px;
	height:170px;
	width: 478px;
}
.slide {
	padding: 20px;
	height:170px;
	width: 478px;
}
.slide h1, .slide h2, .slide h3, .slide h4 {
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}


.slide h1 {
	font-family: baskerville, 'palatino linotype', 'times new roman', serif;
	color: #565656;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
}
.slide h3 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c81010;
}

.slide p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	line-height: 1.5em;
	text-align: left;
}
.slide img {
	float: left;
	margin-right: 15px;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	height: 10px;
	padding-left: 230px;
	padding-top: 7px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(../img/site/navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/*  styles for TABBED BOX  */

/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	height:25px;
	background-image: url(../img/site/newsboxBG.jpg);
	background-repeat: repeat-y;
	padding: 0;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:11pt;
	display:block;
	height:20px;
	color:#002444;
	margin-right:1px;
	position:relative;
	font-family: Frutiger, "‘Frutiger Linotype’", Univers, Calibri, "‘Gill Sans’", "‘Gill Sans MT’", "‘Myriad Pro’", Myriad, "‘Liberation Sans’", Tahoma, Geneva, "‘Helvetica Neue’", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(../img/site/tabBG_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

ul.css-tabs a:hover {
	background-image: url(../img/site/tabBG_hover2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}
	
/* selected tab */
ul.css-tabs a.current {	
	color:#002444;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	min-height:165px;
	background-image: url(../img/site/newsbox_bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* alternate colors: skin2 */


/* mouseover state */
ul.skin2 a:hover {
	
}

/* active tab */
ul.skin2 a.current {
	background-image: url(../img/site/tabBG.jpg);
	background-repeat: repeat-x;
	height: 21px;
	color: #002444;
	background-position: top;
}

