/*********************************************************************
   Style Sheet for State of the Heart Home Health & Hospice
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

@import url("menu.css");
@import url("resize.css");

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background-color:#b6b398;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	text-align:left;
	margin:auto;
	width:780px;
	background:#ffffff url(../images/bg.gif) top right no-repeat;
	}

/* Body
-------------------------------------------------------------------- */
#body {
	background:#ffffff url(../images/bodybg.gif) top right repeat-y;
	}
	
#body h1 {
	color:#990033;
	margin-bottom:15px;
	}
	
#body h2 {
	color:#990033;
	margin-bottom:10px;
	}
	
#body h3 {
	color:#000000;
	margin-bottom:5px;
	}
	
#body h4 {
	color:#990033;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#body p {
	margin-bottom:15px;
	}
	
#body ul, #body ol {
	margin:0 0 15px 30px;
	}
	
#body ul li, #body ol li {
	padding-bottom:6px;
	}
	
#body ul li ul, #body ol li ol {
	margin:10px 0 0 30px;
	}
	
#body table {
	border:none;
	margin:10px 0px;
	}

#body table td {
	padding:5px;
	}
	
#body table td.right {
	text-align:right;
	}
	
#body hr {
	margin:20px 0;
	}
	
/* Main Link Styles
-------------------------------------------------------------------- */	
	
#body a, #body a:link, #body a:visited, #body a:hover, #body a:active {
	color:#990033;
	}
	
#body a, #body a:link, #body a:visited, #body a:active {
	text-decoration:underline;
	}
	
#body a:hover {
	text-decoration:none;
	color:#cc3366;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:left;
	width:540px;
	margin:10px 20px 20px 20px;
	}
	
#content hr {
	border:none 0; 
	border-top:1px dotted #d5d3bf;
	height:1px;
	margin:20px 0px;
	}
	
#content table tr td {
	padding:10px !important;
	}
	
/* Resources
-------------------------------------------------------------------- */
.resource {
	margin:20px 0px;
	display:block;
	}
	
.resource-photo {
	float:left;
	}
	
.resource-desc {
	float:right;
	width:250px;
	}
	
/* Right
-------------------------------------------------------------------- */
#right {
	float:right;
	width:160px;
	padding:20px 20px 20px 0px;
	}
	
.sidebox {
	background:#c7c4a8;
	margin-bottom:10px;
	}
	
.roundtop { 
	background:url(../images/sizer-tr.jpg) no-repeat top right;
	}
	
.roundbottom { 
	background:url(../images/sizer-br.jpg) no-repeat bottom right;
	}
	
.sidebox-inside {
	margin:0px 10px;
	text-align:center;
	}
	
.sidebox img.corner {
   width:10px;
   height:10px;
   margin:none;
   padding:none;
   border:none;
   display:block !important;
   }
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	clear:both;
	background-color:#a09c7a;
	color:#e5e2cb;
	padding:10px 20px;
	font-size:10px;
	line-height:normal;
	}
	
#foot .copyright {
	float:left;
	width:300px;
	margin-right:20px;
	}
	
#foot .locations {
	float:right;
	}
	
#foot .locations .address {
	float:left;
	padding:0px 10px;
	}
	
#foot a, #foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	color:#ffffff;
	}
	
#foot a, #foot a:link, #foot a:visited, #foot a:active {
	text-decoration:underline;
	}
	
#foot a:hover {
	text-decoration:none;
	}