/* import other stylesheets */
@import "/Protected/CSS/globals.css";
@import "/TSC/Home/Files/stylesheets/TSC_Layout.css";
/* Style TOC */
/*
	10 - HTML Element Styles
	15 - General class styles
	20 - Body Region Styles 
	30 - Navigation Styles
		30a - Left Navigation  styles
		30b - Bottom Navigation styles
	40 - System Widget Styles
		40a - TopBar - Static HTML
		40b - BottomBar - Static HTML
		40c - Article Index
		40d - Column Specific System Widget tweaks
	45 - Site Specific Widget Styles
*/
/* This stylesheet controls font, colors, etc for CSR */
/*	10 - HTML Element Styles */

html{
	font-size: 75%; 
}
body 
{
	background: url(/TSC/Home/Files/images/TSC-BG.jpg) repeat-x #050505;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; /* 11px*/
	color: #717171;

}
a{
	color: #913d1e;
	text-decoration: none;
}
img{
	padding: 5px;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 	
	margin: 10px 0; 
}
ul{
	padding-left: 30px;
}
h2, h2 a{
	color: #913d1e;
	font-family:  Arial, Helvetica, sans-serif;
	
}
h2{ 
	font-size: 1.273em; 
	margin: 10px 0;
	clear: both;
	position: relative;
}
h3, h3 a{
	color: #1e3761;
	font-family: Arial, Helvetica, sans-serif;


}

h3{
	font-size: 1.091em;
	margin: 5px 0;


}
/*	End - 10 - HTML Element Styles */
/*	20 - Body Region Styles  */

.contentContainer{
	background: #fff ;
	border-top: 1px solid #fff;
	
}

.column30{
	background: #fff;
	border-top: 1px solid #9f9f9f;
}

.column2{
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
} 
.twocolumnsub #maincontent{
	border-right: 1px solid #9f9f9f;
}




/*	End - 20 - Body Region Styles  */
/*	30 - Navigation Styles */
	/*	30a -  Left Navigation  styles */
	#nav ul, #nav li, #nav, #nav p{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav a, #nav{
		color: #2b3d43;
	}
	#nav li{
		
		font-weight: bold;
		
	}
	#nav ul li{
		border-bottom: 1px dotted #073240;
		font-weight: normal;
		
	}
	
	
	
	/*	End - 30a -  Left Navigation  styles */
	/*	30b - Bottom Navigation styles */
	#nav{
		
		background: url(/TSC/Home/Files/images/TSC_Menu-Divider.jpg) no-repeat left;
	}
	 #nav li{
	
		color: #fff;
		line-height: 28px;
	}
	#nav > li{
		background: url(/TSC/Home/Files/images/TSC_Menu-Divider.jpg) no-repeat right;
	}
	 #nav li li{
		line-height: 25px;
	}

	 #nav .first{
		border-left: none;
	}
	 #nav .last{
		border-right: none;
	}
	 #nav a,  #nav p{
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		text-align: center;
	}
	 #nav li li a,  #nav li li p{
		text-align: left;
	}

	 #nav li:hover,  #nav li.sfhover {
		background: url(/TSC/Home/Files/images/TSC_Menu_Rollover_Gray.jpg) right top;
		
	}
	
	 #nav li:hover a,  #nav li.sfhover a{
		color: #fff;
	}
	 #nav li:hover li,  #nav li.sfhover li{
		background: #d7e2eb;
		border-color: #fff;
		border-style: solid;
		border-width: 1px 2px;
		color: #fff;
		line-height: 25px;
		text-align: center;
	}
	#nav li.item_2:hover li{
		background: #efcd0e;
	}
	
	#nav li.item_2:hover li:hover{
		background: #feed54;
	}
	#nav li.item_2:hover{
		background-image: url(/TSC/Home/Files/images/tsc-hvac-rollover.jpg);
	}
	#nav li.item_3:hover li{
		background: #1a709f;
	}
	
	#nav li.item_3:hover li:hover{
		background: #56b8e7;
	}
	#nav li.item_3:hover{
		background-image: url(/TSC/Home/Files/images/tsc_plumbing_rollover.jpg);
	}
	#nav li.item_4:hover li{
		background: #446c26;
	}
	
	#nav li.item_4:hover li:hover{
		background: #82b85a;
	}
	#nav li.item_4:hover{
		background-image: url(/TSC/Home/Files/images/tsc_roofing_rollover.jpg);
	}
	#nav li.item_5:hover li{
		background: #b92c22;
	}
	
	#nav li.item_5:hover li:hover{
		background: #f24f46;
	}
	#nav li.item_5:hover{
		background-image: url(/TSC/Home/Files/images/tsc_electrical_rollover.jpg);
	}
	 #nav li:hover li a,  #nav li.sfhover li a{
		color: #fff;
	}
	 #nav li:hover li:hover,  #nav li.sfhover li.sfhover{
		
		border: none;
		color: #fff;
		line-height: 25px;
		padding: 6px 7px;
	}

	 #nav li:hover li:hover a,  #nav li.sfhover li.sfhover a{
		color: #fff;
	}
	#nav a{
		color: #fff;
	}
	#bottomnav{
		width: 1000px;
		margin: 15px auto;
		padding: 0;	
		list-style: none;	
		height: 180px;
	}
	#bottomnav p{
		margin: 0;
	}
	#bottomnav li li{
		padding: 10px 0;
	}
	#bottomnav ul{
		list-style: none;
		padding: 0;
	}
	#bottomnav, #bottomnav a{
		font-weight: bold;
	}
	#bottomnav li ul li a, #bottomnav li ul li {
		color: #fff;	
		font-weight: normal;	
	}	
	#bottomnav > li, #bottomnav > li > a{
		color: #913d1e;
	}	
	#bottomnav  > li{
		float: left;
		width: 134px;
		height: 150px;
		border-right: 1px #999 dotted;
		padding: 15px;
	}
	#bottomnav > li.item_6, #bottomnav > li.item_7, #bottomnav > li.item_8, #bottomnav > li.item_9, #bottomnav > li.item_10{
		height: 16px;
		
		padding: 15px;
		border: none;
	}
	#bottomnav li.item_2 > a{
		color: #e0b600;
	}
	#bottomnav li.item_3 > a{
		color: #0082c0;
	}
	#bottomnav li.item_4 > a{
		color: #4c8622;
	}
	#bottomnav li.item_5 > a{
		color: #dc291e;
	}
	.digital_edition{
		margin: auto;
		width: 260px;
	}

	/*	End - 30b - Bottom Navigation styles */
/*	End - 30 -  Navigation Styles */
/* 40 - System Widget Styles */
.BNP-ARTICLES-DECK{
	font-weight: bold;
	font-style: italic;
}
.BNP-AUTHORBLOCK-LONG{
	font-style: italic;
	border-top: 1px dotted #666666;
	padding: 5px 0;
}
.BNP-IMAGE{
	font-style: italic;
	text-align: center;
	width: 200px;
}
.BNP-IMAGE img{
	margin: auto;
	float:none;
}
.CURRENT-ISSUE img{
	float: left;
	width: 120px;
}
.CURRENT-ISSUE ul{
	float: right;
	width: 240px;
}

.News-Widget h2{
	background: url(/TSC/Home/Files/images/TSC_Breaking_News.jpg) repeat-x #9a1129 !important;
	border-left: 2px solid #b51938;
	border-right: 2px solid #b51938;
	border-top: 2px solid #b51938;
	width: 380px !important;
	
	margin: 0;
	
}
.News-Widget h2 a{
	color: #fff;
}
.News-Widget h3{
	background: #fff;
	border-left: 1px solid #b51938;
	border-right: 1px solid #b51938;
	padding: 5px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
	margin: 0;
}
.News-Widget h3 a{
	color: #bd0f10;
	font-weight: bold;
	font-style: normal;
	
}
.News-Widget h3 p{
	display: inline;
}
.News-Widget{
	border-bottom:  1px solid #b51938;
	margin-bottom: 10px;
}
.BNP-EVENTS *{
	margin: 0;
	color: #5a83c1;
}
.EVENT-ITEM{
	margin: 10px 0;
}
.Article-Index-Item img, .BNP-ARTICLE img{
	float: left;
}
.Article-Index-Item {
	clear: both;
}
.column30{
	padding: 10px;
}
.column30 img{
	float: left;
	
	padding: 10px;
	text-align: center;
}

.ARCHIVES-CHANNEL{
	clear: both;
}
.BNP-RSS-Icon{
	position: absolute;
	right: 10px;
	padding: 0;
}

.BNP-LINK a{
	font-weight: bold;
}
	
	/* 40a - TopBar - Static HTML */
	#topbar{
		background: url(/TSC/Home/Files/images/TSC-header.jpg) no-repeat center top;
	}
	
	#topbar a{
		color: #005390;
	}
	#topbar h1{
		float: left;
	}
	.staticHeader h1 a{
		display: block;
		height: 134px;
		text-indent: -9999px;
		width: 350px;
	}	
	
	/* 40a - End - TopBar - Static HTML */
	/* 40b - BottomBar - Static HTML */
	.copyright{
		width: 1000px;
		margin: 0 auto;
		color: #fff;
		clear: both;
	}
	.copyright a{
		color: #fff;
	}
	#bottomBar{
		width: 1000px;
		margin: 0 auto;	
		height: 85px;
	}
	
	/* 40b - End - BottomBar - Static HTML */
	/* 40c - Article Index */
	.BNP-ARTICLE{ 
		margin: 5px 0;
		clear: both;
		padding: 5px 10px;
	}
	.Article-Index-Item{
		border-top: #cccccc dashed 1px;
	}
	.BNP-ARTICLE-IMAGE{
		float: left;
	}
	.homepage .column1 h2, .homepage .column2 h2{
		background: url(/TSC/Home/Files/images/TSC_TitleBg.jpg) no-repeat;
		width: 380px;
		height: 17px;
		padding: 6px 8px;
	}
	.BNP-AD-IN-ARTICLE{
		float: right;
		width:300px;
		padding:5px;
		text-align:center;
	}
	/* 40c - End - Article Index */
	/* 40d - Column Specific System Widget tweaks */
	/* 40d - End - Column Specific System Widget tweaks */
/* 40 - End - System Widget Styles */
/* 45 - Site Specific Widget Styles */
#toplinks p{
	color: #b5bdca;
	float: left;
	margin: 0 0 0 -75px;
}
#toplinks{
	height: 27px;
	line-height: 27px;
}
#toplinks a{
	color: #fff;
	font-size: 1.25em;
	
	
}
#toplinks em a{
	color: #c91e44;
	font-style: normal;
}
#toplinks ul{
	width: 500px;
	float: right;
	margin: 0;
}
#toplinks li{
	float: left;
	list-style: none;
	padding: 0 10px;
}
.images {
	
	position:relative;	
	height:300px;
	padding: 0;
	width:385px;
	float:left;	
	margin: 0;
	list-style: none;
	
	
}

/* single slide */
.images li {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	
	
	height:300px;
	font-size:12px;
}
.images li img{
	padding: 0;
}
/* header */


/* tabs (those little circles below slides) */
.tabs {
	left: 0;
	list-style: none;
	position: absolute;
	top: 265px;
	background: #333;
	width: 385px;
	padding: 0;
	margin: 0;
	height: 35px;
	opacity: 0.75;	
}

/* single tab */
.tabs li {
	
	float:left;
	padding: 10px 9px;
	display:block;
	color: #fff;
	height: 15px;	
	cursor: pointer;
	
}
.tabs li:hover, .tabs li.current {
	background: #000;
	opacity: 1;
}
.tabs li.HVAC_Features:hover, .tabs li.HVAC_Features.current {
	background: #e0b600;
	opacity: 1;
}
.tabs li:hover.Electrical_Features, .tabs li.Electrical_Features.current {
	background: #dc291e;
	opacity: 1;
}
.tabs li.Plumbing_Features:hover, .tabs li.Plumbing_Features.current {
	background: #0082c0;
	opacity: 1;
}
.tabs li.Roofing_Features:hover, .tabs li.Roofing_Features.current {
	background: #4c8622;
	opacity: 1;
}

.tabs a{
	color: #fff;
}

#rotator_box{
	height: 300px;
	position: relative;
	width: 385px;
	float: left;
}

#partners{
	padding: 10px;
}

#partners div{
	float: left;
	height: 65px;
	width: 150px;
	padding: 10px;
	text-align: center;
}


	
/* 45 - End - Site Specific Widget Styles */