@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #3A76BC;
	margin: 15px 0px 0px 0px;
	padding: 0;
	text-align: center;
	line-height: 16px;
}
h1 {
	font-size: 18px;
	color: #FE6B04;	
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #0e2f64;	
}
a {
	color: #0e2f64;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;	
}
#container { 
	width: 921px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
} 
#header-flash { 
	clear: both;
	padding: 0px;
    width: 921px;
	height: 264px;
}	

#main-nav { 
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;	
	font-size: 10px;
	color: #ffffff;	
	font-weight: bold;
	height: 37px;
	width: 891px;
	background-image: url(../images/main-nav-bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	font-size: 11px;

} 
#main-nav a { 
	color: #ffffff;	
	text-decoration:none;
}
#main-nav a:hover { 
	color: #0e2f64;
}
#banner { 
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	font-size: 10px;
	color: #999999;	
	height: 88px;
	width: 921px;
} 

#sidebar1 {
	float: left;
	padding: 0px;
	margin: 20px 0px 20px 20px; /* firefox fix */
	width: 261px;
	clear: left;
}
/*/*/html*#sidebar1 {
	margin-left: 20px;  /* safari fix */
}/* */	
html*#sidebar1 {
	.margin-left: 20px; /* IE7 fix */
	_margin-left: 10px; /* IE6 fix */
}
#sidebar-top {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	height: 43px;
	width: 261px;
	text-align: center;
	clear: left;
}
#sidebar-middle {
	padding: 2px 10px 10px 10px;
	margin: 0px 20px 0px 0px;
	width: 241px;
	height: 100%;
	background-image: url(../images/success-stories-middle.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#sidebar-btm {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	height: 39px;
	width: 261px;
	clear: both;
}
.orange-line {
	border-bottom: 1px solid #FF9900;
	margin: 20px 0px 20px 0px;
	width: 100%;
	height: 1px;
}

#our-cause {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 280px;
}
#our-cause-top {
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 265px;
	background-image: url(../images/our-cause-top.jpg);
	background-repeat: no-repeat;
}
#our-cause-middle {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	width: 245px;
	height: 90px;
	background-image: url(../images/our-cause-middle.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#our-cause-btm {
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 265px;
	background-image: url(../images/our-cause-btm.jpg);
	background-repeat:  no-repeat;
	clear: both;	
}
#podcasts {
	float: right;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 280px;
}
#podcasts-top {
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 265px;
	background-image: url(../images/podcasts-top.jpg);
	background-repeat: no-repeat;
}
#podcasts-middle {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	width: 245px;
	height: 90px;
	background-image: url(../images/our-cause-middle.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#podcasts-btm {
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 265px;
	background-image: url(../images/our-cause-btm.jpg);
	background-repeat:  no-repeat;
	clear: both;	
}
#mainContent { 
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
	width: 600px;
} 
#footer { 
	height:	54px;
	width: 921px;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/all-lines-ftr.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
} 
#footer a { 
	color: #FFFFFF;
} 
#footer a:hover { 
	color: #FE6B04;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: 0px;
}