body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC9966;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(images/head.jpg);
	height: 140px;
	background-color: #5F6136;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	
}

#home_header {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(images/home_head.jpg);
	height: 280px;
	background-color: #5F6136;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	
}


/* layout ----------------------------------------------- */

#content {
	float: left;
	background-color: #FDD57E;
	padding: 10px;
	width: 600px;
}

#second_content {
	width: 270px;
	background-color: #5F6136;
	padding: 10px;
	color: #FDD580;
	float: left;
	margin-left: 10px;
}

#single_content {
	sfloat: left;
	width: 900px;
	background-color: #FDD57E;
	padding: 10px;
	float: left;
}

#footer {
	width: 100%;
	height: auto;
	float: left;
	background-color: #5F6136;
	padding: 10px;
}

#page_table{
	margin: 0px;
	padding: 0px;
	border: none;
	width: 700px;
}

/* nav ---------------------------------------------- */

#main_nav {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #9F2E23;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: .9em;
}

#main_nav ul {
	padding-left: 3px;
	display: inline;
	margin-left: 0px;
	}
	
#main_nav ul li {
	list-style: none;
	display: inline;
	}
	
#main_nav ul li a {
	font-weight: bold;
	color: #FDD580;
	border-bottom-width: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F8962A;
	text-decoration: none;
	padding: 1px 0px 1px 3px;
	}
	
#main_nav li.current a {
	text-decoration:none;
	list-style: none;
	padding: 1px 0px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FDD580;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F8962A;
	}
#main_nav li a:hover {
	color: #fff;
	padding: 1px 0px 1px 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FDD580;
	}

#sub_nav {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
	background-color: #369;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#sub_nav ul {
	margin: 0;
	padding: 0;
	padding-left: 3px;

}

#sub_nav ul li {
	display: inline;
	padding: 1px 3px 1px 5px;

}

#sub_nav ul li a {
	color: #FDD580;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F8962A;
	
}

#sub_nav ul li a:hover {
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FDD580;
}

#breadcrumb {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
}

#breadcrumb ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	color: #000000;
}

#breadcrumb a:hover {
	color: #FFFFFF;
}

#utility_nav {
	float:right;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
}

#utility_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDD580;
}

#utility_nav a:hover {
	color: #FFFFFF;
}

/* footer text -------------------------------------------------- */

.address_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDD580;
	text-align: center;
}

.address_line a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDD580;
}

.address_line a:hover {
	color: #FFFFFF;
}

/* second content format ----------------------------------------- */

#second_content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDD580;
}

#second_content a:hover {
	color: #FFFFFF;
}

/* sub content box -------------------------------------------------- */

.sub_content {
	border: medium solid #5F6136;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.sub_content_headline {
	font-size: large;
	color: #FDD580;
	background-color: #6A2217;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#content .sub_content img {
	float: left;
	margin-right: 10px;
	padding: 0px;
}

#content .sub_content p {
	clear: none;
	padding-left: 98px;
	padding-right: 10px;
}

#content .sub_content h5 {
	padding-right: 10px;
	padding-left: 98px;
}

#content .sub_content li {
	margin-left: 100px;
	margin-right: 10px;
}

#content .sub_content .sub_content_headline a {
	color: #FDD580;
	text-decoration: underline;
	font-size: large;
}
#content .sub_content .sub_content_headline a:hover {
	color: #FFFFFF;
}

/* home page links for ----------------------------------------- */

.links_for {
	float: left;
	width: 200px;
	border: medium solid #5F6136;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

/* home page center ------------------------------------------- */

#center {
	float: left;
	width: 375px;
	margin-top: 10px;
}

/* home page upcoming events ------------------------------------ */

#upcoming_events {
	float: right;
	width: 270px;
	margin-left: 10px;
	background-color: #FDD580;
	margin-top: 10px;
	border: medium solid #6A2217;
}


.oddrow {
	background-color: #F3CB76;
}
#content .link_for a {
	color: #FDD580;
	text-decoration: none;
}
#content .link_for a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* upcming events box ----------------------------------------- */

#upcoming_events h4 {
	background-color: #5F6136;
	color: #FDD580;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#upcoming_events ul {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#upcoming_events li {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}

/* link for link box ----------------------------------------------- */

#content .link_for {
	background-color: #6A2217;
	border: medium solid #5F6136;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.no_border_td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Image format variations */

.content_img {
	padding: 10px;
	float: right;
}

/* RSS -------------------------------------------------------- */

.events_rssicon {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
}

.rssicon {
	float: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* LightBox -------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background-color: transparent;
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.thumbnail {
	float: none;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #000000;
	padding: 5px;

}

/* News Page ------------------------------------------ */

.news_item {
	padding-bottom: 10px;
	margin-top: 40px;
}

img.thumbnail:hover {
	background-color: #5F6136;
}
.project {
	border: medium solid #5F6136;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.project p {
	margin-right: 10px;
	margin-left: 10px;
}
.project_main_image {
	padding: 10px;
}
.Projects_picture_set {
	padding: 10px;
}
#content .ordered_list li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content .needs_item li {
	list-style-type: none;
	margin-bottom: 3px;
	padding-left: 3px;
}
.odd_list {
	background-color: #FEE8B8;
	padding-left: 3px;
}
#content .project h4 {
	margin-left: 10px;
}
#store {
	padding: 10px;
	width: 500px;
	background-color: #FDD580;
	float: left;
}
#cart {
	background-color: #5F6136;
	padding: 10px;
	float: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	width: auto;
}
#cart h1 {
	color: #FDD580;
}
#cart p {
	color: #FDD580;
}
.title_row {
	background-color: #FEE8B8;
	margin: 0px;
	padding: 0px;
}
#store h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}
#store img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#store td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cart h2 {
	color: #FDD580;
}

#cart h3 {
	color: #FDD580;
}
#cart p {
	color: #FDD580;
}
#cart td {
	color: #FDD580;
}
#cart .odd_row {
	background-color: #7E8248;
}
#cart td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.store_img {
	float: left;
}

#content .small_ad {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#store ul{
	padding-left: 100px;
	margin-left: 100px
}

.StoreDeliverInfo {
	margin-left: 60px;
	padding-left: 60px;
}

#pnlCCInfo {
	float: left;
	padding-bottom: 15em;
}

#smallad {
	padding-left: 1em;
	padding-bottom: 1em;
}

.SectionSubHead {
	font-size: medium;
	font-family: Arial; 
	font-weight: bold
}


.SectionHead  {
	color: white;
	font-size: 1em;
	font-family: Arial;
	font-weight:bold;
	background-color: black;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.regtable   {
	text-align: left;
	margin: 0pc;
	padding: 0px;
}

.regtable td {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.inputfld   {
	width: 250px;
}


.section_sub_head
{
    color: white;
    font-family: Arial;
    font-weight:bold;
            background-color: #999999;
            padding-top: 1em;
            padding-right: 1em;
            padding-bottom: 1em;
            padding-left: 1em;
            margin-top: 1em;
            margin-right: 0;
            margin-bottom: 0;
            margin-left: 0px;
            font-size: .9em
}
 

.column_one

{
    width: 150px;
            font-weight: bold;
            text-align: right;

}

 

.column_n 

{
    width: 350px;
}
 

.options_column_n 

{
   width: 150px;
}

.weeks_column_one

{
    width: 300px;
    text-align: left;
}


.weeks_column_n

{   
	  width : 500px;
      font-weight: bold;
      text-align: left;

}

.total_one

{
    width: 150px;
            font-weight: bold;
            text-align: right;

}

.total_n
{
    width: 350px;
	font-weight: bold;

}

/* Big Picture List Box (activity classes, bios, etc -------------------------------------------------- */

.picture_box {
	border: medium solid #5F6136;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.picture_box_headline {
	font-size: large;
	color: #FDD580;
	background-color: #6A2217;
	padding: 5px;
}
#content .picture_box img {
	float: left;
	margin-right: 10px;
	padding: 0px;
}

#content .picture_box p {
	clear: none;
	padding-left: 250px;
	padding-right: 10px;
}

#content .picture_box h5 {
	padding-right: 10px;
	padding-left: 98px;
}

#content .picture_box li {
	margin-left: 100px;
	margin-right: 10px;
}

#content .picture_box .picture_box_headline a {
	color: #FDD580;
	text-decoration: underline;
	font-size: large;
}
#content .picture_box .picture_box_headline a:hover {
	color: #FFFFFF;
}

#single_content .picture_box img {
	float: left;
	margin-right: 10px;
	padding: 0px;
}

#single_content .picture_box p {
	clear: none;
	padding-left: 250px;
	padding-right: 10px;
}

#single_content .picture_box h5 {
	padding-right: 10px;
	padding-left: 98px;
}

#single_contentt .picture_box li {
	margin-left: 100px;
	margin-right: 10px;
}

#single_content .picture_box .picture_box_headline a {
	color: #FDD580;
	text-decoration: underline;
	font-size: large;
}
#single_content .picture_box .picture_box_headline a:hover {
	color: #FFFFFF;
}

