@charset "UTF-8";
/* CSS Document */

body {
	background: #311b01; 
	height: 100%;
	margin: 0px;
	text-align: left;}
	
/* STYLES FOR FRONTPAGE MAINLY (some apply globally, sorry)*/	
/* Background image at top */
.top-back {
	background: #311b01 url(/_images/top-background.jpg) repeat-x center top; }

/* Background for bottom */
.bottom-bg {
	background: #311b01 url(/_images/bottom-bg.jpg) repeat-x center top;
	height: 468; }

ul { margin-left:15px;}

/* This is the main text on the frontpage */	
.content_text {
	clear: both;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #ffffff;
	}
	
/* Text on frontpage, Consumers box*/
.consumer_text {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #9dc400;
	margin-left: 15px;
	}
	
/* Text on frontpage, Merchants box*/
.merchant_text {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #24b7b6;
	margin-left: 15px;
	}

.merchant_text a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #24b7b6;
	}
	
/* Text on frontpage, NPO box*/
.npo_text {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #608ef3;
	margin-left: 15px;
	}
.npo_text a:active, a:visited, a:link, a:hover {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #608ef3;
	}
	
/* Bottom Text links */
.bottom-text {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #ffffff;
	font-aligh: center;
	text-transform: uppercase; }

.bottom-text a:link {
	color:#ffffff;}
.bottom-text a:hover {
	color: #ffffff;}
	
/* Copyright Info */
.copyright {
	font-family: Trebuchet MS;
	color: #9dc400;
	font-size: 10px;
	text-transform: uppercase; }
	
/* Spotlight Text */
.spotlight {
	font-family: Trebuchet MS;
	line-height: 20px;
	font-size: 12px;
	color: #301b01;
	}

.spotlight a:active, a:visited, a:link {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #9dc400;
	text-decoration: none; }

.spotlight a:hover {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #301b01; }
	
	
/* Style information for New announcement / calender elements */
#calender {
	float: left;
	width:30px;
	border: 4px solid #9dc400;}

.calnumber {
	font-family: trebuchet MS;
	text-align: center;
	font-size: 14px;
	background-color: #ffffff; }
	
.calmonth {
	font-family: trebuchet MS;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
	color: #ffffff;
	background-color: #9dc400;
	text-transform: uppercase; }
	
#headline {
	margin-left: 15px;
	float: left;
	width: 270px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #9dc400}
	
.HLdesc {
	float: clear;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #301b01}
	
.newsarchive {
	clear: both;
	padding-top: 25px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: 9dc400;}
	


/* SUB PAGES STYLES */

#subback {
	background: #311b01 url(/_images/subbackground.jpg) repeat-x top left;}
	

#submenu {
	float:left;
	}


#mallcontent {
	float: left;
	background: #311b01 url(/_images/mallcontentback.jpg) center left repeat-y;	
	width: 964px;
}
#mallcontent_title {
	background:url(/_images/mall_top.jpg) top left no-repeat;
	display:block;
	font-size:20pt;
	font-weight:bold;
	height:63px;
	padding-left:15px;
	text-align:left;
}
#mallcontent_body {
	float: left;
	background: #fefef4 url(/_images/mallcontentfoot.jpg) bottom left no-repeat;
	width:964px;
	padding-bottom:78px;
}

#subcontent {
	float: left;
	background: #311b01 url(/_images/subcontentback.jpg) repeat-y center left;
	width: 704px;

}

#subcontent p {
	font-family: trebuchet MS;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#subcontent h1 {
	font-family: trebuchet MS;
	font-size: 19px;
	text-align: left;
	color: #9dc400;
	padding-left: 25px;
	font-weight: bold;
	}
	
#submid {
	margin-top:25px;
	background: #311b01 url(/_images/submidbackground.jpg) repeat-x center left;
	height: 122px;
	}
	
.menutext {
	font-family: trebuchet MS;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	}
	
.menutext a:active a:visitied a:link { 
	color: #311b01;
	text-decoration: none;
	}
.menutext a:hover {
	text-decoration: none;
	color: #ffffff;}
	
#subcontenttop {
	font-family: trebuchet ms;
	text-align: left;
	font-size: 20px;
	color: #311b01;
	padding-left: 14px;
	padding-top: 9px;
	font-weight:bold;
	width: 690px;
	height: 54px;
	background: url(/_images/about_us_top.jpg);}
