@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fff1e0;
}
.cls {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
h1, h2, h3, h4, p, ul, li, div {
	margin: 0;
	padding: 0;
}
a img{ border:0;}
ul, li {
	list-style:none;
}
p {
	line-height: 20px;
}
a {
	color: #333333;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.noBorder {
	border: none !important;
}
#wraper{
	margin: 0 auto;
	width:982px;
}
.l{ 
	float:left !important;
}
.r{ 
	float:right !important;
}


/* HEADER */
#header{ 
	width: 100%;
	padding: 0 0 0 6px;
	height:109px;
}
.headerLeft {
	float: left;
	width: 420px;
}
.headerRight {
	float: right;
	width: 468px;
}
#header .date{ 
	margin: 36px 0 12px 0;
	color: #9b683e;
	height:15px;
	font-size:12px;
	clear:both;
}
#header img{
	kwidth:970px;
	kheight:109px;
	kfloat:left;
}
.topBanner {
	margin: 10px 0;
	height:60px;
}
.searchPanel {
	margin-top: -20px;
	position: relative;
	padding:17px 0 0 0;
	background: url('../images/searchNews.jpg') 10px 0 no-repeat;
}
input, select{ 
	font-size:12px;
}
.searchBox{
	margin:0 9px 0 0;
	padding:2px 2px 0 2px;
	width:135px;
	height:18px;
	border:1px solid #f4ccae;
	color:#000000;	
}
.rightLInks select{
	margin:0 8px 0 0;
	padding:2px 2px;
	width:129px;
	height:22px;
	border:1px solid #f4ccae;
	color:#000000;	
}
.searchbtn{
	width:32px;
	height:22px;
	background:url(../images/searchBtn.jpg) 0 0 no-repeat;
	float:right;
}
.searchbtn a{
	width:32px;
	height:22px;
	display:block;	
}
.contentContainer{
	margin:0;
	padding:0 6px;
	width:970px;
	background:url(../images/contentShade.jpg) 0 0 repeat-y;
}
.topNavigation{
	width:970px;
	height:33px;
	background:url(../images/topNavBg.png) 0 0 repeat-x;
}
.rightLInks{
	padding:6px 6px 0 0;
	height:24px;
	float:right;
}
.link{
	padding:0 2px;
	width:18px;
	height:16px;
	float:left;
}

.topNavigation ul{
	width: 600px;
	padding:0 0px 0 13px;
	float:left;
}
.topNavigation ul li{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.topNavigation ul li a,.topNavigation ul li a:visited {
	padding:0 13px 0 13px;
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	border-right:1px solid #5f5f5f;
	color:#ffffff;
}
.topNavigation ul li a:hover {
	background:url(../images/topNavBg.png) 0 -33px repeat-x;
}
.topNavigation ul li a.slectedItem{
	padding:0 13px 0 13px;
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	border-right:1px solid #5f5f5f;
	color:#ffffff;
	background:url(../images/topNavBg.png) 0 -33px repeat-x;	
}
.loginContainer{
	margin:0; 
	height:36px;
	padding:0 10px 0 15px;
	background-color:#f2cbaa;
}
.loginContainer ul li{
	float:left;
	height:19px;
	color:#333333;
	font-size:11px;
	line-height:19px;
	list-style-type:none;
	padding:10px 0px 7px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.txtBox{
	padding:0px 2px;
	width:135px;
	height:19px;
	line-height:19px;
	border:0;
}
.loginBtn{
	width:51px;
	height:19px;
	background-color:#c7a291;
	font-weight:bold;
	text-transform:uppercase;
}
.loginBtn a
{	
	width:51px;
	height:19px;
	line-height:19px;
	text-align:center;
	display:block;
	color:#ffffff;
}
.loginBtn a:hover
{	
	color:#112233;
}
.forget{
	color:#ca9b75;
}
.forget a {
	color:#ca9b75;
	text-decoration:underline;
}
.forget a:hover {
	color:#823507;
	text-decoration:none;
}
.sepr{
	width:1px;
	height:19px;
	display:block;
	background:url(../images/darkSep.jpg) 0 0 no-repeat;
}
.sepr1{
	width:1px;
	height:19px;
	display:block;
	background:url(../images/pinkSep.jpg) 0 0 no-repeat;
}
.sub{
	color:#823507;
	font-weight:bold;
}
.sub a,.sub a:visited {
	color:#823507;
}
.sub a:hover {
	color:#823507;
	text-decoration:underline
}
.lessPadding{
	padding:10px 0px 7px 6px !important;
}
.morePadding{
	padding:10px 0px 7px 123px !important;
}



/* Home Contents White Area */
.contentDetail{
	background-color: #fff;
	padding: 10px 10px 20px 10px;
}
.contentDetail h3 {
	color: #666;
	margin-bottom: 6px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.contentDetail h4 {
	color: #555;
	margin-bottom: 4px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.contentDetail ul li {
	padding: 4px 0 4px 12px;
/*	background: url('../images/orangeRoundbullet.gif') 0 9px no-repeat;
*/}


.homeLeftContainer {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #c7c6c0;
}
.homeLeftCol {
	width: 214px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #c7c6c0;
}
.homeCenterCol {
	width: 440px;
}
.homeRightCol {
	width: 250px;
	padding-top: 6px;
}
.adsDivider {
	height: 15px;
	background: url('../images/right_adsDivider.gif') repeat-x;
}

/* Vids Thumbs Tabs Scroller */
.vidsTabs {
	margin-top: 12px;
	background-color: #f3c9a8;
	border-top: 3px solid #d3b095;
}
.vidsTabs h4 {
	margin: 6px 0 10px 10px;
}

/* 3 HR Ads */
.ads3 {
	margin: 0 0 30px 0;
}

/* 3 Columns Above Footer */
.home3Cols {
	
}
.homeCol {
	float: left;
	width: 305px;
	height: 240px;
}
.homeCol2 {
	margin: 0 17px;
}
.homeCol h4 {
	margin: 0;
	padding: 3px 0 0 4px;
	border-top: 3px solid #cbcbcb;
}
.homeCol h6 {
	color: #999;
	margin: 2px 0 14px 0;
	padding: 0 0 4px 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #cbcbcb;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.homePostDate {
	float: left;
	width: 30px;
	color: #333;
	font-size: 11px;
	margin: 0 6px 16px 0;
	padding: 5px 0 5px 8px;
	background-color: #e4e4e4;
}
.homePost {
	line-height: 18px;
}
a.link_smallOrange {
	color: #e48a41;
	font-size: 11px;
}
a.link_smallOrange:hover {
	text-decoration: underline;
}



/*Inner Page*/
.innerLeftContainer {
	width: 676px;
	padding-right: 11px;
}
.webTVvideo {
	background-color: #535353;
	padding-bottom: 1px;
}
.webTV {
	padding: 11px;
}
.sponsoredHdng {
	height: 39px;
	margin-top: 12px;
	background: url('../images/logo_deloitte_bg.gif') no-repeat;
}
.sponsoredVideos h4 {
	float: left;
	color: #fff;
	margin: 8px 0 0 12px;
}
.sponsoredVideos .logoDeloitte {
	float: right;
	margin: 11px 10px 0 0;
}
.sponsoredVidsThumbs {
	height: 158px;
	background: url('../images/logo_deloitte_cntBG.gif') repeat-x;
	
}
.sponsoredVidsThumbs ul li {
	float: left;
	width: 115px;
	padding: 0;
	font-size: 11px;
	background: none;
	margin: 26px 0 0 17px;
	position: relative;
}
.sponsoredVidsThumbs ul li a {
	color: #22387b;
	font-weight: bold;
	
}
.sponsoredVidsThumbs ul li a:hover {
	color: #0d1f56;
}



/* FOOTER */
.footerContainer{
	width:970px;
	background: #efb78b url('../images/footerBg.jpg') 0 0 repeat-x;
}
.footerHeader{
	height:43px;
	padding:0 37px 0 22px;
}
.footerlogo{
	width:249px;
	height:43px; 
	float:left;
}
.goTop{
	padding:0 0 0 14px;
	width:60px;
	height:43px;
	line-height:43px; 
	float:right;
	background:url(../images/topArrow.gif) left center no-repeat;
}
.goTop a,.goTop a:visited { 
	color:#ffffff;
}
.goTop a:hover{ 
	color:#ebebeb;
}
.footerNavPanel{
	padding:19px 15px 24px 19px;
}
.navPanel{
	padding:0 10px 0 10px;
	border-right:1px solid #daa881;
	height:143px;
	width: 122px;
	float:left;
	overflow:auto;
}
.navPanel_news{
	padding:0 10px 0 10px;
	border-right:1px solid #daa881;
	height:143px;
	width: 160px;
	float:left;
	overflow:auto;
}
.footerHeading{
	margin:0;
	padding:3px 0;
	color:#000000;
	font-weight:bold;
	clear:both;
}
.lastNavPanel{
	border:none !important;
	width:122px  !important;
}
.navPanel ul li{
	margin:0px;
	padding:3px 0;
	font-size:12px;
}
.navPanel ul li a, .navPanel ul li a:visited { 
	color:#333333;
}
.navPanel ul li a:hover { 
	color:#656565;
}
.navPanel_news ul li{
	margin:0px;
	padding:3px 0;
	font-size:12px;
}
.navPanel_news ul li a, .navPanel ul li a:visited { 
	color:#333333;
}
.navPanel_news ul li a:hover { 
	color:#656565;
}
.copyCntr{
	height: 50px;
	font-size: 11px;
	padding: 30px 25px 0 25px;
	background: url('../images/footerBtm.jpg') no-repeat;
}
.copyCntr a, .copyCntr a:visited{
	color:#333333;
}
.copyCntr a:hover{
	color:#999999;
}
/* Video Search */
.vidBox {
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}
.vidBox .vidThumb_box {
	position: relative;
	float: left;
	width: 125px;
	margin-bottom: 10px;
}
.vidBox .vidDesc_box {
	float: left;
	width: 540px;
}
.vidDesc_box a {
	color: #f3b179;
}
.vidDesc_box a.vidTitleLink {
	color: #666;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.vidDesc_box a:hover, .vidDesc_box a.vidTitleLink:hover {
	color: #111;
}
.vidDesc_box span {
	display: block;
	color: #999;
	font-size: 11px;
}

.pagination {
	text-align: right;
	padding-right: 10px;
	margin: 10px 0 20px 0;
	border-top: 1px solid #fceada;
	border-bottom: 1px solid #fceada;
}
.pagiResults {
	color: #999;
	font-weight: bold;
	padding-top: 5px;
}
.pagination a {
	padding: 5px 10px;
	line-height: 24px;
}
.pagination a:hover, .pagination a.selectedPage {
	background-color: #f9dbc1;
}

/* PLAY ICON */
.playIcon {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 113px;
	height: 75px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #d3b095;
}
.playIcon:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.playIcon2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 214px;
	height: 122px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #d3b095;
}
.playIcon2:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
