/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:960px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	
	float:left;

	
	height: 128px;
	width: 960px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #000000;
	}
#header_inner { 
	padding:.5em .65em; /* creates space between the box  and the content */
	}
#header_image {
	float:left;
	width=50%;
	}
#header_box {
	float:right;
	width: 960px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height:13px;
	color: #cccccc;
	
	}
#header_box p{

	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height:13px;
	color: #cccccc;
	
	
	}
#sub-header {
	}

#sub-header_inner { 
	padding:1em .75em; /* creates space between the box  and the content */
	}

#nav {
	width:12%; /* this width + content width must total 100% */
	height:100%;
	float:left; /* floats on nav and content divs make them sit side by side */
	}
	
#nav_inner {
	padding:0em .8em; /* creates space between the box and the content */
	}
		
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:88%; /* this width + nav width must total 100% */
	top:0px;	
	}

#content_inner { 
	padding:0 0em 1em .3em; /* creates space between the box and the content */
	}

#image_display {
	float:left;
	width:72%;
	padding:5px;
	}

#home_content1 {
	width:100%;
	margin:5,5px;
	}
#home_content2 {
	width:30%;
	margin:2,5,2,5px;
	}
#home_content3 {
	width:70%;
	margin:5,5,0,0px;
	}
#home_content4 {
	width:25%;
	margin:5,0px;
	}	
#home_content5 {
	width:40%;
	margin:5,5px;

	}
/*main right column news box */	
#content_right_box {
	float:right;
	width:25%;
	top:0px;
	text-align:center;
	color:#FFFFFF;
	}
#contact_content {
}
#care_content{
	clear:left;
	width:95%;
	margin-right:40px;
	}
#slide_show_box {
width:622px;
	}
#slide_show_right_box {
	float:left;
	width:100px;
	height:288px;
	margin-right:70px;
	top:0px;
	text-align:left;
	}
#slide_show_inner_right_box {
	width:100%;
	height:90%;
	margin-left:0;

	}
#inner_right_box {
	width:100%;
	margin-left:0;
	margin-right:0;
	}
#about_content3 {
	width:100%;
	}
#about_content5 {
	width:100%;
	}	
#about_inner_right_box {
	width:86%;
	margin-left:7%;
	margin-right:7%;
	}
	
#content_continue_box {
	width:68%;
	top:0px;
	}

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	height:49px;
	}

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}

#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
