/* --------------------------------------------------------
                                GLOBAL
----------------------------------------------------------- */

BODY, P, H1, H2, H3, H4, A, UL, LI {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

H1, H2, H3, H4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A:link {color: #234397; text-decoration: underline;}
A:visited {color: #7195b6; text-decoration: underline;}
A:hover {color: #990000; text-decoration: none;}
A:active {color: #990000; text-decoration: underline;}

A IMG {border: none;}

INPUT, TEXTAREA {font-size: 12px;}

/* ------------------ end global ---------------------- */


body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------
                                FRAMEWORK
----------------------------------------------------------- */

#framework {
	position: absolute;
	top: 0px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	text-align: left;
	background-color: #FFFFFF;
}

#contentContainer {
	background-color: #FFFFFF;
	background-image: url(/images/leftColBg.gif);
	background-repeat: repeat-y;
	zoom: 1;
	overflow: hidden; /* do not remove this. The print CSS has this element removed for printing fix!  cjf */
}

#leftColContainer {
	float: left;
	width: 160px;
	zoom: 1;
}

#rightColContainer {
	float: right;
	width: 600px;
	background-image: url(/images/banner/bannerBottom.gif);
	background-repeat: no-repeat;
	/*background-position: 0px 190px;*/
	background-position: 0px 0px;
}

#rightColIndent {
	margin: 0px 12px 0px 15px;
	padding: 0px;
	padding-top: 0px;
}

/* ---- dualCol_container ---- */
#dualCol_container {
	border: 0px solid #990000;
	display: table;
	width: 99%;
	zoom: 1;
}
#dualCol_left {
	float: left;
	width: 340px;
	zoom: 1;
	border: 0px solid #CCCC99;
}
#dualCol_right {
	float: left;
	position: relative;
	left: 15px;
	zoom: 1;
	border: 0px solid #CCCC99;
}
/* --- end --- */

#footerContainer {
	clear: both;
	height: 40px;
	background-color: #234397;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
}

#footerContainer #footerLeft {
	float: left;
	padding-top: 12px;
}
#footerContainer #footerRight {
	float: right;
	padding-top: 12px;
}
#footerContainer A {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer A:link:visited:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------- END FRAMEWORK --------------- */

H1 {
	font-size: 18px;
	color: #234397;
	font-weight: bold;
	margin-bottom: 0px;
	margin: 0px;
	border: 0px solid #990000;
}

H1.deck {
	font-size: 15px;
	color: #83ac48;
	font-weight: bold;
	margin-top: 0px;
}

H2 {
	font-size: 14px;
	color: #234397;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 0px;
}

H3 {
	font-size: 13px;
	margin-top: 24px;
}

P.homeText {
	font-size: 13px;
	line-height: 24px;
}

.byLine {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.noPad LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

LI {
	margin-bottom: 1.0em;
}

.smallText {
	font-size: 11px;
}

.legal {
	font-size: 10px;
	line-height: 1.2em;
}

P.legalFooter {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
	height: 46px;
	background-color: #DDDDDD;
	/*background-image: url(/images/footerBG.gif);
	background-repeat: repeat-x;*/
}


.clearRight {
	clear: right;
	height: 1px;
	overflow: hidden;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

/* -------- callout ------------ */
.calloutContainer {
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
	width: 245px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
}
.calloutContainer .callout {
	padding: 6px;
}

.callout IMG {
	border: 1px solid #FFFFFF;
}
.callout P {
	margin: 6px 3px 3px 0px;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
/* ---- end callout ------- */


#bottomSpacer {
	height: 18px;
}

/* --------  TAB TABLE -------- */
TABLE.tabTable {
	width: 100%;
    font-size: 11px;
}

TABLE.tabTable TH {
	margin: 0px;
	padding: 2px 2px 2px 6px;
	background-color: #7195b6;
}

TABLE.tabTable TH P {
	color: #FFFFFF;
}

TABLE.tabTable TD {
	margin: 0px;
	padding: 2px 2px 2px 6px;
	border-bottom: 1px solid #CCCCCC;
}

TABLE.tabTable P {
    font-size: 11px;
	margin: 0px;
	padding: 0px 6px 0px 0px;
}

TABLE.tabTable A {
    font-size: 11px;
}



/* --- end tab table --- */


/* --------  FOCUS AREAS -------- */
.nutrition H1,
.activity H1,
.grieving H1,
.selfesteem H1,
.bullying H1 {
	font-size: 15px;
	color: #234397;
	margin-top: 12px;
}
.nutrition H1.deck,
.activity H1.deck,
.grieving H1.deck,
.selfesteem H1.deck,
.bullying H1.deck {
	font-size: 13px;
	color: #83ac48;
	margin-top: 0px;
}

#focusBottom {
	height: 250px;
	zoom: 1; /* do not remove this. cjf */
	overflow: hidden; /* do not remove this. cjf */
}
/* ---- end focus areas ---- */


/* ----------- BOX -------------- */
.box {
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	background-image: none;
}
/* ------------ end box --------------- */


.boxedAd {
	margin-bottom: 12px;
	padding-bottom: 3px;
	padding-right: 6px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	min-height: 130px;
	background-image: none; /* no Hand */
}

.boxedAd .floatPix {
	float: left;
	margin-right: 12px;
}

.boxedAd H1 {
	font-size: 14px;
	margin: 12px 6px 0px 0px;
	color: #1a2855;
}

.boxedAd P {
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
}

.boxedAd  UL {
	margin: 0px;
	padding: 0px;
	margin-left: 24px;
    list-style-position: outside;
    list-style-image: url(/images/redArrow.gif);
}
.boxedAd  LI {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	color: #333333;
}
.boxedAd A {
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
}

/* --- specific areas --- */
.nutrition .boxedAd {
	background-image: url(/images/focusareas/nutritionGradient.jpg);
	background-repeat: repeat-y;
}
.activity .boxedAd {
	background-image: url(/images/focusareas/activityGradient.jpg);
	background-repeat: repeat-y;
}
.grieving .boxedAd {
	background-image: url(/images/focusareas/grievingGradient.jpg);
	background-repeat: repeat-y;
}
.selfesteem .boxedAd {
	background-image: url(/images/focusareas/selfesteemGradient.jpg);
	background-repeat: repeat-y;
}
.bullying .boxedAd {
	background-image: url(/images/focusareas/bullyingGradient.jpg);
	background-repeat: repeat-y;
}


/* -------- Homepage Ad ------------ */
.boxedAdHome {
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
	background-color: #ffffcc;
	background-image: url(/images/tennisGirl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px;
	width: 198px;
}

.boxedAdHome H1 {
	font-size: 14px;
	color: #1a2855;
	margin: 0px;
	margin-bottom: 6px;
}
.boxedAdHome  UL {
	margin: 0px;
	padding: 0px;
	margin-left: 90px;
    list-style-position: outside;
    list-style-image: url(/images/redArrow.gif);
}
.boxedAdHome  LI {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	color: #333333;
}
.boxedAdHome A {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
}

.boxedAdHome A:link {color: #1a2855; text-decoration: underline;}
.boxedAdHome A:visited {color: #1a2855; text-decoration: underline;}
.boxedAdHome A:hover {color: #990000; text-decoration: none;}
.boxedAdHome A:active {color: #990000; text-decoration: underline;}


/* --- end homepage ad --- */



/* -------------- FIELDSET ------------- 
* supplemental rules for the sidebar fieldset for 
* Windows IE are in the styles_IE.css file. cjf  */

/* used for "corporate" pages: floating */
.sidebar {
	float: right;
	margin-left: 24px;
	margin-top: 12px;
}
/* end */

FIELDSET {
	margin: 12px 0px 12px 0px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	width: 198px;
	background-image: url(/images/sidebarHand.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6F6F6;
    font-size: 11px;
}

#fieldsetSiteHighlights {
	width: 95%;
	background-image: none;
}
/* end */

LEGEND {
    font-size: 14px;
    font-weight: bold;
    color: #1a2855;
    padding-left: 0px;
}
FIELDSET DIV {
	margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
}
FIELDSET H1 {
    font-size: 12px;
	color: #234397;
}

.divider {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	margin-top: 18px;
	margin-bottom: 12px;
}

.fullWidth {
	width: 95%; /* don't go wider than 95% */
	margin: 0px;
	padding: 9px;
}

.noHand {
	background-image: none;
}

FIELDSET P {
	font-size: 11px;
	color: #333333;
    margin-bottom: 9px;
}
FIELDSET UL {
	margin-left: 12px;
	padding: 0px;
    list-style-position: outside;
    list-style-image: url(/images/redArrow.gif);
}
FIELDSET LI {
    font-size: 11px;
	color: #333333;
    margin-bottom: 9px;
}
FIELDSET A {
	font-size: 11px;
}


/* ----------------- SUBNAV --------------------- 
* supplemental rules for the sidebar fieldset for 
* Windows IE are in the styles_IE.css file. cjf
-------------------------------------------------------*/

#dualCol_right .subnav {
    font-size: 11px;
	width: 210px;
	background-color: #FFFFFF;
}
#dualCol_right .subnav .indent {
	padding: 9px 9px 0px 9px;
}
#dualCol_right .subnav H1 {
	margin: 0px;
	padding: 1px 3px 1px 9px;
    font-size: 12px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
#dualCol_right .subnav P {
	margin: 0px;
    font-size: 11px;
}
#dualCol_right .subnav A {
	margin: 0px;
    font-size: 11px;
}
/*--------- IN THIS SECTION colors -----------*/
.nutrition #dualCol_right .subnav H1 {
	background-color: #82bd37;
}
.activity #dualCol_right .subnav H1 {
	background-color: #3478BD;
}
.grieving #dualCol_right .subnav H1 {
	background-color: #e69119;
}
.selfesteem #dualCol_right .subnav H1 {
	background-color: #68b9df;
}
.bullying #dualCol_right .subnav H1 {
	background-color: #8a499d;
}
/* end */

#dualCol_right .subnav UL {
	margin-top: 0px;
	margin-left: 12px;
	padding: 0px;
    list-style-position: outside;
    list-style-image: url(/images/redArrow.gif);
}
#dualCol_right .subnav LI {
    font-size: 11px;
	color: #344a7c;
    margin-bottom: 6px;
}
/* -- end subnav -- */
