/*CSS Reset*/

html, body, div {
	margin:0px;
	padding:0px;
}
html, body {
	 height:100%;
}
img {
	border:0px;
}

/*UNIVERSAL STYLES*/

body {
	background-image: url(../images/header_repeat_02.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	min-height:100%;
	position:relative;
	}
#container_wrap {
	position:relative;
	width:990px; 
	margin: 0 auto;
	padding-bottom:70px;
}
#header {
	width:990px; height:152px;
	background-image: url(../images/logo_04.png);
	background-repeat: no-repeat;
}
#logo {
	float:left;
	width: 300px;
	padding-left:15px;
	height:102px;
}
#top_links {
	width: 438px;
	height: 25px;
	padding-top:4px;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#top_links a{
	padding-left: 7px;
	padding-right: 7px;
}
#top_links input[type=text] {
	width: 160px;
	margin:0;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
}
#submit_btn {
	background: transparent none repeat scroll 0 0;
	width: 28px;
	height: 25px;
	float:right;
	cursor:pointer;
}
#top_links a, #top_links a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#top_links a:hover {
	text-decoration: underline;
}
#phone {
	float: right;
	padding: 0px 50px 0px 0px;
	clear:right;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
#body_content {
	width:100%;
}

/* MAIN NAVIGATION BAR */

#nav {
	height:50px;
	margin-top:0px;
	width:990px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav li a, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	padding: 7px 46px 5px;
	background-image: url(../images/divide_07.png);
	background-repeat: repeat-y;
	background-position: right;
	margin:0px 0px 0px 0px;
	float:left;
}
#nav li a:hover {
	color: #333;
}
a.last{
	background-image: none !important;
}

/*LEFT SIDEBAR*/

#sidebar {
	width:240px;
	float:left;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#hello {
	padding-bottom: 15px;
	background-image: url(/images/welc_bg.jpg);
	background-repeat : no-repeat;
}
#donate {
	padding-top:10px;
	padding-bottom:6px;
}
#quicklinks {
	position: relative;
	width:203px;
	border: 3px solid #cbc9b2; 
	margin-top:0px;
	padding-top: 10px; 
	padding-left:23px;
	float:left;
	background-color:#ebe9d7;
	margin-bottom:10px;
}
#quicklinks ul {
	list-style: square;
	color:#999933;
	padding-left:20px;
	padding-top: 10px;
}
#quicklinks ul li {
	padding-bottom: 10px;
	font-size: 12px;
}
#quicklinks a, a:link {
	color:#999933;
	text-decoration: none;
}
#quicklinks a:hover, a:active {
	color:#999933;
	text-decoration: underline;
}
#social {
	position: relative; 
	padding-left: 23px; 
	float:left;
	background-color:#ebe9d7;
	width:203px;
	border: 3px solid #cbc9b2; 
	padding-bottom: 10px;
}
#social h3 {
	color:#666666;
	font-size: 18px;
	padding-top: 0px;
	margin:8px 0px 16px 0px;
}
#social ul {
	padding-left:20px;
}
#social ul li {
	padding-bottom: 5px;
}

/* INDEX CONTENT AREA */

#index_content {
	float:left; 
	width:750px; 
}
.index_content_wrap {
	min-height:396px;
	padding-bottom:5px;
}	
#heading {
	width:490px; 
	float:left;
}
#heading h2 {
	color:#999933; 
	margin:10px 0px 0px;
}
#heading p {
	color:#999933;
	font-size: 12px;
	padding-right:5px;
	margin:0px;
	padding-top:0px;
}
#heading a.main_read_more, #heading a:visited.main_read_more {
	float:right; 
	color:#999933; 
	margin:0px; 
	padding:0px; 
	padding-right:10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
#heading a:hover.main_read_more  {
	color:#000;
	text-decoration:underline;
}
#news_feed {
	width:250px;
	float:right;
	padding:0px;
	margin:0px;
}
.news_box {
	width: 246px;
	border: solid #999999 1px;
	margin: 0px 0px 5px 0px;
	padding:8px 0px 4px;
	background-image:url(../images/blue_16.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.news_box2 {
	background-image:url(../images/red_16.png);
}
.news_box3 {
	background-image:url(../images/green_16.png);
}
.news_box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px 5px;
	margin:0px;
}
.story_title {
	font-weight: bold;
	font-size:11px;
}
#news_feed a {
	font-size: 11px;
	float:right;
}
a#small_readmore1, a:visited#small_readmore1  {
	color: #309dcf;
	text-decoration:none;
}	
a#small_readmore2, a:visited#small_readmore2 {
	color: maroon;
	text-decoration:none;
}	
a#small_readmore3, a:visited#small_readmore3 {
	color: #999933;
	text-decoration:none;
}	
#news_feed a:hover {
	text-decoration:underline;
}
#boxes {
	width:750px;
	clear:both;
	font-size: 12px;
}
.cell_index {
	background-color:#EBE9D7;
	width: 234px;
	overflow-x:hidden;
	word-wrap:break-word;
}
.cell_index img {
	max-width: 215px;
	height: auto;
}
.box_wrap {
	width: 230px;
	overflow-x:hidden;
	float: left;
	padding:5px 5px 15px;
	margin-right: 10px;
	background-color:#ebe9d7;
}
.box_wrap3 {
	width: 240px;
	overflow-x:hidden;
	padding:5px 5px 15px;
	float: left;
	background-color:#ebe9d7;
}
.box_title {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 0px;
	padding:0px;
}
#boxes a, #boxes a:visited {
	color: #00a4e4;
	text-decoration:underline;
}
#boxes a:hover {
	color: #999933;
	text-decoration:none;
}

/*SUBPAGE CONTENT*/

#subpage_content_wrap {
	float:left; 
	width:750px; 

}
#breadcrumbs {
	color:#00a4e4;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color:#00a4e4;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #333;
	text-decoration: underline;
}
#subpage_content {
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 13px;
}
#subpage_content a, #subpage_content a:visited {
	color: #00a4e4;
	text-decoration:underline;
}
#subpage_content a:hover {
	color: #999933;
	text-decoration:none;
}

/*FOOTER*/

#footer_wrap {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	width: 990px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding: 10px;
}
.left-footer {
	width: 500px;
	float:left;
}
.right_footer {
	padding-right: 10px;
	text-align: right;
	float: right;
}
#footer a, #footer a:visited {
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	color:#999933;
	text-decoration: underline;
}
