/*
Healthwind CSS
4.28.06 - sju
Colors:
	#7CB0A1		Body background
	#FFD792		Gold
*/

/* global
---------------------------------------------*/
body {
	padding:0;
	margin:0 0 0 1px; /* for IE positioning bug */
	background:#7CB0A1 url(../i/container_bg.gif) top center repeat-y;
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:center;
	}
html > body {
	margin-left: 0;
	} /* for IE positioning bug */
body * {
	text-align:left;
	}
h1, h2, h3, h4, p, ul, ol, dl, form {
	margin-top:0;
	}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	}
a, a:visited, a.current {
	color:#395D52;
	text-decoration:none;
	border-bottom: none;
	}
a:hover {
	color:#21352F;
	border-bottom: 1px dotted #395D52;
	}
img {
	border:0;
	}
img.float_r {
	float:right;
	padding:0 0 0 6px;
	}
img.float_l {
	float:left;
	padding:0 6px 0 0;
	}
h1 {
	position:absolute;
	top:35px;
	margin-left:20px;
	width:185px;
	background:url(../i/hwlogo.gif) no-repeat;
	overflow:hidden;
	height:100px;
	text-indent:-5000px;
	}
h2 {
	margin:37px 0 .2em 235px;
	font-size:225%;
	font-weight:normal;
	}
* html h2 {
	margin-top:-2px;
	}
h3 {
	padding-top:41px;
	font-size:175%;
	}
h4 { 
	font-size:150%;
	font-weight:normal;
	color:#7CB0A1;
	}
.flashimg {
	margin-top:4px;
	}
.centered, .flashimg {
	text-align:center;
	}

/* acrobat
---------------------------------------------*/
#acrobat {
	font-size:90%;
	background:url(../i/acrobat.gif) no-repeat top left;
	position:relative;
	margin:0 0 6px 20px;
	padding-left:20px;
	}

/* header
---------------------------------------------*/
#header {
	width:720px;
	margin:0 auto;
	padding:20px;
	background:url(../i/container_top.gif) top center no-repeat;
	}

/* headings and layout
---------------------------------------------*/
#content {
	width:738px;
	margin:0 auto;
	text-align:center;
	}
#col_container {
	width:700px;
	margin:0 auto;
	}
#col_left {
	float:left;
	padding:0 0 0 0px;
	width:250px;
	}
#col_right {
	float:right;
	padding:0 0px 0 10px;
	width:430px;
	}
#col_full {
	float:right;
	padding:0 20px 0 28px;
	width:652px;
	}

/* block
---------------------------------------------*/
#block {
	background:#fff url(../i/links_bg.gif) repeat-y top left;
	position:relative;
	margin: 0 0 10px 0;
	color:#888;
	}
#block h3 { 
	background:#fff url(../i/links_bg_hdr.gif) no-repeat top left;
	height:55px;
	font-size:150%;
	font-weight:normal;
	margin:0;
	padding:15px 20px 0 20px;
	color:#7CB0A1;
	}
#block p {
	font-size:95%;
	margin:0 0 8px 0;
	padding:0 12px 0 22px;
	}
#block .bottom {
	height:15px;
	background:#fff url(../i/links_bg_ftr.gif) no-repeat top left;
	}
#block li {
	font-size:90%;
	margin:0 12px 0 2px;
	padding:0 0 0 2px;
	list-style:square;
	}
	
/* quote
---------------------------------------------*/
#quote {
	background:#fff url(../i/quot_bg.gif) repeat-y top left;
	position:relative;
	margin: 0 0 8px 0;
	padding:24px 10px 0 46px;
	height:84px;
	}
#quote p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	color:#888;
	font-size:110%;
	font-weight:normal;
	}
#quote p.small {
	margin:-16px 0 0 8px;
	font-size:90%;
	}

/* main
---------------------------------------------*/
#main {
	position:relative;
	margin: 0 0 8px 0;
	color:#888;
}
#main h3 { 
	font-size:200%;
	font-weight:normal;
	margin:0;
	padding:10px 20px 10px 0;
	color:#99A6AE;
	}
#main p {
	font-size:120%;
	margin:0 0 12px 0;
	padding:0 12px 0 14px;
	}
#main > ul > li {
	font-size:100%;
	margin:0 0 0 10px;
	padding-left:10px;
	list-style:square;
	}


/* nav
---------------------------------------------*/
#nav {
	position:relative;
	padding:16px 0 0 300px;
	margin:0;
	}
#nav table {
	table-layout:fixed;
	width:90%;
	padding:0;
	border: 0;
	height:30px;
	margin:10px 0 10px -14px;
	background-color: #fff;
	}
#nav td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 110%;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	background: transparent url(../i/barback.gif) no-repeat center top;
	}
#nav td.hi {
	background-image: url(../i/barback_hi.gif);
	}
#nav td.first {
	background-position: left top;
	}
#nav td.last {
	background-position: right top;
	}
#nav a {
	color:#ccc;
	font-weight:bold;
	border:0;
	}
#nav td.hi a {
	color:#fff;
	}
#nav a:hover {
	color:#fff
	}
	
/* fullcol
---------------------------------------------*/
#fullcol {
	position:absolute;
	top:144px;
	margin-left:40px;
	float:left;
	background:#fff;
	width:658px;
	}
#fullcol h3 {
	font-size:150%;
	}
#fullcol p, #fullcol ul {
	font-size:100%;
	}

/* footer
---------------------------------------------*/
#footer {
	border:solid 1px #ddd;
	color:#aaa;
	background:#eee;
	font-size:90%;
	text-align:center;
	padding:10px 0 10px 0;
	margin:40px 60px 20px 60px;
	}
#footer a, #footer a:visited {
	color:#888;
	border:0;
	}
#footer a:hover {
	border-bottom: 1px dotted #888;
	}

/* featlist
---------------------------------------------*/
#featlist p {
	font-size:100%;
	}

/* compressed
---------------------------------------------*/
#compressed {
	margin-top:34px;
	}
#compressed h4 {
	margin:10px 0 8px 0;
}
#compressed p {
	font-size:95%;
	margin:0 0 8px 0;
	padding:0 12px 0 10px;
	}