/* Home - Banner */
#home_banner { 
	background-color: #fff;
	position: relative;
	width: 960px;
	height: 400px;
}

#home_banner .main_content {
	float: left;
	width: 727px;
	height: 400px;
}

#home_banner .main_content .banner_content {
	display: none;
	height: 304px;
	padding: 39px 30px 0 30px;
}

#home_banner .main_content .banner_content p {
	width: 250px;
}

#home_banner .main_content .banner_content a.button {
	width: 115px;
	height: 27px;
	display: block;
	text-indent: -10000px;
}

#home_banner .main_content .banner_content a.wwd_button {
	background: url(/images/home_wwd_button.jpg) no-repeat;
	text-align: left;
}

#home_banner .main_content .banner_content a.rebate_button {
	background: url(/images/home_rebates_button.jpg) no-repeat;
	text-align: left;
}

#home_banner .main_content .active { display: block; }

#banner_content_1 { 
	background: url(/images/img_home_1_727x344.jpg) no-repeat;
	display: none;	
}
#banner_content_2 { 
	background: url(/images/img_home_2_727x344.jpg) no-repeat;
	color: #fff;
}
#banner_content_2 h1 {
	color: #fff;
}
#banner_content_3 { 
	background: url(/images/img_home_3_727x344.jpg) no-repeat; 
	text-align: right;
}

#banner_content_3 div {
	 width: 250px;
	 float: right;
	 position: relative;
}

#banner_content_3 .read-more {
	position: absolute;
	right: 0;
	text-indent: -9000px;
}

#banner_content_3 .read-more span {
	text-indent: -9000px;
	display: none;
}

/* Home - Sidebar */
#home_banner .sidebar {
	width: 186px;
	border-left: 0;
	position: absolute;
	left: 727px;
}

#home_banner .sidebar h3 {
	color: #4d7aa4;
	font-size: 19px;
	margin-bottom: 12px;
}

#home_banner .sidebar li {
	margin-bottom: 6px;
}

#home_banner .sidebar li a {
	color: #be722f;
	font-size: 18px;
}

/* Home - Menu */
#home_banner .main_content ul {
	background: url(/images/home_menu_bg_sprite.jpg) no-repeat;
	width: 727px;
	height: 57px;
}

#home_banner .main_content li {
	text-indent: -10000px;
	display: inline;
	float: left;
}

#home_banner .menu_item_1 { width: 227px; }
#home_banner .menu_item_2 { width: 212px; }
#home_banner .menu_item_3 { width: 288px; }

#home_banner .menu_item a { 
	display: block;
	width: 100%; 
	height: 56px;
}

#home_banner .menu_item_1_active { background: url(/images/home_menu_bg_sprite.jpg) no-repeat 0 -56px; }
#home_banner .menu_item_2_active { background: url(/images/home_menu_bg_sprite.jpg) no-repeat -227px -56px; }
#home_banner .menu_item_3_active { background: url(/images/home_menu_bg_sprite.jpg) no-repeat -439px -56px; }

/* Home - Buckets */
#buckets li {
	display: inline-block;
	float: left;
	width: 192px;
	height: 164px;
	margin: 15px 16px 0 0;
	padding: 8px 18px 16px 14px;
	border: solid 2px #eee;
	color: #663700;
}

#bucket_1 {
	background: url(/images/img_home_4_188x224.jpg) no-repeat;
}

#bucket_2 {
	background: url(/images/img_home_5_188x224.jpg) no-repeat;
}

#bucket_3 {
	background: url(/images/img_home_6_188x224.jpg) no-repeat;
}

/* needs inheritance path to override right margin */
#buckets #bucket_4 {
	background: #e2ecf4 url(/images/home_bucket_4.jpg) no-repeat;
	margin-right: 0;
}

.sidebar #bucket_4 {
	width: 230px;
	height: 172px;
	border: solid 2px #eee;
	color: #663700;
	margin: 10px 0;
	padding: 8px 18px 8px 14px;
	background: #e2ecf4 url(/images/img_sb_seal_262x188.jpg) no-repeat;
}

#buckets h4 {
	margin-bottom: 0;
}

#buckets h4,
.sidebar #bucket_4 h4 {
	font-size: 18px;
}

#buckets p,
.sidebar #bucket_4 p {
	font-size: 13px;
}

/* WWD - Tab Menu */
.tabs {
	margin-bottom: 20px;
}

.tabs .menu {
	background-color: #F3EDDD;
	border-bottom: 1px solid #E0DCD0;
	border-right: 1px solid #E0DCD0;
	border-top: 1px solid #E0DCD0;
	height: 40px;
}

.tabs .menu li {
	border-left: 1px solid #E0DCD0;
	display: inline;
	float: left;
}

.tabs .menu li a {
	color: #BF702E;
	display: inline-block; 
	height: 16px;
	padding: 12px 11px 12px 11px;
}

.tabs .menu li.last a {
	padding: 12px 13px 12px 12px;
}

.tabs .menu li.active a {
	background-color: #FFF;
	color: #663701;
}

/* WWD - Tab Content */
.tabs .content {
	border-bottom: 1px solid #E0DCD0;
	border-left: 1px solid #E0DCD0;
	border-right: 1px solid #E0DCD0;
}

.tabs .content .item {
	display: none;
}

.tabs .content .item .hero h1 {
	padding: 12px 20px 0 20px;
}

.tabs .content .item .hero p {
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}

.tabs .content .active {
	display: block;
}

.tabs .content .hero {
	background: #D5CCAF;
	color: #663701;
}

.tabs .content .hero .detail {
	display: inline;
	float: left;
	font-size: 11px;
	height: 143px;
	width: 330px;
}

.tabs .content .detail {
	padding: 24px 20px 0 20px;
}

.tabs .content .detail h2.avenir-95-black {
	font-size: 20px;
}

.pagination_desc {
	margin-bottom: 20px;
}

/* FAQS */
h2.faq {
	border-bottom:1px solid #CEC2B7;
	color:#562E19;
	font-weight:900;
	margin:24px 0 8px;
	padding-bottom:2px;
}

h2.faq span {
	color:#778E1E;
	float:right;
	font-size:11px;
	font-weight:normal;
	position:relative;
	text-transform:uppercase;
	top:6px;
}

.faq-control {
	color:#778E1E;
	float:right;
	font-size:11px;
	padding-top:20px;
	position:relative;
	text-transform:uppercase;
}

.faq-control a {
	color:#778E1E;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}

.faq-control-first {
	padding-top:11px;
}

dt {
	background:url("/images/sprite_icn_plus_minus.png") no-repeat scroll -10px -10px transparent;
	color:#D4891C;
	cursor:pointer;
	font-size:14px;
	font-weight:900;
	margin:12px 0 6px;
	text-indent:36px;
}

dd {
	color:#5D5D5D;
	font-size:1em;
	line-height:1.6em;
	margin-left:36px;
}

dt.show {
	display:block;
}

dt.show {
	background:url("/images/sprite_icn_plus_minus.png") no-repeat scroll -10px -10px transparent;
}

dd.hide {
	display:none;
}

dt.hide {
	background:url("/images/sprite_icn_plus_minus.png") no-repeat scroll -10px -47px transparent;
	display:block;
	position:relative;
}

dt a:hover {
	color:#D4891C;
}

/* Map Widget */
.map a,.map a:hover,.map a:active,.map a:visited {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.map {
	display: block;
	position: relative;
	width: 471px;
	height: 285px;
	background: url(/images/bluemap.png) no-repeat;
}

.map .pin {
	display: none;
	position: absolute;
	z-index: 0;
	width: 6px;
	height: 6px;
	background: url(/images/pindrop.png) no-repeat;
}

.map .pin .tooltip {
	display: none;
	position: relative;
	z-index: 1000;
	right: 0;
	top: -27px;
	left: -69px;
	width: 138px;
	height: 32px;
	background: url(/images/tooltip.png) repeat-x top right;
	padding-right: 7px;
	text-align: center;
	color: #663700;
}

.map .pin:hover {
	z-index: 1;
}

#hero .map {
	float: right;
	margin: -16px -30px 0 0;
	_margin-right: 0;
}

.map-left {
	float: left;
}