html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../images/layouts/bg.jpg");
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:13px;
}

a {
	color: #B10000;
	text-decoration:none;
}
	
img {
	border: 0;
}

.header
{
	font-size:16pt;
	font-weight:bold;
}

#outer_ele {
	background: url("../images/layouts/gray_bg.jpg"); 
	background-repeat: repeat;
}

td#page_top {
	background: url("../images/layouts/green_top.gif");
	background-repeat: repeat;
	height: 8px;
}

td#page_bottom {
	background: url("../images/layouts/green_bottom.jpg");
	background-repeat: repeat;
	height: 7px;
}

#footer1 {
	color: #758473;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}
#footer1 a {
	color: #758473;
}
#footer2 {
	color: #758473;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* also affects the flash notice on the admin side */
/*#flash {
	border: 2px solid #b10000;
	padding: 5px;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}*/

/* START errors */
.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 500px;
	border: 2px solid #b10000;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	margin: -7px;
	background-color: #f0f0f0;
	color: black;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 10px 5px 5px 5px;
}

#errorExplanation ul li {
	line-height: 1em;
	padding-bottom: 0.5em;
	list-style: square;
}
/* END errors */

/* START features */
table #features
{
	margin-left:25px;
	margin-top:5px;
}

table#features td
{
	padding-right:18px;
}

td.feature 
{
	background-color: #dadada;
}

td.feature:hover
{
	background-color: #f3f3f3;
}
/* END features */


/* START paper */
td#paper_left {
	vertical-align: top;
	background: url("../images/layouts/paper_bg_left.jpg");
	background-repeat: repeat;
}
#paper_left_side {
	font-family: Helvetica, Arial, sans-serif;
	font-height: 1.05em;
	line-height: 1.15em;
	padding: 10px 0 0 22px;
}
#paper_left_side a {
	color: #6c6c6c;
	text-decoration: none;
}
#paper_left_side a:hover {
	color: #6c6c6c;
	text-decoration: underline;
}
td#paper_right {
	vertical-align: top;
	background: url("../images/layouts/default/paper_bg.jpg");
	background-repeat: repeat-y;
}
/* NOTE: ie overrides */
#paper_home {
	/* padding: 20px 50px 0 20px; */
	line-height:20px;
	background: url("../images/layouts/home/paper_bg.jpg") no-repeat;
	height: 253px;
}
/* NOTE: ie overrides */
.paper {
	/* vertical-align causes problems with IE */
	/* shouldn't need it since this is div, not td */
	/*vertical-align: top;*/
	padding: 5px 50px 20px 50px;
	line-height:20px;
}
.secondary {
	min-height: 220px;
	height: auto !important; 
	height: 220px;	
}
.tertiary {
	min-height: 452px;
	height: auto !important; 
	height: 452px;	
}
.content_default {
	min-height: 452px;
	height: auto !important; 
	height: 452px;
}
.content_big_image {
	min-height: 430px;
	height: auto !important; 
	height: 430px;	
}
.content_three {
	background: url("../images/layouts/three/paper_bg.jpg");
	min-height: 452px;
	height: auto !important; 
	height: 452px;
}
.content_middle {
	vertical-align: top;
	padding-right: 20px;
}
.content_right {
	vertical-align: top;
}
div#bottom_sperator {
	background: url("../images/layouts/bottom_seperator.jpg");
	background-repeat: repeat;
	height: 13px;
}
/* END paper */

/* START quick links */
td#quick_links_top {
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 18px;
}
td#quick_links_right {
	vertical-align: top;
}
td#quick_links {
	padding-left: 27px;
}
td#quick_links_bottom {
	padding-top: 8px;
	padding-left: 23px;
	padding-right: 3px;
}
/* END quick links */

/* START section */
td#section {
	background: url("../images/section/section_bg.jpg");
	background-repeat: repeat-y;
	font-size: 1.1em;
	color: #858585;
}
td .section_left {
	background: url("../images/section/section_left.jpg");
	background-repeat: repeat-y;
}
td .section_right {
	background: url("../images/section/section_right.jpg");
	background-repeat: repeat-y;
}
td .section_middle {
	padding-left: 15px;
}
/* END section */

/* START programs */
#programs {
	width: 100%;
}
#programs td {
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 15px;
}
#programs ul {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}
#programs li {
	padding-top: 2px;
}
#programs a {
	color: #858585;
	text-decoration: none;
}
#programs a:hover {
	color: #565656;
	text-decoration: none;
}

#programs .other_programs {
	font-size: 18px;
	text-align: center;
}
/* END programs */

/* START photo gallery */
#photo_gallery {
	text-align: center;
	padding: 15px 0 10px 40px;
}
#photo_gallery table {
	margin-right: 50px;
	float: left;
}
#photo_gallery a img {
	border: 0;
}
/* wrapper needed for IE */
.left_gallery_wrapper {
	position: relative;
}
.left_gallery {
	position: absolute ;
	text-align: center;
	padding: 15px 0 0 20px;;
	width: 148px;
}
.left_gallery a {
	text-decoration: none;
	color: #990000;
}
/* END photo gallery */

/*START ads */
#ads {
	margin-left: 22px;
}
#ads img {
	display: block;
	border: solid 1px black;
}
/* END ads */

/*START Large Single Home Ad */
#home_slideshow {
	background: #fff;
	width: 711px;
	height: 400px;
	overflow:hidden;
	margin-left: -19px;
}
#home_ad img {
	display: block;
	border: solid 0px black;
}
/* END Large Single Home Ad */

#facility_buttons {
	float: left;
	text-align: center;
	padding-left: 18px;
}
#facility_buttons a img {
	float: left;
	padding: 30px 6px 0px 6px;
	border: 0;
	text-decoration: none;
}

td#login {
	background: url("../images/section/section_bg.jpg");
	background-repeat: repeat-y;
	padding-left: 40px;
}

/*START secondary navigation */
#sec_nav {
	position: relative;
	margin-bottom: 40px;
}
#sec_nav2 {
	position: absolute;
	left: 0px;
	top: -42px;
	width: 690px;
}
#sec_nav3 {
	color: white;
	background-color: gray;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	text-align: center;
	filter:alpha(opacity=70);
	opacity:.70;
	zoom: 1;
	padding: 10px 6px 10px 6px;
	text-transform: uppercase;
}
#sec_nav3 a {
	color: white;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
#sec_nav3 a:hover {
	color: black;
}
#sec_nav3 .current_page {
	font-weight: bold;
	padding: 0 5px 0 5px;
}
/* END secondary navigation */

/* START tabs */
#tabs {
	background: url("../images/youth/tabs_bg_green_bg.jpg");
	vertical-align: bottom;
	padding-left: 75px;
}
.tab {
	padding: 0 0 0 5px;
	float: left;
	font-weight: bold;
}
.tab a {
	color: #999999;
	background: url("../images/tabs/tab.gif");
	width: 144px;
	height: 27px;
	text-decoration: none;
	display: block;
}
.tab a:hover {
	color: black;
}
.current_tab a {
	color: black;
	background: url("../images/tabs/tab_over.gif");
}
.tab p {
	text-align: center;
	padding-top: 7px;
	margin: 0;
}
/* END tabs */

/* START pagination

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 13px 2px 2px 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 13px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #3D3D3D;
	text-decoration: none; 
	color: #3D3D3D;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #3D3D3D;
	color: #000;
	background-color: #dddddd;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}
/* END pagination */

/* START table list */
.sortup {
	font-weight: bold;
}
.sortdown {
	font-weight: bold;
}

.table_list {
	width: 98%;
	border-collapse: collapse;
	border-left: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	border-bottom: 2px solid #b8b8b8;
}
.table_list .even {
	background-color: white;
}
.table_list .odd {
	background-color: #ebebeb;
}
.table_list td {
	text-align: center;
	padding: 3px 5px 3px 5px;
}
.table_list thead th {
	background-color: #d7d7d7;
	font-weight: normal;
}
/* END table list */

/* STAFF */
.staff_list {
	margin: 0 0 10px 0;
}
.staff_list td {
	font-size: 12px;
	text-align: left;
}
.staff_list .name { width: 20%; }
.staff_list .title { width: 27%; }
.staff_list .email { width: 38%; }
.staff_list .phone { width: 1%; }

/* Program Buttons */
.program_btns {
	width: 100%;
	line-height: 15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	padding: 5px 0;
}
.program_btns td {
	padding: 10px 0;
}
.program_btns .program_image img {
	margin: 1px;
}
.program_btns .program_image img:hover {
	border: 1px solid #b6b6b6;
	margin: 0;
}
.program_btns .program_description {
	padding-left: 13px;
}