/*WIDTHS*/
#tabs-section {
	width: 960px;
	margin: 0 0 0 0;
}
#tabs-section-small {
	width: 640px;
	margin: 0 0 0 0;
}

/*COLOR BARS*/
#tabs-top-red {
background-color: #c41230;
height: 15px;
clear: both;
}

#tabs-top-green{
background-color: #c3cf21;
height: 15px;
clear: both;
}

#tabs-top-d-green {
background-color: #367c2b;
height: 15px;
clear: both;
}

/*BOTTOM*/
#tabs-bottom {
	width: 960px;
	background: url(/images/site/bg/tabs/tabs-bottom.gif) top no-repeat;
	height: 5px;
	margin-bottom: 10px;
}
#tabs-bottom-small {
	width: 640px;
	background: url(/images/site/bg/tabs/tabs-bottom-small.gif) top no-repeat;
	height: 5px;
	margin-bottom: 10px;
}

/*TAB LINKS*/
#tabs-section ol#toc, #tabs-section-small ol#toc {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style: none;
}
ol#toc li {
	list-style-image: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ol#toc li a {
	color: #000;
	line-height: 30px;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
}
ol#toc li a:hover {
	text-decoration: none;
}
ol#toc li a.active {
	padding: 0;
	margin: 0;
	color: #fff;
}
	/*Grey*/
	#tabs-section ol#toc li .tab-left, #tabs-section-small ol#toc li .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-grey.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section ol#toc li:first-child a .tab-left, #tabs-section-small ol#toc li:first-child a .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-1st-grey.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section ol#toc li a .tab-cont, #tabs-section-small ol#toc li a .tab-cont {
		background: url(/images/site/bg/tabs/new/tab-grey-bg.gif) bottom repeat-x;
		height: 30px;
	}
	#tabs-section ol#toc li .tab-right , #tabs-section-small ol#toc li .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-grey.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section ol#toc li:last-child a .tab-right, #tabs-section-small ol#toc li:last-child a .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-last-grey.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	/*Red*/
	#tabs-section.red ol#toc li a.active .tab-left, #tabs-section-small.red ol#toc li a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-red.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.red ol#toc li:first-child a.active .tab-left, #tabs-section-small.red ol#toc li:first-child a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-1st-red.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.red ol#toc li a.active .tab-cont, #tabs-section-small.red ol#toc li a.active .tab-cont {
		background: none;
		background-color: #c41230;
		height: 30px;
	}
	#tabs-section.red ol#toc li a.active .tab-right, #tabs-section-small.red ol#toc li a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-red.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.red ol#toc li:last-child a.active .tab-right, #tabs-section-small.red ol#toc li:last-child a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-last-red.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	/*Green*/
	#tabs-section.bodgreen ol#toc li a.active .tab-left, #tabs-section-small.bodgreen ol#toc li a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-green.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.bodgreen ol#toc li:first-child a.active .tab-left, #tabs-section-small.bodgreen ol#toc li:first-child a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-1st-green.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.bodgreen ol#toc li a.active .tab-cont, #tabs-section-small.bodgreen ol#toc li a.active .tab-cont {
		background: none;
		background-color: #c3cf21;
		height: 30px;
	}
	#tabs-section.bodgreen ol#toc li a.active .tab-right, #tabs-section-small.bodgreen ol#toc li a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-green.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section.bodgreen ol#toc li:last-child a.active .tab-right, #tabs-section-small.bodgreen ol#toc li:last-child a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-last-green.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	/*Dark Green*/
	#tabs-section-small.d-green ol#toc li a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-dgreen.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section-small.d-green ol#toc li:first-child a.active .tab-left {
		background: url(/images/site/bg/tabs/new/tab-left-1st-dgreen.gif) right bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section-small.d-green ol#toc li a.active .tab-cont {
		background: none;
		background-color: #367c2b;
		height: 30px;
	}
	#tabs-section-small.d-green ol#toc li a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-dgreen.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}
	#tabs-section-small.d-green ol#toc li:last-child a.active .tab-right {
		background: url(/images/site/bg/tabs/new/tab-right-last-dgreen.gif) left bottom no-repeat;
		width: 20px;
		height: 30px;
	}


/*CONTENT*/
div.content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
}
div.content.inactive {
	position: absolute;
	left: -9999px;
	top: 0;
}

	/*Overview*/
	.content #overview img {
		margin: 20px 10px 20px 15px;
		*margin: 20px 10px 10px 15px;
	}
	.content #overview p {
		margin: 0;
		font-size: 1.2em;
		padding: 25px 25px 0 0;
	}
		/*overview items*/
		.overview-item {
			width: 300px;
			height: 140px;
		}
		
	/*Hub*/
	/*top section*/
	.top-section {
		height: 100px;
		background-color: #f9e7ea;
	}
	.top-section h3 {
		margin: 0;
	}
	.top-section p {
		margin: 0;
	}
	
	.top-section-item-1 {
		padding: 15px;
	}
	
	.top-section-item-3 {
		width: 288px;
		height: 70px;
		padding: 15px;
	}
	/*hub items*/
	.content .item {
		width: 298px;
		height: 115px;
		padding: 10px 10px 0 10px;
	}
	.content .item-hr {
		width: 298px;
		height: 125px;
		padding: 0 10px 0 10px;
	}
	.hub-hr {
		border-bottom: 2px dotted #ccc;
		margin-bottom: 10px;
	}
	.content .item h4 {
		margin: 5px 0 5px 0;
	}
	.content .item-hr h4 {
		margin: 15px 0 5px 0;
	}
	.content .item p, .content .item-hr p {
		margin: 0 90px 10px 0;
	}
	.content .item a, .content .item-hr a{
		margin: 0;
		width: 288px;
		font-size: 0.8em;
	}
	/*hub video item*/
	.video-column {
		padding: 0 15px 0 15px;
	}
	.item-vid {
		padding: 15px 0 5px 0;
	}
	.item-vid-hr {
		padding: 0 0 5px 0;
	}
	.vid-hr {
		border-bottom: 2px dotted #ccc;
		margin-bottom: 15px; 
	}
	
