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

Title :    College of Wellness
URL :      http://collegeofwellness.com

Created :  02.25.2009
Modified : 02.27.2009

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	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%;
	vertical-align: baseline;
	background: transparent;
}

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

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: 1px dashed #ccc; }

.sub-content :focus { outline: 1px dashed #fff; }

/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S
- - - - - - - - - - - - - - - - - - - - - */

body {
	font: 62.5% Tahoma, Geneva, Verdana  sans-serif;
	line-height: 1.2em;
	background: #205f96 url(../img/body_bg.jpg) repeat-x 0 0;
	color: #636B78;
}

html>body { font-size: 10px; }

/* Anchor Links */
a:link { color: #38434D; text-decoration: underline; }
a:visited { color: #38434D; text-decoration: underline; }
a:hover {  color: #636B78; text-decoration: none; }
a:active {  color: #636B78; text-decoration: none; }

/* Headings */
h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.2em; }
h2 { margin: 0; font-size: 2em; }
h3 { margin: 0 0 1em; font-size: 1.1em; color: #38434D; }
h4 { margin: 0; font-size: 1em; }
h5 { margin: 0 0 1.5em; font-size: 1em; }
h6 { margin: 0 0 1.8em; font-size: .9em; }

/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1.2em; margin: 0 0 1.75em; line-height: 1.4em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.4em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: upper-roman; }
ol ol ol ol { list-style-type: lower-roman; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }
sub { font-size: .9em; line-height: 1em; vertical-align: sub; }
sup { font-size: .9em; line-height: 1em; vertical-align: super; }

/* Tables */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: .25em .5em; font: 1.2em Tahoma, Geneva, Verdana  sans-serif; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }


/* - - - - - - - - - - - - - - - - - - - - -
	G L O B A L - C L A S S E S
- - - - - - - - - - - - - - - - - - - - - */

.clear { clear: both; }


/* Images */
img.left { display: inline; float: left; margin: 0.5em 1.5em .75em 0; }
img.right { display: inline; float: right; margin: 0 0 .75em .75em; }


/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	margin: 0 auto;
	width: 951px;
	text-align: left;
}

/* HEADER */
#header {
	background: #fff;
	border-right: 2px solid #E5E8EA;
	border-left: 2px solid #E5E8EA;
}

#header h1 {
	width: 947px;
	height: 216px;
	position: relative;
}

#header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/header_logo.jpg) no-repeat 0 0;
}

/* CONTENT */
#content {
	position: relative;
	width: 947px;
	border-right: 2px solid #E5E8EA;
	border-bottom: 8px solid #B8BFCC;
	border-left: 2px solid #E5E8EA;
	background: #C8CFDD; 
}

/* MAIN CONTENT */
.main-content {
	margin-left: 220px;
	min-height: 145em;  /* If the sidebar content grows then this height might need to be increased */
	height: auto !important;
	height: 145em;
}

body.col3 .main-content {
	width: 505px;
	background: #fefefe url(../img/title_bg.jpg) no-repeat center top;
}

body.col2 .main-content {
	width: 724px;
	background: #fefefe;
}


body.col3 .main-content h2 {
	width: 505px;
	height: 57px;
	padding-top: 28px;
	text-align: center;
	font-size: 1.8em;
	color: #000;
	
}

body.col2 .main-content h2 {
	margin:0;
	padding: 1em;
	font-size: 1.8em;
	background: #F1F2F4;
	color: #000;
	border-bottom: 1px solid #fefefe;
}

.main-content h3.title-bar {
	margin: 0;
	padding: 0.5em 1.5em 1em;
	background: #F1F2F4;
	border-bottom: 1px solid #fefefe;
}

.main-content .shady-box {
	padding: 15px;
	background: url(../img/gradient_white.jpg) repeat-x 0 0;
	border-bottom: 5px solid #C2CAD9;
}

.main-content .button-bar {
	margin-top: 10px;
	padding: 0.75em 1em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border: 1px solid #C2CAD9;
	background: #E0E2E6 url(../img/accent_bar.gif) repeat-x 0 0;
}

.main-content .button-bar a.more-info img {
	width: 84px;
	height: 21px;
	margin: 0 0 -7px 80px;
}

/* SUB CONTENT */
.sub-content {
	position: absolute;
	top: 2px;
	bottom: 2px;
	width: 210px;
	overflow: auto; /*Why? To make sure that content is accessible and doesn't break the layout. */ 
}

.secondary {
	left: 2px;
	border-right: 2px solid #E5E8EA;
}

.tertiary {		
	right: 2px;
	border-left: 2px solid #E5E8EA;
}

.sub-content h3 {
	margin: 0;
	padding: 1em 0.5em 1em 2.5em;
	font-size: 1em;
	color: #fff;
	border-top: 2px solid #DBDEE2;
	border-left: 2px solid #F9C824;
}

.secondary h3 { background: #2A3F61 url(../img/accent_bar.gif) no-repeat 1em 1.5em; }
.tertiary h3 { background: #2A3F61 url(../img/accent_flag.gif) no-repeat 1em 1.25em; }

.sub-content h4 {
	margin: 0;
	font-size: 1em;
}

.sub-content p {
	font-size: 1em;
}

p.divider {
	border-bottom: 2px solid #B1B9CC;
	padding-bottom: 2em;
}

.sub-content .shady-box {
	padding: 15px 12px 12px;
	background: url(../img/gradient_blue.jpg) repeat-x 0 0;
	border-top: 1px solid #C8CFDD;
}

.sub-content .highlight {
	margin: 0 4px;
	padding: 8px;
	background: #D3D8E3;
}

/* Feature Images */
.sub-content a.feature {
	display: block;
	padding: 16px 0 6px 0;
	text-align: center;
	background: #6C737A url(../img/gradient_grey.jpg) repeat-x 0 0;
}

.sub-content a.feature img {
	margin: 0 auto;
}

/* FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #F7F8F8;
}

#footer p {
	font-size: 1em;
	text-align: center;
	color: #366FA0;
}

/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - */

ul.nav { margin: 0; list-style: none; }
ul.nav li { margin: 0; }

/* Utility Navigation */
ul.utility {
	width: 947px;
	height: 26px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/header_bg.jpg) repeat-x 0 0;
}

/* Global Navigation */
ul.global {
	width: 947px;
	padding: 0.4em 0;
	background: #fefefe url(../img/global_nav_bg.jpg) repeat-x 0 0;
	border-bottom: 2px solid #DCDEDF;
	text-align: right;
}

ul.global li { display: inline; }

ul.global li a,
 ul.global li a:visited {
	display: inline;
	padding: 0 3em;
	background: url(../img/global_nav_divider.jpg) repeat-y left top;
	font-size: 1em;
	text-decoration: none;
	color: #38434D;
}

ul.global li.home a,
 ul.global li.home a:visited {
 	background: none;
}

ul.global li a:hover {
	text-decoration: underline;
}

/* Sub Navigation */
ul.sub {
	font-size: 1em;
	padding-top: 7px;
	background: url(../img/sub_nav_bg.gif) repeat-y right top;
	border-bottom: 7px solid #C2CAD9;
}

ul.sub li {
	padding: 0 24px 0 0;
	background: #E7D8A1 url(../img/sub_nav_arrow.jpg) no-repeat 195px center;
	border-bottom: 1px solid #C2CAD9;
}

ul.sub li a,
 ul.sub li a:visited {
	display: inline-block;
	display: block;
	padding: 0.4em 0 0.5em 3em;
	background: #D3D8E3;
	color: #636B78;
}

/* Footer Navigation */
ul.footer {
	float: left;
	width: 951px;
	height: 45px;
	background: #fff url(../img/footer_bottom.jpg) no-repeat left bottom;
	border-top: 1px solid #000;
}

ul.footer li {
	float: left;
	padding-top: 4px; 
}

ul.footer li.home a,
 ul.footer li.home a:visited {
	border-left: none;
}

ul.footer li a,
 ul.footer li a:visited {
	text-decoration: none;
	padding: 0 1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	border-left: 1px solid #000;
}

ul.footer li a:hover {
	text-decoration: underline;
}

ul.footer li.top {
	float: right;
	
	background: url(../img/footer_button.jpg) no-repeat 0 0;
}

ul.footer li.top a,
 ul.footer li.top a:visited {
	width: 122px;
	height: 28px;
	padding: 2px 0 0 80px;
	display: inline-block;
	display: block;
	border-left: none;
	
}

/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - -
	F O R M S
- - - - - - - - - - - - - - - - - - - - - */

form div {
	clear: left;
	}

form div label {
	float: left;
	line-height: 1.7em;
	width: 170px;
	}

form div.text input,
form div.password input,
form div.select select {
	margin: 2px 0 2px 2px;
	width: 200px;
	}

form div.select select#PersonCDateM,
form div.select select#PersonCDateY {
	width: 75px;
	}

form div.checkbox input, form div.radio input {
	float: left;
	}

form div.date select {
	width:100px;
	}

form div.checkboxes div.checkbox {
	clear: none;
	float: left;
	width: 160px;
	}

form div.checkbox label, form div.radio label {
	padding-left: 10px;
	width: 200px;
	}

/* Login Form */
#login-form .field {
	margin-bottom: 12px;
}

#login-form .field label {
	display: inline-block;
	width: 52px;
	margin-bottom: 12px;
	padding: 3px 8px 0 0;
	text-align: right;
}

#login-form .field input {
	width:118px;
	height: 18px;
	background: #132033;
	color: #ccc;
	border: 1px solid #6A727F;
}

#login-form .button input {
	float: right;
}

table.cake-sql-log {
	background-color: #ffffff;
	color: #000;
}

.error-message {
	color: #ff0000;
	padding-bottom: 5px;
	}