/* Reset */

/* based on Eric Meyer's Reset v1.0 | 20080212: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/* 	outline: 0; */
	font-size: 100%; /* 16px */
	vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0;
  	background: url('../images/bg.jpg') repeat-y top #fff;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: center;
}

ol, ul {
	list-style: none;
	position: relative;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* link styles */

a {
	text-decoration: none;
	border-bottom: 1px solid;
	padding: 0 2px;
}

a:link {
	color: #0A5366;
}

a:visited {
	color: inherit;
}

a:focus, a:hover, a:active {
	color: #fff;
	background: #990033
}

/* base typography */

p {
	color: #666;
	font-size: 1em;
	line-height: 1.3125em;
	padding-top: 0.3125em;
}

li {
	color: #666;
	font-size: 1em;
	line-height: 1.3125em;
	padding-top: 1.3125em;
}

strong {
	font-weight: normal;
	color: #990033;
}

/* classes */

.caps {
	text-transform: uppercase;
}

.initial {
	text-transform: capitalize;
}

/* wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper { overflow: hidden; }


/* header */

#header {
	padding: 0;
	margin: 0;
	text-align: left;
	height: 63px;
}

#header a:link, #header a:visited, #header a:focus, #header a:hover, #header a:active {
	border-bottom: none;
	margin-left: -5px;
	background-color: #fff;
}

/* introduction */

.home #introduction {
  	background: url('../images/crowd.jpg') no-repeat right;
  	height: 231px;
  	overflow: visible;
/*   	margin-top: 1.3125em; */
}

.benefits #introduction {
  	background: url('../images/benefits-home.jpg') no-repeat right 21px;
  	height: 231px;
  	overflow: visible;
}

.rich #introduction {
  	background: url('../images/getrich.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.friends #introduction {
  	background: url('../images/makefriends.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.good #introduction {
  	background: url('../images/lookgood.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.fit #introduction {
  	background: url('../images/getfit.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.about #introduction {
  	background: url('../images/about-home.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.services #introduction {
  	background: url('../images/services-home.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

div.accessibility #introduction {
  	background: url('../images/accessibility.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

div.design #introduction {
  	background: url('../images/design.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

div.speaking #introduction {
  	background: url('../images/speaking.jpg') no-repeat right 21px;
  	height: 231px;
  	overflow: visible;
}

div.social #introduction {
  	background: url('../images/social-media.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

div.training #introduction {
  	background: url('../images/training.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	
}

.contact #introduction {
  	background: url('../images/contact-home.jpg') no-repeat right 21px;
   	height: 231px;
  	overflow: visible; 	  	
}

#introduction p {
	float: left;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.75em;
	padding: 2.125em 0;
	width: 240px;
	margin-right: 20px;
}

/* navigation */

#navigation {
	clear: both;
	margin: 1.3125em auto 0 auto;
	font-size: 1em;
	width: 760px;
}

#navigation ul li {
  	background: url('../images/separator.jpg') no-repeat left 1.5em;
	display: inline;
	padding-left: 24px;
	margin: 0;
}

#navigation ul li.first {
	background: none;
	padding-left: 0;
}


#navigation li a:link, #navigation li a:visited {
	display: inline-block;
	color: #666;
	text-transform: uppercase;
	padding: 0 4px;
	margin: 0 6px 0 1px;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
	border-bottom: 2px solid #990033;
	color: #fff;
} 

.home #navigation #home a,
.accessibility #navigation #accessibility a,
.benefits #navigation #benefits a,
.about #navigation #about a,
.services #navigation #services a,
.contact #navigation #contact a {
	border-bottom: 2px solid #0A5366;
} 


/* main-content */

#main-content {
	width: 760px;
	padding-top: 1em;
	text-align: left;
}

#main-content h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 0.875em;
	padding: 0.875em 0;
	color: #555;
}

#main-content h2 {
	font-size: 1.3125em;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #555;
}

#main-content h3 {
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.3125em;
	padding: 1em 0 0.7em 0;
	color: #0A5366;
}

#main-content p {
	font-size: 1em;
	line-height: 1.3125em;
	margin-bottom: 1em;
	margin-left: 20px;
}

#main-content ul {
	margin-top: -0.9em;
	margin-bottom: 1.2em;
}

#main-content li {
	font-size: 1em;
	line-height: 1.3125em;
	margin-left: 40px;
	list-style-type: disc;
}

#main-content ul.benefitslist li {
	line-height: 1.3125em;
	margin-bottom: -1.3125em;
}

#main-content ul.benefitslist {
	margin-bottom: 2.625em;
}

#main-content ul.readinglist li {
	line-height: 1.3125em;
	margin-bottom: -1.3125em;
	list-style-type: none;
}

#main-content ul.readinglist {
	margin-bottom: 2.625em;
	margin-left: -20px;
	padding-left: 0;
}

#col-one, #col-two, #col-three {
	background-color: transparent;
	width: 230px;
	float: left;
	padding-right: 20px;
	margin-top: 0.175em;
	margin-right: 9px;
	text-align: left;
	border-right: 1px solid #C2D4D9;
	padding-bottom: 1.2em;
}

#col-one h2, #col-two h2, #col-three h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 0.875em;
	text-transform: lowercase;
	line-height: 0.875em;
	color: #555;
} 

#col-one ul, #col-two ul, #col-three ul {
	margin: -1.3125em 0 0 10px;
 	border-bottom: 1px solid #C2D4D9;
 	padding: 0 0 1.2em 0;
}

#col-one ul li, #col-two ul li, #col-three ul li {
	font-size: 1em;
	line-height: 1.3125em;
	list-style-type: none;
	margin: 0;
}

#col-one p, #col-two p, #col-three p {
	color: #0A5366;
	margin: 1em 0 0 0;
	font-size: 1em;
	line-height: 1.3125em;
}

#main-content div.last {
	margin-right: 0;
	border-right: 0;
	padding-right: 0px;
}

.about #main-content img {
	float: right;
	padding: 42px 5px 51px 15px;
	vertical-align: text-bottom;
	border-left: 1px solid #C2D4D9;
	margin-left: 25px;
}


/* call to action */

#call-to-action {
	width: 760px;
	clear: both;
	margin-bottom: 2.5em;
}

#call-to-action p {
	font-size: 1.5em;
	line-height: 0.875em;
	padding-top: 0.875em;
}

#call-to-action a:link, #call-to-action a:visited {
	color: #990033;
	font-weight: bold;
	border-bottom: 2px solid;
	padding: 0 2px;
}

#call-to-action a:focus, #call-to-action a:hover, #call-to-action a:active {
	color: #fff;
	background: #990033;
}

/* footer */

#footer {
	clear: both;
	width: 760px;
	padding-bottom: 1em;
	text-align: left;
}

#footer ul li {
  	background: url('../images/footer_separator.jpg') no-repeat left 1.4em;
	display: inline;
	padding-left: 21px;
	margin: 0 10px 0 0;
	font-size: 0.75em;
	line-height: 3em;
}

#footer ul li.first {
	background: none;
	padding-left: 0;
	margin-right: 10px;
}

