.ContentParagraph {
	clear:both;
	width:750px;
	margin-bottom: 15px;
}
.ContentBanner {
	clear:both;
	width:750px;
	height:200px;
	margin-bottom: 15px;
}
.ContentRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	clear:both;
	height: 250px;
	width: 752px;
	margin-bottom: 15px;
}
.ContentRow .TwoLayoutLeft img{
	padding-top:8px;
}
.ContentRow .TwoLayoutLeft p{
	padding:8px;
	text-align:left;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.ContentRow a:hover, .ContentSmallRow a:hover{
	color:#008080;
	cursor:pointer;
}
.ContentSmallRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	clear:both;
	height: 185px;
	width: 752px;
	margin-bottom: 15px;
}
.ContentSmallRow a img{
	position:absolute;
	left:1px;	
}
.ContentRow a, .ContentRow span.CategoryBig, .ContentSmallRow .OneBoxLayout a, .ContentSmallRow .TwoLayoutLeft a, .ContentSmallRow .TwoLayoutSmallLeft a, .ContentSmallRow .TwoLayoutSmallRight a, .ContentSmallRow .ThreeLayoutLeft a, .ContentSmallRow .FourLayoutLeft a, .ContentSmallRow .FourLayoutRight a, .ContentSmallRow span.CategorySmall{
	text-decoration:none;
	outline: none;
	border: none;
	padding:0;
	margin:0;
}
.OneBoxLayout {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-left: 283px;
	position:relative;
}
.TwoLayoutLeft {
	background-image:url(SysImages/ContentBig.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 250px;
	width: 255px;
	margin-left: 80px;
	position:relative;
}
.TwoLayoutSmallLeft {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-left: 168px;
	position:relative;
}
.TwoLayoutSmallRight {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-left: 51px;
	position:relative;
}
.ThreeLayoutLeft {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-left:51px;
	position:relative;
}
.FourLayoutLeft {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-right: 6px;
	position:relative;
}
.FourLayoutRight {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	position:relative;
}
.CategoryBig{
	display:block;
	width: 255px;
	height: 26px;
	line-height:26px;
	font-weight: bold;
}
.CategorySmall{
	display:block;
	width: 183px;
	height: 21px;
	line-height:21px;
	text-align:center;
	font-weight: bold;
}
/* H2 Style for Content Subcategories */
.catBacker {
	clear:both;
	padding:0 0 0 6px;
	width:742px;
	height:26px;
	line-height:26px;
	margin:0 0 15px 0;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f2f2f2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h2.catBacker {letter-spacing:1px;}
/* Tabs CSS */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px; /*--Set height of tabs--*/
	border:0;
	width: 749px;
	position:relative;
}
ul.tabs li {
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	position: absolute;
	text-align: center;
}
ul.tabs li a, ul.tabs li a:hover, ul.tabs li.active a {background: url(SysImages/sprite-tabs.png) repeat-x;}
ul.tabs li a {
	text-decoration: none;
	color: #008080;
	display: block;
	height:31px;
	font-size: 12px;
	letter-spacing:1px;
	padding: 0;
	outline: none;
	border: #dbdbdb 1px solid;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background-position:0 -32px;
}
ul.tabs li a:hover, ul.tabs li.active a {
	background-position: 0 0;
	color:#666;
}
ul.tabs li.active a span {
	display: block;
}
ul.tabs li a span {
	background: url(SysImages/sprite-tabs.png) no-repeat 0px -309px;
	display: none;
	margin: auto;
	width: 10px;
	height: 5px;
	position: absolute;
	bottom: -6px;
	left: 118px;
}
ul.tabs li.two a span { left:119px; }
ul.tabs li.three a span { left:118px; }
ul.tabs li.one { left: 0; width: 246px; }
ul.tabs li.two { left: 250px; width: 248px; }
ul.tabs li.three { left: 502px; width:246px; }
/* Tab Content CSS */
.tab_container {
	margin: 0 0 15px 0;
	padding: 0;	
	clear: both;
	float: left;
	width:750px;
	height:238px;
	overflow:hidden;
}
.tab_content {
	height:230px;
	padding: 4px;
	overflow:auto;
	background: url(SysImages/sprite-tabs.png) repeat-x 0 -64px;
}
.tab_content .twocol{
	float:left;
	width:360px;
	padding-right:2px;
}
/***** hpSlide *****/
#hpSlide, #hpSlideNav {
	float:left;
	width:750px; 
	position:relative;
}
#hpSlide {height: 200px;}
#hpSlide div.slide div a {display:block; width:750px; height:200px;}
#hpSlideNav {
	height: 28px;
}
#hpSlideNav .slidetab {
	position:absolute;
	color:#FFF;
	background: #b7b7b7;
	height: 28px;
	line-height:28px;
	font-weight:bold;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	margin: 0;
	outline: none;
	cursor: pointer;
}
#hpSlideNav #slideLink_1 { left: 0; width: 248px;}
#hpSlideNav #slideLink_2 { left: 250px; width: 250px;}
#hpSlideNav #slideLink_3 { left: 502px; width: 248px;}
#hpSlideNav .slidetab:hover, #hpSlideNav .slidetab.tabon {
	color:#FFF;
	background: #008080;
}
#hpSlideNav div.slidetab.tabon span {
	display: block;
}
#hpSlideNav div.slidetab span {
	background: url(SysImages/tealArrows.png) no-repeat 0px 0px;
	display: none;
	margin: auto;
	width: 10px;
	height: 6px;
	position: absolute;
	top: -5px;
}
#slideLink_1 span, #slideLink_3 span { left:119px; }
#slideLink_2 span { left:120px; }
.fixframe {
	clear: both;
}
