﻿
h1 { display: none; }
#topNavLayout { display: none; }

#masterColumnLayout { margin-top: 0; width: 100%;  }
	#masterColumnLeft { display: none;  }
	#masterColumnRight { width: 100%; padding: 0;  }
.breadcrumbTrail {
	display:none;
}

/* memeber login */
#member-login { width:100%; background: url('/design/gradient-red-black-large.png') transparent repeat-x;
	margin-bottom: 14px; text-align:center; }
#member-login img { padding: 10px 50px; }

.slider-wrapper {
	margin-left:20px;
	margin-bottom:10px;
	margin-right:10px;
}
#slider-cell {
	/*width: 478px;*/
	padding: 3px;
	border: 1px solid #ccc;
}
#sqt-slider {
	position: relative;
	/*width: 478px;*/
	width:100%;
	height: 310px;
	overflow: hidden;
}
.sqt-slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*width: 478px;*/
	width:100%;
	height: 310px;
	cursor: pointer;
}
.slider-caption {
	margin-left:20px;
}
.sqt-slide-image {
	position: absolute;
	top: 0;
	/*left: 0;*/
	z-index: 1;
	width:601px;
}
.sqt-slide-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	background: url('/design/dark-75.png');
	color: #fff;
	z-index: 2;
}
.sqt-slide-caption h4 {
	font-weight: normal;
	text-transform: none;
	color: #fff;
	padding: 10px;
}
.sqt-slide-nav {
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 3;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.sqt-slide-nav li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
.sqt-slide-nav li a {
	display: block;
	background: #555;
	color: #000;
	padding: 5px 7px;
	font-weight: bold;
}
.sqt-slide-nav li a:hover {
	text-decoration: none;
	background: #fff;
	color: #555;
}
.sqt-slide-nav li.active a {
	background: #fff;
	color: #555;
}

#sidebarZone label { white-space:nowrap; }
#ctl00_ctl15_g_09146e85_5cab_401b_a7c0_cf49a1c0a2ec_ctl00_UserName, #ctl00_ctl15_g_09146e85_5cab_401b_a7c0_cf49a1c0a2ec_ctl00_Password { width:130px; }