/* ----------------------------------------------------- LAYOUT */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #EEEDE6 url(../i/bg1.jpg) top repeat-x;
}

#container {
	width: 900px;
	margin: 31px auto;
	text-align: left;
	position: relative;
}

#header {
	width: 900px;
	height: 122px;
	background: url(../i/header.png) no-repeat;
}	

#content {
	width: 742px;
	margin-left: 158px;
	background: url(../i/content-bg.png) top repeat-y;
	min-height: 400px;
}

#text {
	width: 380px;
	padding: 30px 50px 20px 90px;
}

#text-wide {
	width: 602px;
	padding: 30px 50px 20px 90px;
}

#images {
	width: 216px;
	position: absolute;
	left: 674px;
	top: 201px;
}

.clear {
	clear: both;
}

#footer {
	width: 710px;
	height: 50px;
	margin-left: 190px;
	background: url(../i/footer-bg.png) right no-repeat;
	text-align: center;
}

#sub-footer {
	width: 710px;
	margin-left: 190px;
	text-align: center;
}


/* ----------------------------------------------------- FORMATTING */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

a {
	color: #00406F;
}

a:hover {
	background-color: #00406F;
	color: #fff;
}

#sub-footer a:hover {
	background-color: transparent;
}

img {
	border: 2px solid #afbec4;
}

#images img {
	margin-bottom: 15px;
}

#sub-footer img {
	border: none;
}

#content h1 {
	font-size: 1.8em;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 1.5em;
	margin: 30px 0 15px 0;
}

#content h2 {
	font-size: 1.4em;
	margin: 15px 0;
}

#content p {
	font-size: 1.2em;
	margin: 15px 0;
	line-height: 1.4em;
}

#sub-footer p {
	margin: 10px;
}

#text ul, #text-wide ul {
	margin: 0 0 30px 30px;
}

#text ul li, #text-wide ul li {
	font-size: 1.2em;
	margin: 5px 0;
}

#text dl {
	font-size: 1.2em;
}

#text dt {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#text dd {
	margin: 10px 0;
	text-align: justify;
}

table {
	font-size: 1.2em;
	margin-bottom: 20px;
}

caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
}

th {
	text-align: left;
}

td {
	padding: 5px 0;
}

#footer p {
	font-size: 1.1em;
	padding-top: 10px;
}

blockquote {
	padding-left: 50px;
	background: url(../i/quoteOpen.png) top left no-repeat;
}

blockquote p {
	padding-right: 50px;
	background: url(../i/quoteClose.png) bottom right no-repeat;
	font-style: italic;
	color: #666;
}

.quotee {
	margin-left: 50px !important;
	margin-bottom: 30px !important;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}


/* ----------------------------------------------------- NAV */

#nav {
	width: 200px;
	height: 266px;
	position: absolute;
	top: 115px;
	left: 0px;
}

#navul {
	list-style-type: none;
}

#navul span {
	display: none;
}

#navul li {
	height: 32px;
	width: 200px;
	display: inline;
}

#navul li a {
	display: block;
	height: 32px;
	width: 200px;
	margin: 7px 0;
}

#navul li a.nav-home
{
	background: url(../i/nav-home.png) no-repeat bottom;
}

#navul li a.nav-what
{
	background: url(../i/nav-what.png) no-repeat bottom;
}

#navul li a.nav-benefits
{
	background: url(../i/nav-benefits.png) no-repeat bottom;
}

#navul li a.nav-onetoones
{
	background: url(../i/nav-onetoone.png) no-repeat bottom;
}

#navul li a.nav-timetable
{
	background: url(../i/nav-timetable.png) no-repeat bottom;
}

#navul li a.nav-faqs
{
	background: url(../i/nav-faqs.png) no-repeat bottom;
}

#navul li a.nav-testimonials
{
	background: url(../i/nav-testimonials.png) no-repeat bottom;
}

#navul li a.nav-contact
{
	background: url(../i/nav-contact.png) no-repeat bottom;
}

#navul li a.nav-links
{
	background: url(../i/nav-links.png) no-repeat bottom;
}

#navul li a.nav-meet
{
	background: url(../i/nav-meet.png) no-repeat bottom;
}


#navul li a:hover 
{
	background-position: top;
}

#navul li a.active {
	background-position: top !important;
	cursor: default;
}


/* ----------------------------------------------------- FORMS */

.field {
	padding: 5px 0;
}

#contactForm {
	font-size: 1.2em;
}

.input, .inputarea { 
	margin-top: 5px;
	width: 300px;
	color: #888;
	padding: 2px;
	font-size: 1.2em;
}

.inputf, .inputareaf { 
	margin-top: 5px;
	width: 300px;
	color: #000;
	padding: 2px;
	font-size: 1.2em;
	background: #BACBD8;
}

.inputarea, .inputareaf {
	width: 400px;
}

.submitbtn {
	padding: 2px;
}
