body {
   
background: url("../images/bg.jpg") repeat-x scroll center top #E7EAEC;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 14px;
	line-height: 140%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	margin: 0;
	padding: 0;
	background: url("../images/welcome_bg.png") no-repeat center top;
	}


#header {
  background: #333333;
  height: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .wrapper {
  position: relative;
}
#header .logo {
  width: 176px;
  height: 60px;
  float: left;
  display: block;
  background: url(../images/skidpasset_logo_sm.png) center center no-repeat;
  text-indent: -5000px;
}
#header nav li {
  float: right;
  margin-right: 8px;
  background: url(../images/nav_tick.png) right center no-repeat;
  font-family: "museo-slab", sans-serif;
}
#header nav li.last {
  background: none;
}
#header nav li a {
  line-height: 60px;
  display: block;
  padding-right: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
#header nav li a:link, #header nav li a:visited {
  color: #fff;
}
#header nav li a:hover,
#header nav li a:active,
#header nav li a:focus,
#header nav li a.active:link,
#header nav li a.active:visited {
  color: #5EB9DC;
}

.wrapper {
    margin: 0 auto;
    width: 960px;
}


.img-block {background:#F5F5F5; padding:10px; border: 1px solid #CCC;margin:0 10px;}
.img-line {background:#F5F5F5; padding:2px; border: 1px solid #CCC;margin:0 10px;}


#container section a img {
	margin-left: -9px;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 60px 30px;
	overflow: hidden;
	display: none;
	
}

header {
	padding: 30px 0;
	border-top: 4px solid #d3d4cb;
	border-bottom: 4px solid #d3d4cb;
	clear: both;
}

footer {padding-top:50px; 
font-size: 86%;}

a {
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #8B8B8B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

h1 {
	background: url(../images/blaq.png) no-repeat;
	text-indent: -9999px;
	width: 260px;
	height: 65px;
	float: left;
	margin: 0 auto;
}

h2 {
	background: url(../images/heading.png) no-repeat;
	text-indent: -9999px;
	height: 130px;
}

h3 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	padding-top: 20px;
	text-shadow: #e5e6df 1px 1px 1px;
	background: url(../images/subhead.png) no-repeat 0 bottom;
	text-indent: -9999px;
}

h4 {
	color: #333;
	font-size: 16px;
	margin-bottom: 14px;
	margin-top: 30px;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
	
	line-height: 21px;
}

.contact ul li {
	margin-bottom: 10px;
}

	section.areas li {
		font-size: 130%;
		line-height: 28px;
	}


section {
	float: left;
	width: 31%;
	margin-right: 2%;
	position: relative;
}
.clear {
    clear: both;
}


em {
	width: 38px;
	display: inline-block;
}

strong {
	color: #333;
}

section.bio {
	width:61%;
	margin-right: 5%;
}


.tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-2px;}
.tooltip.right{margin-left:2px;}
.tooltip.bottom{margin-top:2px;}
.tooltip.left{margin-left:-2px;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;}



@media screen and (max-width: 767px) {

	#container {
		width: 380px;
		padding-top: 6%;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	header {
		margin-bottom: 6px;
	}

	h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	ul li {
	
		line-height: 26px;
	}
	
	section {
		overflow: hidden;
		float: left;
		width: 100% !important;
	}
	
	span.fade {
		height: 370px;
	}
	
	#container section.contact ul li em {
		width: 60px;
	}
	
	h2 {
		background-image: url(../images/heading320.png);
		height: 110px;
	}
	
	h3 {
		background-image: url(../images/subhead320.png);
		padding-top: 0;
	}
	
	span.fade {
		height: 540px;
	}

}