/*
 * Title: futurehealth.css
 * Revision: 1.0.1 (December 17, 2009)
 * Author: Codesparq (http://www.codesparq.com/)
 *
 * Copyright © 2009 Codesparq. All rights reserved.
 */

* {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {}

body {
	background: #E0EDF3 url('/images/top.png') repeat-x center 0;
	color: #191D28;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

a {
	-webkit-transition: color 0.25s linear;
	border: none;
	color: #0998D5;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

div {
	display: block;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

hr {
	background-color: #6B6E77;
	border: 1px;
	clear: both;
	color: #6B6E77;
	height: 1px;
}

img {
	border: none;
}

/* ---------------------------------------- */

#main {
	background: url('/images/light.jpg') no-repeat center 0;
	margin: 0 auto;
	width: 960px;
}

/* ---------------------------------------- */

#header {
	height: 146px;
	padding-top: 40px;
}

#header h1 {
	float: left;
	text-indent: -99999px;
}

#header h1 a {
	background: url('/images/logo.png') no-repeat 0 0;
	display: block;
	height: 96px;
	width: 288px;
}

#header ul {
	float: right;
	padding-top: 40px;
}

#header ul li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 44px;
	text-transform: uppercase;
}

#header ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

#header ul li a:hover {
	color: #0998D5;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

#header ul li a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFFFFF 0 0 3px;
}

/* ---------------------------------------- */

#highlight {
	clear: both;
	padding-top: 65px;
}

/* ---------------------------------------- */

#slideshow a img {
	height: 72px;
	width: 960px;
}

/* ---------------------------------------- */

#content {
	margin-top: 200px;
}

#content h2 {
	clear: both;
	margin-bottom: 22px;
}

#content h3, #content h4 {
	clear: both;
	margin-bottom: 11px;
}

#content ol {
	margin-bottom: 22px;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 44px;
}

#content p {
	margin-bottom: 16px;
}

/* ---------------------------------------- */

.badge {
	border: 2px #191D28 solid;
	font-family: "Monaco", "Courier New", monospace;
	font-size: 10px;
	height: 125px;
	padding: 3px;
	width: 350px;
}

/* ---------------------------------------- */

.outer-960-column {
	float: left;
	margin: 0 auto;
	margin-bottom: 22px;
	width: 960px;
}

.outer-960-column img {
	margin: 22px 0;
}

.inner-620-column {
	float: left;
	width: 620px;
}

.left-280-column {
	float: left;
	width: 280px;
}

.right-280-column {
	float: right;
	width: 280px;
}

/* ---------------------------------------- */

.left-160-column {
	clear: both;
	float: left;
	margin-bottom: 22px;
	width: 160px;
}

.right-770-column {
	float: right;
	margin-bottom: 22px;
	width: 770px;
}

/* ---------------------------------------- */

.left-465-column {
	clear: both;
	float: left;
	margin-bottom: 22px;
	text-align: center;
	width: 465px;
}

.left-465-column img {
	margin-top: 22px;
}

.right-465-column {
	float: right;
	margin-bottom: 22px;
	text-align: center;
	width: 465px;
}

.right-465-column img {
	margin-top: 22px;
}

/* ---------------------------------------- */

#footer {
	background: #F4F4F4 url('/images/bottom.png') repeat-x center 0;
	clear: both;
	color: #F4F4F4;
	font-size: 12px;
	height: 250px;
	line-height: 18px;
	margin-top: 33px;
}

#footer-wrapper {
	margin: 0 auto;
	padding-top: 44px;
	width: 960px;
}

#footer-wrapper a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

#footer-wrapper a:hover {
	color: #0998D5;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

#footer-wrapper a.active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFFFFF 0 0 3px;
}

#footer-wrapper p, #footer-wrapper ul li {
	margin-bottom: 5px;
}
