/*  
Theme Name:HealthCheckUSA
Theme URI: http://www.healthcheckusa.com/
Description: A custome WordPress theme for HealthCheckUSA by <a href="http://www.getpageone.com">Get Page One LLC</a>
Version: 1.0
Author: Get Page One
Author URI: http://www.getpageone.com/
*/

body
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div
{
	margin: 0px;
	/*border: thin solid red;*/
}

a
{
	color: #669900;
}
	
#header
{
	background: url('images/pic_top_all_fade.jpg');
	height: 125px;
}

#header_wide
{
	width:770px;
	margin: auto;
	padding-top: 0px;
}

#header_img
{
	width: 237px;
	height: 93px;
	background: url('images/top_logo1.jpg');
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_links
{
	float: right;
	height: 66px;
	width: 533px;
}

#header_links ul
{
	margin: 0px;
	padding: 0px;
}

#header_links ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header_links ul li a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.clearfix
{
	clear: both;
}

#header_tagline
{
	float: left;
	background: url('images/top_tagline.jpg');
	height: 32px;
	width: 427px;
}

#content
{
	width: 770px;
	margin: auto;
}

#content_wide
{
	float: right;
	width: 533px;
}

#content_header
{
	width: 533px;
	height: 100px;
	background: url('images/header.jpg');
}

#content_divider
{
	width: 533px;
	height: 29px;
	background: url('images/pic_hd_temp.gif');
}

#content_back
{
	padding: 11px 0px 1px 0px;
	width: 533px;
	background: #ececec url('images/hm_right_top.jpg') no-repeat;
	margin: auto;
}

#content_posts
{
	margin: auto;
	width: 496px;
	text-align: left;
}

#content_posts h2
{
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

#content_posts h2 a
{
	color: #000;
	text-decoration: none;
}

#content_posts h2 a:hover
{
	text-decoration: underline;
}

#content_posts .spacer
{
	background: #000;
	width: 100%;
	height: 1px;
}

#content_posts .date
{
	text-align: right;
}

#content_footer
{
	width: 533px;
	background: url('images/hm_right_bot.jpg');
	height: 21px;
}

#sidebar
{
	float: left;
	width: 237px;
	text-align: left;
}

#menu_header
{
	margin-top: 2px;
	width: 230px;
	height: 32px;
	background: url('images/pic_menu.jpg');
}

#menu_bar
{
	width: 230px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 1px;
	background: #ececec url('images/hm_order_top.jpg') no-repeat;
}

#menu_bottom
{
	width: 230px;
	height: 21px;
	background: #ececec url('images/hm_order_bot.jpg');
}

#menu_content
{
	width: 180px;
	background: #fafafa;
	margin: auto;
	text-align: left;
	border: solid 2px #bbbbbb;
}

#menu_content ul
{
    list-style: none;
	margin: 0px;
	padding: 0 10px 0px 10px;
}

#menu_content li
{
    list-style: none;
    margin: 0px;
    padding: 0 5px 0 5px;
}

#menu_content ul ul
{
    list-style: none;
    margin: 0px;
	padding-left: 15px;
}

#menu_content ul li
{
	list-style: none;
	padding: 0px;
	margin: 5px 0 5px 0;
}

#menu_content h3
{
    font-size: 12px; 
    font-weight: bold;
}

#footer
{
	width: 100%;
	height: 72px;
	background: url('images/hm_footer_fade.jpg');
}

#footer_container
{
	width: 770px;
	margin: auto;
	padding-top: 14px;
}

#footer_menu
{
	width: 533px;
	float: right;
	font-size: 8pt;
	color: #99CC00;
}

#footer_menu a
{
	color: #99CC00;
}

#footer_menu a:hover
{
	text-decoration: none;
}

.lab-test-button
{
	display: block;
	background: url('images/lab-test-button.gif') no-repeat top center;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
        color: #FFFFFF;
}

a.lab-test-button
{
	color: #FFFFFF;
}

.widgettitle 
{
    font-size: 14px; 
    font-weight: bold;
}

