/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body#hp {
	background:url(../images/bg.png) repeat-x;
}
body#ip {
	background:url(../images/bg_ip.png) repeat-x;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/************************************************************
 WRAPPERS
************************************************************/

#wrapperHP {
	width:100%;
	float:left;
	background:url(../images/hp_bg.png) top center no-repeat;
}
#wrapperIP {
	width:100%;
	float:left;
	background:url(../images/ip_bg.png) top center no-repeat;
}
#container {
	width:960px;
	overflow:none;
	margin:0 auto;
}

/************************************************************
 HEADER
************************************************************/

#header {
	float:left;
	width:940px;
	height:41px;
	padding:0 10px;
	margin:46px 0 23px 0;
}
#logo {
	float:left;
	width:240px;
	height:41px;
	margin-right:30px;
}
/******************************
 NAV
******************************/

#nav {
	float:left;
	width:670px;
	height:33px;
	margin:4px 0;
	font-size:14px;
}

#sweMenu {
	margin: 0;
	padding: 0;
	z-index:500;
	position:absolute;
	width:670px;
}
#sweMenu li {
	float: left;
	list-style: none;
}
#sweMenu li a {
	display: block;
	background: #222;
	padding:0 25px;
	line-height:33px;
	text-decoration: none;
	color: #bbb;
	white-space: nowrap;
	font-weight:bold;
}
#sweMenu li.last a {
	border-right:none;
}
#sweMenu li a:hover, #sweMenu li:hover a {
	background: #333;
	color:#fff;
}
#sweMenu li ul {
	margin: 0 0 0 -5px;
	padding: 0 5px 17px 5px;
	background:url(../images/nav_ul_bg.png) bottom no-repeat;
	position: absolute;
	visibility: hidden;
	
}
#sweMenu li ul li {
	float: none;
	display: inline;
}
#sweMenu li ul li a {
	width: 166px;
	font-size:11px;
	font-weight:bold;
	background: #333;
	color: #eee;
	line-height:28px;
	border-bottom:1px solid #444;
	text-transform:uppercase;
}
#sweMenu li a.noLink {
	cursor:default;
}
#sweMenu li ul li a.parent {
	width: 166px;
	font-size:12px;
	font-weight:bold;
	background: #333;
	color: #d09224;
	line-height:33px;
	border-bottom:1px solid #444;
	text-transform:uppercase;
	cursor:default;
}

#sweMenu li ul li a:hover {
	background: #d09224;
	color:#fff;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
	border-top-right-radius:0;
}

/************************************************************
 HERO
************************************************************/

/******************************
 HERO HOME
******************************/

#heroWrapper {
	width:960px;
	height:390px;
	margin:0 0 50px 0;
	float:left;
	overflow:hidden;
	z-index:1;
}
#heroWrapper .coda-slider-wrapper .panel-text h2, #heroWrapper .coda-slider-wrapper .panel-text h2 a {
	font-size:16px !important;
	color:#222;
	margin:0;
	padding:0;
	line-height:50px;
}
#heroWrapper .coda-slider-wrapper .panel-text h2 .highlight, #heroWrapper .coda-slider-wrapper .panel-text h2 .highlight a {
	font-size:16px !important;
	color:#8e600f;
	margin:0;
	padding:0;
}
#heroWrapper .coda-slider-wrapper .panel-text a:hover p, #heroWrapper .coda-slider-wrapper .panel-text a:hover h2 {
	color:#fff;
	text-decoration:none;
}
.coda-slider-wrapper .panel-text a{float:left;display:block;height:50px;width:910px;padding:340px 25px 0 25px;overflow:hidden;}
.coda-slider-wrapper .panel-text a:hover {background:url(../images/heroBGhover.png) no-repeat;text-decoration:none;}

/******************************
 HERO INTERNAL
******************************/

#heroInternalWrapper {
	width:960px;
	height:225px;
	margin:0 0 50px 0;
	float:left;
	overflow:hidden;
	z-index:1;
}
#heroInternalWrapper .panel { width: 960px;height:225px;overflow:hidden; }
#heroInternalWrapper .panel-wrapper { width:960px;height:225px; }
#heroInternalWrapper  .panel-text h2, #heroInternalWrapper  .panel-text h2 a {
	font-size:16px !important;
	color:#222;
	margin:0;
	padding:0;
	line-height:50px;
}
#heroInternalWrapper  .panel-text h2 .highlight, #heroInternalWrapper  .panel-text h2 .highlight a {
	font-size:16px !important;
	color:#8e600f;
	margin:0;
	padding:0;
	text-decoration:none;
}
#heroInternalWrapper  .panel-text a:hover p, #heroInternalWrapper  .panel-text a:hover h2 {
	color:#fff;
	text-decoration:none;
}
#heroInternalWrapper .panel-text a{float:left;display:block;height:50px;width:910px;padding:175px 25px 0 25px;overflow:hidden;}
#heroInternalWrapper a:hover {
	text-decoration:none;
}
/************************************************************
 CONTENT WRAPPER
************************************************************/

#contentWrapper {
	width:940px;
	float:left;
	margin:0 10px 150px 10px;
}

/******************************
 CONTENT LEFT
******************************/

#contentLeft {
	float:left;
	width:620px;
	padding:0 40px 0 0;
	margin:0 39px 0 0;
	border-right:1px solid #ccc;
}
#contentLeft h1 {
	font-size:30px;
	color:#222;
	font-weight:bold;
	line-height:30px;
	margin:0 0 20px 0;
}
#contentLeft h1 .gold {
	color:#d09224;
	font-size:26px;
}
#contentLeft h2, #contentLeft h2 a {
	font-size:24px;
	color:#d09224;
	font-weight:bold;
	line-height:30px;
	margin:30px 0;
}
#contentLeft h3, #contentLeft h3 a {
	font-size:18px;
	color:#d09224;
	margin:0;
}
#contentLeft .introCredit {
	font-size:11px;
	color:#666; 
}
#contentLeft p {
	font-size:14px;
	line-height:24px;
	color:#333;
}
#contentLeft p a {
	color:#d09224;
	text-decoration:none;
}
#contentLeft p a:hover {
	text-decoration:underline;
}
#contentLeft li {
	font-size:14px;
	color:#555;
	line-height:24px;
}
#contentLeft .video {
	width:620px;
	float:left;
	clear:both;
	margin-bottom:30px;
}
#contentLeft .episodes {
	width:620px;
	float:left;
	clear:both;

}
#contentLeft .summaryItemThumb {
	padding:20px 20px 20px 0;
	float:left;
}

#contentLeft .summaryItemThumb img {
	border:none;
}

#contentLeft .newsSummaryItem {
	padding-bottom:20px;
	margin-bottom:20px;
}
#contentLeft p.newsDate {
	font-size:12px;
	font-style:italic;
	color:#999;
	margin-top:3px;
}
#contentLeft p.readMore a {
	font-size:12px;
	color:#d09224;
	padding:5px 10px;
	display:block;
	background:#fafafa;
	clear:left;
}
#contentLeft p.readMore a:hover {
	background:#d09224;
	color:#fff;
	text-decoration:none;
}
.pagination {
	margin:30px 0 15px 0;
	padding:10px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-align:center;
}
.pagination a {
	color:#d09224;
	text-decoration:none;
}
.pagination a:hover {
	text-decoration:underline;
}

#contentLeft dl {
	clear:both;
	margin:0;
	padding:0;
	width:490px;
	font-size:14px;
	color:#666;
	font-weight:bold;
}
#contentLeft dt {
	float:left;
	text-align:left;
	width:90px;
	line-height:30px;
	margin:0 5px 10px 0;
	padding:0;
}
#contentLeft dd {
	float:left;
	width:350px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
}
#contentLeft textarea {
	width:330px;
	height:90px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
}
#contentLeft .textfieldStyle {
	width:330px;
	height:20px;
	color:#555;
	font-size:14px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#contentLeft .formSubmit {
	color:#fff;
	background:#666;
	font-size:14px;
	text-transform:none;
	width:340px;
	height:36px;
	border:0;
}


/******************************
 CONTENT RIGHT
******************************/

#contentRight {
	float:left;
	width:240px;
	padding:0;
	margin:0;
}
#contentRight h1 {
	font-size:18px;
	color:#666;
	margin-top:0;
	line-height:24px;
}
#contentRight p {
	font-size:12px;
	line-height:18px;
	color:#888;
}
#contentRight p a {
	color:#d09224;
	text-decoration:none;
}
#contentRight p a:hover {
	text-decoration:underline;
}
#contentRight .newsTitle {
	font-size:14px;
	font-weight:bold;
}
#contentRight .newsDate {
	font-size:12px;
	font-style:italic;
}
#contentRight .rightColItem, #contentRight .contactBox {
	width:240px;
	float:left;
	clear:both;
	margin-bottom:40px;
	clear:both;
}

#contentRight .contactBox p {
	font-size:14px;
}
#contentRight .contactBox table {
	font-size:14px;
	color:#888;
	line-height:24px;
}
#contentRight .contactBox td.contactLeft {
	font-weight:bold;
}
#contentRight .contactBox table a {
	font-weight:bold;
	color:#d09224;
}
#contentRight .poster {
	width:240px;
	float:left;
	margin-bottom:40px;
	clear:both;
}
#contentRight li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	color:#666;
	line-height:24px;
}
#contentRight ul {
	margin:0;
	padding:0;
}
#contentRight li a {
	color:#d09224;
	font-weight:bold;
}
	
	
/************************************************************
 FOOTER WRAPPER
************************************************************/

#footerWrapper {
	width:100%;
	height:40px;
	padding:20px 0;
	background:#222;
	clear:both;
}
#footerContainer {
	width:940px;
	margin:0 auto;
}
#footerLeft {
	width:200px;
	height:40px;
	float:left;
}
#footerRight {
	float:left;
	width:500px;
	margin:0 0 0 240px;
}
#footerRight p {
	font-size:12px;
	color:#999;
	line-height:20px;
	text-align:right;
	margin:0;
	padding:0;
}
#footerRight p a {
	color:#fff;
	font-weight:bold;
}
#footerRight p a .yellow {
	color:#ffed00;
}
#footerRight p a:hover {
	color:#ffed00;
}
