@import url(base.css);


/* Structure
------------------------------------*/
html {}

body {
	font-family: "Myriad Web Pro", Arial, Verdana, "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	background-color:#707c88;
}

#site {
	width: 961px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
#header {
	width: 961px;
	height: 131px;
	margin: 0 auto;
	float:left;
	clear:both;
}

#content {
	margin: 0 auto;
	padding: 0px;
	float:left;
	width:100%;
	overflow:hidden;
	background-color:#fff;
}

#content h1{
	color: #FF6600;
}

#left_col{
	width:250px;
	min-height:600px;
	background-color:#fff;
	float:left;
	padding:5px;
	position:relative;
	
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	
}

#right_col{
	width:641px;
	min-height:600px;
	background-color:#fff;
	float:left;
	padding:5px 40px 5px 20px;
	position:relative;
	
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	
}

#fullPage{
background-color:#fff;
padding:0 20px;
}

#content h2{
	font-size:18px;
	font-weight:normal;
	color:#999;
	text-align:left;
	font-weight:bold;
}

#footer {
	width: 961px;
	clear:both;
	padding: 20px 0 30px 0;
	margin:0 auto;
}
.block {
	float: left;
	margin: 10px 0;
}
.single {
	width: 220px;
}
.double {
	width: 460px;
}
.triple {
	width: 700px;
}
.full {
	width: 940px;
}
.row {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.column {
	position: relative;
	float: left;
	left: 100%;
}
.sap-content {
	padding: 0 0 10px 0;
	overflow: hidden;
}
.column2, .column3 {
	padding:0 0 10px 10px;
}

/* General
------------------------------------*/

a {
	color: #e47a3f;
	text-decoration: underline;
}
	a:hover {
		color: #a1b4c2;
		text-decoration: none;
	}
p {
	margin: 10px 0;
}

/* Styles
------------------------------------*/
blockquote {
	background: #f7f4e9;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border: 2px solid #e6d8b3;
}
.blog_date,
.news_date,
.events_date {
	font: bold 90% verdana, sans-serif;
	color: #775432;
	margin: 0;
}
.blog_meta,
.news_meta,
.events_meta {
	border-top: 1px solid #c7b48d;
	padding: .5em 0;
	margin: 1.5em 0 0 0;
}
.blog_views,
.news_views,
.events_views,
.blog_comments,
.news_comments,
.events_comments {
	margin: 0 .5em;
}

.img_l {
	padding:5px !important;
	border:1px solid #594731 !important;
	float:left;
}

/* Menus and Lists
------------------------------------*/
#menu {
	float:left;
	width: 961px;
	height: 41px;
	margin: 0px;
	padding: 0;
	list-style: none;
	z-index:9999;
	position:relative;
}

#menu ul{padding:0px; margin:0px;}

#menu li {
	display: inline;
	position:relative;
	z-index:9999;
}

#menu li a {
	display: block;
	float: left;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
#menu li a:hover {
	
}

#m_home a, #m_home {
	width: 120px;
	background-position: 0 0;
}

#m_about a, #m_about {
	width: 120px;
	background-position: -120px 0;
}

#m_events a, #m_events {
	width: 120px;
	background-position: -240px 0;
}

#m_programs a, #m_programs {
	width: 120px;
	background-position: -360px 0;
}

#m_volunteers a, #m_volunteers {
	width: 120px;
	background-position: -480px 0;
}

#m_news a, #m_news {
	width: 120px;
	background-position: -600px 0;
}

#m_donate a, #m_donate{
	width: 120px;
	background-position: -720px 0;
}

#m_contact a, #m_contact {
	width: 120px;
	background-position: -840px 0;
}


#m_home a:hover, #m_home:hover > a {
	background-position: 0 -41px;
}

#m_about a:hover, #m_about:hover > a {
	background-position: -120px -41px;
}

#m_events a:hover, #m_events:hover > a {
	background-position: -240px -41px;
}

#m_programs a:hover, #m_programs:hover > a {
	background-position: -360px -41px;
}

#m_volunteers a:hover, #m_volunteers:hover > a {
	background-position: -480px -41px;
}

#m_news a:hover, #m_news:hover > a {
	background-position: -600px -41px;
}

#m_donate a:hover, #m_donate:hover{
	background-position: -720px -41px;
}

#m_contact a:hover, #m_contact:hover > a {
	background-position: -840px -41px;
}

/* Dropdown style */
#menu li {
	float:left;
	display:block;
	position:relative;
}

#menu li ul {
	list-style: none;
	position: absolute;
	left: 1px;
	top: 40px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	float:left;
	visibility: hidden;
	width: 250px;
}

#menu li ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	float:left;
}

#menu li:hover > ul {
	visibility: visible;
}

#menu li ul li {
	float: left;
	display: inline;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom:none;
	width: 100%;
	position: relative;
	clear:both;
}

.menulast {
	border-bottom:1px solid #ddd !important;
}

#menu li ul li:hover{
	background-color:#fff;
}

#menu li ul li a {
	line-height: 20px;
	color: #FF6600;
	width: auto;
	height: 20px;
	padding: 0;
	background: none;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	float:left;
	width:100%;
	font-weight:bold;}

#menu li ul li a:hover{
	color: #00235A;
}

#menu ul li ul {
	height:0;
	left:100px;
	position:absolute;
	top: 0;
	margin-top:-1px;
	visibility:hidden;
	width:150px;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
/* Set up the list items */
#menu ul li ul li {
	left: 20px;
	float: left;
	width:230px;
}

#menu ul li ul:hover li {
}
#menu ul li ul li:hover {
	position:relative;
}
/* Make the hovered list color persist */
#menu ul li ul li:hover > a {
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#menu ul li ul li ul {
	display:none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#menu ul ul li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(transparent.gif);
	width:149px;
}
/* Position the first sub level beneath the top level liinks */
#menu ul ul > li:hover > ul {
	left:120px;
	top:-10px;
}




.block li.last {
	border: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#footer ul li {
		padding: 3px 0 3px 15px;
	}
	#footer ul li.last {
		border: none;
	}
.block .blog_list,
.block .news_list,
.block .events_list {
	list-style: none;
	margin: 2em 0;
}

/* Headings
------------------------------------*/

h1#logo {
	margin: 10px 0 0 0;
	padding: 0;
}
	h1#logo a {
		width: 961px;
		height: 81px;
		float:left;
		background: transparent url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
#footer h4 {
	font: bold 11px/18px arial, sans-serif;
	color: #8d7661;
}

/* Tables
------------------------------------*/

table {
}
th, td {
}
th {
	text-align: left;
	background: #775432;
	color: #fcfaf5;
}
tr.alt {
	background: #fcfaf5;
}
tfoot td {

}


/* Forms
------------------------------------*/

fieldset {
	border: 1px solid #e6d8b3;
	width: auto;
	display: block;
	margin: 20px 0;
	width: 900px;
	padding: 10px;
}
legend {
	font-weight: bold;
	font-size: 120%;
	color: #a0410d;
}
textarea, input[type='text'] {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
label {
	display: block;
	float: left;
	font-weight: bold;
	width: 20em;
	margin-right: 1.5em;
	text-align: right;
}
select {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
button, input[type='submit'] {
	padding: .2em 1em;
	background: #001E4C;
	color: #fff;
	border: 1px solid #697976;
	font-weight: bold;
}
button:hover, input[type='submit']:hover {
	background: #FF6600;
	color: #001E4C;
	border: 1px solid #803207;
}
form div {
	border-bottom: 1px solid #e6d8b3;
	margin-top: -1px;
	padding: .8em 10px;
	width: 880px;
	float: left;
}
	form div.last {
		border-bottom: 0;
	}
	form div.alt {
		background: #f5f1e3;
	}
input[type='text'], input[type='password'] {
	padding: 3px 8px;
	font-family: arial, sans-serif;
}

/* Footer
------------------------------------*/

#footer {
	width: 961px;
	height:80px;
	margin: 0px auto;
	padding: 0px;
	color: #fff;
	background-image:url(../images/footer_bg.bmp);
}

#footer a {
	color: #fff;
}
#footer_info {
	width: 921px;
	margin: 0px;
	float: left;
	clear: both;
	font-size:10px;
	padding:0px;
}
.footer_links_phone {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 8px;
}
.footer_links_fax {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -32px;
}
.footer_links_email {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -71px;
}

#disclaimer{
	width:941px;
	margin:0 auto;
	font-size:11px;
	color:#ccc;
	padding:0 10px;
	line-height:13px;
}

#home_footer{
	width:961px;
	height:386px;
	float:left;
	position:relative;
}

#home_footer #newsletter{
	width:701px;
	height:92px;
	background-color:#002C72;
}

#home_footer #newsletter #signup{
	padding:20px 0 0 30px;
	color:#fff;
	font-weight:bold;
}

.signup{ font-size:16px; margin-right:10px;}

#home_footer #food_top{
	background-image:url(../images/food_stack_top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:260px;
	height:457px;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-bottom:386px;
}

#home_footer #food_bottom{
	width:260px;
	height:92px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/food_stack_bottom.png);
}

#home_footer #images{
	width:100%; clear:both;
}

#home_footer #images #image1{
	width:323px;
	height:258px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/home_20.jpg);
}

#home_footer #images #image1:hover{
	background-image:url(../images/home_20_over.jpg);
}

#home_footer #images #image1 a{width:100%; height:100%; float:left; text-decoration:none; text-indent:-99999px; overflow:hidden;}

#home_footer #images #image2{
	width:312px;
	height:258px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/home_21.jpg);
}

#home_footer #images #image2:hover{
	background-image:url(../images/home_21_over.jpg);
}

#home_footer #images #image2 a{width:100%; height:100%; float:left; text-decoration:none; text-indent:-99999px; overflow:hidden;}

#home_footer #images #image3{
	width:326px;
	height:258px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/home_22_over.jpg);
}

#home_footer #images #image3:hover{
	background-image:url(../images/home_22.jpg);
}

#home_footer #images #image3 a{ width:100%; height:100%; float:left; text-decoration:none; text-indent:-99999px; overflow:hidden;}

#home_footer #bottom_bar{
	width:961px;
	height:36px;
	float:left;
	background-image:url(../images/home_23.png);
}


/* Special Elements
------------------------------------*/

#home_photos {
	position: relative;
	right: 0;
	width: 228px;
	height: 240px;
	margin:0 auto;
}
	#home_photos ul {
		position: absolute;
		top: 0;
		right: 0;
		width: 228px;
		height: 240px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#home_photos ul li {
		position: absolute;
		top: 0;
		right: 0;
		width: 228px;
		height: 240px;
	}
	
#synapse {
	float: right;
}
	#synapse a {
		background: transparent url(../images/synapse_logo.gif) no-repeat 0 0;
		padding: 0 0 3px 18px;
		margin: 0 0 0 3px;
	}
	
#copyright{
	float:right;
	clear:right;
}

.success {
	background: #8dc63f;
	padding: 1em;
	color: #1b3619;
	border: 1px solid #9ad44c;
}
.error {
	background: #ed1c24;
	padding: 1em;
	color: #fff;
	border: 1px solid #f9333a;
}
.breadcrumb {
	padding: .5em 1em;
}
.cal td,
.cal th,
.mini_cal td,
.mini_cal th {
	text-align: center;
}
.mini_cal td,
.mini_cal th {
	padding: .1em .5em;
}
ul.photos {
	margin: 0;
	padding: 0;
}
ul.photos li {
	margin: 10px;
	border: 1px solid #c4b089;
	background: #fcfaf5;
	padding: 10px;
	text-align: center;
}
	ul.photos li a {
		display: block;
		border: 2px solid #c4b089;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}
		ul.photos li a:hover {
			border: 2px solid #c08d2b;
		}
	ul.photos .caption {
		font-style: italic;
	}
.securityCode {
	font: 24px georgia, serif;
	font-style: italic;
	color: #d6761f;
}

.directions{
float:left;
width:30%;
padding:5px;
margin:0px 20px 30px 0px;
}

.indent{
padding:10px;
}

.orange{color:#FF6600 !important;}

#news_tab, #events_tab{ line-height:15px;}

#news_tab .title, #events_tab .title {
	font-size:14px;
	color:#000;
	margin:0px;
	padding:0px;
}

#news_tab .posted, #events_tab .posted{
	color:#666;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#news_tab .text, #events_tab .text{
	color:#666;
	font-size:12px;
}

#staff_table h1{
	margin:0 0 10px 0;
	color:#000;
}

#staff_table h2{
	margin:10px 0;
	color:#fff;
	width:100%;
	background-color:#999999;
	padding:3px;
	float:left;
}

.staff{
	width:100%;
	float:left;
	clear:both;
	height:auto;
	margin:10px 0;
	border-bottom:1px solid #ccc;
	background-color:#eee;
}

.staff img{
	float:left;
	padding-right:10px;
}

.staff .name{
	color:#000;
	font-weight:bold;
}