﻿/**** GENERAL TAGS ****/
th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #141414;
}
td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #141414;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #141414;
}
body {
	margin: 0px;
	background: #F5D7B8 url('images/full_backgrnd.gif') repeat;
}
a:link {
	color: #930101;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #930101;
}
a:hover {
	text-decoration: none;
	color: #930101;
}
a:active {
	text-decoration: underline;
}
.newsletter {
	font-size:14px; 
	text-align:left; 
	color:#930101;
	text-decoration: underline;	
}
.newsletter a {
	color:#930101;
	text-decoration:underline;
}
.newsletter a:visited {
	color:#930101;
	text-decoration:underline;
}
.newsletter a:hover {
	color:#930101;
	text-decoration:none;
}


/**** HEADERS/FOOTERS TAGS ****/
.utilityLink {
	font-size:10px; 
	text-align:right; 
	color:#ffffff;
}
.utilityLink a {
	color:#ffffff;
	text-decoration:none;
}
.utilityLink a:visited {
	color:#ffffff;
	text-decoration:none;
}
.utilityLink a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.shadowTop {
	background-repeat:no-repeat; 
	background-position:center; 
	height:30px;
	background-image:url('images/bg-top.gif'); 
}
.shadowBottom {
	background-color:#990000; 
	background-repeat:no-repeat; 
	background-position:center; 
	height:35px;
}
.divBar {
	background-color:#000000; 
	border-left:2px solid #F5D7B8; 
	border-right:2px solid #F5D7B8;
}
.mainBG {
	background-color:#F5D7B8;
}
.mainContainer {
	margin:0px 14px 2px 14px;
}
.imageBorder {
	border:1px solid #003875;
}


/**** QUOTE TAGS ****/
.quoteText {
	margin:0px 14px 2px 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style:italic;	
}
.testimonialContainer {
	background-image:url('images/testimonial-bg2.jpg');
	background-repeat:no-repeat;
}
.testimonialDisplay {
	color:#000000; 
	margin:30px 15px; 
	font-style:italic;
}
.testimonialHeader {
	font-size:16px; 
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
}
.photoContainer {
	float:right; 
	text-align:center; 
	margin:0px 0px 6px 10px; 
	color:#a2c6eb; 
	font-size:10px;
}
.bulletArrow {
	list-style-image:url('images/arrow-blue.gif'); 
	list-style-position:outside; 
	font-size:12px; 
	font-weight:bold;
}
.bulletArrow a {
	color:#4981c0;
	text-decoration:none;
}
.bulletArrow a:visited {
	color:#4981c0;
	text-decoration:none;
}
.bulletArrow a:hover {
	color:#c86d28;
	text-decoration:underline;
}
.highlight {
	color:#c86d28;
}


/**** MAIN CONTENT - IMAGE HEADERS FOR INDIV PAGES ****/
.contentHeader {
	margin:15px 0px 0px 5px; 
	height:39px;  
	background-repeat:no-repeat;
}
.homepage {
	background-image:url('images/header-homepage.gif');
}
.whychoosepage {
	background-image:url('images/header-whychoose.gif');
}
.servicespage {
	background-image:url('images/header-services.gif');
}
.menuselectionpage {
	background-image:url('images/header-menuselection.gif');
}
.fundraiserspage {
	background-image:url('images/header-fundraisers.gif');
}
.eventphotospage {
	background-image:url('images/header-eventphotos.gif');
}
.ourassociatespage {
	background-image:url('images/header-ourassociates.gif');
}
.contactuspage {
	background-image:url('images/header-contactus.gif');
}


/**** MENU ELEMENTS ****/
.markermenu{
list-style-type: none;
margin: 0;
padding: 0;
background: #990101 url('images/menu_bg.gif') no-repeat;
}
.markermenu li a{
background: url('images/buttontab-off.gif') repeat-y;
font-size:12px; 
font-weight:bold;
color: #F5D7B8;
display: block;
width: auto;
padding: 7px 0 3px 40px;
text-decoration: none;
height: 19px;
border-bottom: 1px solid #F5D7B8;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 195px;
}
.markermenu li a:active{
color: #F5D7B8;
text-decoration:none;
}
.markermenu li a:visited{
color: #F5D7B8;
text-decoration:none;
}
.markermenu li a:hover{
background-image: url('images/buttontab-on.gif'); /*onMouseover image change. Remove if none*/
color:#FFFFFF;
}


/*** FOOTER ELEMENTS ***/
.footer {
	background-color:#000000; 
	color:#FFFFFF; 
	font-size:10px; 
	padding:5px; 
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

