@charset "UTF-8";
/* CSS Document */

* html code {font-size:.7em;}
* {margin:0; padding:0;}

/* a hack for IE Win only \*/
*html div#leftNav_inner img {position:relative;}
/* end of hack */

body {
	margin-top: 5px;
	padding: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: .8em;
	color: #4E4375;
	text-align:center;
}
.image_center{text-align:center;}
.image_left {float:left; margin: 0 .5em .5em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.image_left2 {float:left; margin: .5em .5em .5em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.image_right {float:right;  margin: 0 0 .5em .5em;} /* apply this class to any image or element with width  - text will wrap it to the left */
.image_right2 {float:right;  margin: .5em 0 .5em .5em;} /* apply this class to any image or element with width  - text will wrap it to the left */


/* holder styles */
#container {
	margin: 0 auto;
	width: 930px;
	text-align:left;
}

#innercontainer {
	width: 930px;
	background-color:#E6D0C1;
}
#botLine {
	clear:both;
	height:10px;
	line-height:0;
}
#footer {
	clear: both;
	height: auto;
	width: 930px;
	background: #F5E5EA;
}

/* These images create the three column faux effect */

body.green {
	background-color: #F8EBDF;
}
.green #innercontainer {background: url(layoutImages/contentBackGreen.png) repeat-y;}
.green #footer {background: url(layoutImages/footerBackGreen.png) repeat-y;}
.green #botLine {background: url(layoutImages/contentBotLineGreen.png) no-repeat;}
.green #promo_inner p {color:#FFFFFF; font-size:.85em; font-weight:normal;}
.green #promo_inner #listcontainer {width:125px; color:#333399;}
.green #promo_inner #listcontainer a:link {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.green #promo_inner #listcontainer a:visited {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.green #promo_inner #listcontainer a:hover {font-size:.8em; font-weight:bold; text-decoration:underline; color: #FFF;}
.green #promo_inner #listcontainer ul {margin:5px 0 0 0; padding:0; list-style-type:none; border-top: 1px solid #FFF;}
.green #promo_inner #listcontainer li {border-bottom:1px solid #FFF; margin:0; padding:.3em 0;}

body.orange {background-color: #F8EBDF;}
/* Youth page styles */
.orange #header {background: #F8EBDF url(headerImages/headerYouth.jpg); no-repeat;}
.orange #innercontainer {background: url(layoutImages/contentBackOrange.png) repeat-y;}
.orange #botLine {background: url(layoutImages/contentBotLineOrange.png) no-repeat;}
.orange #footer {background: url(layoutImages/footerBackOrange.png) repeat-y;}
.orange #promo_inner p {color: #FFFFCC;}
.orange #promo_inner .teaser {color:#660033;}
.orange #promo_inner a:link {color: #663399;}
.orange #promo_inner a:hover {color: #990099;}
.orange #promo_inner #listcontainer {width:125px; color:#660033;}
.orange #promo_inner #listcontainer a:link {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.orange #promo_inner #listcontainer a:visited {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.orange #promo_inner #listcontainer a:hover {font-size:.8em; font-weight:bold; text-decoration:underline; color: #FFF;}
.orange #promo_inner #listcontainer ul {margin:5px 0 0 0; padding:0; list-style-type:none; border-top: 1px solid #FFF;}
.orange #promo_inner #listcontainer li {border-bottom:1px solid #FFF; margin:0; padding:.3em 0;}
.orange #date {border-bottom:2px solid #A16B96;}
.orange .smcapTitle {color: #FF6600;}

body.olive {background-color: #F8EBDF;}
/* Cherry Street page styles */
.olive #header {background: #F8EBDF url(headerImages/headerChStreet.jpg); no-repeat;}
.olive #innercontainer {background: url(layoutImages/contentBackOlive2.png) repeat-y;}
.olive #botLine {background: url(layoutImages/contentBotLineOlive2.png) no-repeat;}
.olive #footer {background: url(layoutImages/footerBackOlive2.png) repeat-y;}
.olive #promo_inner p {color: #CCCCCC;}
.olive #promo_inner .teaser {color:#660033;}
.olive #promo_inner a:link {
	color: #FFCCCC;
}
.olive #promo_inner a:hover {
	color: #FFCCFF;
}
.olive #promo_inner #listcontainer {width:125px; color:#660033;}
.olive #promo_inner #listcontainer a:link {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.olive #promo_inner #listcontainer a:visited {font-size:.8em; font-weight:bold; text-decoration: none; color: #FFF;}
.olive #promo_inner #listcontainer a:hover {font-size:.8em; font-weight:bold; text-decoration:underline; color: #FFF;}
.olive #promo_inner #listcontainer ul {margin:5px 0 0 0; padding:0; list-style-type:none; border-top: 1px solid #FFF;}
.olive #promo_inner #listcontainer li {border-bottom:1px solid #FFF; margin:0; padding:.3em 0;}
.olive #date {border-bottom:2px solid #8F607E; background-color:#EACF91;}
.olive .smcapTitle {color: #6C6C32;}


/* header styles */
#header {
	height: 205px;
	overflow:hidden;
}

/* column layout styles */

#leftNav, #content, #promo {
	float: left;
	overflow:hidden;
}
#leftNav_inner, #content_inner, #promo_inner {
	overflow:hidden;
}
#leftNav {
	position:relative;
	width: 140px;
	vertical-align: top;
	height:500px;
}
#leftNav_inner img {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display:block;
}
#leftNav_inner {
	margin: 0px;
	padding: 0px;
	line-height:0;
}
#content {
	width: 630px;
}
#content_inner {
	padding-right: 10px;
	margin: 0px 5px 0 5px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
}
#content_inner img {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}
.pageTitle {
	padding:7px 0 7px 7px;
	display:block;
}

#promo {
	width: 155px;
}
#date {
	background-color: #E7D0D2;
	width:148px;
	padding:2px 3px 3px 3px;
	text-align:center;
	font-size:0.8em;
	letter-spacing:0.2em;
	border-bottom:2px solid #A16B96;
}
#middle {text-align:center; padding:0 9px 14px 0;}
#promo_inner {
	padding: 3px 9px 3px 7px;
	margin: 0 2px 4px 4px;
}
#promo_inner img {
	border: thin solid #CCCCFF;
	margin-top:5px;
	padding:2px;
	margin-left:-1px;
}

/* sub-column styles */

#subcolumn1, #subcolumn2 {
	float: left;
	overflow:hidden;
}
#subcolumn1 {
	width: 285px;
	height: auto;
}
#subcolumn2 {
	width: 290px;
	height: auto;
	padding-left: 20px;
}


/* footer layout styles */
	
#footer_inner {
	width: 630px;
	margin-left:140px;
	text-align: center;
	overflow:hidden;
}
.copyright {
	font-size: .9em;
	color: #996666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.name {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bottomNav {
	font-size: 1em;
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
	color: #669966;
}

/* list styles */
.circle {margin-left:16px; list-style-type:circle;}
.ordered {margin-left:20px;}
#subcolumn1 li {margin-left:16px; list-style-type:none;}

#listcontainer {width:595px; margin:0 0 15px; font-family:Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0.1em; color: #330033;}
#listcontainer ul {margin:5px 0 0 0; padding:0; list-style-type:none; border-top: 2px solid #669966;}
#listcontainer li {
	border-bottom:1px solid #669966;
	margin:0;
	padding:.3em 0;
}
#listquestions {width:595px; margin:0 0 15px; letter-spacing:0.1em; line-height:1.5;}
#listquestions ul {margin:0; padding:10px 0 0 25px; list-style-type:circle; font-size: 1em; font-family: Arial, Helvetica, sans-serif; color: #669966;}

#listvision {
	margin:0 0 15px;
	letter-spacing:0.1em;
	line-height:1.5;
}
#listvision ol {
	margin:0;
	padding:10px 0 0 22px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
#listbasic {width:285px; margin:0 0 15px; font-family:Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0.1em; color: #330033;}
#listbasic ul {margin:5px 0 0 0; padding:0; list-style-type:none; border-top: 2px solid #669966;}
#listbasic li {
	border-bottom:1px solid #669966;
	margin:0;
	padding:.3em 0;
}


/* font styles */

p {line-height: 1.2em; margin-bottom:1.6em;}

.rightAlign {text-align:right;}

h1, h2, h3, h4 {color: #336633; letter-spacing: 2px;}
h2, h3, h4 {font-size: 1.2em;}
h2, h3 {font-weight: bold;}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {font-family: Georgia, "Times New Roman", Times, serif;}
h4 {
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 12px;
}
.heading {
	clear:both;
	font-size: 1.1em;
	color: #2E3D2A;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-top:.1em;
	display: block;
}
.title {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669966;
	padding-top: 3px;
	display: block;
}
.teaserGR, .teaserBL, .teaserRD {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.teaserGR {color: #336633;}
.teaserBL {color: #3E679F;}
.teaserRD {color: #D13C47;}

.contentSerif {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330033;
}
.contentSans {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
}
.contentSans {margin-bottom:1em;}
.smcapTitle {
	font-size: 1.1em;
	color: #669966;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
}
.smcapTitleLine {
	font-size: 1.1em;
	color: #669966;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	display:block;
	width:285px;
	border-top:1px solid #669966;
	margin:0;
	padding:.3em 0;
}
.smcapTitleLineBot {
	font-size: 1.1em;
	color: #669966;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	display:block;
	width:595px;
	border-bottom:1px solid #669966;
	margin:0;
	padding:.3em 0;
}
.smcapTitleLineBotShort {
	font-size: 1.1em;
	color: #669966;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	display:block;
	width:285px;
	border-bottom:1px solid #669966;
	margin:0;
	padding:.3em 0;
}
.smcapTitleLineBot2 {
	font-size: 1.3em;
	color: #813D3E;
	font-weight: bold;
	line-height:1.1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	display:block;
	width:440px;
	border-bottom:1px solid #636145;
	margin:0;
	padding:.3em 0;
}
.author { font-size: 0.9em;}
.drop {
	padding-top:3em;
	display: block;
}
.authorTitle {
	font-size: 0.9em;
	display: block;
	margin-bottom: .8em;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 156px;
	padding-top: 178px;
}
.topPage {display:block; text-align:right; font-size:.75em; margin-top:-8px;}


/* promo column font styles */

#promo_inner h2, h3, h4, h5{color: #FFFFFF;}
#promo_inner h2, h3 {font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em;}
#promo_inner h3 {margin-top:14px;}
#promo_inner h4, h5 {
	font-size: 1em;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: -3px;
}
#promo_inner h4 {padding-top: 10px; padding-bottom:5px;}
#promo_inner h5 {margin-top: 8px;  padding-bottom:5px;}
#promo_inner p {
	font-size: 1em;
	color:#F5ECFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#promo_inner .smcapTitle {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-variant: small-caps;
}
#promo_inner .title {
	font-size: 1.1em;
	color: #FFCC99;
	letter-spacing: 2px;
}
#promo_inner .teaser {
	font-size: 1em;
	color: #DEDFFF;
	font-weight: bold;
	font-style: italic;
}
#promo_inner .authorTitle {
	font-size: 0.9em;
	color: #FFFFCC;
}
#promo_inner .author {
	font-size: 0.9em;
	color: #FFFFCC;
	line-height: 1.2em;
}
#promo_inner a:link {
	color: #660099;
}
#promo_inner a:visited {
	color: #663399;
}
#promo_inner a:hover {
	color: #663399;
}
#promo_inner a:active {
	color: #663399;
}


/* link styles */
a:link {
	text-decoration: none;
	color: #663399;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
	color: #9933CC;
}
a:active {
	text-decoration: none;
	color: #9933CC;
}
.creater a{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-size: 0.8em;
	color: #996699;
	display:block;
	padding-top:3px;
	padding-bottom:8px;
	text-decoration: none;
}