* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Tahoma,Helvetica,Arial,sans-serif;
	background: url(images/background.gif) repeat-x top #fff;
	font-size: 11px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
a {
	font-weight: bold;
	color: #3b78a9;
}
a:hover {
	color: #333;
}
#container {
	width: 963px;
	margin: 0 auto;
}
#header {
	width: 963px;
}
#logo {
	width: 236px;
	height: 67px;
	float: left;
	text-indent: -99999px;
	margin-top: 20px;
	background: url(images/logo.gif) no-repeat;
}
#top-ad {
	width: 560px;
	float: right;
	height: 95px;
	margin-top: 5px;
	margin-right: -37px;
	
}
#header ul {
	width: 950px;
	height: 50px;
	padding-left: 15px;
	padding-top: 2px;
	clear: both;
}
#header ul li {
	float: left;
	display: block;
}
#header ul li a {
	float: left;
	display: block;
	border-right: 1px solid #282727;
	border-left: 1px solid #4b4a4a;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
	font-size: 15px;
}
#header ul li a.first {
	border-left: none;
}
#header a.subscribe {
	width:100px;
	height: 100px;
	float: right;
	margin-top: -100px;
	text-indent: -99999px;
}
	#header ul li a:hover {
			background: url(images/nav-hover.gif) repeat-x top;
	}
#content {
	width: 500px;
	padding: 10px;
	float: left;
}
#content div.post {
	clear: left;
	width: 500px;
	padding: 0 10px;
	padding-bottom: 20px;
	background: url(images/content-top.gif) no-repeat top;
	padding-top: 3px;
}
#content div.post h2 a {
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: -1px;
	text-decoration: none;
	color: #fff;
	font-weight: lighter;
	letter-spacing: -1px;
}
#content div.post p {
	line-height: 1.6em;
	font-size: 11px;
	color: #444;
	clear: both;
	padding: 10px 0;
}
#content div.post span.info {
	float: left;
	padding: 5px;
	padding-left: 20px;
	color: #666;
	background: url(images/info.gif) no-repeat left;
}
div.post small {
	display: block;
	font-size: 10px;
	color: #444;
	line-height: 1.6em;
	padding-bottom: 10px;
	clear: left;
}
#content div.post span.user {
	float: left;
	padding: 5px;
	padding-left: 20px;
	color: #666;
	background: url(images/user.gif) no-repeat left;
}
#content div.post span.comment {
	float: left;
	padding: 5px;
	padding-left: 20px;
	color: #666;
	background: url(images/comments.gif) no-repeat left;
}
#sidebar {
	width: 421px;
	float: right;
	_margin-right: -20px;
}
#sidebar p {
}
#sidebar h2 {
	background: url(images/sidebar-header.jpg) no-repeat left top;
	width: 421px;
	height: 26px;
	padding: 10px 0;
	padding-top: 6px;
	display: block;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: lighter;
	margin: 10px 0;
	clear: both;
}
#sidebar h2.sidebar-header-2 {
	background: url(images/sidebar-header.jpg) no-repeat left top;
}
#sidebar div.sidebar-left {
	width: 190px;
	float: left;
	padding: 5px;
}
#sidebar div.sidebar-right {
	width: 190px;
	float: left;
	padding: 5px;
}
#sidebar div.sidebar-left h3 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
#sidebar div.sidebar-left ul {
	padding-bottom: 10px;
}
#sidebar div.sidebar-left ul li {
	list-style: none;
	padding: 3px;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat left;
}
#sidebar div.sidebar-left ul.categories li {
	list-style: none;
	padding: 3px;
	padding-left: 20px;
	background: url(images/category.gif) no-repeat left;
}
#sidebar div.sidebar-left ul.recent-posts li {
	list-style: none;
	padding: 3px;
	padding-left: 20px;
	background: url(images/post.gif) no-repeat left;
}
#sidebar div.sidebar-right ul.recent-posts li {
	list-style: none;
	padding: 3px;
	padding-left: 20px;
	background: url(images/post.gif) no-repeat left;
}
#sidebar div.sidebar-left ul li a {
	font-weight: bold;
	color: #3b78a9;
}
#sidebar div.sidebar-left ul li a:hover {
	color: #333;
}
#sidebar div.sidebar-right h3 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
#sidebar div.sidebar-right ul {
	padding-bottom: 10px;
}
#sidebar div.sidebar-right ul li {
	list-style: none;
	padding: 3px;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat left;
}
#sidebar div.sidebar-right ul li a {
	font-weight: bold;
	color: #3b78a9;
}
#sidebar div.sidebar-right ul li a:hover {
	color: #333;
}
#footer {
	border-top: 2px solid #eee;
	width: 100%;
	background: #222;
	padding-bottom: 20px;
	clear: both;
}
#footer #wrap {
	width:  963px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
}
#footer #wrap  ul#latest-comments {
	list-style: none;
	float: left;
}
#footer #wrap  ul#latest-comments li {
	width: 500px;
	border: 3px solid #474646;
	background: #3e3e3e;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}
#footer #wrap  ul#latest-comments li a {
	text-decoration: none;
	color: #fff;
}
#footer #wrap  ul#latest-comments li {
	display: block;
	clear: both;
	line-height: 1.6em;
}
#footer #wrap #footer-box {
	width: 400px;
	float: right;
	border: 1px solid #474646;
	padding: 10px;
	margin: 10px 0;
}
#footer #wrap #footer-box h2 {
	font-weight: lighter;
}
#footer #wrap #footer-box p {
	color: #eee;
	line-height: 1.6em;
	padding: 10px 0;
	padding-bottom: 0;
}
#footer span {
	font-size: 10px;
	padding: 10px;
	padding-left: 0;
	color: #555;
	float: left;
	display: block;
	width: 900px;
	clear: both;
}
#comments {
	width: 540px;
	padding: 10px 0;
	float: left;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	padding: 5px;
	margin: 10px 0;
	width: 500px;
	background: #fafafa;
	border-left: 10px solid #eee;
	clear: left;
	line-height: 1.6em;
	font-size: 11px;
	color: #555;
}
#top-part {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	display: block;
}
#top-part div.top-box {
	width: 275px;
	border: 3px solid #f5f5f5;
	background: #fafafa;
	padding: 10px;
	float: left;
	margin: 10px;
	_margin: 5px;
}
#top-part div.top-box-wide {
	width: 480px;
	border: 2px solid #f5f5f5;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	padding: 10px;
	float: left;
	margin: 10px;
	_margin: 5px;
}
#top-part div.top-box-side-wide {
	width: 380px;
	border: 2px solid #f5f5f5;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	padding: 10px;
	float: left;
	margin: 10px;
	margin-left: 25px;
	_margin: 5px;
}
#top-part h2 {
	font-size: 20px;
	color: #555;
	font-weight: lighter;
}
#top-part  p {
	padding: 10px 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.6em;
}
#top-part div.top-box ul {
	margin-left: 15px;
	color: #666;
	list-style-type: square;
	line-height: 1.6em;
}
div.sidebar-box {
	width: 401px;
	padding: 10px;
	border: 2px solid #f5f5f5;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	padding: 10px;
	margin: 10px 0;
	clear: both;
}
div.sidebar-box h3 {
	font-size: 20px;
	color: #333;
	font-weight: lighter;
}
div.sidebar-box p {
	padding: 10px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
}
#wordpress {
	background: url(images/hawaiihealthinsurancelogo.gif) no-repeat;
	width: 276px;
	height: 180px;
	margin-bottom: -10px;
}
.blue {
	color: green;
	font-weight: bold;
}
