/*********************************************************************
   Style Sheet for Assured Health Care
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	background:#fff url(../images/bg.jpg) top left repeat-x;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
/* Menu
-------------------------------------------------------------------- */
#menu {
	margin:auto;
	height:70px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

#menu ul {
	list-style:none;
	padding:30px 0px;
	}
	
#menu ul li {
	display:inline;
	margin:0px 12px;
	padding-right:24px;
	background:url(../images/bulletmenu.gif) right center no-repeat;
	}
	
#menu ul .last {
	background:none;
	padding:0;
	margin:0;
	}
	
#menu a, #menu a:link, #menu a:visited {
	color:#fff;
	padding:5px;
	text-decoration:none;
	}
	
#menu a:hover, #menu a:active {
	color:#01467d;
	text-decoration:none;
	padding:5px;
	background:#7dc5ff;
	}
	
/* Header
-------------------------------------------------------------------- */
#head {
	margin:auto;
	width:796px;
	}
	
/* Titles & Body
-------------------------------------------------------------------- */
#greybar {
	width:100%;
	padding:15px 0px;
	background-color:#565656;
	}

.inside {
	margin:auto;
	width:796px;
	text-align:left;
	}
	
#title-left h1, #title-right h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	margin:4px 0px;
	}
	
#title-left {
	float:left;
	width:210px;
	padding-left:20px;
	}
	
#title-right {
	float:right;
	width:525px;
	}

#body {
	margin:auto;
	text-align:left;
	width:796px;
	color:#000;
	padding:20px 0px;
	background:#fff url(../images/bodybg.gif) top left repeat-y;
	}
	
#body #faq h2 {
	margin-bottom:5px;
	}
	
#faq p {
	margin-left:20px;
	}
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	float:left;
	width:210px;
	padding:0px 20px;
	font-size:10px;
	color:#666;
	line-height:140%;
	}
	
#sidebar img {
	border:1px solid #9e9e9e;
	margin-bottom:10px;
	}
	
/* Content
-------------------------------------------------------------------- */	
#content {
	float:right;
	width:525px;
	}
	
#body .bodyphoto {
	float:left;
	margin:0px 20px 10px 0px;
	border:1px solid #9e9e9e;
	}
	
#news {
	margin-left:20px;
	width:100%;
	}
	
/* Type Styles
-------------------------------------------------------------------- */
#body h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin-bottom:20px;
	}
	
#body h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#97d461;
	margin-bottom:14px;
	}
	
#body p {
	margin-bottom:15px;
	}
	
#body ul {
	margin:0px 0px 15px 30px;
	color:#ff7e00;
	}
	
#body ol {
	margin:0px 0px 15px 30px;
	}
	
#body ol li {
	margin-bottom:10px;
	}
	
#body strong {
	color:#01467d;
	}

.readmore {
	background:url(../images/bullet.gif) left center no-repeat;
	padding-left:15px;
	}
	
.req {
	font-size:10px;
	color:#ff7e00
	}
	
/* Forms
-------------------------------------------------------------------- */
#contactform, .appform {
	margin:10px 0px;
	background:#d4ffae;
	border:1px solid #b6ec87;
	font-size:11px;
	line-height:130%;
	}
	
#contactform td, .appform td {
	padding:5px;
	}
	
#contactform .alt, .appform .alt {
	background:#e2ffc8;
	}
	
fieldset {
	margin-bottom:10px;
	padding:0px 10px;
	border:none;
	border:1px solid #aac7d4;
	}
	
legend {
	font-size:14px;
	margin:5px 0px;
	color:#688a9a;
	}
	
.tablehead {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:normal;
	}
	
input {
	font-size:10px;
	padding:3px;
	}
	
/* Body Links
-------------------------------------------------------------------- */
#body a, #body a:link {
	color:#01467d;
	font-weight:bold;
	}
	
#body a:visited {
	color:#666;
	font-weight:bold;
	}
	
#body a:hover, #body a:active {
	color:#7dc5ff;
	font-weight:bold;
	}	
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	width:100%;
	background:#01467d;
	color:#86a4bc;
	padding:15px 20px;
	font-size:10px;
	line-height:140%;
	}
	
#copyright {
	float:left;
	width:350px;
	}
	
#foot .address {
	float:right;
	width:200px;
	padding-left:10px;
	}
	
/* Foot Links
-------------------------------------------------------------------- */
#foot a, #foot a:link, #foot a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#foot a:hover, #foot a:active {
	color:#7dc5ff;
	text-decoration:underline;
	}