/* $Id$ */

/* GENERAL
----------------------------------------------------------------------------- */
.secondLevel #contentWrapper {
	width: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	float: none;
}/*this non-floating wrapper keeps the promo wrapper bg image centered with the content*/


/* CONTENT ROW 1, CAROUSEL ROW & CONTENT ROW 2 (Channel pages)
-------------------------------------------------------------------------*/
#contentRow1{
	float: left;
	height: /*297px*/332px;
	width: 100%;
	/*background-image: url(../images/contentRowOneBg.gif);	
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 25px;
	border-top: 1px solid #FFF;*/
}
#contentRow1 h1 {
	margin-top: 27px;
}
#contentRow2 {
	float: left;
	width: 100%;
	padding-top: 15px;
}
#contentRow2 select,
#contentRow2 input {
	margin: 0px 0px 8px 0px;
	border: solid 1px #666666;
	font-size: 12px;
}
#contentRow1 ul.listBold li,
#carouselRow ul.listBold li,
#contentRow2 ul.listBold li {
	font-weight: bold;	
}
#contentRow1 ul.linkList li,
#carouselRow ul.linkList li,
#contentRow2 ul.linkList li,
#contentRow1 ul.linkListPara li,
#carouselRow ul.linkListPara li,
#contentRow2 ul.linkListPara li {
	background-image: url(../images/arrowRed.gif);	
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#contentRow1 ul.linkList li a,
#carouselRow ul.linkList li a,
#contentRow2 ul.linkList li a,
#contentRow1 ul.linkListPara li a,
#carouselRow ul.linkListPara li a,
#contentRow2 ul.linkListPara li a {
	color: #000;
}
#contentRow1 ul.linkList li a:hover,
#carouselRow ul.linkList li a:hover,
#contentRow2 ul.linkList li a:hover,
#contentRow1 ul.linkListPara li a:hover,
#carouselRow ul.linkListPara li a:hover,
#contentRow2 ul.linkListPara li a:hover {
	color: #D11255;
	text-decoration: none;
}	
#contentRow1 ul.linkListPara li,
#carouselRow ul.linkListPara li,
#contentRow2 ul.linkListPara li {
	margin-bottom: 15px;
}

h1 img {
	margin-bottom: 0px;
}
#contentWrapper button {margin: 0px 0px 0px 15px;}
button img {margin: 0px;}

/* VIDEO HIGHLIGHT
----------------------------------------------------------------------------- */
#videoHighlight p {margin-bottom: 0px;}

/* CAROUSEL
----------------------------------------------------------------------------- */
#carouselContainer {
	width: 100%;
}
.carouselWrapper {
	width: 964px;
	margin: 0 auto;
	float: none;
}
#carouselRow {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;	
}
#carouselRow select, #carouselRow input{
	margin: 0px 0px 8px 0px;
	border: solid 1px #666666;
	font-size: 12px;
}
#carouselRow img {
	margin: 0px 15px;
}

/* Carousel Top Navigation */
#carouselNav {
	position: relative;
	z-index: 0;	
	float: left;
	display: block;
	width: 964px;
	height: 20px;	
	padding: 10px 0px 0px 0px;
	background-image: url(../images/carousel/bgCarouselTop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#carouselNav img {
	margin: 0px;
}
#carouselNav #arrowLeft {
	float: left;
	margin-left: 18px;
}
#carouselNav #arrowRight {
	float: left;
	margin-right: 18px;
}
#arrowLeft:hover,
#arrowRight:hover {
	cursor: pointer;
}
#carouselNav #carouselSlideLinks {
	float: left;
	width: 864px;
	text-align: center;
}
#carouselNav #carouselSlideLinks table {
	margin: -2px auto 0;
}
#carouselNav #carouselSlideLinks img {
	margin-left: 3px;
}
/* Carousel Rounded Border */
#carouselBorderLeft {
	float: left;
	display: block;
	width: 16px;
	height: 247px;	
	background-image: url(../images/carousel/bgCarouselLeft.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 999 !important;
	position: relative;
	margin-right: -15px;
}
#carouselBorderRight {
	float: left;
	display: block;
	width: 16px;
	height: 247px;	
	background-image: url(../images/carousel/bgCarouselRight.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 999 !important;
	position: relative;
	margin-left: -15px;
}
#carouselBorderBottom {
	float: left;
	display: block;
	width: 964px;
	height: 8px;	
	background-image: url(../images/carousel/bgCarouselBottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* jCarouselLite */
.carousel, .jCarouselLite {
	float: left;
	display: block;
	width: 960px;
	height: 276px;	
}
#contentWrapper .jCarouselLite ul, #contentWrapper .jCarouselLite ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	width: 964px;
}
/* Carousel Content */
.carousel {
	float: left;
	display: block;
	width: 962px !important;
	height: 247px;	
	position: relative;
}
.carousel img {
	/*z-index: 0 !important; removed so if an image is linked, it can be clicked on*/
	position: relative;
}
.carousel hr {
	display: none;/*to hide hr inside carousel*/
}
/* Square Promos */
.carousel .whitePromoBox {
	background-color: transparent !important;
}
.carousel .whitePromoBox img {
	margin: 1px 0px 7px 0px !important;
}
/* Gray Panel Promo */
.carousel .grayPromoBox img {
	position: relative;
	z-index: 20 !important;
	margin: 1px 1px 9px 1px !important;
	width: 160px !important;	
}
/* Specific Formatting within Content Boxes */
.carousel .singleBox, .carousel .doubleBox, .carousel .tripleBox {
	height: 224px;
	margin: 1px 0px 0px 0px;
	padding: /*22px 0px 0px 0px*/0px !important;
}
.carousel .singleBox.rightBorder, .carousel .doubleBox.rightBorder, .carousel .tripleBox.rightBorder {
	border-right: 1px solid #E5E5E5;
	background-image: none;
}
.carousel .singleBox.photo, .carousel .doubleBox.photo, .carousel .tripleBox.photo {
	padding: 0px;
}
.carousel .photo img {
	margin: 0px;
}
.carousel .singleBox .singleBox,
.carousel .doubleBox .doubleBox,
.carousel .tripleBox .tripleBox {
	padding-top: 0px;
}
.carousel .singleBox {
	width: 190px;
}
/* For Firefox 2 Carousel Cufon Jumbled Bug */
h1 .cufon-canvas {
	font-size: 37px !important;
}
h2 .cufon-canvas {
	font-size: 24px !important;
}
h3 .cufon-canvas {
	font-size: 19px !important;
}

/* General */
.noBold{
	font-weight: normal !important;
}
.noBottommargin {
	margin-bottom: 0px !important;
}