@charset "UTF-8";

/* CSS - Chad Ritchie
	http://chadritchie.net */
	
	
/* BEGIN RESET */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
 background:;
	background: #D9D9D9;
	font: 100% Helvetica, Arial, sans-serif;
	text-align: left;
	color: #333;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET  */


/*  BASIC SETUP */
a img { border: none; }

a {
	outline: none;
	color: #333;
	text-decoration: underline;
}

a:hover { color:#666 }

a:active { color:#F00 }

/* TYPOGRAPHY */

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
	color: #F00;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #F00;
	text-transform: uppercase;
	margin: 15px 0;
}

h3 {
	font-size: 16px;
	color: #F00;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #F00;
	font-weight: normal;
	text-transform: uppercase;
}

.news_item h3 {
	margin-right: 5px;
	margin-left: 5px;
}

h5 { font-size: 12px; }

h6 { font-size: 15px; }

#footer h5 {
	font-weight: normal;
	margin-top: 10px;
}

p {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: left;
	padding: 0 10px;
}

.read_more {
	text-decoration: underline;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	float: right;
}

.news_item .read_more { padding-right: 20px; }

/* STRUCTURE */
#page-wrap {
	height: auto;
	width: 960px;
	margin: 0 auto;
	background: #CCC url(../images/bg.jpg) no-repeat center top;
	padding: 0px;
	border: 1px solid #999;
}

#header {
	background: url(../images/header.png) no-repeat center bottom;
	height: 120px;
	width: 960px;
}

#featured { margin: 0px 0 7px 0; }

#headline_content {
	height: 195px;
	width: 410px;
	float: left;
}

#left_column {
	width: 695px;
	float: left;
	min-height: 210px;
	padding: 0 15px;
}

#left_column img {
	float: left;
	margin: 0 15px 25px 0;
}

#left_column ul li {
	line-height: 3;
	text-indent: 20px;
}

#right_column {
	width: 220px;
	float: right;
	min-height: 580px;
	padding-right: 15px;
	text-align: center;
}

#right_column img { margin-top: 10px; }

#news_section {
	text-align: left;
	width: 705px;
	min-height:310px;
	margin:10px 0 0 15px;
	float: left;
	overflow: visible;
}

.news_item {
	margin:5px 5px 0 0;
	width:230px;
	float: left;
}

#bottom_section {
	background: url(../images/bottom_section.jpg) no-repeat;
	text-align: center;
	width: 710px;
	height:310px;
	padding:0 0 0 15px;
	float: left;
}

#bottom_section p {text-align:center;}
#quick_links {
	width: 220px;
	float: right;
	height: 310px;
	padding-right: 15px;
	background: url(../images/quick_links_bg.jpg) no-repeat;
}

td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	font-size: 12px;
	color: #CCC;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: normal;
	line-height: 1.5;
	background: #F00;
	font-style: normal;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding-right: 30px;
}

#footer ul li a {
	text-decoration: none;
	color: #CCC;
}

#footer a { color: #CCC; }

/* NAVIGATION */
/*See Navigation Style Sheet*/


/* LAYOUT TOOLS */
.floatLeft { float: left; }

.floatRight { float: right; }

.clear { clear: both; }

.layoutCenter { margin: 0 auto; }

.textCenter { text-align: center; }

.textRight { text-align: right; }

.textLeft { text-align: left; }

/*


/* DISPLAY VALUES */
.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

h1 a, h2 a {
	color: #F00;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #F00;
	text-decoration: underline;
}

#sidebar_contact ul li h5 {
	margin-bottom: 10px;
	color: #666;
}

#sidebar_contact {
	background: url(../images/sidebar_contact.png) no-repeat center top;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 40px;
}

#quick_links ul { padding: 70px 0 10px 20px; }

#quick_links li {
	padding: 15px;
	list-style: url(../images/ymca_icon.png) inside;
	text-align: center;
}
#left_column img, #news_section img  {
	-moz-box-shadow: #999 5px 5px 5px;
	-webkit-box-shadow: #999 5px 5px 5px;
	background-color: #999;
  	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999');
}
