/*
----------------------------------------------------
Title: 		CHCS.org Global CSS
Author:		Matthew Spiel
Born On:	11/23/2009
----------------------------------------------------
*/

/* resets */
html {
	height: 0px;
	margin: 0px;
	padding: 0px;
}
body, div, ul, ol, li, p, a, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg.jpg) repeat left top;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}


/* Text Styling */
p {
	line-height: 21px;
	margin: 0px 0px 15px;
}
a {
	color: #00513d;
}
a:hover {
	text-decoration: underline;	
}
h1 {
	color: #00513d;
	font-size: 25px;
	margin: 5px 0px 15px;
	text-decoration: none;
	font-weight: bold;
}
.contentheading {
	display: block;
	color: #00513d;
	font-size: 18px !important;
	margin: 5px 0px 10px;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	color: black;
	font-size: 19px;
}
h3 {
	
}
h4 {
	color: #00513d;
	margin: 5px 0px;
}
h4 a {
	text-decoration: none;
}
h5 {
	
}
/* Text Overides */
div#news_wrap h2 a {
	color: black;
}
h2#mission {
	text-align: center;
	font-size: 18px;
}
div#learn_wrap p {
	text-align: center;
}
div#breadcrumb p {
	margin: 0px;
	font-size: 11px;
	color: silver;
}
div#breadcrumb p a {
	font-size: 11px;
	color: silver;	
}
div#breadcrumb p span {
	font-size: 11px;
	color: silver;
	font-style: italic;
}
div#footer_contact p {
	font-size: 11px;
	color: gray;
	margin: 0px;
	text-align: center;
}
div#footer_contact p span {
	margin: 0px;
	padding: 0px 7px;
}
div#content ul {
	line-height: 21px;
	margin: 0px 0px 20px 20px;
}
div#content ul.athletic_schedule {
	margin: 0px;
}
div#content img {
	margin: 0px 10px 10px 0px !important;
}
div#footer p {
	color: gray;
	font-size: 11px;
	margin: 0px;
	text-align: center;
}
/* Global Structure */
div#logo_wrap {
	float: left;
	height: 160px;
	margin: 20px 0px 0px -100px;
	width: 1070px;
}
div#home_banner {
	background: url(../images/banner-home.png) no-repeat left top;
	float: left;
	height: 285px;
	margin: 0px -20px 0px 0px;
	width: 730px;
}
div#home_banner ul {
	list-style: none;
}
div#body_anchor {
	float: left;
	margin: 0px -20px 0px -20px;
	position: relative;
	width: 750px;
}
div#body_wrap {
	background: url(../images/bg-content.png) no-repeat right top;
	float: left;
	margin: 0px -20px 0px 0px;
	padding: 12px 10px 50px 10px;
	position: absolute;
	width: 730px;
	z-index: -20;
}
div#body_wrap_sub {
	background: url(../images/bg-content.png) no-repeat right top;
	float: left;
	margin: 156px -20px 0px 210px;
	padding: 12px 10px 50px 10px;
	position: absolute;
	width: 740px;
	z-index: -1;
}
div#content {
	min-height: 400px;
	padding: 10px 20px 30px 30px;
	line-height: 21px;
}
div#body_content_wr {
	background: white;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 730px;
}
div.componentheading {
	padding: 0px 0px 30px;
	color: black;
	font-size: 20px;
	font-weight: bold;

}
div#breadcrumb {
	border-bottom: 1px solid #eaeaea;
	margin: 10px 20px 10px 30px;
	padding: 10px 0px 10px;
}
div#banner_ads {
	background: url(../images/bg-foot-slice.png) repeat-x left top;
	float: left;
	height: 108px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
	width: 700px;
}
div#banner_ads div.banneritem {
	float: left;
}
div#banner_ads img {
	border: 1px solid #002e23;
	margin: 15px 11px 15px 0px;
}
div#footer_contact {
	background: black;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	width: 710px;
}
div#footer {
	background: transparent url(../images/bg-ft-sl-w.png) repeat-x left top;
	float: left;
	margin-left: 10px;
	padding: 10px 5px;
}

/* Index Structure */
div#col_1 {
	background: #e2e2e2 url(../images/bg-gradient-slice.png) repeat-x left bottom;
	float: left;
	padding: 10px 0px 0px 10px;
	width: 400px;
}
div#col_2 {
	background: url(../images/bg-column.png) no-repeat left top;
	float: left;
	padding: 10px 0px 0px;
	width: 320px;
}
div#news_wrap {
	float: left;
	margin: 0px 0px 0px -10px;
	padding: 20px 0px 0px;
	width: 410px;
}
div#news_wrap h2 {
	background: white;
	margin-left: 20px;
	padding: 10px 0px;
	text-align: center;
	font-size: 15px;
}
div#news_item_wrap {
	background: white url(../images/bg-grsl-news.png) repeat-x left center;
	float: left;
	padding: 4px 10px 0px 20px;
}
div.news_item {
	padding: 10px 0px 2px;
}
div.news_item h4 span {
	color: gray;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
}
a.growing {
	background: transparent url(../images/bg-gradient-growing.png) no-repeat center bottom;
	color: #00513d;
	padding: 8px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.growing span {
	color: black;
	float: left;
	margin: 15px 0px 0px;
	width: 130px;
	font-size: 20px;
}
a.growing img {
	border: none;
	float: left;
	margin: 0px 10px;
}
div#learn_wrap {
	background: transparent url(../images/bg-gr-slice-70.png) repeat-x left center;
	float: left;
	margin: -2px 0px 0px;
	padding: 15px 20px;
}
a#video.btn {
	background: url(../images/btn-video.png) no-repeat;
	color: white;
	float: right;
	height: 20px;
	margin-top: 5px;
	padding: 5px 0px 0px;
	text-align: center;
	width: 220px;
}
a#learn_more.btn {
	background: url(../images/btn-learnmore.png) no-repeat;
	color: white;
	float: left;
	height: 20px;
	margin: 5px 0px 0px 20px;
	padding: 5px 0px 0px;
	text-align: center;
	width: 240px;
}
/* Global Elements */
img#logo_chcs {
	float: left;
	position: absolute;
	z-index: -1;
}
img#logo_grow {
	float: right;
	margin: 30px 20px;
}
div.quote {
	border-left: 3px solid;
	float: right;
	margin: 0px 10px 10px;
}
blockquote {
	font: italic 18px/23px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 10px;
	text-decoration: none;
}
cite {
	color: silver;
	margin: 0px 0px 10px 10px;
	font-size: 11px;
}
.border {
	border: 1px solid #bbcfc8;
}
.gradient {
	background: #f4f4f4 url(../images/bg-gradient-slice.png) repeat-x left bottom;
	border: 1px solid white;
	padding: 14px;
	height: 100%;
}
.btn {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

/* Navigation */
div#nav_wrap {
	background: transparent url(../images/nav-bg.png) no-repeat center bottom;
	float: left;
	padding: 0px 0px 30px;
	position: relative;
	z-index: 99;
}
ul.menu {
	display: inline;
	float: left;
	list-style: none;
	margin: 10px;
	width: 220px;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	background: url(../images/nav-main.jpg) no-repeat center top;
	color: white;
	float: left;
	font-size:15px;
	font-weight: bold;
	height: 20px;
	padding: 15px 0px;
	text-decoration: none;
	text-align: center;
	width: 220px;
}
ul.menu li a:hover {
	background: url(../images/nav-main.jpg) no-repeat left -100px !important;
}
ul.menu li#current a, ul.menu li#current a:hover {	
	background: url(../images/nav-main.jpg) no-repeat left -50px !important;
}

/* Sub Menu Level 2 Styling */
ul.menu li ul {
	background: url(../images/nav-bg-50.png) no-repeat left top !important;
	margin: -10px 10px 0px 0px;
	padding: 10px 10px 10px 0px;
}
ul.menu li.sfHover ul li.first-child a {
	background: url(../images/nav-bg-sub.png) no-repeat left bottom !important;
}
ul.menu li.sfHover ul li a {
	border: none;
	background: url(../images/nav-bg-sub.png) no-repeat left bottom !important;
	color: #3b3b3b;
}
ul.menu li.sfHover ul li a:hover {
	color: #00513d;
}
ul.menu li.sfHover ul li#current a, ul.menu li.sfHover ul li#current a:hover, ul.menu li.sfHover#current ul li a, ul.menu li.sfHover#current ul li a:hover {
	background: url(../images/nav-bg-sub.png) no-repeat left bottom !important;
	color: #00513d;
}
/* Foooter Nav */
div#footer div {
	margin: 0px !important;
}
ul#footer_nav.menufooter {
	float: left;
	list-style-type: none;
	margin: 5px 0px 0px ;
	padding: 0px 10px ;
	width: 670px !important;
}
ul#footer_nav.menufooter li {
	float: left;
}
ul#footer_nav.menufooter li a, ul#footer_nav.menufooter li#current.active a {
	background: none ;
	border-right: 1px solid gray ;
	color: #00513d;
	float: left;
	font-size: 11px ;
	font-weight: normal;
	font-style: normal;
	height: inherit;
	margin: 0px 0px 0px 3px;
	padding: 0px 3px 0px 0px ;
	width: inherit;
	text-decoration: underline;
}
ul#footer_nav.menufooter li a:hover {
	background: none;
	color: #00513d;
}
ul#footer_nav.menufooter li.item34 a {
	border-right: none;
}

/* Staff List */

ul.staff_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.staff_list li {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	padding: 5px;
	text-align: center;
}
.staff_list img {
	border: none;
	height: 110px;
	width: auto;
}
.staff_list a {
	text-decoration: none;
}

/* Athletic Schedules */

ul.athletic_schedule {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.athletic_schedule li {
	float: left;
	display: block;
	padding: 10px;		
	line-height: 1.15em;
	border-bottom: 1px silver solid;
}
.athletic_schedule li:last-child {
	border: none;
}
.athletic_schedule .date {
	display: block;
	float: left;
	width: 145px;
	font-weight: bold;
	font-size: 14px;
	color: #00513d;
}
.athletic_schedule .event {
	display: block;
	float: left;
	font-weight: bold;
	width: 225px;
}
.athletic_schedule .class {
	display: block;
	float: left;
	width: 80px;
	font-size: 11px;
}
.athletic_schedule .location {
	display: block;
	float: left;
	width: 65px;
	font-size: 11px;
}
.athletic_schedule .time {
	display: block;
	float: left;
	width: 100px;
	font-size: 11px;
	font-style: italic;
}
