

/* home */
#tabWindow {
width:554px;
}
.tabWindow {
	
	padding: 0px 0 20px;
}

#tabWindowTitle {
	font-family: 'arial', Times, serif;
	color: #f0eadd;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 0 8px 40px;
	letter-spacing: 1px;
}

#homeTabs {
	font-family: 'arial', Times, serif;
	color: #f0eadd;	
	height: 35px;
	border-bottom: 10px solid #990033;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}
	#homeTabs ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#homeTabs li {
		float: left;
		display: inline;
	}
	#homeTabs a {
		display: block;
		vertical-align: middle;
		color: #f0eadd;
		text-decoration: none;
		width: 184px;
		text-align: center;
		height: 12px;
		padding: 13px 0 10px;
		background: url(../images/redtab.jpg) no-repeat left top;
	}
	* html #homeTabs a {
		display: inline-block;
	}
	a#homeTab2 {
		padding: 8px 0 15px;
		margin: 0 1px;
	}
		.tab1 a#homeTab1, .tab3 a#homeTab3 {
			background: url(../images/hometab1.jpg) no-repeat left top;
			padding: 9px 0 14px;
			color: #fff;
		}
		.tab2 a#homeTab2 {
			background: url(../images/hometab1.jpg) no-repeat left top;
			padding: 4px 0 19px;
			color: #fff;
		}

	#homeTabAreas {
		position: relative;
		height: 360px;
	    width: 554px;
		overflow: hidden;
		background: #ededea;
	}
		#homeTabArea1, #homeTabArea2, #homeTabArea3 {
			display: none;
		}
			.tab1 #homeTabArea1, .tab2 #homeTabArea2, .tab3 #homeTabArea3 {
				display: block;
			}
			
		.homeTabBG {
			position: absolute;
			top: 0;
			left: 0px;
			z-index: 1;
	        width: 554px;
	        height: 229px;
		}
		.homeTabGradient {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			/*background: url(../webimages/homeTabGradient.png);*/
			height: 229px;
			width: 400px;
		}
		* html .homeTabGradient {
			/*background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/homeTabGradient.png', sizingMethod='image');*/
		}
		.homeTabText {
			position: absolute;
				font-family: 'arial', Times, serif;
				font-size: 12px;
			top: 6px;
			left: 28px;
			z-index: 5;
			width: 485px;
			height: 372px;
			padding: 0 80px 0 0;
			overflow: hidden;
			color: #333;
			line-height: 14px;
		}
			.homeTabText a {
				color: #333;
			}
			#homeTabAreas h1 {
				margin: 0 -80px 0 0;
				padding: 0 0 4px;
				font-size: 15px;
				color: #990134;
				line-height: 18px;
			}
			#homeTabAreas h1.bk {
				margin: 0 -80px 0 0;
				padding: 0 0 4px;
				font-size: 19px;
				color: #000;
				line-height: 18px;
			}
				#homeTabAreas h1 a {
					color: #591910;
				}
			#homeTabAreas p {
				margin: 0;
				padding: 0 0 17px;
			}
	.homeTabDisplay {
		position: absolute;
		top: 168px;
		left: 26px;
		z-index: 10;
	}
		.homeTabDisplay img {
			margin: 2px;
			width: 94px;
			height: 41px;
		}
			.homeTabDisplay .on img {
				margin: 0;
				border: 2px solid #fff;
			}

#tabWindowTagline {
	font-family: 'Times New Roman', Times, serif;
	font-size: 25px;
	line-height: 35px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ddd8c8;
	text-align: center;
	padding: 15px 0 8px;
	border-bottom: 1px dashed #808676;
	margin: 0 17px;
}
	#tabWindowTagline b, #tabWindowTagline strong {
		color: #fff;
	}
	#tabWindowTagline p {
	    margin: 0;
	    padding: 0;
	}

	
	    