@charset "utf-8";
/*
Theme Name: eghc
Description: The default theme for eghc.com
Version: 1.0
Author: John Sellars
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* General styles */
html,
body{
	height:100%;
}
body{
	color:#515151;
	line-height:1.3;
	background: url(images/background_grain.jpg) repeat scroll;
}
.logo_top_holder{
	float:left;
}
.img_right,
.img_right_topless,
.img_right_topless_border{
	float:right;
	margin:20px;
}
.img_right_topless{
	margin-top:0;
}
.img_right_topless_border{
	margin-top:0;
	border:1px solid #999;
}
#page{
	background:url(images/background_white_shadow.gif) center repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}
.push{
	height:60px;
	clear:both;
}
p{
	line-height:1.3;
	margin-bottom:.9em;
}
a:active,
a:link,
a:visited{
	color:#515151;
}
a:hover{
	text-decoration:none;
}
.footer_content a:active,
.footer_content a:link,
.footer_content a:visited{
	color:#6a8ed1;
}
/* Header Styles */
.colorbar_top {
	width:100%;
	height:3px;
	display:block;
	background:#6d6e70;
}
#header {
	width:966px;
	margin:0 auto 16px;
	background:url(images/background_white_shadow.gif) center repeat-y;
	padding:25px 0 0 0;
	height:66px;
}
#header_content {
	padding:0 113px;
}
#home_banner{
	height:250px;
	width:778px;
	background:url(images/background_diag_4x4.gif) repeat scroll;
	border:1px solid #c7c7c7;
	margin:0 auto;
}
.home_banner_content{
	position:relative;
	width:720px;
	height:225px;
	display:block;
	margin:15px 0 0 20px;
	background:url(images/eghc_wheel.png) no-repeat right;
}
.home_banner_content_inner{
	display:block;
	width:448px;
	padding-top:10px;
}
.home_wheel_link{
	width:220px;
	height:215px;
}
a.wheel_link{
	position:absolute;
	height:215px;
	width:220px;
	left:498px;
}
.home_banner_content h1,
.header_content_right h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	line-height:1;
	margin-bottom:10px;
}
.tm_h1{
	font-size:12px;
	height:100%;
	padding-top:10px;
	position:absolute;	
}
.header_content_right h1{
	font-size:30px;
	margin-bottom:-3px;
}

.home_content_bottom{
	margin:20px auto 0 auto;
	width:740px;
	height:330px;
	background:url(images/logos_dividers.gif) center top no-repeat;
	font-size:12px;
	line-height:1.3;
}
.home_content_bottom table{
	margin-top:30px;
}
.td_left{
	padding-left:45px;
}
.td_middle{
	padding-left:105px;	
}
.td_right{
	padding-left:45px;	
}

.right,
.left{
	width:216px;
}
.middle{
	display:block;
	padding:0 264px 0 275px;
}
.right,
.left,
.middle{
	padding-top:60px;
}
.right{
	float:right;
}
.left{
	float:left;
}
/* ///////////////Main Navigation\\\\\\\\\\\\\\\ */

#header .menu{
	float:right;
	margin:20px 0 0 0;
	font-size:14px;
}
ul#navigation {	
	list-style:none;
}

ul#navigation li {
	display:inline;
	border-right:1px solid #48484a;
	padding:0 15px;
}
ul#navigation li.last {
	border-right:none;
	padding-right:0;
}

ul#navigation li a {
	color:#48484a;
	text-decoration:none;
}
ul#navigation li a:hover {
	text-decoration:underline;
}
ul#navigation li a.current {
	text-decoration:underline;
}
/* ///////////////Sidebar Navigation & Content\\\\\\\\\\\\\\\ */
.subnav{
	display:block;
	width:180px;
	margin:0 0 20px;
}
.subnav ul{
	list-style:none;
	margin:0;
	padding:15px 0;
}
.subnav ul li{
	margin-bottom:5px;
}
.subnav a:link,
.subnav a:active,
.subnav a:visited{
	line-height:1.2;
	padding:2px 0 4px 10px;
	font-size:12px;
	display:block;
	color:#737373;
	text-decoration:none;
}
.subnav a.subnav_current:link,
.subnav a.subnav_current:active,
.subnav a.subnav_current:visited,
.subnav a:hover{
	background:#737373;
	color:#fff;
}
.provider_sidebox{
	display:block;
	background:#f4f4f4;
	padding:10px;
	width:170px;
}
.provider_sidebox ul{
	margin:0 0 0 13px;
}
.provider_sidebox li{
	margin-bottom:10px;
}
/* Content styles */
#content {
	overflow:hidden;
	background:url(images/background_white_shadow.gif) center repeat-y;
	width:780px;
	font-size:1.1em;
	margin:0 auto;
}
#content p{
	margin:10px 0 0 0;
}
#content_left{
	float:left;
	padding:0 0 0 20px;
	margin-top:28px;
}
#content_right{
	width:540px;
	float:right;
	margin:0 0 30px;
}
#content_right h3{
	font-size:16px;
	font-weight:bold;
	margin:30px 0 0;
}
.content_right_list{
	float:right;
	margin:10px;
	padding:15px;
	background:#EFEFEF;
}
#content_right .content_right_list h3{
	margin:0;
}
.home_content h2{
	font-size:26px;
	margin:0 0 5px;
	color:#414142;
	line-height:1;
	}
h3{
	font-size:18px;
	color:#515151;
	margin:0 0 5px 0;
}
h2{
	color:#515151;
}
.home_underline{
	margin:0 0 10px;
}
.post{
	float:left;
	display:block;
	width:620px;
	height:314px;
	background:#e7e7e7;
	margin:20px 0 0 10px;
}
.entry{
	background:#fff url(images/analytics_back.jpg) no-repeat center;
	border:10px #e7e7e7 solid;
	padding:10px 175px 10px 10px;
	width:415px;
	height:274px;
}


/* Footer styles */

#footer {
	margin:50px auto 0;
	text-align:center;
	width:780px;

	background:url(images/background_white_shadow.gif) center repeat-y;
	clear:both;
	font-size:12px;
}

.footer_content{
	background-color:#fff;
	height:80px;
	}
#footer p{
	clear:both;
	margin:10px 0;
}
#footer ul#navigation{
	margin:0;
	}
/* Footer Navigation */
.footer_content .menu{
	margin:10px 0;
}