@import url(_fonts.css);
@import url(_layout.css);

#pageFeature {
	height: 138px; width: 1000px;
	}
	
	
/*ContentArea*/
#pageContent {
	float: left;
	width: 715px;
	padding: 30px 25px;
	overflow: hidden;
}
	

/*LeftNav*/
#pageLeftNav {
	float: left;
	width: 225px; 
	padding: 15px 0px 0px 10px;
}

#pageLeftNavTitle {
	width: 200px;
	height: 30px;
	overflow: hidden;
	background-image: url(../images/pages/leftNav-Header.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 16px 0px 0px 25px;
}

#pageLeftNavLinks {
	width: 200px;
	background-image: url(../images/pages/leftNav-Background.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 25px;
}

.leftNavLink {
	padding: 3px 0px;
	}

	#leftNavLink a  {
		text-decoration: none;
	}
	
	#leftNavLink a:hover {
		text-decoration: underline;
	}

.leftNavLinkSub {
	font-size: 11px;
	padding: 3px 0px 3px 5px;
	}

	#leftNavLinkSub a  {
		text-decoration: none;
	}
	
	#leftNavLinkSub a:hover {
		text-decoration: underline;
	}
	
#pageLeftNavBottom {
	width: 225px; height: 21px;
	background-image: url(../images/pages/leftNav-Footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

/*Table Styles*/
.FeatureLimoTable {
	border-top: 1px solid #B08A65;
	border-right: 1px solid #B08A65;
}

.FeatureLimoTable td {
	padding: 3px;
	border-left: 1px solid #B08A65;
	border-bottom: 1px solid #B08A65;
}

.FeatureLimoTable tr.FeatureTitle td {
	height: 10px;
	background-color: #B5CBC3;
	padding: 3px 10px;
	border-bottom: 1px solid #B08A65;
	font-size: 13px;
	font-weight: bold;
	border-left: 1px solid #B08A65;
	color: #333333;
}

.InnerFeatureLimoTable {
	border-width: 0px;

}

.InnerFeatureLimoTable td {
	padding: 3px;
	vertical-align:top;
	border-width: 0px;
}
