﻿
/* ======================================================== */
/* clear styles */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}

html>body {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

small, sup, sub{font-size:.85em; }
sup, sub{height:0; line-height:1; vertical-align:baseline; position:relative; }
sub{vertical-align:sub; }
sup{bottom:1ex; font-size:65%; }
em { font-style: italic; }


/* ======================================================== */
/* global styles */

body {
	line-height: 1;
	color: #2B2B2B;
	background: #d7dfea url(../images/body_bg.gif) repeat-x top left;
	font-size: 69%;
	font-family: arial, helvetica, verdana, sans-serif;
}

a:link,a:visited {
	text-decoration: underline;
	color: #003878;
}
a:hover {
	text-decoration: none;
}	
.clear {
	clear: both;
}

h1 {
	color: #00A6DE;
	font: bold 210% arial, helvetica, verdana, sans-serif;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 25px;
	color: #003878;
	line-height: 1.4;
	font-weight: bold;
}

h3 {
	color: #00A6DE;
	font: bold 170% arial, helvetica, verdana, sans-serif;
	margin: 35px 0 15px 0;
}

.resources h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.resources h2.number {
	color: #00A6DE;
	font-size: 14px;
}

p {
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 13px 0;
}

strong {
	color: #003878;
	font-size: 17px;
	font-weight: bold;
}	

.fontNormal {
	font-weight: normal;
}

/* ======================================================== */
/* layout */

div#container {
	width: 963px;
	margin: 0 auto;
}

div#header {
	padding: 20px;
	background: url(../images/header_bg.gif) no-repeat top left;
	height: 125px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: relative;
	z-index:3000;
}

div#header .logo {
	margin: 10px 0 0 0;
}

div#header .textSize  {
	position: absolute;
	top: 60px; 
	right: 188px;
	z-index: 5000;
}

div#header .textSize:hover a.showTextSizer {
	background-position: bottom left;
}	

div#header .socialShare:hover a.shareSite {
	background-position: bottom left;
}	

div#header .socialShare {
	position: absolute;
	top: 60px; 
	right: 20px;
	z-index: 5000;
}

div#header .textSize a.showTextSizer {
	height: 30px;
	width: 162px;
	display: block;
	background: url(../images/text-size.gif) no-repeat top left;
	text-indent: -8787px;
}

div#header .socialShare a.shareSite {
	height: 30px;
	width: 162px;
	display: block;
	background: url(../images/share-site.gif) no-repeat top left;
		text-indent: -8787px;
}

div#header .textSize a:hover, div#header .socialShare a:hover {
	background-position: bottom left;
}

/* ======================================================== */
/* navigation */

div#header div#navigation {
	position: absolute;
	top: 103px;
	right: 1px;
	display: block;
	z-index:3998;
}

div#header div#navigation ul {
	float: left;
	height: 56px;
	width: 662px;
	background: url(../images/navigation.gif) no-repeat top left;
}

div#header div#navigation ul ul {
	background: none;
}

div#header div#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	position:relative;
	z-index:3999;
	display: block;
	height: 56px;
}

div#header div#navigation li a {
	margin:0;
	cursor:pointer;
	float:left;
	padding-top: 56px;
	display: block;
}

div#header div#navigation li a span {
	text-indent: -8787px;
	display: none;
}

div#header div#navigation li#ni1 a { width: 102px; }
div#header div#navigation li#ni2 a { width: 104px; }
div#header div#navigation li#ni3 a { width: 97px; }
div#header div#navigation li#ni4 a { width: 106px; }
div#header div#navigation li#ni5 a { width: 116px; }
div#header div#navigation li#ni6 a { width: 137px; }

div#header div#navigation li#ni5, div#header div#navigation li#ni3 {
	position: relative;
}

div#header div#navigation li#ni1 a {
	width: 102px;
	background: url(../images/navigation.gif) 0 0; 
}

div#header div#navigation li#ni2 a {
	width: 104px;
	background: url(../images/navigation.gif) -102px 0; 
}

div#header div#navigation li#ni3 a {
	width: 97px;
	background: url(../images/navigation.gif) -206px 0; 
}

div#header div#navigation li#ni4 a {
	width: 106px;
	background: url(../images/navigation.gif) -303px 0; 
}

div#header div#navigation li#ni5 a {
	width: 116px;
	background: url(../images/navigation.gif) -409px 0; 
}

div#header div#navigation li#ni6 a {
	width: 137px;
	background: url(../images/navigation.gif) -525px 0; 
}

div#header div#navigation li#ni1 a.current, 
div#header div#navigation li#ni1 a:hover{
	width: 102px;
	background: url(../images/navigation.gif) 0 -60px;
}

div#header div#navigation li#ni2 a.current, 
div#header div#navigation li#ni2 a:hover{
	width: 104px;
	background: url(../images/navigation.gif) -102px -60px;
}

div#header div#navigation li#ni3 a.current, 
div#header div#navigation li#ni3 a:hover{
	width: 97px;
	background: url(../images/navigation.gif) -206px -60px;
}

div#header div#navigation li#ni4 a.current, 
div#header div#navigation li#ni4 a:hover{
	width: 106px;
	background: url(../images/navigation.gif) -303px -60px;
}

div#header div#navigation li#ni5 a.current, 
div#header div#navigation li#ni5 a:hover{
	width: 116px;
	background: url(../images/navigation.gif) -409px -60px;
}

div#header div#navigation li#ni6 a.current, 
div#header div#navigation li#ni6 a:hover{
	width: 137px;
	background: url(../images/navigation.gif) -525px -60px;
}

div#header div#navigation #ni3 .hoverCont, div#header div#navigation #ni5 .hoverCont {
	display: none;
	position: absolute;
	background-image: none!important;
	background: #003878;
	width: 225px;
	padding: 15px;
	top: 58px;
	left: 1px;
	z-index: 2000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px #011c3b;
	-moz-box-shadow: 0px 2px 2px #011c3b;
	box-shadow: 0px 2px 2px #011c3b;
}

div#header div#navigation #ni3 .hoverCont .hoverContSec, 
div#header div#navigation #ni5 .hoverCont .hoverContSec  {
	width: 270px; 
}

div#header div#navigation #ni3 .hoverCont .hoverContSec a, div#header div#navigation #ni5 .hoverCont .hoverContSec a {
	background: url(../images/arrow.gif) no-repeat top left;
	padding:5px 37px 5px 45px;
	float:none;
	display: block!important;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	width: 200px;
	margin: 10px 0 10px -30px;
}

div#header div#navigation #ni3 .hoverCont .hoverContSec a:hover, div#header div#navigation #ni5 .hoverCont .hoverContSec a:hover {
	background-image: none;
	width: 200px;
	text-decoration: none;
	background: #fff url(../images/arrowHover.gif) no-repeat top left;
	color: #003878;
	-webkit-box-shadow: 0px 2px 1px #011c3b;
	-moz-box-shadow: 0px 2px 1px #011c3b;
	box-shadow: 0px 2px 1px #011c3b;
}

/* ======================================================== */
/* index */

div#content div#indexTop {
	height: 334px;
	position: relative;
	margin-bottom:4px;
}

div#content div#indexTop .left{
	width: 655px;
	height: 328px;
	display: block;
	position: absolute;
	left: -15px; top:0;
	overflow: hidden;
	z-index:1999;
}

div#content div#indexTop .right{
	width: 250px;
	position: absolute;
	right: 23px; top:15px;
}

div#content div#indexTop .right h1{
	color: #003878;
	font-weight: bold;
	font-size: 21px;
	margin: 15px 0 10px 0;
}

div#content div#indexTop .right p{
	color: #565656;
	font-size: 13px;
	line-height: 1.4;
}

div#content div#indexTop .wonderBar {
	background: url(../images/wonderBar.png) no-repeat top left;
	width: 423px;
	height: 59px;
	position: absolute;
	bottom: 24px; left: -25px;
	display: none;
	z-index:2001;
}

div#content div#indexTop .wonderBarBtns {
	position: absolute;
	right: 40px;
	top:12px;
}

div#content div#indexTop .wonderBar a {
	display: block;
	background: url(../images/wonderClickInit.gif) no-repeat top left;
	width: 25px; height: 25px;
	text-indent: -8787px;
	float: left;
	margin-right: 4px;
}

div#content div#indexTop .wonderBar a:hover,
div#content div#indexTop .wonderBar a.active {
	background: url(../images/wonderClickHover.gif) no-repeat top left;
}

div#content div#indexTop .left .slideCase {
	position: absolute;
	top: 0; left: 0;
}	

div#content div#indexTop .left .slideCase img {
	float: left;
}

div#content div#indexTop  .slideCaseBtnsCont {
	position: absolute;
	z-index:3500;
	overflow: hidden!Important;
	left: 30px;
	top: 260px;
	width: 147px;
	height: 31px;
}

div#content div#indexTop  .slideCaseBtnsCont .slideCaseBtns {
	position: absolute;
	top: 0; left: 0;
}

div#content div#indexTop .slideCaseBtnsCont .slideCaseBtns .ask1 a,
div#content div#indexTop .slideCaseBtnsCont .slideCaseBtns .ask2 a,
div#content div#indexTop .slideCaseBtnsCont .slideCaseBtns .ask3 a,
div#content div#indexTop .slideCaseBtnsCont .slideCaseBtns .screen1 a,
div#content div#indexTop .slideCaseBtnsCont .slideCaseBtns .know1 a{
	width: 147px;
	height: 31px;
	display: block;
	text-indent: -8787px;
	float: left!important;
}

div#content div#indexTop .slideCaseBtns .ask1 a{
	background: url(../images/indexBtnAsk1.gif) no-repeat top left;
}
div#content div#indexTop .slideCaseBtns .ask2 a{
	background: url(../images/indexBtnAsk2.gif) no-repeat top left;
}
div#content div#indexTop .slideCaseBtns .ask3 a{
	background: url(../images/indexBtnAsk3.gif) no-repeat top left;
}
div#content div#indexTop .slideCaseBtns .screen1 a{
	background: url(../images/indexBtnScreen1.gif) no-repeat top left;
}
div#content div#indexTop .slideCaseBtns .know1 a{
	background: url(../images/indexBtnKnow1.gif) no-repeat top left;
}

div#content div#indexMid {
	background: url(../images/indexBg.gif) no-repeat top left;
	width: 929px;
	height: 170px;
}

div#content div#indexBtm {
	background: url(../images/indexBg2.gif) no-repeat top left;
	width: 929px;
	height: 210px;
}

div#content div#indexMid {
	margin-bottom: 10px;
	clear: both;
}

div#content div#indexMid .viewStory,
div#content div#indexMid .shareWithLovedOne,
div#content div#indexMid .takeScreening {
	position: relative;
	margin: 12px 0 0 15px;
	float: left;
}

div#content div#indexMid .viewStory a {
	height: 142px;
	width: 289px;
	display: block;
	background: url(../images/viewStoryIndex.gif) no-repeat top left;
	text-indent: -8787px;
	margin: 0 20px 0 0;
}

div#content div#indexMid .viewStory a:hover,
div#content div#indexMid .shareWithLovedOne a:hover,
div#content div#indexMid .takeScreening a:hover {
	background-position: bottom left;
}

div#content div#indexMid .shareWithLovedOne a {
	background: url(../images/shareWithLovedOneIndex.gif) no-repeat top left;
	height: 145px;
	width: 288px;
	display: block;
	text-indent: -8787px;
}

div#content div#indexMid .takeScreening a {
	background: url(../images/takeScreeningIndex.gif) no-repeat top left;
	height: 140px;
	width: 262px;
	display: block;
	text-indent: -8787px;
	margin: 0 0 0 6px;
}

div#content div#indexMid .takeScreening .quizIcon {
	position: absolute; 
	top: 60px;
	right: -10px;
}

div#content div#indexMid .viewStory .umbrella {
	position: absolute; 
	bottom: 2px;
	right: -35px;
	z-index:2000;
}

div#content div#indexBtm {
	position: relative;
}

div#content div#indexBtm .copy {
	position: absolute;
	left: 30px; top: 20px;
}

div#content div#indexBtm .copy  p {
	color: #003878;
	font-weight: bold;
	width: 230px;
	font-size: 18px!Important;
}

div#content div#indexBtm #quiz1index {
	background: url(../images/indexQuiz.png) no-repeat top left;
	width: 637px; height: 140px;
	position: absolute;
	top: 18px;
	right: -7px;
}

div#content div#indexBtm #quiz1index .question {
	font-size: 26px;
	color: #00A6DE;
	text-align: center;
	width: 170px;
	position: absolute;
	font-weight: bold;
	top: 40px; left: 40px;
}

div#content div#indexBtm #quiz1index .answer {
	width: 420px;
	position: absolute;
	top: 30px; left: 230px;
}

div#content div#indexBtm #quiz1index .answer  .entry {
	float: left;
	width: 200px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
}

div#content div#indexBtm #quiz1index .answer  .entry  .left {
	float: left;
	width: 10px;
	margin: 0 15px 0 0;
}
div#content div#indexBtm #quiz1index .answer  .entry  .right {
	float: left;
	width: 160px;
	margin: 0 0 15px 0;
}	

/* ======================================================== */
/* body */


div#content {
	background: transparent;
	margin: 0 0 0 0;
	float: left;
	position: relative;
}

#index #content {
	padding: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 0 0 0 0;
	float: left;
	background: #fff;
	width: 932px;
}

div#content div#title {
	padding: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 0 0 0 0;
	float: left;
	background: #fff;
}

div#content div#colLeft {
	width: 655px;
	float:left;
	min-height: 700px;
	background: #fff;
	padding: 25px;
}

div#content div#colLeft div.colLeftCont {
	width: 615px;
}

div#content div#colLeft .colLeftCont .aboutSub {
	width: 627px;
	height:62px;
	float: left;
	margin: -25px 0 20px -15px;
}

div#content div#colLeft .colLeftCont .aboutSub li a{
	height:62px;
	display: block;
	float: left;
	text-indent: -8787px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub1 a {
    background: url(../images/about_submenu.gif) no-repeat;
	background-position: 0 0;
	width: 210px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub2 a {
	background: url(../images/about_submenu.gif) no-repeat;
	background-position: -210px 0;
	width: 210px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub3 a {
	background: url(../images/about_submenu.gif) no-repeat;
	background-position: -420px 0;
	width: 207px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub1 a:hover,
div#content div#colLeft .colLeftCont .aboutSub li#aboutSub1 a.active {
    background-position: 0 -64px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub2 a:hover,
div#content div#colLeft .colLeftCont .aboutSub li#aboutSub2 a.active {
	background-position: -210px -64px;
}

div#content div#colLeft .colLeftCont .aboutSub li#aboutSub3 a:hover,
div#content div#colLeft .colLeftCont .aboutSub li#aboutSub3 a.active {
	background-position: -420px -64px;
}


/* Know */
div#content div#colLeft .colLeftCont .knowSub {
	width: 629px;
	height:78px;
	float: left;
	margin: -25px 0 20px -15px;
}

div#content div#colLeft .colLeftCont .knowSub li a{
	height:78px;
	display: block;
	float: left;
	text-indent: -8787px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub1 a {
    background: url(../images/know_submenu.gif) no-repeat;
	background-position: 0 0;
	width: 157px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub2 a {
	background: url(../images/know_submenu.gif) no-repeat;
	background-position: -157px 0;
	width: 158px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub3 a {
	background: url(../images/know_submenu.gif) no-repeat;
	background-position: -315px 0;
	width: 158px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub4 a {
	background: url(../images/know_submenu.gif) no-repeat;
	background-position: -473px 0;
	width: 156px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub1 a:hover,
div#content div#colLeft .colLeftCont .knowSub li.knowSub1 a.active {
    background-position: 0 -79px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub2 a:hover ,
div#content div#colLeft .colLeftCont .knowSub li.knowSub2 a.active{
	background-position: -157px -79px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub3 a:hover,
div#content div#colLeft .colLeftCont .knowSub li.knowSub3 a.active{
	background-position: -315px -79px;
}

div#content div#colLeft .colLeftCont .knowSub li.knowSub4 a:hover,
div#content div#colLeft .colLeftCont .knowSub li.knowSub4 a.active{
	background-position: -473px -79px;
}

div#content div#colLeft .colLeftCont .tabSelection {
	background: url(../images/radioSelection_bg.gif) no-repeat top left;
	width: 529px;
	height: 100px;
	padding: 10px 0 0 15px;
}

div#content div#colLeft .colLeftCont .tabSelection  strong {
	display: block;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

div#content div#colLeft .colLeftCont .tabSelection .radioSelection .right {
	font-weight: bold;
	margin-right: 20px;
}

div#content div#colRight{
	width: 300px;
	position: absolute;
	top: 255px; right: 0;
	margin: 0 0 0 0;
	background: #fff url(../images/colRight-bg.gif) no-repeat top left;
	min-height: 400px;
	padding: 0 15px 15px 0;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

div#content div#colRight .viewStory,
div#content div#colRight .shareWithLovedOne,
div#content div#colRight .takeScreening,
div#content div#colRight .watchVideo {
	position: relative;
	margin: 15px 0 0 38px;
}

div#content div#colRight .viewStory a {
	height: 130px;
	width: 261px;
	display: block;
	background: url(../images/viewStory.gif) no-repeat top left;
	text-indent: -8787px;
	position: relative;
}

div#content div#colRight .viewStory a:hover,
div#content div#colRight .shareWithLovedOne a:hover,
div#content div#colRight .takeScreening a:hover,
div#content div#colRight .watchVideo a:hover {
	background-position: top right;
}

div#content div#colRight .shareWithLovedOne a {
	background: url(../images/shareWithLovedOne.gif) no-repeat top left;
	height: 135px;
	width: 261px;
	display: block;
	text-indent: -8787px;
}

div#content div#colRight .takeScreening a {
	background: url(../images/takeScreening.gif) no-repeat top left;
	height: 161px;
	width: 261px;
	display: block;
	text-indent: -8787px;
}

div#content div#colRight .watchVideo a {
	background: url(../images/watchVideo1.gif) no-repeat top left;
	height: 140px;
	width: 261px;
	display: block;
	text-indent: -8787px;
}

div#content div#colRight .takeScreening .quizIcon {
	position: absolute; 
	top: 60px;
	right: -10px;
}

div#content div#colRight .viewStory .umbrella {
	position: absolute; 
	bottom: 0;
	right: -70px;
}

/* ======================================================== */
/* Quiz */

div#content div#colRight #quiz1 {
	position: relative;
	margin: 15px 0 0 38px;
}

div#content div#colRight #quiz1 .questions {
	position: absolute;
	margin: 0 0 0 20px;
	top: 180px;
	color: #fff;
	font-weight: bold;
}

div#content div#colRight #quiz1 .questions  span.left { 
	width: 30px;
	display: block;
	float: left;
}

div#content div#colRight #quiz1 .questions  span.right { 
	width: 200px;
	display: block;
	float: left;
}

div#content div#colRight #quiz1 .questions .entry {
	display: block;
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
}




div#content div#colRight #quiz1 .questions  #btnSubmit,
#quiz1index #btnSubmit {
	background: url(../images/btnSubmit.png) no-repeat top left;
	width: 114px;
	height: 32px;
	border: none; border: 0;
	cursor: pointer;
	text-indent: -8787px;
	margin: 15px 0 0 0;
}

#quiz1index #btnSubmit {
	margin:25px 0 0 240px;
}

div#content div#colRight #quiz1 .questions  #btnSubmit:hover,
#quiz1index #btnSubmit:hover {
	background-position: bottom left;
	cursor: pointer;
}

blockquote {
	text-align: right;
	color: #003878;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background: #F7F9D7;
	float: left;
	width: 328px;
	display: block;
	padding: 15px;
	margin: 10px 18px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* screener */
.cont_quiz {
	background: url(../images/quiz_bg.gif) no-repeat top left;
	width: 600px;
	height: 221px;
	padding: 20px 0 0 20px;
	position: relative;
}

.cont_quiz  strong {
	font-size: 15px;
	line-height: 1.2;
	display: block;
}

.cont_quiz .screener {
	margin-top: 20px;
}

.cont_quiz .screener label {
	display: block;
	float: left;
	width; 92px;
}

.cont_quiz .screener label span {
	display: block;
}

.cont_quiz .screener label span.left {
	float: left;
	width: 12px;
	margin-right: 5px;
}

.cont_quiz .screener label span.right {
	float: left;
	width: 76px;
	margin-right: 22px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}

.cont_quiz .screener  #screenerSubmit {
	position: absolute;
	top: 172px;
	left: 260px;
	display: block;
	border: none; border: 0;
	text-indent: -8787px;
	background: url(../images/screenerSubmit.gif) no-repeat top left;
	width:113px; height:29px;
	cursor: pointer;
}

.cont_quiz .screener  #screenerSubmit:hover {
	background-position: bottom left;
}

/* make a promise */
div#content div#colLeft .colLeftCont .askSub {
	width: 613px;
	height:65px;
	
	display: block;
	/*margin: -25px 0 20px -15px;*/
}

div#content div#colLeft .colLeftCont .askSub li a{
	height:65px;
	display: block;
	float: left;
	text-indent: -8787px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub1 a {
    background: url(../images/ask_submenu.gif) no-repeat;
	background-position: 0 0;
	width: 205px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub2 a {
	background: url(../images/ask_submenu.gif) no-repeat;
	background-position: -205px 0;
	width: 205px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub3 a {
	background: url(../images/ask_submenu.gif) no-repeat;
	background-position: -410px 0;
	width: 203px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub1 a:hover,
div#content div#colLeft .colLeftCont .askSub li#askSub1 .active {
    background-position: 0 -65px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub2 a:hover,
div#content div#colLeft .colLeftCont .askSub li#askSub2 .active {
	background-position: -205px -65px;
}

div#content div#colLeft .colLeftCont .askSub li#askSub3 a:hover,
div#content div#colLeft .colLeftCont .askSub li#askSub3 .active {
	background-position: -410px -65px;
}

/*hermmmm */
.cont_makeapromise{
	background: url(../images/makeapromise_bg.gif) no-repeat top left;
	width: 600px;
	height: 340px;
	padding: 25px 15px 0 15px;
	position: relative;
	display: block;
	margin: 15px 0 0 0;
}

.cont_makeapromise strong {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
}

.cont_makeapromise p {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding: 0 15px 0 0;
}

.cont_makeapromise .promise_1,
.cont_makeapromise .promise_2 {
	display: block;
	width: 240px;
}

.cont_makeapromise .promise_1 .left,
.cont_makeapromise .promise_2 .left {
	display: block;
	width: 12px;
	float: left;
	margin-right: 10px;
}

.cont_makeapromise .promise_1 .right,
.cont_makeapromise .promise_2 .right {
	display: block;
	float: left;
	width: 215px;
	font-size: 14px;
	font-weight: bold;
	color: #003878;
	line-height: 1.2;
}

.cont_makeapromise .promise_1 {
	position: absolute;
	left: 30px;
	top: 160px;
}

.cont_makeapromise .promise_2 {
	position: absolute;
	left: 330px;
	top: 160px;
}

.cont_makeapromise .promise_1 .promiseSubmit,
.cont_makeapromise .promise_2 .promiseSubmit{
	position: absolute;
	top: 135px;
	left: 0;
	display: block;
	border: none; border: 0;
	text-indent: -8787px;
	background: url(../images/makepromiseBtn.gif) no-repeat top left;
	width:255px; height:31px;
	cursor: pointer;
}

.cont_makeapromise .promise_1 .promiseSubmit:hover,
.cont_makeapromise .promise_2 .promiseSubmit:hover {
	background-position: bottom left;
}

/* send em an email */

.cont_email {
	background: url(../images/email_bg.gif) no-repeat top left;
	width: 613px;
	height: 434px;
	display:block;
	margin: 15px 0 0 0;
	padding: 18px 0 0 15px;
	position: relative;
}

.title {
	font-size: 20px;
	color: #003878;
	line-height: 1.4;
	font-weight: bold;
	margin: 15px 0 0 10px;
}

.cont_ecard {
	background: url(../images/ecard_bg.gif) no-repeat top left;
	width: 613px;
	height: 320px;
	display:block;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	position: relative;
	margin: 20px 0 0 10px;
}

.cont_vmail {
	background: url(../images/vmail_bg.gif) no-repeat top left;
	width: 613px;
	height: 404px;
	display:block;
	margin:  15px 0 0 0;
	padding: 18px 0 0 15px;
	position: relative;
}

.cont_email strong, .cont_vmail strong, .cont_ecard strong {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
}

.cont_email p, .cont_vmail p, .cont_ecard p {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding: 0 30px 0 0;
}


.cont_email .leftCol, .cont_vmail .leftCol, .cont_ecard .leftCol {
	display: block;
	width: 270px;
	float: left;
	margin: 40px 15px 0 25px;
}

.cont_email .rightCol, .cont_vmail .rightCol, .cont_ecard .rightCol {
	display: block;
	width: 270px;
	float: left;
	margin: 40px 0 0 0;
}

.cont_email .rightCol .emailSubmit, .cont_ecard .rightCol .emailSubmit  {
	background: url(../images/emailSubmit.gif) no-repeat top left;
	display: block;
	border: none; border: 0;
	text-indent: -8787px;
	width:171px; height:31px;
	cursor: pointer;
}	

.cont_vmail .rightCol .vmailSubmit {
	background: url(../images/vmailSubmit.gif) no-repeat top left;
	display: block;
	border: none; border: 0;
	text-indent: -8787px;
	width:171px; height:31px;
	cursor: pointer;
}	

.cont_email .rightCol .emailSubmit:hover,
.cont_ecard .rightCol .emailSubmit:hover,
.cont_vmail .rightCol .vmailSubmit:hover {
	background-position: bottom left;
}	

.cont_email .rightCol label, .cont_email .leftCol label,
.cont_ecard .rightCol label, .cont_ecard .leftCol label,
.cont_vmail .rightCol label, .cont_vmail .leftCol label  {
	display: block;
}

.cont_email .rightCol label span, .cont_email .leftCol   span,
.cont_ecard .rightCol label span, .cont_ecard .leftCol label span,
.cont_vmail .rightCol label span, .cont_vmail .leftCol label span {
	color: #003878;
	font-size: 14px;
	font-weight: bold;
}

.cont_email .rightCol input, .cont_email .leftCol input, .cont_email .rightCol textarea,
.cont_ecard .rightCol input, .cont_ecard .leftCol input, .cont_ecard .rightCol textarea,
.cont_vmail .rightCol input, .cont_vmail .leftCol input {
	background: #F2F2F2;
	border: 1px #999 solid;
	padding: 6px 5px;
	width: 230px;
	margin: 8px 0 20px 0;
}

.cont_email .whatisthis, .cont_vmail .whatisthis, .cont_ecard .whatisthis {
	position: absolute;
	left: 25px;
	bottom: 45px;
}

.cont_vmail .rightCol label p {
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.cont_01 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 10px 10px;
	background: #003878;
	margin: 0 0 0 0 ;
}

.cont_01 span {
	color: #fff;
	font-size: 150%;
	margin: 0 0 0 10px;
}

.cont_02 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px;
	margin: 20px 0 0 0;
	background: #fff;
}

.cont_02 p, .cont_02 ul {
	color: #003878;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

.cont_02  li {
	margin: 0 0 13px 30px;
	list-style-type: disc;
}

.dlBrouchure a {
	color: #003878;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold!Important;
	text-decoration: underline;
	margin: 15px 0 0 0;
	display: block;
}	

.dlBrouchure a:hover {
	text-decoration: none;
	color: #00A6DE;
}

#videoTwo {
	display: none;
}

.videoTwoLeft {
	float:left;
	width: 315px;
	margin: 20px 0 0 30px;
}
.videoOneLeft {
	float:left;
	width: 315px;
	margin: 0 0 0 20px;
}
.videoTwoRight {
	float:left;
	width: 460px;
	margin: 20px 0 0 40px;
}

.tbRemove a {
	padding: 8px 60px;
	color: #fff!important;
	background: #003878;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none!important;
	font-size: 11px;
	font-weight: bold;
}

.tbRemove a:hover {
	color: #fff!important;
	background: #00A6DE!important;
}

.quote {
	padding: 5px 0 0 40px;
	background: url(../images/largeOpenQuote.gif) no-repeat top left;
	font-size: 17px!important;
	color: #003878;
	font-weight: bold;
	line-height: 1.4;
	margin: 20px 0 0 0;
}


.quoteBox {
	padding: 5px 0 0 40px;
	background: url(../images/largeOpenQuote.gif) no-repeat top left;
	font-size: 15px!important;
	color: #003878;
	font-weight: bold;
	line-height: 1.4;
	margin: 20px 0 0 0;
}

.quote {
	padding: 5px 0 0 40px;
	background: url(../images/largeOpenQuote.gif) no-repeat top left;
	font-size: 17px!important;
	color: #003878;
	font-weight: bold;
	line-height: 1.4;
	margin: 20px 0 0 0;
}

.quote span {
	color: #00A6DE;
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
}

div#content div#colLeft ul.contUL li {
	display: block;
	margin: 0 0 10px 20px;
	padding: 0 0 0 13px;
	background: url(../images/bullet.gif) no-repeat top left;
	line-height: 1.4;
}

div#content div#colLeft div.recipe {
	width: 581px;
	margin: 0 0 20px -15px;
	padding: 25px;
	background:#F7F9D7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

div#content div#colLeft div.recipe  p {
	font-size: 12px;
	margin-top: 15px;
}

div#content div#colLeft div.recipe h2 {
	font-size: 17px
}

div#content div#colLeft div.recipe .serves {
	font-size: 12px; font-weight: bold; 
	font-style: italic;
}

div#content div#colLeft div.recipe h3 {
	font-size: 16px;
	color: #00A6DE;
	margin: 20px 0 15px 30px;
}	

div#content div#colLeft div.recipe .contUL {
	margin: 0 0 0 56px;
	
}	

div#content div#colLeft div.recipe .contUL li{
	margin: 0 0 2px 0;
	background: url(../images/recipeBullet.gif) no-repeat top left;
}	

div#content div#colLeft div.recipe .entry {
	padding: 0 10px 0 56px;
	display: block;
	line-height: 1.5;
}	

div#content div#colLeft div.recipe  .entry strong {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}


.tools {
	width: 158px; height: 87px;
	position: absolute;
	display: block;
	top: 15px; right: 15px;
	background: url(../images/tool_bg.gif) no-repeat top left;
}

div#content div#colLeft div.recipe .tools a.print, 
div#content div#colLeft div.recipe .tools a.download {
	width: 137px; height: 31px;
	display: block;
	text-indent: -8787px;
}

div#content div#colLeft div.recipe .tools a.print {
	background: url(../images/printRecipe.gif) top left;
	margin: 13px 0 0 10px;
}

div#content div#colLeft div.recipe .tools a.download{
	background: url(../images/downloadRecipe.gif) top left;
	margin: 0 0 0 10px;
}

div#content div#colLeft div.recipe .tools a:hover  {
	background-position: bottom left;
}



/* ======================================================== */
/* footer*/

div#footer {
	clear: both;
	width: 710px;
}

#index #footer {
	clear: both;
	width: 965px!important;
}


div#footer ul#footer-nav {
	float: left;
	width: 380px; 
	padding: 5px 0 0 0;
	margin-top: 0;
	margin-bottom: 8px;
}
div#footer  ul#footer-nav li  { float: left; padding: 9px 5px;font-size: 10px;color: #666;}

div#footer  ul#footer-nav li a:link, #footer ul#footer-nav li a:visited {
	color: #666;
	text-transform: uppercase;
	float: left;
}

div#footer ul#footer-nav li a:hover, div#footer ul#footer-nav li a:focus, div#footer ul#footer-nav li.donate  a:hover{
	color: #004990;
}

div#footer #footer-info {
	width: 270px;
	float: right;
	padding: 5px 0 0 0;
	margin-top: 0;
	margin-bottom: 8px;
	text-align: right;
}

div#footer #footer-info li  { float: right; padding: 9px 4px;font-size: 10px;color: #666;}


div#footer #footer-info li a:link, 
div#footer #footer-info li a:visited {
	color: #666;
	text-transform: uppercase;
	float: left;
}

div#footer #footer-info li a:hover, div#footer #footer-info li a:focus, div#footer #footer-info li.donate  a:hover{
	color: #004990;
}

.active a{
	color: #004990;
}

div#footer #footer-info p {
	font-size: 10px;
	color: #666;
	display: block;
	clear: right;
	padding: 0 7px 0 0;
}

div#footer .references {
	margin-top: 30px;
	padding: 0 0 10px 0;
	clear: both;
	width: 700px;
	line-height: 15px;
}

div#footer .references ul li {
	font-size:10px;
	color: #7F7F7F;
	margin-bottom: 6px;
	}
	
/* TEXT SIZER  */
.social_container {
	position: absolute;
	height: 48px;
	top: 30px;
	left: 0px;
	display: none;
	width: 203px;
	z-index: 900;
	float: left;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

.social_container .cont ul li{
	float: left;
	margin: 8px 0 0 7px;
	
}
.slider_container {
	position: absolute;
	height: 40px;
	top: 30px;
	left: 0px;
	display: none;
	width: 290px;
	z-index: 900;
	float: left;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}
.slider_container .cont {
	margin: 10px 0 0 10px;
}

.minus {
	background: url(../images/fontsize/decrease.gif) no-repeat top left;
	height: 21px;
	width: 109px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.minus:hover, .add:hover {
	background-position: bottom left;
	cursor: pointer;
}
.slider_bar {
	height: 9px;
	width: 38px;
	float: left;
	margin: 0 15px 0 0 ;
	position: relative;
	
}
.add {
	background: url(../images/fontsize/increase.gif) no-repeat;
	height: 21px;
	width: 103px;
	float: left;
	position: relative;
	cursor: pointer;
}

#slider_caption {
	height: 45px;
	width: 38px;
	overflow: hidden;
	position: absolute;
	top: -4px;
	left: 12px;
	margin-left: -8px;
	padding: 5px 0px 0px 0px;
	font-family: "Myriad Pro";
	color: #003878;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
	font-size: 14px;
}

#font_indicator{
	position: absolute;
	right: 100px;
	top: 50px;
	font-size: 10px;
	display: none;
	z-index: 1001;
}

/* msie min-height fix */
.msieMinHeight_1 {
	display: block;
	height: 350px;
}

.msieMinHeight_2 {
	display: block;
	height: 350px;
	margin-bottom: 400px;
}

.msieMinHeight_3 {
	display: block;
	height: 350px;
	margin-bottom: 20px;
}

label.error {
	color: red!important;
	font-size: 10px!important;
	padding: 0!important;
	margin:0!important;
	font-weight: normal!important;
}

/* Poll */
#quiz1index .poll-result-item
{
	width: 350px;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
}
#quiz1index div.error
{
	margin-bottom:1px;
	color: red;
	font-size: 12px;
	font-weight:normal;  
}
#quiz1 .poll-result-item
{
    float: left;
    width: 230px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.9;
}
#quiz1 .poll-result-item span
{
}
#quiz1 div.error
{
	margin-bottom:1px;
	color: red;
	font-size: 11px;
	font-weight:normal;  
}
/* Poll */

/*Screener */
.screener .error  
{
	display: none!important; 
    font-weight: bold;
    font-style: normal;
    color:Red;
}

.socialShare {
	display: block;
	margin: 5px 0 0 7px;
}

.socialShare strong {
	display: block;
	color: #00A6DE;
	font-size: 12px;
	font-weight: bold;
}

.socialShare li {
	float: left;
	margin: 5px 3px 0 0;
}