body, html, #wrap, #content-wrap, #header, #pic, #locations, #content, #sidebar, ul#navlist, ul#navlist ul, #footer {
	margin: 0;
	padding: 0;
}

body {
	background: #CAE1B4;
	color: #1F1F1F;
	font: 15px/1.5 Arial, Tahoma, sans-serif;
	text-align: center;
	padding-bottom: 50px;
}


a img { border: none; }

a {
	color: #F6A20C;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}


h2.has-pic {
	width: 380px;
}

h1 {
	font-weight: normal;
	font: 12px/1.3 Arial, Tahoma, sans-serif;
	margin-bottom: 1px;
	padding-bottom: 0;
}

h2 {
	font-weight: normal;
	font-family: Georgia;
	font-size: 170%;
	border-bottom: 2px solid #F6A20C;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 + p {
	margin-top: 0;
	padding-top: 0;
}

h4 {
	font-weight: normal;
	font-family: Georgia;
	font-size: 140%;
margin-bottom: 10px;
	padding-bottom: 0;
}

h5 {
	font-weight: normal;
	font-family: Georgia;
	font-size: 150%;
	border-bottom: 1px solid #CAE1B4;
	margin-bottom: -8px;
	padding-bottom: -8px;
}

/* ---------------- LAYOUT ---------------- */

#wrap {
	background: white;
	width: 760px;
	margin: 0 auto;
	font-size: 90%;
	margin-top: 20px;
	text-align: left;
	padding: 2px;
}

#home #wrap {
	margin-top: 60px;
	padding: 0;
}

#header {
	position: relative;
}

#header img { display: block; }

#hope {
	position: absolute;
	top: 297px;
	left: 140px;
}

#pic {
	margin: 2px 0;
}

#pic img { display: block; }

img#pic-img {
	width: 527px;
	float: left;
}

img#logo {
	width: 194px;
	float: left;
	margin-top: 46px;
	margin-left: 18px;
}

#locations {
	background: #F6A20C;
	color: white;
	border-bottom: 1px solid white;
	font-size: 90%;
	font-weight: bold;
}

#home #locations {
	border-top: 2px solid #FBD185;
}

#locations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 90%;
}

#locations li {
	text-transform: uppercase;
	display: inline;
}

#sidebar {
	width: 255px;
	float: right;
	display: inline;
}

#home-logo {
	margin: 12px 0 0 16px;
}

/* ---------------- GLOBAL MENU ---------------- */
ul#navlist li {
	list-style: none;
	position: relative;
}

ul#navlist a {
	display: block;
	text-decoration: none;
	background: white;
	color: #1F1F1F;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: normal;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
ul#navlist li:hover a,
#about li#nav-about a,
#team li#nav-team a,
#patient li#nav-patient a,
#join li#nav-join a,
#faq li#nav-faq a,
#contact li#nav-contact a {
	background: #F6A20A;
	color: white;
}

ul#navlist ul {
	position: absolute;
	display: none;
	background: white;
	border: 1px solid #F6A20C;
}

ul#navlist li:hover ul a,
#about ul#navlist li#nav-about:hover ul a,
#team ul#navlist li#nav-team:hover ul a,
#patient ul#navlist li#nav-patient:hover ul a {
	background: white;
	color: #1f1f1f;
	text-transform: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#navlist li:hover ul li {
	border: none;
}


ul#navlist li:hover ul a:hover,
ul#navlist ul a:hover,
#about ul#navlist li#nav-about:hover ul a:hover,
#team ul#navlist li#nav-team:hover ul a:hover, 
#patient ul#navlist li#nav-patient:hover ul a:hover {
	background: #F6A20A;
	color: white;
}

ul#navlist li:hover ul {
	display: block;
}

/* ---------------- CONTENT ---------------- */


#home #content-wrap {
	width: 503px;
	float: right;
	margin: 2px 2px 2px 0;
	display: inline;
	background: #EAE9EA;
}


#home #content {
	padding: 15px 25px 25px;
	margin: 0;
}


#content {
	margin: 15px 65px 0;
	padding-bottom: 60px;
}

.teaser {
	background: #EDF5E6;
	padding: 10px;
}

/* ---------------- FOOTER ---------------- */

#footer {
	background: white url(/newimages/footer-bg.jpg) top left repeat-x;
	text-align: right;
	padding-bottom: 20px;
	width: 762px;
	margin: 0 auto;
	clear: both;
}

#footer-links {
	margin-top: 3;
	padding-top: 3;
	text-align: center;
	font-size: 85%;
	line-height: 2.0;
}

#footer-links a {
    margin-top: 3;
	padding-top: 3;
	text-decoration: none;
	color: #1F1F1F;
	font-weight: normal;
}

#footer-links a:hover, #footer-links a:focus, #footer-links a:active {
	text-decoration: underline;
}
	


/* ---------------- EXTRAS ---------------- */

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.frame {
	border: 1px solid #F6A20C;
	padding: 5px;
}

/* CLEAR */
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */
