/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/


body {
	background-position: 50% 0%;
	background-repeat: repeat-y;
	}
a {
	text-decoration: underline;
	}	
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 967px;
	margin: 0px auto;
	text-align: left;
	}	
#header {
	position: relative;
	
	}
#home-slideshow {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 259px;
	}	
#home-slideshow .pod {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 967px;
	height: 259px;
	}	
#home-slideshow img {
	width: 967px;
	height: 259px;
	}	
#header-image {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 144px;	
	}
#header-image img {
	width: 967px;
	height: 144px;
	}	
#top-bar {
	position: absolute;		
	z-index: 2;
	top: 0px;
	right: 11px;
	width: 945px;
	height: 32px;
	background: url(../images/black-bar.gif) no-repeat;
	}
#branding-container {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 10px; 
	text-align: left;
	}	
.siteTagline {
	display: none;
	}	
#search-container {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	right: 11px;
	background: url(../images/search.png) no-repeat;
	width: 353px;
	height: 37px;
	}
#page-menu {
	float: left;
	color: white;
	margin: 10px;
	}	
#page-menu a {
	padding: 0px 8px;
	color: white;
	font-size: 13px;
	}	
#searchBox input {
	margin-top: 12px;
	border: none;
	background: transparent;
	width: 160px;
	float: right;
	margin-right: 20px;
	font-size: 14px;
}	


#font-bar {
	display: block;
	width: 199px;
	margin: 3px 11px 3px 12px;
	height: 20px;
	text-align: left;
	background: #e6e6e6;
	padding: 0px 0px 0px 745px; 
	}
/* ===== sub-menu ======= */
ul.subCategory, ul.subCategory li ul {
	white-space: normal;
	padding: 0;
	margin: 0;
	}
ul.subCategory li ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.subCategory li, .subCategory li ul li  {		
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0px 0;
	}
.subCategory {
	margin-left: 0px;
	}	
/* layer 1 */
.subCategory a, .subCategory a:visited {
	display: block;
	color: #444444;
	text-decoration: none;
	text-indent: 11px;
	font-weight: bold;
	padding: 3px 0px;
	text-align: left;
	border-left: 3px solid #cbcaca;
	}	
 .subCategory a:hover {
 	text-decoration: none;
	color: #b30000;
	border-left: 3px solid #b30000;
	}	
.subCategory a.selected {
	background: #444444;
	font-weight: 600;
	color: white;
	border-left: 3px solid #444444;
	}	
/* layer 2 */
.subCategory li.selected  ul {
	display: block;
	}
.subCategory li  ul  {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}		
.subCategory li ul li {
	}	
.subCategory li ul li a, .subCategory li ul li a:visited {
    color: #444444;
    text-align: left;
	font-size: 12px;
    text-decoration: none;
	padding: 0px;
	padding: 2px;
	text-indent: 22px;
	overflow: hidden;
	background: transparent;
	}
.subCategory li ul li a:hover {
    text-decoration: none;

	}		
.subCategory li ul li a.selected {
    text-decoration: none;
	border-left: 3px solid #444444;
	}	

/*layer 3 */

.subCategory li.selected ul li.selected ul {
	display: block;
	}
.subCategory li.selected ul li ul {
	display: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	}		
.subCategory li ul li ul li {
	margin-right: 0px;
	}		
.subCategory li ul li ul li a, .subCategory li ul li ul li a:visited {
	text-indent: 35px;
	}	
 .subCategory li ul li ul li a.selected {
    text-decoration: none;
	 color: white;
	 font-weight: bold;
	}		
/* end of category menu */		
	
/* ====== main =========*/
#main-container {
	position: relative;
	margin: 5px 11px 0px 12px;
	padding-bottom: 7px;
	width: 944px;
	border-bottom: 1px solid #7d7d7d;
	}	
#leftCol {
	float: left;
	padding-bottom: 115px;
	}
#mainCol {
	float: left;
	width: 489px;
	margin: 0px 20px 0px 20px;
	}
#rightCol {
	float: right;
	position: relative;
	}
.narrow-col {
	width: 181px;	
	}
.wide-col {
	width: 221px;
	}		
.break {
	clear: both;
	width: 100%;
	display: block;
	}		
#address {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}	 

/* =====narrow-Col =====*/
.narrow-col {
	width: 183px;
	}	
.narrow-col .title {
	display: block;
	width: 	181px;
	hight: 34px;
	line-height: 34px;
	text-indent: 20px;
	color: white;
	font-size: 14px; 
	background: url(../images/left_title.gif) no-repeat;
	}
#leftCol .pod {
	margin-bottom: 7px;
	width: 	181px;
	}	
#leftCol .pod .content {
	background: white url(../images/left_pod_bottom.gif) 100% 100% no-repeat;
	padding: 7px;
	}	
#home-left .content .standard .listingImage {
	float: none;
	margin: auto;
	}
#home-left #newspod	.content {
	text-align: center;
	}
#home-left #newspod .content .listingText, 
#home-left #newspod .content .byLine,
#home-left #newspod .content h3 {
	text-align: left;
	}
#home-left #newspod h3 {
	font-size: 12px;
	}		
#home-left #newspod .featureType {
	display: none;
	}	
#home-left #newspod h3 a {
	color: #454545;
	}	
.narrow-col #corp_linkspod .title {
	background: url(../images/corp_title.gif) no-repeat;
	}
#address .pod {
	padding: 5px 0px 5px 10px;
	width: 175px;
	font-size: 12px;
	}	
#address strong {
	color: black;
	}	
#address  h4 {
	margin: 0px;font-size: 14px;
	}
#address h4 strong{
	color: #00595a;
	}
#inside-slideshow {
	position: relative;
		width: 183px;
	height: 240px;
	max-height: 240px;
	overlfow: hidden;
	background: #F2F2F2;
	}
#inside-slideshow .pod .content {
	padding: 0px;
	background: none;
	}
#inside-slideshow img {
	width: 183px;
	height: 240px;
	}		
#slideshow-overlay {
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	width: 183px;
	height: 240px;
	background: url(../images/image-overlay.png) no-repeat;
	}		
	
/* ==== main col ===== */
#mainContent {
	margin: 0px;
	}
#mainContent ul {
	margin-left: 25px;
	font-weight: bold;
	}	
h1 {
	margin: 5px 0px 0px 0px;
	line-height: 1.0em;
	}	
.detailText h2, .detailText h3	{
	color: black;
	margin-bottom: 1.22em;
	}	

	 	
/* ===== wide-Col ===== */
.wide-col .title, #catRootname {
	display: block;
	width: 	221px;
	hight: 34px;
	line-height: 34px;
	text-indent: 20px;
	color: white;
	font-size: 14px; 
	background: url(../images/right_title.gif) no-repeat;
	}		
.wide-col .content, #subMenu {
	padding: 7px;
	margin-bottom: 7px;
	padding-bottom: 11px;
	background: #CBCACA url(../images/rigth_pod_bottom.gif) 100% 100% no-repeat;
	}	
.wide-col #corp_linkspod .title {
	background: url(../images/corp_title_wide.gif) no-repeat;
	}
.wide-col #corp_linkspod .content {
	width: 207px;
	background: white url(../images/corp_bottom_wide.gif) 100% 100% no-repeat;
	}		
/*===== footer ===== */

#footer-menu {
	border-top: 1px solid white;
	margin: 0px 0px 0px 12px;
	width: 944px;
	padding-top: 7px;
	background: #e7e7e7;
	padding-bottom: 10px;
	font-size: 11px;
	}	
#footer-cats {
	float: left;
	margin-left: 10px;
	}
#footer-cats a, #footer-pages a {
	padding: 0px 5px 0px 3px;
	color: #454545;
	}		
.copyright {
	margin-left: 11px;
	padding-top: .5em;
	}	
#features .more {
	text-align: right;
	padding-bottom: 5px;
	}	
