@charset "utf-8";
/* CSS Document */
body {
	background: #e9474d;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 183px;
}
#header_feature {
	float: right;
}
#mainContainer {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}
#container #mainContent {
	background: #FFFFFF;
	width: 980px;
	margin: 10px auto 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
}
#container #mainContent h1 {
	font-size: 14pt;
	font-weight: bolder;
	background: url(../images/h1_arrow.gif) left no-repeat;
	padding-left: 10px;
}
#container #mainContent h2 {
	font-size: 14pt;
	font-weight: bolder;
	background: none;
}
#container #mainContent h3 {
	font-size: 12pt;
	font-weight: bolder;
	background: none;
}
#container #mainContent h5 {
	font-size: 11pt;
	color: #c90;
}
#leftbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#leftbox {
	float: left;
	width: 643px;
	margin: 0 5px 10px 10px;
	padding: 0;
	background: #f5f5f5 url(../images/left_top.jpg) top center no-repeat;
}
#left_btm {
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(../images/left_btm.jpg) bottom center no-repeat;
	height: 16px;
}
#leftcontent {
	padding: 10px 15px 5px 15px;
}
#leftcontent p.mission {
	font-size: 11pt;
	color: #000066;
	margin-left: 2em;
	font-weight: bold;
}

#leftcontent .links {
	padding-left: 30px;
}
#leftcontent ul.links {
	/*margin: 0;
	padding: 0;*/
}
#leftcontent ul.links li {
	list-style: none;
	line-height: 1.5;
}
#leftcontent ul.links li a {
	color: #666;
	font-size: 10pt;
	text-decoration: none;
	/*font-weight: bold;*/
}
#leftcontent ul.links li a:hover {
	color: #009;
	text-decoration: underline;
}
#leftcontent div.quote {
	text-align: center;
	padding: 1em;
	margin: 1.5em 2.5em 1.5em 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #ddf6fd;
	color: #039;
	border-top : 1px solid #039;
	border-bottom: 1px solid #039;
	width: 350px;
}
#leftcontent div.quote span.quoted {
	text-align: right;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	font-style: italic;
}

.clearfloat { 
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.leftfloat {
	float: left;
	margin: 0 5px 0 0;
}
.rightfloat {
	float: right;
	margin: 0 0 0 5px;
	clear: right;
}

/* CLASSES FOR SIDEBAR AND ITS CONTENT -------- */
/* --------------------------------------------------------- */

#sidebar {
	float: right;
	width: 304px;
	background-color: #fff;
	margin: 0 10px 10px 5px;
}
.rightbox {
	background: #ccc url(../images/right_top.jpg) top center no-repeat;
}
.rightcontent {
	padding: 10px 15px 5px 15px;
}
.rightcontent ul {
	margin: 0;
	padding: 10px 15px 5px 15px;
}
.rightcontent ul.links li {
	list-style: none;
	background: url(../images/ul_links.gif) left no-repeat;
	padding-left: 30px;
	line-height: 1.5;
	/*list-style-image: url(../images/ul_links.gif);
	list-style-position: outside;*/
}
.rightbox_btm {
	background: #ccc url(../images/right_btm.jpg) bottom center no-repeat;
	height: 16px;
	margin-bottom: 10px;
}
.rightcontent h3, .rightcontent ul.links li a {
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
.rightcontent ul.links li a:hover {
	color: #009;
	text-decoration: underline;
}
.rightcontent p, #form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding:0;
}
#donate_row {
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
}
#chipIn {
	float:left;
}
#donate_btn {
	float:right;
}
#contact_info, #newsletters {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletters {
	margin: 40px 0;
}
#contact_info span.contact_lg {
	font-size: 14pt;
}
#contact_info span.contact_sm {
	font-size: 10pt;
	line-height: 1.25;
}
#addthis {
	text-align: right;
	width: 100%;
	display: none; /* TEMPORARY */
}

/* Callout - News
---------------------------------*/

#callout_news {
	margin: 0;
	padding: 0;
	list-style: none;
}
#callout_news h1 {
	/*margin: 0;
	padding: 0;*/
}

#callout_news img {
	float: left;
	border: none;
}

#callout_news a:link {
	color: #00661a;
	border-bottom: 1px solid #e5e5e5;
}

#callout_news a:visited{
	color: #999;
	border-bottom: 1px dotted #e5e5e5;
}

#callout_news a:hover{
	color: #f00;
	border-bottom: 1px solid #f00;
}

#callout_news li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	/*background: url(../img/bg_opendot.gif) repeat-x bottom left;*/
}

#callout_news li.last {
	background: none;
}

#callout_news li h5, 
#callout_news li p {
	margin: 0;
	padding:0;
	padding-left: 150px;
}
#callout_news li h5 {
	font-size: 11pt;
	color: #c90;
	padding-bottom: 1em;
	padding-top: 8px;
}
#callout_news li p {
	margin-bottom: 0.5em;
}

span.posted_news {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
}

/* STYLE THE FOOTER AND ITS CONTENT --------------------------------- */
/* --------------------------------------------------------- */

#footer {
	margin: 0;
	padding: 0.5em;
	background-color: #fff;
	text-align: left;
}
#footer p {
	font-size: 9pt;
	color: #666;
	margin: 0;
	padding: 10px 0;
}
#footer p.links {
	color: #666666;
}
#footer p.links a {
	color: #82130A;
	text-decoration: none;
	font-weight: normal;
}
#footer p.links a:hover {
	color: #000099;
	text-decoration: underline;
}
#footer_btm {
	margin: 0 auto;
	padding: 0;
	height: 84px;
	background: url(../images/footer_btm.gif) repeat-x;
	width: 970px;
}
.header_img {
	position: relative;
	top: 290px;
	left: 50px;
}
#menuContainer {
	background-image: url(../images/menu/menu_08.jpg);
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#menu {
	background-image: url(../images/menu/menu_bg.jpg);
	text-align: left;
	width: 980px;
}
#form1 input.emailSubmit {
	text-align: right;
}
