/* CSS for  */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #FFFFFF;
	text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif;
	background: url('/images/bg-body.jpg') top center no-repeat #3b266a;
}


/* Global Styles */

a, a:link { color: #f1422e; text-decoration: underline; }
a:hover { color: #4b3777; text-decoration: none; }

h1 {
	color: #be2d01;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0 0 15px -13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #4b3777;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 0 5px -13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.title { margin-left: -4px; position: relative; }
h3 {
	color: #4b3777;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}

table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option, textarea { padding: 2px; }
ul, ol { margin: 10px 0 15px 35px; list-style-type: disc; color: #4b3777; }
li { margin: 0 0 10px 0; line-height: normal; }
li span { color: #ea7410; }
p { margin: 0 0 15px 0; padding: 0; }
hr { margin: 0 0 15px 0; padding: 0; border: 1px solid #4b3777; }


.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; } /* IE has trouble recognizing intervals of .1 so we use .11 beacuse it's so different */
.large { font-size: 1.2em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.email_confirm, .hide, .hideme { display: none; }


/* Site Colors */

.black { color: #000000; }
.gray, .grey { color: #666666; }
.white { color: #FFFFFF; }
.red { color: #f1422e; }
.yellow { color: #fecc22; }
.orange { color: #ea7410; }
.purple { color: #4b3777; }

/* Navigation */

#nav { 
	clear: both; 
	padding-top: 13px; 
	font-size: 1.4em;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}

#nav ul li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav ul li.shadow-left { 
	width: 8px;
	height: 36px;
	overflow: hidden;
	background: url('/images/bg-nav-left.png') top right repeat-x; 
}
#nav ul li.shadow { 
	width: 4px;
	height: 36px;
	overflow: hidden;
	background: url('/images/bg-nav-middle.png') top repeat-x; 
}
#nav ul li.shadow-right { 
	width: 7px;
	height: 36px;
	overflow: hidden;
	background: url('/images/bg-nav-right.png') top left repeat-x; 
}

#nav ul li a {
	display: block;
	width: auto;
	margin: 0;
	padding: 1px 0 0 0;
	background: url('/images/bg-nav.gif') top center no-repeat #49336b;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li a span {
	display: block;
	color: #FFFFFF;
	padding: 9px 7px 9px 7px;
	margin: 0 1px 0 1px;
	border-left: 1px solid #e4e1ef;
	border-top: 1px solid #e4e1ef;
	border-right: 1px solid #e4e1ef;
}
#nav ul li a:hover { background: url('/images/bg-nav-hover.gif') top center no-repeat #49336b; }

#nav ul li ul { /* second-level lists */
	position: absolute;
	background: #49336b;
	width: 152px;
	left: -999em;
	margin: 0 1px 1px 0;
	padding: 0 1px 1px 1px;
	float: none;
	font-size: .89em;
}
#nav ul li ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 150px;
	border: 1px solid #e4e1ef;
	border-top: 0;
}
#nav ul li ul li a {
	margin: 0;
	padding: 5px 7px 5px 7px;
	float: none;
	width: 136px;
	background: none;
	background: #49336b;
}
#nav ul li ul li a:hover { background: none; background-color: #F18113 }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#top-nav { padding: 15px 10px 0 0; font-size: 1.4em; }
#top-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
#top-nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#top-nav ul li a {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	color: #bd2c00;
	border-right: 1px solid #cd5306;
	text-decoration: none;
}
#top-nav ul li a:hover { color: #49336b; text-decoration: underline; }
#top-nav ul li.last a { margin: 0; border-right: 0; }

/* Layout */

#wrap {
	width: 876px;
	margin: 0 auto;
	text-align: center;
}

#header { text-align: left; }
#logo { position: absolute; z-index: 999; margin: 0 0 0 -48px; }

#banner { 
	clear: both;
	padding: 1px;
	text-align: left;
	width: 874px;
	background: #FFFFFF; 
}
#flash { height: 325px; overflow: hidden; } /* Height and overflow added to prevent extra spacing after flash */

#content { 
	text-align: left;
}

.home-content { 
	min-height: 205px;
	font-size: 1.1em;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: 0; 
	background: url('/images/bg-home-box.gif') top center repeat-y;
}
.home-content h2 { margin-bottom: 5px; }

.home-boxes {
	float: left;
	color: #FFFFFF;
	min-height: 205px;
}
.home-boxes .padding { padding: 14px 15px 0 15px; }
.home-boxes a { color: #FFFFFF; text-decoration: none; }
.home-boxes a:hover { text-decoration: none; color: #fecc22;}
.home-boxes a:hover img { text-decoration: none; }

.home-boxes#home-left {
	width: 248px;
	background: url('/images/bg-home-left.jpg') top center no-repeat;
}
.home-boxes#home-middle {
	width: 378px;
	line-height: 1.6em;
	background: url('/images/bg-home-middle.jpg') top center no-repeat;
}
.home-boxes#home-right {
	width: 248px;
	background: url('/images/bg-home-right.jpg') top center no-repeat;
}

.int-content {
	border: 1px solid #FFFFFF;
	border-top: 0;
	background: url('/images/bg-int-content.gif') top left repeat-y #000000;
}
.blog-content {
	border: 1px solid #FFFFFF;
	border-top: 0;
	background: url('/images/bg-int-content.gif') top left repeat-y #000000;
}

#left-col {
	width: 602px;
	float: left;
	line-height: 1.6em;
	font-size: 1.1em;
	color: #361835;
}
#left-col .padding { padding: 17px 17px 17px 30px; }
.blog-content #left-col .padding { padding: 17px; }
.blog-content h1 { margin-left: 0; }

#left-col form {
	margin: 0 0 15px 0;
	padding: 10px;
	line-height: normal;
	border: 1px solid #F3B442;
	background: #FBE1AE;
}
#left-col label { 
	clear: both;
	float: left;
	width: 175px;
	margin: 0 15px 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #D7560A;
} 
#left-col form .textarea, 
#left-col form .input {
	padding: 0 0 5px 0; 
	margin-left: 215px;
}
#left-col form input,
#left-col form textarea,
#left-col form select { border: 1px solid #F3B442; color: #BE2E03; }
#left-col form input.radio { border: 0; padding: 0 5px 0 0; }
#left-col form textarea { width: 310px; }
#left-col form textarea#comment { width: 330px; }

#left-col form .submit { text-align: right; }
#left-col form p { margin: 0; padding: 0 0 5px 0; }
#left-col form input.submit,
input#submit {
	margin: 10px 0 0 0;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	border: 1px solid #BE2F03;
	color: #BE2F03;
	background: #F58714;
}
#left-col #contact-form h3 { padding: 0 0 5px 0; }
#left-col #contact-form label { width: 185px; padding-left: 15px;}
#left-col form#contact-form textarea { width: 312px; }

#right-col {
	width: 272px;
	min-height: 346px;
	float: left;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.4em;
	background: url('/images/bg-int-right.gif') top repeat-x;
}
#right-col .padding { padding: 17px; } 
#right-col a { color: #FFFFFF; text-decoration: underline; }
#right-col a:hover { color: #fedf67	; text-decoration: none; }

#right-col a.arrow { background: url('/images/white-arrow-red-bg.gif') right no-repeat; padding-right: 15px; }
#right-col a.arrow:hover { background: url('/images/yellow-arrow-red-bg.gif') right no-repeat; padding-right: 15px; }


#sidebar {
	width: 272px;
	min-height: 346px;
	float: left;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.4em;
	background: url('/images/bg-int-right.gif') top repeat-x;
}
#sidebar .padding { padding: 17px 10px; } 
#sidebar a { color: #FFFFFF; }
#sidebar ul {
	margin: 0 15px 20px 15px;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
}
#sidebar ul li { 
	margin: 0;
	padding: 0;
	background: none; 
}
#sidebar h2 { 
	margin: 0;
	padding: 0 0 5px 0;
}
#sidebar ul li ul li {
list-style: disc; 
}

.alignleft { float: left; padding: 0 0 15px 0; }
.alignright { float: right; padding: 0 0 15px 0; }

.blog-content h2 { margin-left: 0; clear: both; }

#testimonial {
	margin-top: 20px;
	background: url('/images/quote-left.gif') top left no-repeat;
}
#testimonial p.text {
	padding: 3px 10px 0 30px;
	background: url('/images/quote-right.gif') bottom right no-repeat;	
	font-size: 18px;
	line-height: 24px;
}
#testimonial p.author,
#testimonial p.link { padding-right: 20px; font-size: 14px; }

.bottom-button a { 
	display: block;
	width: 277px;
	height: 76px; 
	margin: 14px 0 0 14px;
	background-position: top left;
	background-repeat: no-repeat;
}
.bottom-button a#contact-us { background-image: url('/images/button-contact-us.jpg'); }
.bottom-button a#contact-us img { float: left; margin: -24px 0 0 -25px; position: relative; }
.bottom-button a#e-club { background-image: url('/images/button-e-club-signup.jpg'); }
.bottom-button a#web-offers { background-image: url('/images/button-web-offers.jpg'); }
.bottom-button a#web-offers img { float: right; margin: -13px -8px 0 0; position: relative; }
.bottom-button a:hover { background-position: top right; }

#bwm-copy { } /* The main content should be inside this div */

#footer-wrap {
	width: 915px;
	margin: 0 auto;
	text-align: center;
}
#buttons {
	clear: both;
	padding-top: 10px;
	text-align: left;
	width: 915px;
}

#buttons .bottom-button {
	display: block;
	float: left;
	width: 305px;
	height: 104px;
	background: url('/images/bg-home-button.png') top left no-repeat;
}
#buttons .bottom-button#bottom-button-left { margin: 0 -5px 0 5px; }
#buttons .bottom-button#bottom-button-middle { margin: 0 -11px 0 0; }
#buttons .bottom-button#bottom-button-right { margin: 0 0 0 0; }


#footer {
	clear: both;
	font-size: 1.1em;	
	padding: 10px 0 10px 0;
	text-align: center;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style-type: none;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}
#footer ul li a {
	margin: 0;
	padding: 0 6px 0 3px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover { text-decoration: underline; }
#footer ul li.last a { margin: 0; border-right: 0; }
#footer p { padding: 2px 0 0 0; margin: 0; }

a.bwm { color: #FFFFFF; text-decoration: none; } /* Typically this should match the color of the text in the footer so it doesn't 'stand out' */
a.bwm:hover { color: #3f8aca; text-decoration: underline; } /* Blue Water Blue for hover */


.accordionButton { 
	cursor: pointer;
	border-bottom: 1px solid #A295D1;
}
.accordionButton h3 {
	margin: 0;
	padding: 5px;
}
.accordionButton h3:hover { background: #A295D1; }
 
.accordionContent {	
	display: none; 
	padding: 15px 15px 5px 15px;
	color: #4b3777;
	background: #eeeeee;
}
.accordionContent p { margin: 0; padding: 0 0 10px; }	

.haccordion .header,
.haccordion .content {
  float: left;
  height: 325px;
}
  
.haccordion .header {
  background: #3B266A;
  color: #fff;
	cursor: pointer;
	font-weight: bold;
	width: 30px;
	font-size: 1.4em;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
}
.haccordion .header:hover { background: #7466A4; }
  
.haccordion .content {
  display: none;
  width: 0;
	padding-bottom: 10px;
	background: #EEEEEE;
	overflow: auto;
}
.haccordion .content ul { margin: 0 0 0 20px; padding: 0; }
.haccordion .content ul li { margin: 0; padding: 5px; }
.haccordion .content h3 { padding: 0 0 0 5px; }

ul#accordion, ul#accordion ul { margin: 0; padding: 0; list-style: none; }

ul#accordion a { }

ul#accordion li { margin: 0; padding: 0; }

ul#accordion li a.top-level {
	display: block;
  background: #3B266A;
  color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #FFF8DD;
	text-decoration: none;
	text-align: left;
}
ul#accordion li a.top-level:hover { background: #7466A4; }

ul#accordion li ul li {
	font-size: 1em;
	margin: 0;
	padding: 5px 10px;
}

ul#accordion li ul li a { }
ul#accordion li ul li a:hover { }

img.equipment-image { float: left; margin: 0 0 15px 0; clear: both; }
.equipment-text { margin: 0 0 15px 205px; }

.locations-right ul { margin: 0 0 15px 10px; padding: 0; }
.locations-right ul li { margin: 0 0 3px 0; padding: 0; }

hr.thin { clear: both; margin: 0 0 15px 0; padding: 0; border: 0; border-bottom: 1px solid #4b3777; }

#employment-form h2 { margin: 0; padding: 15px 0 5px 0; }
#employment-form h3 { margin: 0; padding: 15px 0 5px 0; }

#employment-form fieldset { border: 0; padding: 0; margin: 0; }
#employment-form fieldset legend { display: none; }
#employment-form label {
	display: block;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
	clear: both;
}
#left-col form#employment-form input.text { float: left; margin: 0 0 5px 0; width: 395px; }
#left-col form#employment-form select { margin: 0 0 15px 0; width: 525px; }
#left-col form#employment-form textarea { margin: 0 0 15px 0; width: 525px; }

#left-col form p#form_error {
	font-weight: bold;
	border: 1px solid #F38414;
	color: #FFFFFF;
	background: #BD2D02;
	padding: 10px;
	margin: 0 0 15px 0;
	text-align: left;
}

.d-line { height:40px; border-top:dotted 1px #d4ceb5; }
.special-offer { text-align:center;}
.special-offer img { padding:10px 0;}
.print-offer { float:right; width:200px; margin:-10px 25px 10px 0; text-align:right;}
