/* HTML TAG*/
/***********************************************/ 
html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family: Arial, sans-serif;
	color: #3984b8;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	background-color: #c0c0c0;
	background-position: top;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #3984b8;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #3984b8;
	font-weight: bold;
	padding-bottom: 8px;
}
h3 {
	font-size: 14px;
	color: #3984b8;
	font-weight: bold;
	
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #1f2a33;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
}
.b {
	font-weight: bold;
}
/***********************************************/
/****** LAYOUT DIVS ******/
/***********************************************/
#divContainer {
	width:983px;
	height:100%;
	margin:0 auto;
	padding:0;
	font-size: 12px;
	background-color:#fff;
}
/************* HEADER AND NAV **************/

#header {
	float:left;
	margin: 0;
	width: 983px;
}
#header img {
	float:left;
}

/************* END HEADER  **************/
#menu{
	 float:left;
	 height:33px;
	 width:983px;
	 background-color:#e2eaed;
}
#midTop {
	float:left;
	width:656px;
	margin:0;
	padding: 4px 4px 4px 4px;
	border: 1px solid #bf3734;
}

#flaHead {
	float:left;
	width:983px;
	height:217px;
	background-image: url(images/fla_top.jpg);
	background-repeat: no-repeat;
}
	
/************* MID AREA **************/
#midContainer {
	width: 983px;
	margin: 0;
	float: left;
	background-color:#fff;
	line-height: 16px;
}
#midContainer a:link {
	color: #296188;
	text-decoration:underline;
}
#midContainer a:visited {
	color: #296188;
	text-decoration:underline;
}
#midContainer a:hover {
	color: #a1a0a4;
	text-decoration:underline;
}
#ltSpace {
	float:left;
	margin: 0;
}
#lt_col {
	float:left;
	color:#3b8aaa;
	width:256px;
	background-image: url(images/lt_col_bg.gif);
	background-repeat: repeat-y;
}
#lt_col img {
	border: 0;


}
#lt_colTxt {
	width:220px;
	margin-left:25px;
	padding-bottom:12px;
	line-height: 20px;
	color: #000;
}
#lt_colTxt ul li {
	list-style-type: none;
}
#lt_colTxt a:link {
	color: #000;
	text-decoration:none;
}
#lt_colTxt a:visited {
	color: #000;
	text-decoration:none;
}
#lt_colTxt a:hover {
	color: #bf3734;
	text-decoration:none;
}
#midLt {
	width: 586px;
	float: left;
	background-color:#fff;
	padding: 16px 16px 16px 30px;
	background-image: url(images/under_bts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#midLt a:link {
	color: #296188;
	text-decoration:underline;
}
#midLt a:visited {
	color: #296188;
	text-decoration:underline;
}
#midLt a:hover {
	color: #a1a0a4;
	text-decoration:underline;
	
}
#midLt img {
	float: left;
	padding-right: 10px;
	border:0;
}
#midBox {
	width: 582px;
	float: left;
	text-align: left;
	padding:10px 0px 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#midBox img {
	float: left;
	padding-right: 10px;
}
#title{
	   width:580px;
	   height:63px;
	   padding-bottom:14px;
	   }

#midRt {
	width: 300px;
	float: left;
	margin-top:16px;
	padding: 0px 24px 8px 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#midRt img {
	float:left;
	border:0;
}
#midRt ul {
	line-height: 18px;	
}
#midRt a:link {
	color: #296188;
	text-decoration:none;
}
#midRt a:visited {
	color: #296188;
	text-decoration:none;
}
#midRt a:hover {
	color: #a1a0a4;
	text-decoration:none;
}
#midRt img {
	padding:6px 6px 6px 6px;
}

.greyline {
	background-color:#CCC;
	width:587px;
	height:1px;
	float:none
}
#midBox img {
	float:left;
	padding: 0px 8px 0px 0px;
}
#clear {
	clear: both;
}
/************* USED FOR AREA AT BTM ALL PAGES OVER FOOTER**************/
 #btmArea {
	width:980px;
	height:auto;
	float:left;
	background-image:url(images/bg_btm_area.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#btmAreaLt {   /************* USED FOR HEATH PRO AREA AT BTM LT**************/
	width:258px;
	height:137px;
	float:left;
	background-image: url(images/verified_healthpros.png);
	background-repeat: no-repeat;
	background-position: top;
}
#btmAreaLt img {
	padding:20px 0px 0px 76px;
}
#btmAreaRt {
	width:710px;
	float:right;
}
#btmAreaTxt {
	width:320px;
	float:left;
	padding: 10px 0px 18px 0px;
}
#btmAreaTxt h1 {
	font-size:14px;
	color: #b8393a;
}
#btmAreaTxt li {
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
#btmAreaTxt a:link {
	color: #b8393a;
	text-decoration:none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
#btmAreaTxt a:visited {
	color: #b8393a;
	text-decoration:none;
}
#btmAreaTxt a:hover {
	color: #666;
	text-decoration:none;
}
/************* USED FOR BOX AREA  IN btmArea**************/
#midBtm {
	width: 594px;
	float: right;
	margin-top: 6px;
	margin-right: 16px;
}
#midBtm img {
	float: left;
}
#midBtm a:link {
	color: #fff;
	text-decoration:none;
}
#midBtm a:visited {
	color: #fff;
	text-decoration:none;
}
#midBtm a:hover {
	color: #b8393a;
	text-decoration:none;
}
#midBtmTxt {
	float:left;
	color: #fff;
	width: 278px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61b5d7;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#joinEmail {
	float:left;
	padding-left:20px;
	width:201px;
}

#apptArea {
	width: 900px;
	background-color:#fff;
	margin-left:24px;
	padding: 10px 16px 8px 16px;
}

#gallery {
	width: 951px;
	float: left;
	background-color:#fff;
	padding: 16px 16px 16px 16px;
	background-image: url(images/under_bts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#gallerytitle{
	   width:580px;
	   height:63px;
	   }
/************* BEGIN FOOTER STYLES ***************/

#footer {
	float: left;
	width:983px;
	height:138px;
	color: #4a4a4b;
	background-color: #fff;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}
#footer img {
	float:left;
}
#footerBtns {
	float:right;
	width:130px;
	margin: 4px 10px 0;
}
#footerBtns img {
	float:left;
	padding:0;
}
#footerLinks {
	float:right;
	width:545px;
	margin:4px 50px 4px;
	text-decoration:none;
	text-align: right;
}
#footerLinks a:link {
	color: #4a4a4b;
	text-decoration:none;
}
#footerLinks a:visited {
	color: #4a4a4b;
	text-decoration:none;
}
#footerLinks a:hover {
	color: #3984b8;
	text-decoration:none;
}
.address {
	font-size: 10px;
	float:right;
	color: #4a4a4b;
	text-align: right;
	padding-right:2px;
}
/************* END FOOTER STYLES ***************/

