/*
	extends core.css
	contains all design specific styles
	
	All attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	bg shorthand: background: color url() repeat vertical-position horizontal-position;
	All font names should be quoted "Arial" 
	However, font families like Serif, Sans-Serif and Monospace do not need quotes.
*/

/* COLORS
-----------------------------------------------------------------------------
	
	#hex (desc)
	
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

	1. WRAP
	2. HEADER
		2a. SITE SWITCHER
		2b. HEADER & WAIVER DOWNLOAD
		2c. NAV
	3. MASTHEAD
	4. CONTENT-WRAP
		4a. MAIN CONTENT
		4b. SIDEBAR
	4. FOOTER
		
*/

/* 1. WRAP
----------------------------------------------------------------------------- */

#wrap{
	margin: 0 auto;
	width: 980px;
}

/* 2. HEADER
----------------------------------------------------------------------------- */

/* 2a. SITE SWITCHER
----------------------------------------------------------------------------- */
#site-switcher{
	background-color: #403D39;
	margin: 0 0 35px;
	padding-right: 15px;
}

	#site-switcher li{
		color: #BFB7AA;
		font-size: 10px;
		background: transparent url('../images/site/bg_switch_li_divider.png') no-repeat scroll right 0;
		float: left;
		line-height: 10px;
		text-transform: uppercase;
	}
	
		#site-switcher li#cn-family{
			background: none;
			float: right;
			padding: 9px 65px 9px 0;
		}
		
		#site-switcher li#m{
			background: none;
			float: right;
			position: relative;
			width: 60px;
		}
			#site-switcher li#m span{
				background: transparent url('../images/site/bg_switch_cn_fam.png') no-repeat 0 0;
				display: block;
				height: 44px;
				overflow: hidden;
				position: absolute;
				text-indent: -9999em;
				width: 60px;
			}
		
	#site-switcher li a{
		color: #BFB7AA;
		display: block;
		float: left;
		padding: 10px 9px;
		text-decoration: none;
	}
	
		#site-switcher li#nsoc a{
			background: transparent url('../images/site/bg_switch_new.gif') no-repeat 6px center;
			padding-left: 60px;
		}
	
	#site-switcher li a:hover{ color: #FFF; }
	
	#site-switcher li.act a,
	#site-switcher li.act a:hover{
		background: transparent url('../images/site/bg_switch_li_act.png') no-repeat scroll center bottom;
		color: #FFF;
	}
	
/* 2b. HEADER & WAIVER DOWNLOAD
----------------------------------------------------------------------------- */

#header{
	background: transparent url('../images/site/bg_cn_header.jpg') no-repeat scroll bottom center;
	border-bottom: solid 1px #282624;
	height: 93px;
	position: relative;
}

	#header h1 a{
		display: block;
		height: 93px;
		left: 20px;
		overflow: hidden;
		position: absolute;
		text-indent: -9999em;
		top: 0;
		width: 225px;
	}

a#download-waiver{
	background: transparent url('../images/site/bttn_waiver_sprite.png') no-repeat scroll 0 0;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-indent: -9999em;
	top: 20px;
	width: 200px;
}

a:hover#download-waiver{
	background: transparent url('../images/site/bttn_waiver_sprite.png') no-repeat scroll -200px 0;
}

/* 2c. NAV
----------------------------------------------------------------------------- */

#nav{
	background: #46433F url('../images/site/bg_nav_ul_gradient.png') repeat-x scroll 0 bottom;
}
#nav li{
	background: transparent url('../images/site/bg_nav_li_divider.png') no-repeat scroll right 0;
	float: left;
}
	#nav li.last{ background: none; }
#nav li a{
	color: #BFB7AA;
	display: block;
	font-size: 14px;
	float: left;
	line-height: 14px;
	padding: 9px 17px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover{ color: #FFF; }
#nav li.act{
	padding: 2px 17px 0;
}
#nav li.act a,
#nav li.act a:hover{
	background: transparent url('../images/site/bg_nav_li_act.png') no-repeat scroll left top;
	color: #282624;
	padding: 0 0 0 12px;
}
#nav li.act a span{
	background: transparent url('../images/site/bg_nav_li_act.png') no-repeat scroll right top;
	display: block;
	padding: 10px 12px 7px 0;
}

/* 3. MASTHEAD
----------------------------------------------------------------------------- */
#masthead{
	background: #BFB7AA url('../images/site/bg_masthead_bottom.png') repeat-x scroll 0 bottom;
	color: #282624;
	margin-bottom: 20px;
	padding: 20px;
}

	#masthead h2{
		color: #993C01;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

#slideshow{
	background: #282624;
	float: right;
	width: 460px;
}

#slideshow a img{
	background: #FFF;
	border: solid 4px #282624;
	display: block;
	height: 300px;
	padding: 1px;
	width: 450px;
}

#updates{
	float: left;
	width: 460px;
}

	#updates table{
		border-bottom: solid 1px #403D39;
		margin-bottom: 20px;
	}
	
	#updates td a{
		color: #282624;
		text-decoration: none;
	}
	
	#updates table td{
		background: transparent;
		border-top: solid 1px #403D39;
		padding: 7px 0px;
	}
	#updates table td.date{
		border-top: solid 2px #403D39;
		font-weight: bold;
		text-align: center;
	}
	#updates table td.title{
		padding-left: 7px;
		width: 310px;
	}
	#updates table td.title.alt{
		background: transparent url('../images/site/bg_updates_td_alt.png') no-repeat left center;
		padding-left: 7px;
		width: 310px;
	}
	#updates table td.more{
		padding-right: 7px;
		text-align: right;	
	}

#updates p{
	line-height: 18px;
	margin-bottom: 16px;
}

#updates p a{
	color: #993C01;
}

#updates p#twitter{
	background: transparent url('../images/site/bg_twitter.png') no-repeat 7px top;
	padding-left: 53px;
}

h2.underline{
	border-bottom: solid 1px #403D39;
	padding-bottom: 7px;
}

	#about-bttns li{ float: left; }
	#about-bttns li.first{ margin-right: 12px; }
	
		#about-bttns li a{
			background: transparent url('../images/site/bttn_about.png') no-repeat 0 0;
			color: #282624;
			display: block;
			float: left;
			font-weight: bold;
			height: 34px;
			line-height: 34px;
			text-decoration: none;
			text-indent: 10px;
			text-transform: uppercase;
			width: 224px;
		}
		
		#about-bttns li a:hover{ background-position: right 0; }

/* 3. CONTENT-WRAP
----------------------------------------------------------------------------- */

#content-wrap{
	background: #BFB7AA url('../images/site/bg_masthead_bottom.png') repeat-x scroll 0 bottom;
	margin-bottom: 20px;
	padding: 20px 20px 0;
}

/* 3a. MAIN CONTENT
----------------------------------------------------------------------------- */

#main-content{
	float: left;
	width: 700px;
}

#page-info{
	border: solid 5px #7F7A71;
	margin-bottom: 20px;
	position: relative;
	width: 690px;
}

#content-wrap #page-info h2{
	background: transparent url('../images/site/bg_trans.png') repeat 0 0;
	color: #BFB7AA;
	display: inline;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	left: 0;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	z-index: 3;
}

#page-highlight{
	background: transparent url('../images/site/bg_trans.png') repeat 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 690px;
	z-index: 2;
}

#main-content #page-highlight p{
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 20px;
}

#main-content #section-pages{
	margin: 0;
}

	#main-content #section-pages li{
		float: left;
		margin: 0 20px 0 0;
		padding: 0;
		width: 340px;
	}
	
		#main-content #section-pages li.alt{ margin-right: 0; }

	#section-pages a img{
		background-color: #FFF;
		border: solid 4px #282624;
		display: block;
		float: left;
		margin: 0 20px 20px 0;
		padding: 1px;
	}
	
	#section-pages a:hover img{ border: solid 4px #993C01; }
	
	#main-content #section-pages h3{
		background: none;
		margin: 0px;
		padding: 0px;
	}
	
	#main-content #section-pages h3 a{
		color: #993C01;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
	}
	
	#section-pages h3 a:hover{ color: #282624; }
	
#main-content h2{
	border-bottom: solid 3px #D5CCC0;
	color: #282624;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 6px;
}

#main-content h3{
	color: #993C01;
	background: transparent url('../images/site/bg_h3_underline.png') repeat-x 0 bottom;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#main-content h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#main-content p{
	line-height: 20px;
	margin-bottom: 13px;
}

#main-content ul{
	margin: 0 0 8px 20px;
}
#main-content ul li{
	background: transparent url('../images/site/bg_li_bullet.png') no-repeat 0 5px;
	line-height: 20px;
	padding: 0 0 7px 12px;
}

#main-content dl{
		margin-bottom: 20px;
		line-height: 18px;
	}
	#main-content dt,
	#main-content dd{
		display: block;
	}
	#main-content dt{
		padding-top: 5px;
		padding-bottom: 5px;
	}


#main-content a{ color: #993C01; }
#main-content a:hover{ color: #282624; }

#main-content img.left,
#main-content img.right{
	border: solid 5px #7F7A71;
	display: block;
	padding: 1px;
	margin-bottom: 10px;
}

#main-content img.left{
	margin-right: 20px;
}

#main-content img.right{
	margin-left: 20px;
}

#map{
	border: 5px solid #7F7A71;
	margin: 0 0 20px;
	height: 250px;
	width: 690px;
	
}

	#main-content #map p{ 
		margin: 0;
		padding: 0;
	}

/* 3b. SIDEBAR
----------------------------------------------------------------------------- */

#sidebar{
	float: right;
	position: relative;
	width: 220px;
}

	#sidebar h2{
		background: #7F7A71 url('../images/site/bg_subnav_heading.png') no-repeat 0 center;
		font-weight: bold;
		font-size: 14px;
		left: -14px;
		position: absolute;
		text-indent: 30px;
		top: 0;
	}

	#sidebar h2 a{
		color: #993C01;
		display: block;
		height: 34px;
		line-height: 34px;
		text-decoration: none;
		text-transform: uppercase;
		width: 238px;
	}
	
	#highlight{
		background: #43403C url('../images/site/bg_sidebar_hlgt_top.png') no-repeat center top;
		padding: 10px 10px 0;
	}
	#highlight-bttm{
		background: #43403C url('../images/site/bg_sidebar_hlgt_bttm.png') no-repeat center top;
		height: 10px;
	}
	#highlight p{
		color: #FFF;
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 7px;
	}

#sub-nav{
	background: #7F7A71 url('../images/site/bg_subnav_bottom.png') no-repeat center bottom;
	margin-bottom: 20px;
	padding: 30px 0 20px;
}

	#sub-nav li{
		background: transparent url('../images/site/bg_subnav_li_divider.png') repeat-x 0 bottom;
		padding-bottom: 2px;
	}
	
	#sub-nav li a{
		background: #7F7A71 url('../images/site/bg_subnav_arrow.png') no-repeat 10px center;
		color: #FFF;
		display: block;
		font-size: 12px;
		text-decoration: none;
		padding: 10px 22px 10px;
	}
	
		#sub-nav li a:hover{ background-color: #636059; }
		
		#sub-nav li a.act,
		#sub-nav li a.act:hover{
			background-color: #7F7A71; 
			color: #282624;
			font-weight: bold;
		}
		
#sidebar .image{
	background: #7F7A71 url('../images/site/bg_subnav_bottom.png') no-repeat left bottom;
	margin-bottom: 20px;
	padding: 36px 0 5px;
}

#sidebar .image img{
	display: block;
	margin: 0 auto;
}

/* 3c. Pricing Chart
----------------------------------------------------------------------------- */
.pricing{
	margin: 0px 0px 20px;
	padding: 0px;
	width: 100%;
	border-bottom: 3px solid #7F7A71;
	border-right: 1px solid #7F7A71;
	border-collapse: collapse;
}
.pricing td{
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	background: #D2CABE;
	color: #464D45;
	border-top: 1px solid #7F7A71;
	border-left: 1px solid #7F7A71;
}
.pricing td img{
	display: block;
	height: 22px;
	margin: 0 auto;
	width: 22px;
}
.pricing td.heading{
	background: #7F7A71;
	border-left: 1px solid #716D68;
	margin: 0;
	width: 100px;
}
.pricing td.blank{
	background: #BFB7AA;
	border: none;
}
.pricing td.benefit{
	text-align: right;
	background: #FFF;
	margin: 0;
	padding: 0 10px 0 0;
}

.pricing td span { display: block; }

span.title{
	color: #282624;
	font-size: 16px;
	line-height: 20px;
}
span.price{
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
span.description{
	color: #993C01;
	line-height: 16px;
}
td.alt{
	background-color: #C4BDB4;
}

/* 4. FOOTER
----------------------------------------------------------------------------- */
#enews-signup{
	background: #ABA398 url('../images/site/bg_footer_top.png') no-repeat 0 0;
	border-bottom: solid 1px #282624;
	padding: 8px 20px 6px;
}

	#enews-signup h2{
		color: #282624;
		font-weight: bold;
		font-size: 14px;
		float: left;
		line-height: 14px;
		padding-top: 5px;
		width: 240px;
	}
	
	/*#enews-signup form{ background: red; }*/
	
	#enews-signup label{ display: none; }
	
	#enews-signup input{
		background-color: #ABA398;
		border: 1px solid;
		border-color: #53504A #77726A #77726A #53504A;
		float: left;
		margin-right: 20px;
		padding: 6px 5px 4px;
		width: 205px;
	}
	
	#enews-signup input.submit{
		border: none;
		height: 28px;
		padding: 0;
		width: 73px;
	}
	
#footer{
	background: #7F7A71 url('../images/site/bg_footer_base.png') no-repeat 0 bottom;
	padding: 20px;
}

#feature-wrap{
	float: left;
	padding-top: 15px;
	width: 480px;
}

	#feature-wrap a{
		background-position: left top;
		background-repeat: no-repeat;
		color: #282624;
		display: block;
		float: left;
		text-decoration: none;
		width: 240px;
	}
	
		#feature-wrap a:hover{ color: #000; }
		
		#feature-wrap a span{
			display: block;
			padding: 0 20px 0 60px;
		}
	
		#feature-wrap a span.heading{
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
		}
			#feature-wrap a:hover span.heading { color: #FFF; }
		#feature-wrap a span.copy{ line-height: 16px; }
	
    #feat-first{ background-image: url('../images/site/ico_footer_first.png'); }
	#feat-pricing{ background-image: url('../images/site/ico_footer_pricing.png'); }
	#feat-hours{ background-image: url('../images/site/ico_footer_hours.png'); }
	#feat-waiver{ background-image: url('../images/site/ico_footer_waiver.png'); }
	#feat-faqs{ background-image: url('../images/site/ico_footer_faq.png'); }

.feature-row{ padding-bottom: 40px;}
.feature-row.last{ padding-bottom: 0; }

#mini-map{
	float: left;
	width: 240px;
}
	#mini-map a img{
		border: solid 5px #BFB7AA;
		display: block;
	}
	
			#mini-map a:hover img{ border: solid 5px #993C01; }

#contact-info h2{
	font-weight: bold;
	font-size: 14px;
	margin-top: 4px;
}
			
#contact-info address,
#contact-info p{
	line-height: 18px;
	margin-bottom: 10px;
	}

#contact-info p a{ color: #FFF; }

ul#social{
	background: #7F7A71 url('../images/site/bttn_social.png') no-repeat 0 0;
	float: left;
	width: 200px;
}
	ul#social li{
		float: left;
		height: 32px;
		width: 32px;
		padding: 0 10px 10px 0;
	}
	ul#social li a{
		display: block;
		float: left;
		height: 32px;
		overflow: hidden;
		text-indent: -9999em;
		width: 32px;
	}

#sub-footer{ padding: 10px 20px 20px; }

	#sub-footer li{
		color: #BFB7AA;
		float: right;
		padding-left: 10px;
	}
	
		#sub-footer li#copyright{ float: left; padding: 0; }
	
	#sub-footer li a{
		color: #FFF;
		float: left;
	}
	
	#sub-footer li a:hover{	text-decoration: none; }
	
/* 5. FORM STYLES
----------------------------------------------------------------------------- */
.generic fieldset{
	border: solid 1px #7F7A71;
	margin-bottom: 20px;
	padding: 10px;
}
	.generic fieldset.submit{
		border: none;
		margin: 0;
		padding: 0;
	}
.generic legend{
	font-size: 14px;
	font-weight: bold;
}
.generic label{
	display: block;
	padding-bottom: 5px;
}

	.generic td label{
		display: inline;
		padding-bottom: 0;
		padding-left: 4px;
		padding-right: 3px;
	}

.generic input{
	margin-bottom: 10px;
}
.generic select{
	margin-bottom: 10px;
}

.generic input.submit{
	background-color: transparent;
	border: none;
}

input.error{
	background-color: #B57E56;
}

#form-errors{
	background-color: #B57E56;
	border: solid 1px #993C01;
	padding: 10px;
	margin-bottom: 20px;
}

	#form-errors h3{
		background: none;
		border-bottom: solid 1px #993C01;
	}

#form-errors ul{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
	#form-errors ul li{
		background: url(../images/site/bg_error_li.png) no-repeat scroll left top;
		padding-left: 22px;
	}
span.req{ color:#941B1C; }