
img {
	border:0; 
	text-align:left;
}
ul, ol { 
	list-style:none;
}


/*=== tabs ===*/
.tabs-wrap {
	position:relative;
	width:700px;
	height:29px;
	
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 29px; /*--Set height of tabs--*/
	float:right;
	
	
}
ul.tabs li {
	float: left;
	padding: 0 10px 0 0;
	height: 29px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 29px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-top:1px;
	overflow: hidden;
	position: relative;
	background:url(../../images/tab-blue.jpg) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	width:103px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	outline: none;
	
}
ul.tabs li a:hover{
	background:url(../../images/tab-white.jpg) no-repeat 0 0;
	color:#202020;
}
ul.tabs li a:hover, html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(../../images/tab-white.jpg) no-repeat 0 0;
	color:#202020;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 700px;
	height:235px;
}
.tab_content {
	padding: 14px 0 0 25px;
	background:url(../../images/tab-bg.jpg) no-repeat center top;
	height:235px;
	
}
/*=== tabs ===*/


/*
	* Required 
*/
.loopedCarousel .container {height:190px; overflow:hidden; position:relative; padding:3px 0 0px 10px;}
.loopedCarousel .slides {position:absolute; top:0; left:0;}
.loopedCarousel .slides div {
	position:absolute;
	top:0;
	width:197px;
	height:185px;
	display:none;
	padding:0 7px 0 8px;
}	
	.loopedCarousel .slides dl {
		border-top:1px solid #e7e7e7;
		border-left:1px solid #e7e7e7;
		border-right:1px solid #e7e7e7;
	}
	.loopedCarousel .slides dl dt {padding:4px 4px 0 4px;}
	.loopedCarousel .slides dl dd {
		border-bottom:1px solid #e7e7e7;
		padding:6px 7px 8px 11px;
		font-size:11px;
		color:#999898;
		
	}
	.loopedCarousel .slides dl dd.last {
		overflow:hidden;
		border-top:none;
		background:#f7f7f7;
		font-size:11px;
		padding:4px 7px 6px 11px;
	}
		.loopedCarousel .slides dl dd.last img {
			float:right;
		}
		.loopedCarousel .slides dl dd strong {
			font-size:12px;
			color:#252525;
			display:block;
		}
/*
	* Optional
*/
.loopedCarousel { position:relative; clear:both; }
.loopedCarousel ul.pagination { 
	float:right;
	padding:0px 6px 0 0;
}
.loopedCarousel ul.pagination li  { float:left; padding-left:4px;}
.loopedCarousel ul.pagination li a {
	float:left;
	width:15px;
	height:15px;
	background:url(../../404.html) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999em;
}
.loopedCarousel ul.pagination li a:hover {
	text-decoration:none;
	background:url(../../404.html) no-repeat 0 0;
}
.loopedCarousel ul.pagination li.active a {
	background:url(../../404.html) no-repeat 0 0;
}

.carousel-nav {
	float:right;
	padding:0 20px 0 0;
}

.carousel-nav li {
	float:left;
	padding-left:4px;
}

.loopedCarousel .previous {
	float:left;
	width:16px;
	height:16px;
	background:url(../../images/prev-button.jpg) no-repeat 0 0;
}
.loopedCarousel .next {
	float:left;
	width:16px;
	height:16px;
	background:url(../../images/next-button.jpg) no-repeat 0 0;
}


.title-box {
	width:100%;
	background:url(../../404.html) 0 0 repeat-x;
	overflow:hidden;
	margin-bottom:15px;
}
	.title-box .left {
		background:url(../../404.html) no-repeat 0 0;
	}
	.title-box .right {
		background:url(../../404.html) no-repeat 100% 0;
		height:41px;
		overflow:hidden;
	}

a.sitelink:link, a.sitelink:visited{font: normal 11px Arial, Helvetica, sans-serif; color:#6f6f6f; text-decoration:none;}
a.sitelink:hover{color:#007ab8; text-decoration:none;}

.link-iconpad{padding-top:7px;}

.port-headtxt{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333; font-weight:bold; height:40px; line-height:14px;}

