/*
Company:	The Whole Journey
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) repeat-x 0 0 #0e417a;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px 0;
}

/* Body */
body.home div#bd {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/home-content-bkg.jpg) repeat-y 0 0;
}
body.home div#bd-top {
	width: 931px;
	overflow: hidden;
	background: url(../images/home-content-top.jpg) no-repeat 0 0;
}
body.home div#bd-btm {
	width: 931px;
	overflow: hidden;
	background: url(../images/home-content-btm.jpg) no-repeat 0 100%;
}

body.inside div#bd {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/inside-bd-bkg.gif) repeat-y 0 0;
}
body.inside div#bd-top {
	width: 931px;
	overflow: hidden;
	background: url(../images/inside-bd-top.gif) no-repeat 0 0;
}
body.inside div#bd-btm {
	width: 931px;
	overflow: hidden;
	background: url(../images/inside-bd-btm.gif) no-repeat 0 100%;
}

body.admin div#bd {
	width: 891px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/inside-bd-bkg.gif) repeat-y 0 0;
	padding: 20px;
}

/* Footer */
div#ft {
	width: 911px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
div#ft p.copyright {
	font-size: 77%;
	color: #87a0bd;
}
div#ft a:link, div#ft a:visited {
	color: #87a0bd;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Upgrade Bar */
body div#infobar div.infobarContents ul li { color:#333!important; }

/* Stats Table */
body div#element542969_265846 table tr td {background-color:#166e66!important;}

/* Logo */
div#logo {
	width: 400px;
	height: 100px;
	background: url(../images/wholejourney-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 5px 40px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Left */
body.home div.left {
	width: 240px;
	float: left;
	display: inline;
}

/* Main */
body.home div.main {
	width: 380px;
	margin: 0 0 0 33px;
	padding: 40px 0 130px 0;
	float: left;
	display: inline;
}

body.inside div.main {
	width: 564px;
	margin: 0 0 0 45px;
	padding: 20px 0 40px 0;
	float: left;
	display: inline;
	min-height:550px;
	height:auto !important;
	height:550px;
}
body.inside div.main-wide {
	float: none;
	display: block;
	width: 860px;
	margin: 0 0 0 35px;
	min-height:550px;
	height:auto !important;
	height:550px;
}
div.main-left {
	width: 288px;
	float: left;
	display: inline;
}
div.main-right {
	width: 226px;
	margin-left: 50px;
	float: left;
	display: inline;
}

/* Right */
body.home div.right {
	width: 220px;
	margin: 0 11px 0 0;
	padding: 11px 0 0 0;
	float: right;
	display: inline;
}

/* Sidepic */
.sidepic {
	margin: 0 0 15px 0;
}

/* Slideshow */
div.slideshow {
	margin: 0 0 10px 0;
	height: 273px;
}

/* Home Side Pics */
div.home-christa-pic {
	width: 220px;
	height: 257px;
	margin: 0 0 10px 0;
	color: #fff;
}
div.home-pic1 {
	width: 220px;
	height: 151px;
	margin: 0 0 10px 0;
	color: #fff;
	overflow: hidden;
}
div.home-pic2 {
	width: 220px;
	height: 230px;
	margin: 10px 0 0 0;
	color: #fff;
}


/* Whole Journey Programs */
div.whole-journey-programs {
	width: 220px;
	height: 254px;
	background: url(../images/whole-journey-programs.jpg) no-repeat 0 0;
	margin: 0 0 10px 0;
	color: #fff;
	overflow: hidden;
}
/*div.whole-journey-programs h2 {
	margin: 0;
	height: 45px;
	text-indent: -9000px;
}*/
div.whole-journey-programs h2 {
	font-size: 130%;
	_font-size: 15px;
	font-family: Optima, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	margin: 0 0 10px 0;
	padding-top: 15px;
	font-weight: normal;
	text-align: center;
}
div.whole-journey-programs ul {
	margin: 0;
	padding: 0 26px;
}
div.whole-journey-programs ul li {
	list-style: none;
	margin: 0 0 8px 0;
}
div.whole-journey-programs ul li a {
	background: url(../images/yellow-arrow-bullet.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
}
div.whole-journey-programs ul li a:link, div.whole-journey-programs ul li a:visited {
	color: #faca7b;
	text-decoration: underline;
}
div.whole-journey-programs ul li a:hover {
	text-decoration: none;
}

/* Featured Event */
div.featured-event {
	width: 190px;
	background: url(../images/featured-event-top.jpg) no-repeat 0 0 #005f8a;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 120px 15px 0 15px;
	color: #fff;
}
div.featured-event h2 {
	font-size: 153.9%;
	font-family: Optima, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-align: center;
}
div.featured-event h3 {
	color: #a5e2fe;
	margin: 0 0 3px 0;
}
div.featured-event p {
	font-size: 93%;
	line-height: 150%;
}
div.featured-event-btm {
	width: 220px;
	height: 23px;
	background: url(../images/featured-event-btm.jpg) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 10px 10px;
}

/* Featured Video */
div.featured-video {
	background: url(../images/video-bkg.gif) no-repeat 0 0;
	width: 200px;
	height: 234px;
	margin: 0 0 10px 10px;
	padding: 10px;
	color: #fff;
}
/*div.featured-video h2 {
	margin: 0;
	height: 35px;
	text-indent: -9000px;
}*/
div.featured-video h2 {
	font-size: 130%;
	_font-size: 15px;
	font-family: Optima, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	margin: 5px 0 10px 0;
	font-weight: normal;
	text-align: center;
}
div.featured-video p {
	font-size: 93%;
	padding: 5px 5px 0;
	line-height: 150%;
}

/* Side */
div.side {
	width: 220px;
	margin: 0 0 0 35px;
	padding: 15px 0 30px 0;
	float: left;
	display: inline;
}
div.side p {
	color: #fff;
	font-size: 90%;
	line-height: 150%;
}

/* Feature */
div.feature {
	width: 910px;
	padding: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}
div.feature div.feature-nav {
	width: 296px;
	height: 190px;
	background: url(../images/feature-left-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	float: left;
	display: inline;
}
div.feature div.feature-nav ul li {
	list-style: none;
	margin: 0 0 7px 0;
}
div.feature div.feature-nav ul li a {
	background: url(../images/section-nav-blue-arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}
div.feature div.feature-nav ul li a:link, div.feature div.feature-nav ul li a:visited {
	color: #83d1e8;
	text-decoration: underline;
}
div.feature div.feature-nav ul li a:hover, div.feature div.feature-nav ul li a.selectedPage {
	color: #fff!important;
	text-decoration: none!important;
	background: url(../images/section-nav-white-arrow.gif) no-repeat 0 50%!important;
}
div.feature div.feature-pic {
	width: 614px;
	/*height: 190px;*/
	float: right;
	display: inline;
}
div.feature div.feature-nav h2 {
	margin: 0;
	padding: 20px 10px 0 23px;;
	font-family: Optima, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 167%;
}
div.feature div.feature-nav h2.single {
	padding: 20px 10px 10px 23px;;
}

/* Consultation Form */
div.consultation-form {
	background: url(../images/form-download.jpg) no-repeat 0 0;
	height: 257px;
}
div.consultation-form p {
	font-size: 93%;
	color: #4e261c;
	padding: 10px 20px;
	line-height: 140%;
	margin: 0;
}
div.consultation-form ul {
	margin: 0;
	padding: 5px 20px;
}
div.consultation-form ul li {
	list-style: none;
}
div.consultation-form ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 93%;
}
div.consultation-form ul li a.top {
	background: url(../images/form-download-top.jpg) no-repeat 0 0;
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
}
div.consultation-form ul li a.btm {
	background: url(../images/form-download-btm.jpg) no-repeat 0 0;
	padding: 0 0 0 35px;
}
div.consultation-form ul li a:link, div.consultation-form ul li a:visited {
	color: #4e261c;
	text-decoration: none;
}

/* Day Box */
div.day-box {
	background-color: #3b9a91;
	margin: 0 0 20px 0;
}
div.day-box h3 {
	text-align: center;
	background-color: #2a887f;
	padding: 5px 0;
	margin: 0!important;
}
div.day-box ul {
	margin: 0;
	padding: 20px 20px 10px 15px;
}
div.day-box ul li {
	list-style: none;
	background: url(../images/green-checkmark.gif) no-repeat 0 2px;
	padding: 3px 0 3px 33px;
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 140%;
}
div.day-box ul li span {
	display: block;
	font-style: italic;
	font-weight: normal;
}


div.day-box-blue {
	background-color: #2175a2;
	margin: 0 0 20px 0;
}
div.day-box-blue h3 {
	text-align: center;
	background-color: #195b91;
	padding: 5px 0;
	margin: 0!important;
}
div.day-box-blue ul {
	margin: 0;
	padding: 15px 20px 20px 15px;
}
div.day-box-blue ul li {
	list-style: none;
	background: url(../images/green-checkmark-blue.gif) no-repeat 0 50%;
	padding: 7px 0 7px 33px;
	margin: 0 0 0 0;
	line-height: 140%;
}
div.day-box-blue ul li span {
	display: block;
	font-style: italic;
	font-weight: normal;
}

/* Quotes */
div.quotes {
	background: url(../images/quote-box-bkg.jpg) repeat-y 0 0;
}
div.quotes p {
	color: #4e261c;
	font-size: 93%;
	line-height: 140%;
}
div.quotes-top {
	background: url(../images/quote-box-top.jpg) no-repeat 0 0;
	overflow: hidden;
	padding: 80px 0 0 0;
}
div.quotes-btm {
	background: url(../images/quote-box-btm.jpg) no-repeat 0 100%;
	overflow: hidden;
	padding: 15px;
}

/* Tables */
table th, table td {
	border: none;
	padding: 0 15px 15px 0;
	vertical-align: top;
}

/* Post View Info */
div.postViewInfo {
	background-image: none!important;
	background-color: #3f7b81!important;
}

/* Comments */
.comment {
	background-color: transparent!important;
}
/* @end */

/* @group Nav */
/* Util Nav */
div#util-nav {
	width: 200px;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}
div#util-nav ul {
	margin: 0;
	padding: 0;
}
div#util-nav ul li {
	list-style: none;
}
div#util-nav ul li a {
	display: block;
	padding: 0 0 0 0;
	height: 18px;
	margin: 0 0 5px 0;
	text-indent: -9000px;
}
div#util-nav ul li#un-blog a {
	background: url(../images/util-nav-blog.gif) no-repeat 0 0;
}
div#util-nav ul li#un-newsletter a {
	background: url(../images/util-nav-newsletter.gif) no-repeat 0 0;
}

/* Nav */
div#nav {
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
	height: 48px;
}
div#nav ul {
	margin: 0;
	padding: 16px 0 0 40px;
	text-align: center;
}
div#nav ul li {
	list-style: none;
	/*display: inline;*/
	float: left;
	display: inline;
}
div#nav ul li a {
	padding: 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #005992;
	width: 200px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	text-transform: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #83d1e8;
	text-decoration: none;
	color: #12457f;
}
/* @end */

/* @group Default Headings */
div.referral h2 {
	margin: 0 0 5px 0;
	font-weight: normal;
	border-bottom: 1px solid #8bb7b3;
	padding: 10px 0 5px 0;
}
div.main h3 {
	margin: 15px 0 2px 0;
	color: #a5e2fe;
	font-size: 108%;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #fff;
}
div.main p {
	font-size: 93%;
	line-height: 150%;
}

.center {
	text-align: center;
}
.italic {
	font-style: italic!important;
}
.bold {
	font-weight: bold;
}
.success-person {
	text-align: right;
	font-style: italic;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
}

/* Blue Numbered List */
div.main ol.blue-number-list {
	margin: 0 0 10px 0;
}
div.main ol.blue-number-list li {
	margin: 0;
	padding: 7px 10px 7px 10px;
	background-color: #2175a2;
	list-style-position: inside;
}
div.main ol.blue-number-list li.alt {
	background-color: #195b91;
}

/* Green List */
div.main ul.green-list {
	margin: 0 0 10px 0;
}
div.main ul.green-list li {
	list-style: none;
	margin: 0;
	padding: 7px 10px 7px 35px;
	background: url(../images/green-checkmark.gif) no-repeat 5px 50% #3b9a91;
}
div.main ul.green-list li.alt {
	background: url(../images/green-checkmark-dark.gif) no-repeat 5px 50% #2a887f;
}

div.main ul.orange-list {
	margin: 0 0 1em 10px;
}
div.main ul.orange-list li {
	list-style: none;
	background: url(../images/orange-arrow.gif) no-repeat 5px 60%;
	padding: 4px 0 4px 25px;
}

/* Blog List */
ul.blogList {
	margin-left: 0;
}
/* @end */

/* @group Forms */
div#search {
	width: 200px;
	padding: 20px 0 0 15px;
	float: left;
	display: inline;
}
div#search div.search-box {
	background: url(../images/search-field-bkg.gif) no-repeat 0 0;
	width: 130px;
	height: 16px;
	padding: 5px 0 0 22px;
	float: left;
	display: inline;
}
div#search div.search-box input.searchInput {
	border: none;
	background-color: transparent;
	font-size: 84%;
	color: #666;
}

div#search input.searchButton {
	display: none;
}

/* Form Container */
div.form_container {
	margin-top: 0!important;
}
h2.formTitle {
	padding-top: 0!important;
}
div.fieldSelected {
	background-color: transparent!important;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #cde985;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */