/* CSS Document */
html {
	overflow-y:croll;
}
body {
	margin:0;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/whistler-core-background.jpg) center top fixed #000;	
}
h1 {
	font-size:1.3em;
}
#wrapper {
	width:960px;
	margin:0 auto;
	background:#CDCD9B;
	min-height:1200px;
	z-index:100;
}
#header-top {
	background:url(../images/head-bg.png) repeat-x;
}
#header {
	height:270px;
	background:#CDCD9B;
}
#logo {
	width:179px;
	height:90px;
	background:url(../images/whistler-core.png) no-repeat center center;
	padding: 19px 43px;
	float:left;
}
#facebook {
	float:left;
	margin:20px 0;
}
#online {
	margin:0 0 0 810px;
	padding:10px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	background:#CC4C1B;
	position:fixed;
	z-index:1000;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	
}
#online:hover{
	padding:12px 10px 10px 10px;

}
#online a {
	text-decoration:none;
	color:#FFF;
	padding:5px;
}

/* MENUS */
#menu-main {
	margin: 15px 0 10px 0px;
	height:20px;
}
#menu-main ul {
	margin:0;
	padding:0;
}
#menu-main li {
	display:block;
	float:left;
	padding:5px 8px;
}
#menu-main a {
	text-decoration:none;
	color:#FFF;
	padding:8px;
}
#menu-main a:hover {
	background:url(../images/bg_menu_hover.png);
}

#menu-side {
	width:260px;
	padding:20px;
	float:left;
}
#menu-side a {
	color:#CC4C1B;
	padding:0 20px;
}
#menu-side a:hover {
	text-decoration:none;
	background:url(../images/orange_dotted_arrow.png) no-repeat 0 2px;
}
#menu-side li {
	display:block;
	line-height:24px;
}
#menu-side ul {
	padding:0;
	margin:0;
}
#menu-side .btn {
	padding:10px;
	border:1px #000 solid;
	background:#CC4C1B;
	color:#FFFFFF;	
	text-decoration:none;
}
/**/
#menu-side .btn a:hover {
	background:url(../images/bg_menu_hover.png);
}



/* CONTENT */

#content {
	padding:20px;
	width:580px;
	float:left;
}
#content p {
	line-height:22px;
}
#content li {
	margin:0 0 20px 0;
}
#content img {
	border:1px solid #CC4C1B;
	
}
#content a {
	color:#CC4C1B;
	padding:0 20px;
}
#content a:hover {
	text-decoration:none;
	background:url(../images/orange_dotted_arrow.png) no-repeat 0 2px;
}
.quote {
	font-size:2.0em;
	padding:10px 0 0 0;
	font-style:italic;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.alternate {
	background:#B9B974;
}
blockquote {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top:5px;
  border-left: 3px solid #CC4C1B;
  background:#B9B974;
}

/* FOOTER */

#footer_wrapper {
	width:100%;
	margin: -20px 0 0;
	position:relative;
	z-index:-1;
	background:url(../images/footer-bg.jpg);
	height:150px;
}
#footer {
	width:960px;
	margin:0 auto;
	padding:35px;
}

#footer li {
	float:left;
	display:block;
}

#footer ul ul {
	color:#FFFFFF;
	padding: 10px 10px 10px 80px;
	font-style:italic;
}

div.healcode table.schedule {
	width:920px;
}

