/*

	/content/home/template.css

*/

DIV.cmsContent {
	width: 408px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #565447;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
	line-height: 18px;
}

/* Home styles */

DIV.tmpNav {
	height: 408px;
}
DIV.tmpNav DIV.tmpSections {
	width: 174px;
}
DIV.tmpNav DIV.tmpBanner, DIV.tmpBannerTop {
	width: 860px;
}
DIV.tmpNav DIV.tmpBanner {
	height: 408px;
}
DIV.tmpMain {
	padding-top: 5px;
	width: 1106px;
}
TABLE.tmpMain TD.tmpLeft {
	padding-left: 0;
	padding-right: 36px;
	padding-bottom: 25px;
}
TABLE.tmpMain TD.tmpRight {
	padding-left: 0;
	padding-right: 78px;
}
DIV.tmpContentBox1 {
	width: 548px;
}
DIV.tmpContentBox2 {
	width: 486px;
	margin-bottom: 8px;
}

/* Featured */

div.tmpFeatured {
	position: relative;
	width: 545px;
	background-color: silver;
	background-image: url(/global/images/featured/featured.png);
}
div.tmpFeatured div.tmpNw {
	background-image: url(/global/images/featured/nw.png);
	background-position: left top;
	background-repeat: no-repeat;
}
div.tmpFeatured div.tmpNe {
	background-image: url(/global/images/featured/ne.png);
	background-position: right top;
	background-repeat: no-repeat;
}
div.tmpFeatured div.tmpSe {
	background-image: url(/global/images/featured/se.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.tmpFeatured div.tmpSw {
	background-image: url(/global/images/featured/sw.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.tmpFeaturedContent {
	padding: 25px;
	padding-top: 22px;
	padding-left: 60px;
	padding-right: 37px;
	padding-right: 12px;
	padding-bottom: 40px;
	padding-bottom: 0;
}
div.tmpFeaturedContent div#FeaturedImage {
	float: right;
	width: 150px;
	height: 115px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 25px;
}
div.tmpFeaturedContent div#FeaturedContent {
	width: 280px;
	margin-top: 3px;
	color: #023C6A;
	line-height: 16px;
	background-color: transparent;
	font-family: Arial;
	font-size: 13px;
	min-height: 181px;
	_height: 181px;
}
div.tmpFeaturedContent div.tmpLinks {
	height: 40px;
	text-align: right;
}
div.tmpFeaturedContent div.tmpLinks a {
	display: inline-block;
	width: 16px;
	height: 21px;
	margin-left: 11px;
}
div#FeaturedItems {
	display: none;
}

/* Video */

a#Player {
	display: block;
	width: 512px;
	height:	288px;
	margin-left: 36px;
}
