﻿/*
//-----------------------------------------------------------------------------

	whc.css
	
	version:   1.0
	date:      3/01/08
	author:    [Martin Olson @ innertwined]
	email:     [martin@innertwined.com]

	website:   [www.watersedgehealthcenter.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/


/*

	Import external stylesheets
	
-----------------------------------------------------------------------------*/

@import url("reset.css");

/* 

	Global Setup
	
-----------------------------------------------------------------------------*/
.clearall { clear: both; margin: 0 }

body {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 15px/1.3em Arial, Helvetica, sans-serif;
	color: #696969;
	}
.wrap { width: 830px; margin: 0 auto; padding: 0 0 25px }
.logo {
	background:url(../images/sf_logo.gif) no-repeat 0 0;
	height: 45px;
	padding-top: 15px;
	text-align: left;
	color: #2d2d2d;
	font-size: 150%;
	font-weight: 700
	}
.logo span {
	display: none
	}
.about,
.locations,
.careers,
.contact {
	background: #333;
	text-align: left;
	padding: 35px
	}
.about .col {
	width: 350px;
	margin-right: 30px;
	float: left;
	color: #f1f1f1
	}
.about li {
	background: url(../images/arrow.gif) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 80%
	}
.about li.title {
	background: none;
	padding-left: 0
	}
.locations {
	margin-top: 10px;
	padding: 35px;
	line-height: 1.5em;
	color: #f1f1f1
	}
.locations ul {
	float: left;
	width: 250px
	}
.locations ul li {
	line-height: 1.4em;
	font-size: 80%
	}
.careers,
.contact {
	width: 340px;
	height: 180px;
	float: left;
	margin-top: 10px;
	padding: 35px;
	line-height: 1.5em;
	color: #f1f1f1
	}
.careers { margin-right: 10px }

.flashreq { color: #666 }
	
/* 

	Typography
	
-----------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
	font-size: 120%;
	margin: 0 auto .5em;
	color: #9EDB37

	}
p {
	font-size: 80%;
	margin: 0 auto 1em;
	line-height: 1.4em;
	}
	
a:link,
a:visited {
	color: #9EDB37;
	text-decoration: none
	}