*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 75%;
	font-family: arial;
	color: #6a6a6a;
	background: #efefef URL(../images/layout_images/page_fade.png) repeat-x;
}

a{
	color: #6bbb63;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.dark_link{
	color: #004d4c;
}

p{
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
li{
	line-height: 1.5em;
}
a img{
	border: none;
}

h2{
	color: #004d4c;
	margin-bottom: 22px;
}

/* General
***************************/
.clearline{
	clear: both;
	overflow: hidden;
	height: 0;
}
.graphic_header{
	text-indent: -5000px;
	display: block;
	margin-bottom: 28px;
	height: 27px;
}
.green{
	color: #6bbb63;
}
.paginate{
	float: right;
}

ul, ol{
	/* list-style-position: inside; */
}

.is_page ul{
	list-style: none;
	margin: 10px 0;
}
.is_page ul li{
	background: URL(../images/layout_images/ul_arrow_right.gif) left center no-repeat;
	padding-left: 10px;
}

/* Structure
***************************/
#wrapper{
	width: 930px;
	margin: 0 auto;
	background: #FFF URL(../images/layout_images/wrapper_fade.png) repeat-x;
	padding: 0 15px 16px;
}
#footer{
	width: 900px;
	margin: 0 auto 30px;
	background: URL(../images/layout_images/footer.gif) no-repeat;
	padding: 15px 30px 16px;
	
}
/*Footer*/
#footer_nav{
	padding: 0 10px 15px;
}
#footer_nav p{
	line-height: 1em !important;
	margin-bottom: 0 !important;
}
#copyright{
	width: 868px;
	margin: 0 auto 20px;
	font-size: 0.9em;
	padding-bottom: 20px;
}
#copyright_copyright{
	float: left;
}
#copyright_links{
	float: right;
	width: 300px;
	text-align: right;
}
#copyright_links a{
	color: inherit;
}

/*Masthead*/
#masthead {
	position: relative;
	height: 152px;
}
/*Logo*/
#masthead h1 a{
	display: block;
	background: URL(../images/layout_images/logo.gif) no-repeat;
	width: 153px;
	height: 134px;
	text-indent: -5000px;
	top: 7px;
	position: absolute;
}

/*Phone*/
#phone_no{
	position: absolute;
	width: 227px;
	height: 25px;
	top: 99px;
	right: 11px;
	text-indent: -5000em;
	background: url('../images/layout_images/phone_number.gif') no-repeat;
	
}

/*Tagline*/
#masthead h2{
	background: URL(../images/layout_images/tagline.gif) no-repeat;
	width: 390px;
	height: 23px;
	text-indent: -5000px;
	top: 40px;
	right: 11px;
	position: absolute;
}

#masthead #find_us_on{
	background: URL(../images/layout_images/h3_find_us_on.gif) no-repeat;
	width: 99px;
	height: 20px;
	text-indent: -5000px;
	top: 107px;
	left: 334px;
	position: absolute;
}
#masthead #mh_facebook{
	background: URL(../images/layout_images/mh_facebook.gif) no-repeat;
	width: 101px;
	height: 20px;
	text-indent: -5000px;
	top: 107px;
	left: 448px;
	position: absolute;
}
#masthead #mh_twitter{
	background: URL(../images/layout_images/mh_twitter.gif) no-repeat;
	width: 99px;
	height: 20px;
	text-indent: -5000px;
	top: 107px;
	left: 568px;
	position: absolute;
}

/* Main Nav
***************************/
#main_nav{
	list-style: none;
}
#main_nav li{
	float: left;
	height: 42px;
}
#main_nav a{
	background-position: left top;
	display: block;
	text-indent: -5000px;
	height: 42px;
}
#main_nav a:hover{
	background-position: left center;
}
#main_nav .selected a{
	background-position: left bottom;
}
#main_nav #home a{
	background-image: URL(../images/layout_images/nav_home.gif);
	width: 88px;
}
#main_nav #facilities a{
	background-image: URL(../images/layout_images/nav_facilities.gif);
	width: 97px;
}
#main_nav #programs_services a{
	background-image: URL(../images/layout_images/nav_programs_services.gif);
	width: 169px;
}
#main_nav #memberships a{
	background-image: URL(../images/layout_images/nav_membership.gif);
	width: 118px;
}
#main_nav #free_trials a{
	background-image: URL(../images/layout_images/nav_free_trials.gif);
	width: 105px;
}
#main_nav #news_events a{
	background-image: URL(../images/layout_images/nav_news_events.gif);
	width: 130px;
}
#main_nav #recruitment a{
	background-image: URL(../images/layout_images/nav_recruitment.gif);
	width: 119px;
}
#main_nav #contact a{
	background-image: URL(../images/layout_images/nav_contact.gif);
	width: 101px;
}

/* Footer
***************************/
#footer{
	position: relative;
}
#facebook_link{
	position: absolute;
	right: 48px;
	top: 6px;
}


