/* CSS by Casey Reid */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #747160 url(../images/body_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.clear{clear: both;}
.content-image{
	float: left;
	margin: 0 10px 5px 0;
}

#wrapper{
	margin: 0 auto; /* Centers wrapper within the body */
	text-align: left;
	width: 780px;
}

#header{
	background: url(../images/header_bg.jpg) no-repeat;
	height: 145px;
	width: 780px;
}
	#header h1{
		padding: 5px 0 0 5px;
	}
	#header h1 a{
		background:url(../images/logo.jpg) no-repeat;
		float: left;
		height:57px;
		display:block;
		overflow:hidden;
		text-indent:-9999px;
		width:359px;
	}
	#header h1 span a{
		background:url(../images/partnership_link.jpg) no-repeat right;
		float: right;
		height:57px;
		display:block;
		overflow:hidden;
		text-indent:-9999px;
		width:359px;
	}
	#header p{
		background: url(../images/home_icon.jpg) no-repeat;
		color: #fff;
		font-family: Georgia, serif;
		font-size: 16px;
		line-height: 20px;
		margin: 5px 0 0 13px;
		padding: 0 0 0 30px;
	}

#flash-banner{ z-index: 0 }

ul.main-nav{
	border-top: 1px solid #fff;
	list-style-type: none;
	margin: 12px 0 0 0;
}
	ul.main-nav li{
		float: left;
	}
		ul.main-nav li a{
			display: block;
			height: 37px;
		}
			#btn-home a{background: url(../images/btn_home.jpg) no-repeat; width: 59px;}
				#btn-home a.active{background: url(../images/btn_home_hover.jpg) no-repeat;}
			#btn-about a{background: url(../images/btn_about.jpg) no-repeat; width: 60px;}
				#btn-about a.active{background: url(../images/btn_about_hover.jpg) no-repeat; width: 60px;}
			#btn-health a{background: url(../images/btn_health.jpg) no-repeat; width: 93px;}
				#btn-health a.active{background: url(../images/btn_health_hover.jpg) no-repeat; width: 93px;}
			#btn-emergency a{background: url(../images/btn_emergency.jpg) no-repeat; width: 126px;}
				#btn-emergency a.active{background: url(../images/btn_emergency_hover.jpg) no-repeat; width: 126px;}
			#btn-forms a{background: url(../images/btn_forms.jpg) no-repeat; width: 62px;}
				#btn-forms a.active{background: url(../images/btn_forms_hover.jpg) no-repeat; width: 62px;}
			#btn-admin a{background: url(../images/btn_admin.jpg) no-repeat; width: 109px;}
				#btn-admin a.active{background: url(../images/btn_admin_hover.jpg) no-repeat; width: 109px;}
			#btn-nursing a{background: url(../images/btn_nursing.jpg) no-repeat; width: 71px;}
				#btn-nursing a.active{background: url(../images/btn_nursing_hover.jpg) no-repeat; width: 71px;}
			#btn-environment a{background: url(../images/btn_environment.jpg) no-repeat; width: 107px;}
				#btn-environment a.active{background: url(../images/btn_environment_hover.jpg) no-repeat; width: 107px;}
			#btn-contact a{background: url(../images/btn_contact.jpg) no-repeat; width: 93px;}
				#btn-contact a.active{background: url(../images/btn_contact_hover.jpg) no-repeat; width: 93px;}
.hide{ text-indent: -99999px; }
			
#content{
	background-color: #3a3939;
	margin: 0 0 10px 1px;
	padding: 3px 0 0 0;
	width: 778px;
}

#content-left{
	background-color: #fff;
	float: left;
	margin: 0 0 5px 5px;
	width: 537px;
	*margin-left: 3px; /* Needed for IE only style */
}
	#content-left h2{
		background: url(../images/content_title_bg.jpg) no-repeat;
		color: #fff;
		font-size: 14px;
		height: 28px;
		padding: 7px 0 0 40px;
		width: 497px;
	}

	#content-heading{
		border-bottom: 2px solid #3a3939;
		margin-bottom: 15px;
		padding: 0px 10px 10px 20px;
	}
		#content-heading h3{
			color: #8d2717;
			float: left;
			font-size: 20px;
		}
			#content-heading h3 span{
				color:#747160;
				font-size: 12px;
				font-weight: normal;
			}
			#content-heading span.date{
				color:#747160;
				float: right;
				font-size: 10px;
				font-weight: bold;
			}
			
		#content-left p{
			color: #605f5f;
			font-size: 14px;
			padding: 0 20px 0px 20px;
		}
		
		#content-left ul{
			color: #605f5f;
			font-size: 14px;
			padding: 0 20px 0px 40px;
		}
/*
#feature{
	background-color: #454545;
	border: 1px solid #000;
	float: left;
	margin: 0 0 0 5px;
	*margin-left:3px;
	width: 264px;
}
	#feature h4{
		background: url(../images/featured_title_bg.jpg) no-repeat;
		color: #fff;
		font-size: 14px;
		height: 75px;
		margin-bottom: 10px;
		padding: 7px 0 0 40px;
		width: 224px;
	}
	#feature h5{
		border-bottom: 1px dotted #fff;
		color: #fff;
		font-size: 12px;
		margin: 0 0 5px 5px;
		padding: 0 0 3px 0;
		width: 245px;
	}
	#feature div{
		color: #fff;
		font-size: 12px;
		padding: 0 10px 10px 5px;
	}
	#feature a{
		color: #dc9f31;
	}
*/	

#quick-links{
	background-color: #454545;
	border: 1px solid #000;
	float: left;
	margin: 0 0 0 3px;
	padding-bottom: 8px;
	width: 536px;
}
	#quick-links h4{
		background: url(../images/links_title_bg.jpg) no-repeat;
		color: #fff;
		font-size: 14px;
		height: 75px;
		margin-bottom: 10px;
		padding: 7px 0 0 40px;
		width: 496px;
	}
	#quick-links p{
		/*background: url(../images/link_icon.jpg) no-repeat 7px 8px;*/
		color: #fff;
		font-size: 12px;
		margin: 0 5px;
		padding: 5px 10px 10px 10px;
	}
		#quick-links p.odd{
			background-color: #343434;
		}
		#quick-links a{
			color: #fff;
			text-decoration: none;
			margin: 0 5px 0 5px;
		}
			#quick-links a:hover{
				text-decoration: underline;
			}
	
#news{
	background-color: #fff;
	border: 1px solid #000;
	float: right;
	margin: 0 5px 0 0;
	padding-bottom: 10px;
	width: 223px;
	*margin-right: 3px;
}
	#news h4{
		background: url(../images/news_title_bg.jpg) no-repeat;
		color: #fff;
		font-size: 14px;
		height: 91px;
		padding: 7px 0 0 40px;
		width: 183px;
	}
	#news div{
		/*background: url(../images/news_icon.jpg) no-repeat 7px 20px;*/
		color: #605f5f;
		font-size: 12px;
		margin: 0 5px;
		padding: 5px 10px 5px 10px;
		min-height: 0px;
	}
		#news div.even{
			background-color: #e1e1e1;
			border: 1px solid #ccc;
		}
		#news a{
			color: #605f5f;
			text-decoration: none;
			margin: 0 5px 0 25px;
		}
		#news p{ margin: 0 5px 0 25px; }
		
		#news img{ margin-top: 15px; }
		
			#news a:hover, #news a:hover p{
				text-decoration: underline;
			}

/* Footer styles ******************************************/
#footer-wrapper{
	background: url(../images/footer_bg.jpg) #343434 repeat-x top center;
	height: 300px;
	text-align: center;
	width: 100%;	
	margin:0;
	padding:0;
}

	#footer{
		margin: 0 auto;
		padding-top: 20px;
		text-align: left;
		width: 900px;
	}
	
	#contact{
		background-color: #353535;
		border: 1px solid #6d6e6e;
		float: left;
		padding: 10px;
		width: 250px;
	}
		#contact h3{
			color: #fff;
			font-size: 24px;
			font-family: Georgia, serif;
			font-weight: normal;
			padding-bottom: 5px;
		}
			#contact h3 span{
				font-size: 18px;
			}
		#contact p{
			color: #fff;
			font-size: 11px;
			padding: 0 0 10px 0;
		}
		
	#sitemap{
		float: left;
		margin-left: 20px;
	}
		#sitemap ul{
			float: left;
			list-style-type: none;
			margin-left: 20px;
		}
			#sitemap li{
				line-height: 13px;
			}
			#sitemap li a{
				color: #dc9f31;
				font-size: 11px;
				text-decoration: none;
			}
				#sitemap li.indent a{
					color: #fff;
					margin-left: 10px;
				}
				#sitemap li a:hover{
					text-decoration: underline;
				}
				
				
				
				