/*  =General stuff

----------------------------------------------- */



* {
	margin:0;
	padding:0;
}
img {
	border:0;
}

img.left {
	float: left;
	padding: 20px 10px 10px 0;
}

body {
	background:url(../gfx/bg_sitemap.gif) repeat-x;
}
body#about {
	background:url(../gfx/bg_about.gif) repeat-x;
	}
	
body#site-map {
	background:url(../gfx/bg_sitemap.gif) repeat-x;
	}
	
body#water {
	background:url(../gfx/bg_water.gif) repeat-x;
	}
	
body#ice {
	background:url(../gfx/bg_ice.gif) repeat-x;
	}
	
body#rope {
	background:url(../gfx/bg_rope.gif) repeat-x;
	}
	
body#boat {
	background:url(../gfx/bg_boat.gif) repeat-x;
	}
	
body#consulting {
	background:url(../gfx/bg_consulting.gif) repeat-x;
	}
	
body#wild-med {
	background:url(../gfx/bg_wild-med.gif) repeat-x;
	}	

#container {
	width:900px;
	margin:0 auto;
}
#content {
	background:url(../gfx/body_bg.gif) repeat-y;
	float:left;
	margin:0 0 15px 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*  =Type

----------------------------------------------- */



body {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:1.6em;
	color:#333;
	font-style:italic;
}
h3 {
	font-size:1em;
	color:#991b1e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size:0.9em;
	color:#991b1e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p, li {
	font-size:0.75em;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

li li {
	font-size:1em;
	}
	
p {
	margin:10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#991b1e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#primary ol, #primary ul {
	margin-left:8px;
	padding-left:8px;
	margin-bottom:10px;
	}
/*  =Header

----------------------------------------------- */

	

#header {
	width:900px;
	height:386px;
	background:url(../gfx/banner_home.jpg) bottom left no-repeat;
	position:relative;
}

#home #header {
	background:url(../gfx/homepage_pix/rotate.php) bottom left no-repeat;
	}

#about #header {
	background:url(../gfx/banner_about.jpg) bottom left no-repeat;
	}
	
#boat #header {
	background:url(../gfx/banner_boat.jpg) bottom left no-repeat;
	}
	
#consulting #header {
	background:url(../gfx/banner_consulting.jpg) bottom left no-repeat;
	}
	
#wild-med #header {
	background: url('../gfx/banner_wildmed.jpg') bottom left no-repeat;
	}
	
#ice #header {
	background:url(../gfx/banner_ice.jpg) bottom left no-repeat;
	}
	
#rope #header {
	background:url(../gfx/banner_rope.jpg) bottom left no-repeat;
	}

#site-map #header {
	background:url(../gfx/banner_sitemap.jpg) bottom left no-repeat;
	}
	
#water #header {
	background:url(../gfx/banner_water.jpg) bottom left no-repeat;
	}
	
#our-company #header {
	background:url(../gfx/banner_our_company.jpg) bottom left no-repeat;
	}
	
#resources #header {
	background:url(../gfx/banner_resources.jpg) bottom left no-repeat;
	}
	
#testimonials #header {
	background:url(../gfx/banner_testimonials.jpg) bottom left no-repeat;
	}
	
#links #header {
	background:url(../gfx/banner_links.jpg) bottom left no-repeat;
	}
	
#schedule #header {
	background:url(../gfx/banner_schedule.jpg) bottom left no-repeat;
	}
#faqs #header {
	background:url(../gfx/banner_faq.jpg) bottom left no-repeat;
	}

#photos #header {
	background:url(../gfx/banner_photos.jpg) bottom left no-repeat;
	}

#header h1 {
	width:359px;
	height:80px;
	position:relative;
	top:29px;
	left:13px;
}
#header h1 span {
	width:100%;
	height:100%;
	background:url(../gfx/logo.gif) no-repeat;
	position:absolute;
}
/*  =Nav

----------------------------------------------- */

#nav {
	width:468px;
	height:78px;
	position:absolute;
	right:0;
	top:29px;
	list-style:none;
	display:inline;
	z-index:2;
	
	
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#nav li a {
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-right:0px;
	overflow:s;
	height:78px;
	width:78px;
}
#nav_water a {
	background:url(../gfx/nav_water.gif) top center no-repeat;
}
#nav_ice a {
	background:url(../gfx/nav_ice.gif);
}
#nav_rope a {
	background:url(../gfx/nav_rope.gif);
}
#nav_boat a {
	background:url(../gfx/nav_boat.gif);
}
#nav_wild-med a {
	background:url(../gfx/nav_wildmed.gif);
}
#nav_other a {
	background:url(../gfx/nav_other.gif);
}
#nav li a:hover, #nav li a.selected {
	background-position:bottom;
}

#nav li ul {
	position: absolute;
	width: 197px;
	left: -999em;
	background:#333 url(../gfx/dd_line.gif) no-repeat;
	margin-left:10px;
	padding-top:20px;
	z-index:3;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav #nav_water ul {
	background-color:#4276bb;
	margin-left:10px;
	}
	
#nav #nav_ice ul {
	background-color:#9ab4dd;
	margin-left:9px;
	}

#nav #nav_rope ul {
	background-color:#bbbb60;
	margin-left:9px;
	}

#nav #nav_boat ul {
	background-color:#73979b;
	margin-left:9px;
	}
	
#nav #nav_wild-med ul {
	margin-left:9px;
	padding-right: 12px;
	background:#426738 url(../gfx/dd_line_wildmed.gif) no-repeat;
	}
	
#nav #nav_other ul {
	margin-left:9px;
	padding-right: 12px;
	background:#333 url(../gfx/dd_line_other.gif) no-repeat;
	}

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

#nav #nav_wild-med:hover ul, #nav #nav_wild-med.sfhover ul {
	left: 250px;
}

#nav #nav_other:hover ul, #nav #nav_other.sfhover ul {
	left: 250px;
}

#nav li li {
	padding:0px;
	float:none;
	display:list-item;
	}
#nav li ul li a {
	background:none;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:left;
	margin:0;
	overflow:visible;
	height:auto;
	width:197px;
	padding:7px 10px;
	display:block;
	line-height:normal;
}
#nav li ul li a:hover {
	text-decoration:underline;
	}
	

#top_util {
	list-style:none;
	position:absolute;
	top:112px;
	left:15px;
	width:500px;
	z-index:1;
	}
	
#right_util {
	list-style:none;
	position:absolute;
	top:112px;
	right:0;
	width:300px;
	z-index:1;
	}

#top_util li, #right_util li {
	list-style:none;
	float:left;
	padding:0px 10px 0px 10px;
	margin:5px 0px 5px 0;
	font-size:11px;
	position:relative;
	display:block;
	background:url(../gfx/util_divider.gif) 0 5px no-repeat;
	}
	
#top_util li.noDivider, #right_util li.noDivider {
	background:none;
	}
	
#right_util li {
	float:right;
	}
	
#top_util li a, #right_util li a {
	color:#FFF;
	font-weight:bold;
	display:block;
	float:left;
	}
	
#top_util li ul, #right_util li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	top:20px;
	padding-top:2px;
	clear:left;
	float:left;
	line-height:normal;
}

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

#top_util ul li, #right_util ul li {
	clear:left;
	width:150px;
	background:#000;
	float:none;
	margin:0;
	padding:0;
	}
	
#top_util li li a, #right_util li li a {
	width:138px;
	display:block;
	padding:3px 6px;
	float:none;
	}

/*  =Primary

----------------------------------------------- */



#primary {
	float:left;
	width:533px;
	margin:12px 53px 0 15px;
	display:inline;
}

#primary.wide {
	width:885px;
	}
	
#primary h2 {
	background:url(../gfx/h2bg_home.gif) no-repeat;
	padding:10px 0 0 72px;
	height:39px;
}

#primary h2 a {
	color:#333;
	text-decoration:none;
	}

#water h2 {
	background:url(../gfx/h2bg_water.gif) no-repeat;
	}
	
#ice h2 {
	background:url(../gfx/h2bg_ice.gif) no-repeat;
	}
	
#rope h2 {
	background:url(../gfx/h2bg_rope.gif) no-repeat;
	}
	
#boat h2 {
	background:url(../gfx/h2bg_boat.gif) no-repeat;
	}
	
#consulting h2 {
	background:url(../gfx/h2bg_consulting.gif) no-repeat;
	}
	
#wild-med h2 {
	background:url(../gfx/h2bg_wild-med.gif) no-repeat;
	}
	
#other h2 {
	background:url(../gfx/h2bg_other.gif) no-repeat;
	}
	
#primary h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:23px 0 12px 0;
	line-height:26px;
}
#primary h4 {
	margin:30px 0 0 0;
	font-style:italic;
}
#primary p {
	margin:0 0 10px 0;
}
#primary p.courseLink {
	background:#EEE;
	text-align:right;
	font-style:italic;
	padding:3px 10px 3px 0;
	clear:left;
}
#primary p.courseLink a {
	background:url(../gfx/courseLink_bg.gif) right 50% no-repeat;
	padding-right:20px;
}

#primary .logout {
	font-size:12px;
	}
	
#primary .logout a{
	font-size:12px;
	color:#900;
	}
	
#primary blockquote {
	padding:0 16px;
	}

/*  =Secondary

----------------------------------------------- */

	

#secondary {
	background:url(../gfx/sidebar_top.gif) no-repeat;
	float:right;
	width:246px;
	margin:0 23px 0 0;
	padding:42px 15px 0 15px;
	display:inline;
	position:relative;
}
#secondary .register {
	position:absolute;
	top:24px;
	right:15px;
}
#secondary .register a {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-style:italic;
	font-weight:bold;
}
#secondary h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}
#secondary h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:10px 0;
}
.event {
	margin:8px 0;
	font-size:0.9em;
	color:#666;
	clear:left;
	float:left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.event p {
	margin:0;
	padding:0 0 0 5px;
	line-height:16px;
}
.event .date {
	font-size:0.7em;
	font-weight:bold;
	background:#e7e7e7;
}
.event .title {
	font-weight:bold;
	font-size:0.9em;
}
.event .details {
	list-style:none;
	padding:0 0 0 5px;
}
.event .details li {
	float:left;
	margin:0 5px 5px 0;
	padding:0 5px 0 0;
	border-right:1px solid #AAA;
	line-height:12px;
}
.event .details li.last {
	border:none;
}
.scheduleButton, .photosButton, .academyButton, .postsecButton {
	clear:left;
	background:#991b1e url(../gfx/scheduleButton_left.gif) no-repeat;
	height:32px;
	margin:10px 0 0 60px;
}
.scheduleButton a, .photosButton a, .academyButton a, .postsecButton a {
	display:block;
	height:22px;
	color:#FFF;
	text-decoration:none;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	padding:5px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background: url(../gfx/scheduleButton_right.gif) right top no-repeat;
}

.photosButton {
	background:#991b1e url(../gfx/photosButton_left.gif) no-repeat;
	margin-bottom:10px;
	}

.photosButton a {
	background:url(../gfx/photosButton_right.gif) right top no-repeat;
	color:#666;
	}
	
#secondary .viewAll {
	font-size:10px;
	text-align:right;
	clear:both;
	}

#secondary .viewAll a {
	color:#999;
	}
		
.scheduleButton a:hover {
	text-decoration:underline;
}

#blog-databox .viewAll  {
	margin:0;
	}
	
#blog-databox .viewAll a {
	color:#900;
	}
	
#blog-databox img {
	float:left;
	margin:10px 10px 10px 0;
	}
	
#primary p.courseLink.blog {
	background:#900;
}

#primary p.courseLink.blog a {
	color:#FFF;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	}
	
#primary .fb_link {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	position:relative;
	}
	
#primary .fb_link a {
	color:#24426b;
	}
	
#primary .fb_link img {
	position:relative;
	top:10px;
	}

/*  =Photobox
----------------------------------------------- */

#photobox {
	float:left;
	width:244px;
	}

#photobox .photo {
	float:left;
	display:block;
	border:4px solid #CCC;
	margin:5px 5px 5px 0;
	width:108px;
	height:108px;
	}


/*  =Testimonials
----------------------------------------------- */


blockquote.testimonial {
	background:url(../gfx/leftQuote.gif) no-repeat;
	margin:20px 0 0 15px;
	color:#636363;
}
blockquote.testimonial .quote {
	padding:25px 0 0 10px;
	font-size:1.2em;
	font-style:italic;
	line-height:26px;
}
blockquote.testimonial .quoted {
	text-align:right;
	padding:10px 35px 0 0;
	font-size:0.7em;
	display:block;
	background:url(../gfx/rightQuote.gif) right top no-repeat;
}

#primary blockquote.testimonial {
	width:220px;
	float:left;
	margin-right:25px;
}

#primary blockquote.testimonial .quote {
	font-size:1em;
}


/*  =Summary Bar

----------------------------------------------- */

#submap {
	clear:both;
	background:#1E4071;
	color:#FFF;
	padding:10px 0;
	width:100%;
}
#submap h4 {
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#e0e081;
}

#submap h4 a {
	color:#e0e081;
	}
	
#submap h5 {
	padding:10px 0 0 0;
}
#submap a {
	color:#FFF;
	font-weight:bold;
	text-align:right;
}
#submap .wrapper {
	clear:both;
	display:block;
	margin:0 auto;
	width:900px;
	position:relative;
	background:url(../gfx/submap_bg.gif) repeat-y;
}
#submap .chunk {
	width:270px;
	padding:0 15px;
	float:left;
}
#sub_siteMap {
	float:left;
	margin:15px 0 0 5px;
	padding:15px 0 0 10px;
	font-size:1.4em;
	font-weight:bold;
	display:inline;
}

#sub_siteMap li {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#submap #rescue3 {
	float:right;
	padding-right:10px;
	padding-top: 10px;
}
#submap .rightLink {
	text-align:right;
	font-style:italic;
}
/*  =Footer

----------------------------------------------- */

	

#footer {
	clear:left;
	background:#dcdcdc;
	font-style:italic;
	color:#991b1e;
}
#footer .wrapper {
	display:block;
	width:900px;
	margin:0 auto;
}
#creditLink {
	width:300px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:15px;
	display:inline;
}
#util {
	padding:12px 15px 0 0;
	float:right;
	list-style:none;
	text-align:right;
	display:inline;
	width:285px;
}
#util li {
	float:left;
	text-align:right;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #A00;
	line-height:14px;
}
#util li.last {
	border:none;
}
#contact_info {
	width:300px;
	float:right;
	}

	
	
/*  =Photo Galleries 
----------------------------------------------- */



.albums, #primary .gallery ul {
	list-style:none;
	margin:10px 0;
	padding:0;
	width:553px;
	float:left;
	}
	
.albums .album, .gallery li {
	float:left;
	line-height:normal;
	color:#FFF;
	}
	
.albums .album {
	margin:20px 20px 0 0;
	padding:10px;
	background:#898989 url(../gfx/phototab_default.gif) top left no-repeat;
	width:233px;
	height:206px;
	}
	
#primary .album h3 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:0 0 3px 0;
	line-height:normal;
	padding:0;
	}
	
#primary .album h3 a {
	color:#FFF;
	}
	
#primary .gallery h3 {
	margin-bottom:0;
	}
	
#primary .album p, #primary p.meta {
	margin:0 0 5px 0;
	padding:0;
	font-style:italic;
	font-size:11px;
	}
	
.album.Boat {
	background:#73979b url(../gfx/phototab_boat.gif) top left no-repeat;
	}
	
.album.Ice {
	background:#9ab4dd url(../gfx/phototab_ice.gif) top left no-repeat;
	}
	
.album.Water {
	background:#4276bb url(../gfx/phototab_water.gif) top left no-repeat;
	}
	
.album.Rope {
	background:#bbbb60 url(../gfx/phototab_rope.gif) top left no-repeat;
	}
	
.album.Consulting {
	background:#898989 url(../gfx/phototab_consulting.gif) top left no-repeat;
	}
	

.albums .album a {
	
	}
.gallery li a{
	background:url(../gfx/photo-bg.jpg) no-repeat;
	padding:18px;
	float:left;
	width:213px;
	height:137px;
	}
	
.albums .album a:hover, .gallery li a:hover {
	}
	
/* Wilderness Table
------------------------------------------------------------------------------------- */

#wfaselect {
	border-collapse: collapse;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

#wfaselect li {font-size: 10px;}

#wfaselect tr:first-child {background-color: #777777;}

#wfaselect ol {list-style: inside decimal; padding: 0; margin: 0;}

#wfaselect td, #wfaselect th {padding: 5px;}

/* Blog Section
------------------------------------------------------------------------------------- */

#blog #primary h3, #blog #secondary h4 {
	margin-bottom:0;
	}

#blog #primary .date, #blog #secondary .date {
	margin-top:0;
	font-weight:bold;
	font-style:italic;
	}
	
.comment {
	margin:15px 0;
	}
	
.comment .author {
	font-style:italic;
	font-size:10px;
	padding:5px 0;
	margin:5px 0;
	border-bottom:1px solid #E4E3E3;
	}


/* Emergency Academy
------------------------------------------------------------------------------------- */

#academy-box {
	border:2px solid #000000;
	-moz-border-radius:12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	margin:20px 0;
	behavior: url(/css/PIE.htc);
	}
	
#academy-box h3 {
	background:url(../gfx/sidebar_logo.png) top left no-repeat;
	padding:15px 0 0 48px;
	position:relative;
	top:-8px;
	left:-2px;
	font-size:20px;
	color:#000;
	}
	
#academy-box h4 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#991b1e;
	padding:0 20px;
	}
	
#academy-box p {
	padding:0 20px;
	}
	
#academy-box ul {
	margin-left:20px;
	padding-left:20px;
	}
	
#academy-box .academyButton {
	padding:0;
	margin:10px 10px 10px 60px;
	}
	
#academy-box a:hover {
	text-decoration:underline;
	}
	
/* Post Secondary
------------------------------------------------------------------------------------- */


#postsec-box h3 {
	font-size:20px;
	color:#000;
	}
	

	
#postsec-box .postsecButton {
	padding:0;
	margin:10px 10px 10px 60px;
	}
	
#postsec-box a:hover {
	text-decoration:underline;
	}
