/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
	border:none;
}

body {
	background:#87CBFC url(../images/backgrounds/body_bg_2010.jpg) top center repeat-x fixed;
	margin:0 0 0 0;
	font-family:tahoma, verdana, sans-serif;
	line-height:1.2em;
}

h1, h2 {
	font-family:verdana; 
	text-transform:uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

h1 {
	color:#221d4e;
	font-size:22px;
}

h2 {
	color:#373737;
	font-size:16px;
}

h3, h4, h6 {
	font-size:16px;
	color:#9B0A0A;
	font-family: Tahoma;
}

h5 {
	color:#9B0A0A;
	font-size:14px;
	font-family: Tahoma;
	padding:0px 0px 20px 0px;

}

p {
	font-size:0.75em;
	color:#222;
	padding-bottom: 10px;
}

li {
	font-size:0.75em;
	font-weight:bold;
	color:#122236;
}

a, visited {
	font-weight:bold;
	color:#ba0101;
}

input {
	border:1px solid #221D4E;
	padding:3px 0px 3px 0px;
}

button {
	border:1px solid #221D4E;
	margin-left:5px;
	padding:2px 0px 2px 0px;
}

a.button, a.button:link, a.button:visited {
	display:inline-block;
	padding:5px 15px;
	background-color:#C01F31;
	color:#fff;
	border:1px solid #606060;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
a.button:hover, a.button:focus {
	background-color:#FAB722;
	color:#221E50;
}


form fieldset p label  {
	float:left;
	clear:left;
	width:9em;
	margin:.2em;
	font-weight:bold;
	font-size:1.1em;
}

form fieldset p input, form fieldset p select, form fieldset p textarea {
	display:inline-block;
	width:15em;
	margin:0 0 .2em 0;
	padding:.1em .5em;
}

.clear {
	clear:both;
}
.hrule {
	margin-bottom:10px;
	border-bottom:1px solid #D4D4D4;
	padding-bottom:10px;
}


/*-------------- Index ------------- */
div#wrapper {
	width:1004px;
	margin:20px auto 0;
	background-color:#F5F5F5;
}

div#header_wrapper {
	height:181px;
	padding:0 20px;
	color:#C7232E;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
}

div#header_wrapper #logo_Link img {
	float:left;
	padding-right:30px;
}

div#header_wrapper #foodbank_Link img {
	float:right;
	padding-right:10px;
	margin:20px;
}

div#content {
	background:#F5F5F5;
	padding:30px 20px 20px 20px;
}

#content h1 {
	margin-bottom:20px;
	padding-bottom:8px;
	border-bottom:1px solid #e3e3e3;
	width:70%;
}

div#left_content {
	width:730px;
	float:left;
}

div#right_content {
	width:180px;
	float:left;
	padding:10px;
	margin:0 0 0 25px;
	text-align: center;
	`:10px;
}

div#right_content h2 {
	color:#9B0A0A;
	font-size:14px;
}

div.subscribe {
	float:left;
	width:200px;
	padding:20px 30px 20px 10px;
	border-right:1px solid #D4D4D4;
}


#footer_nav {
	color:#444444;
	margin:0 auto;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:960px;
}

#footer_nav a{
	font-size:.70em;
	color:black;
	font-weight:bold;
}

#footer_nav a:hover{
	color:#ba0101;
}

#contact_form_box {
	float:right;
	display:block;
	width:400px;
	height:300px;
	text-align:right;
}

.carousel {
	background:#f5f5f5;
	width:1004px;
	height:60px;
	overflow:hidden;
	padding:20px 0;
	margin:0 auto;
	clear:both;
}
.carousel .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	width: 1004px;
	height:60px;
	overflow:hidden;
	position:absolute;
	z-index:9;
}
.carousel ul { /* that's your list */
	position: relative;
	z-index:9;
	left: 950px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.carousel li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}
.carousel a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 

.carousel span {
	display:none;
} 

.carousel img {
	height:60px;
}

#cycle {
	width:1004px !IMPORTANT;
	overflow:hidden;
	margin:0 auto;
}
#cycle img {
	display:block;
	width:1004px;
	height:355px;
}

/*-------- end Cycle --------------*/

.logos {
	display:block;
	float:left;
	height:60px;
	background: #fff;
	margin:5px;
	padding:5px;
}

ul.membersList li {
	padding-bottom:10px;
}

.fltR {
	float:right;
	margin:0 0 15px 15px;
}

.fltL {
	float:left;
	margin:0 15px 15px 0;
}

.quote {
	width:60%;
	font-size:75%;
	font-family:Georgia,Geneva,Times,serif;
	padding:2em 2em 1em;
	border:1px solid #ccc;
	background-color:#f8f8f8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height:1.5em;
	color:#787878;
	margin:1.5em .5em;
}
.quote span {
	display:inline;
	font-family:Georgia;
	font-size:2em;
	position:relative;
	top:.2em;
	font-weight:bold;
}

.newsQuote {
	font-size:12pt;
	line-height:1.5em;
	width:660px;
	padding:20px 30px 20px 10px;
	float:right;
