@charset "utf-8";
/* CSS Document */

html, body {
 	margin: 0;
}
 
/* Set medium text size smaller */
body {
	font-size: 75%;
	background-color: white;
}

/* outer page wrapper */
#outer-w {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

/* header area */
#header {
	width: 1000px;
	height: 158px;
	position: relative;
	margin: 0;
	z-index: 15;
	background: url(imgsprite.png) no-repeat -0px -642px;
}

.logo {
	width: 260;
	height: 90;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 25;
}

/* main nav */
#nav {
	height: 20px;
	width: 800px;
	position: absolute;
	bottom: 25px;
	right: 10px;
	text-align: right;
	z-index: 25;
}
 
#nav ul {
	margin: 3px 0 0 10px;
	padding: 0;
}
 
#nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 0 4px 0 3px;
	vertical-align: middle;
	color: #333;
}
 
#nav ul li a {
	text-decoration: none;
	color: #333;
}
 
#nav a:hover, #nav li.active a {
	color: #666;
}

/* content area */
#bag {
	height: 616px;
	width: 306px;
	top: 5px;
	left: 8px;
	position: absolute;
	z-index: 30;
	background: url(imgsprite.png) no-repeat 0 -24px;
}

#left-column {
	width: 306px;
	top: 5px;
	left: 8px;
	position: absolute;
	padding-top: 190px;
	padding-bottom: 30px;
	z-index: 30;
}

#baginfo {
	width: 240px;
	height: 420px;
	position: relative;
	left: 64px;
	top: 178px;
}

#baginfo h3, .nobtm {
	padding-bottom: 0;
	margin-bottom: 0;
}

#baginfo p {
	padding-top: 3px;
	margin-top: 0;
	color: #333;
}

#bagbtm {
	position: absolute;
	bottom: 0;
	left: 64px;
	height: 200px;
	width: 240px;
}

#sm {
	width: 100px;
	margin: 0 15px 0 0;
	text-align: right;
	position: absolute;
	top: 125px;
	right: 5px;
}

#sm p {
	font-size: .85em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3px;
	padding-bottom: 0;
	font-weight: bold;
	color: rgb(167,25,18);
}

.donatebtn {
	position: absolute;
	top: 125px;
	left: 5px;
}

.donatepenny {
	position: absolute;
	top: 80px;
	left: 5px;
}

#partners {
	width: 185px;
	height: 140px;
	position: absolute;
	top: 625px;
	left: 80px;
	z-index: 35;
}

#partnerimg {
	width: 185px;
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
}

#inner-w {
	width: 100%;
	height: auto;
	min-height: 600px;
	_height: 600px; /*IE6 Fix*/
	position: relative;
	left: 0;
	margin: 10px 0 0 0;
	z-index: 10;
}

#content {
	float: left;
	width: 350px;
	height: auto;
	margin: 0 0 0 340px;
	_margin: 0 0 0 175px; /*IE6 Fix*/
}

#rcontent {
	float: right;
	width: 280px;
	height: auto;
	margin: 0 8px;
}

.fsvisits {
	width: 107px;
	height: 59px;
	background: url(imgsprite.png) no-repeat -305px -24px;
	text-align: center;
}

.lbfood {
	width: 139px;
	height: 59px;
	background: url(imgsprite.png) no-repeat -413px -24px;
	text-align: center;
}

.fsvisits h2, .lbfood h2 {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 8px;
}

.fsvisits p, .lbfood p {
	margin-top: 0;
	padding-top: 1px;
	margin-left: 8px;
	font-size: .8em;
}

.inline {
	display: inline;
}

.clear {
	clear: both;
}

/*newsletter signup*/
#mc_signup_container {
	width: 240px;
	height: 100px;
	padding-bottom: 4px;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
}

#mc_signup_container h3 {
	margin-bottom: 4px;
}

#mc_field_group {
	position: relative;
}

#mce-EMAIL {
	border-style: hidden;
    border-width: 0px;
    color: #666;
    width: 151px;
    padding-left:7px;
    padding-right:7px;
    font-size:8pt;
    background: url(imgsprite.png) no-repeat -51px 0;
}

.mcsubmit {
	position: absolute;
	top: 21px;
	left: 170px;
}

.clear {
	clear: both;
}

.mce_inline_error {
	color: red;
}

#mce-success-response, .response {
	color: #333;
}

/* footer area */
#footer {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: .75em;
	background: rgb(244,212,137);
	text-align: center;
}

#footer p {
	padding: 10px 0;
}

#footer p, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

/* hidden areas */
#header h1, #header h2, .hidden, #nav h3 {
	display: none;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* Text Style */
h1,h2,h3,h4,h5,h6, p, table, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: rgb(167,25,18);
}

h2 {
	font-size: 1.4em;
	color: rgb(167,25,18);
}	

h3 {
	font-size: 1.1em;
	color: rgb(167,25,18);
}

h3 a {
	color: rgb(167,25,18);
}

h4 {
	font-size: 1em;
	color: rgb(167,25,18);
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p, table, li, a {
	font-size: 1em;
	color: black;
}

a:hover {
	color: #666;
}

/* Hide field for spam protection */		
#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
