/* GENERAL LAYOUT */
.alert {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
}	
	
table#chs_page {
	margin: 0 auto;
	background-color: #fff;
	border: 7px solid #fff;
}
td#chs_banner {
	padding-top: 5px;
	padding-bottom: 5px;
}
td#chs_body {
	width: 720px;
}
td#chs_main,
td#chs_full {
	padding: 0 5px 30px 10px;
}
td#chs_main {
	width: 542px;
	
}
td#chs_leftCol {
	background-color: #ededed;
}
td#chs_leftCol div.chs_box {
	width: 178px;
}

table#chs_features {
	border: 0;
	padding: 0;
	margin: 0 -8px;
}



/* ensure 100%-width tables, cross-browser
	( * html  hack affects IE only) */
td#chs_full table#chs_features {
	width: 728px;
}
* html td#chs_full table#chs_features {
	width: 736px;
}
td#chs_main table#chs_features {
	width: 550px;
}
* html td#chs_main table#chs_features {
	width: 558px;
}
table#chs_features td {
	border: 4px solid #fff;
	padding: 0;
	margin: 0;
}

td#chs_body div.chs_box {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
td#chs_body div.chs_box h2 {
	color: #fff;
	font-size: 12px;
	background-color: #999;
	margin: 0 -5px 12px -5px;
	padding: 5px;
}

td#chs_body div.chs_box h2 a,
td#chs_body div.chs_box h2 a:hover {
	color: #fff;
	text-decoration: none;
}


/* FOOTER */
ul#footer_links {
	width: 100%;
	height: 25px;
	background-color: #c33;
	list-style-type: none;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}
ul#footer_links li {
	display: inline;
	position: relative;
	top: 6px;
}
ul#footer_links li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 9px;
	border-left: 1px solid #fff;
}
ul#footer_links li a.home {
	border-left: 0;
}
img#footer_logo {
	float: left;
}
div#footer_tagline {
	float: left;
	font-weight: bold;
	position: relative;
	left: 16px;
	top: 21px;
}
div#footer_disclaimer {
	float: right;
	text-align: right;
}
div#footer_disclaimer a {
	text-decoration: none;
}

div#footer_disclaimer a:hover {
	text-decoration: underline;
}



/* GENERAL RULES */

body 
{
	color: #666666;
	background: #787575 url(/_img/bg/shell_left.gif) top left repeat;
}
body {
	
	font-size: 11px;
	line-height: 13px;
}
body *
{
	font-family: "Trebuchet MS", Tahoma, sans-serif; 
}
body td#chs_main,
body td#chs_full,
body td#chs_full * {
	font-size: 13px;
	line-height: 16px;
}

body td#chs_body h1,
body td#chs_body h2,
body td#chs_body h3 {
	color: #666666; 
	margin:  2px 0px 2px 0px;
	padding: 10px 0px 2px 0px;
	line-height: 95%; 
}
body td#chs_body h1 { font-size: 20px; }
body td#chs_body h2 { font-size: 16px; }
body td#chs_body h3 { font-size: 13px; }

img { border: 0; }

hr {
	height: 2px;
	color: #fff;
	border: 0;
	border-top: 2px dotted #999999;
}

blockquote {
	padding: 5px 50px;
	margin: 0;
	text-align: justify;
	font-family: Georgia;
}
cite {
	display: block;
	margin: 0;
	padding: 0 50px;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
}

td#chs_body * b, td#chs_body * i, td#chs_body * u, td#chs_body * strong, td#chs_body * em, td#chs_body * span {
	font-size: inherit !important;
	color: inherit !important;
}
* span {
	font-weight: inherit;
	font-style: inherit;
}



/* GLOBAL LIST STYLING */

td#chs_body ul {
	padding: 0px;
	margin: 10px 0px;
}
td#chs_body li {
	padding: 3px 0 3px 14px;
}
td#chs_body ul li {
	list-style-type: none;
	background: url(/_img/icon/bullet.gif) left 0.4em no-repeat;
}
td#chs_body ul li ul li {
	list-style-type: none;
	background: url(/_img/icon/bullet2.gif) left 0.4em no-repeat;
}
td#chs_body ul.link li,
td#chs_body ul li.link {
	background: url(/_img/icon/red_rt.gif) left 0.4em no-repeat !important;
}

td#chs_body ul.separated li {
	border-bottom: 2px dotted #999999;
	padding-bottom: 8px !important;
}
td#chs_body ul li.separated {
	border-top: 2px dotted #999999;
	margin-top: 8px !important;
}

.HomeHeading
{
	
}

/* GLOBAL LINK STYLING */

body td#chs_body a {
	color: #c33;
}
body td#chs_body a:hover {
	text-decoration: underline;
}

body td#chs_body a.chs_more {
	display: block;
	background: url(/_img/icon/red_rt.gif) right 3px no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 9px;
	margin-right: 5px !important;
}
body td#chs_body a.chs_top {
	display: block;
	background: url(/_img/icon/red_up.gif) right 3px no-repeat;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 12px;
	margin-top: 25px;
	margin-right: 5px !important;
}

td#chs_body ul.link li a,
td#chs_body ul li.link a {
	font-weight: bold;
	text-decoration: none;
}
td#chs_body ul.link li a:hover,
td#chs_body ul li.link a hover {
	text-decoration: underline;
}
td#chs_body ul.pdf li a,
td#chs_body ul li a.pdf {
	display: block;
	background: url(/_img/icon/pdf.gif) right top no-repeat !important;
	padding-right: 14px !important;
}
td#chs_body ul.email li a,
td#chs_body ul li a.email {
	display: block;
	background: url(/_img/icon/email.gif) right top no-repeat !important;
	padding-right: 14px !important;
}
td#chs_body ul.external li a,
td#chs_body ul li a.external {
	display: block;
	background: url(/_img/icon/external.gif) right top no-repeat !important;
	padding-right: 14px !important;
}



/* SECTION-SPECIFIC COLORS */

.chs_images
{
	 background-color: #cc3333;
	 width: 100px;
	 height: 100px;
}

body.home div.chs_box h2 
{
	 background-color: #cc3333 !important; 
}
body.activities td#chs_leftCol div.chs_box h2 { background-color: #537375; }
body.alumni td#chs_leftCol div.chs_box h2 { background-color: #c47500; }
body.contact td#chs_leftCol div.chs_box h2 { background-color: #326570; }
body.district td#chs_leftCol div.chs_box h2 { background-color: #974835; }
body.elementary td#chs_leftCol div.chs_box h2 { background-color: #417259; }
body.middleschool td#chs_leftCol div.chs_box h2 { background-color: #3c688c; }
body.highschool td#chs_leftCol div.chs_box h2 { background-color: #cc6600; }

body.activities td#chs_main div.chs_box h2 { background-color: #a3b5b7; }
body.alumni td#chs_main div.chs_box h2 { background-color: #dab57e; }
body.contact td#chs_main div.chs_box h2 { background-color: #92bac6; }
body.district td#chs_main div.chs_box h2 { background-color: #c19f96; }
body.elementary td#chs_main div.chs_box h2 { background-color: #9ab4a9; }
body.middleschool td#chs_main div.chs_box h2 { background-color: #96afc3; }
body.highschool td#chs_main div.chs_box h2 { background-color: #deae7e; }

body.activities td#chs_body h1 { color: #537375; }
body.alumni td#chs_body h1 { color: #c47500; }
body.contact td#chs_body h1 { color: #326570; }
body.district td#chs_body h1 { color: #974835; }
body.elementary td#chs_body h1 { color: #417259; }
body.middleschool td#chs_body h1 { color: #3c688c; }
body.highschool td#chs_body h1 { color: #cc6600; }

td.activities		{ background-color: #e8eded; }
td.alumni			{ background-color: #f1ddc0; }
td.contact			{ background-color: #e4eef2; }
td.district			{ background-color: #f0e7e5; }
td.elementary		{ background-color: #e6edea; }
td.middleschool		{ background-color: #e5ebf0; }
td.highschool		{ background-color: #f7ebdf; }

td.activities div.chs_box h2 { background-color: #537375; }
td.alumni div.chs_box h2 { background-color: #c47500; }
td.contact div.chs_box h2 { background-color: #326570; }
td.district div.chs_box h2 { background-color: #974835; }
td.elementary  div.chs_box h2 { background-color: #417259; }
td.middleschool div.chs_box h2 { background-color: #3c688c; }
td.highschool div.chs_box h2 { background-color: #cc6600; }



.formLabels form, .formLabels a:link, .formLabels a:visited, .formLabels a:visited {
	font-size: 10px;
	color:#000;
	font-weight:bold;
}
.formLabels a:hover {
	text-decoration: underline;
	color:#cc0000;
}

/* District Achievements */
td.DistAch {background-Color: #cc3333; }
.DAMain
{
	padding: 5px 0;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 28px;
	color: #cc3333;
}
.DASub
{
	padding: 5px 0;
	font-family: Verdana;
	font-weight: bold;
	font-size:12px;
	color:#000000;
}
.DAHead
{
	padding: 5px 0;
	font-family: Verdana;
	font-weight: bold;
	font-size:11px;
	color:#666666;
}
.DAStory
{
	padding: 5px 0;
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
}
