/*Eric Meyer's css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	color:#58595b;
	font: 12px Arial, Helvetica, sans-serif;
}
.home{
	background: url(../images/bg-body.gif) no-repeat 50% 201px;
}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
#wrapper {
	margin:0 auto;
	width:1028px;
	overflow:hidden;
	position:relative;
}
.logo{
	position:absolute;
	top:80px;
	left:0;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	width:231px;
	height:34px;
	z-index:1;
}
.logo a{
	background: url(../images/logo.gif) no-repeat;
	display:block;
	height:100%;
}
h2{
	margin:0 0 12px;
	font-size:20px;
	color:#90611E;
	font-weight:normal;
}
h3{
	margin:0 0 1px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#426b8a;
}
#header {
	overflow:hidden;
	width: 100%;
	height: 139px;
	position: absolute;
	top:0;
	left:0;
}
.search-form{
	position:absolute;
	top:0;
	right:8px;
	width:290px;
	height:28px;
}
.search-form .none{
	display: none;
}
.search-form .txt{
	float: left;
	border: 0;
	background: #e2e5e5;
	border-top:1px solid #a2afaf;
	border-left:1px solid #a2afaf;
	padding: 6px;
	width: 208px;
}
.search-form .btn{
	float: left;
	position: relative;
	background: none;
	width: 58px;
	height: 13px;
	border:0;
	letter-spacing:1px;
	margin:6px 11px 0 0;
	font-size: 11px;
	color: #58595b;
	cursor: pointer;
}
.nav{
	position:absolute;
	top:78px;
	left:267px;
	width:753px;
	height:34px;
	overflow:hidden;
}
.nav li{
	float:left;
	margin:0 0 0 -15px;
}
.nav li a{
	float:left;
	padding:0 12px 0 24px;
	font: 12px/34px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/bg-nav.gif) no-repeat;
	color:#fff;
}
.nav li.selected a{background: url(../images/bg-nav.gif) no-repeat 100% -68px;}
.nav li.active a{background: url(../images/bg-nav.gif) no-repeat 0 -34px;}
.nav li a.services{
	width:120px;
}
.nav li a.about-medval{
	width:140px;
}
.nav li a.msa-insight{
	width:116px;
}
.nav li a.online-referral{
	width:230px;
}
.nav li a.home{
	width:42px;
}
.nav li a:hover{
	text-decoration:underline;
}
.subnav{
	display: none !important;
	position:absolute;
	left:267px;
	bottom:12px;
}
* html .subnav{
	bottom:11px;
}
.subnav li{
	float:left;
	margin:0 1px 0 0;
}
.subnav li a{
	float:left;
	padding:0 11px;
	height:34px;
	font: 12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:#426b8a;
}
.subnav li a:hover, .subnav li.active a{
	background:#677b8a;
	text-decoration:none;
}
.subnav li a.resolution{
	width:82px;
	background: url(../images/a-resolution.jpg) no-repeat;
}
.subnav li a.resolution:hover,
.subnav li.active a.resolution {
	background: url(../images/a-resolution.jpg) no-repeat 0 -34px;
}
.home #main{
	padding:133px 60px 0 0;
}
.main-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 40px;
}
.home .main-holder{padding:0;}
.home #content {
	float:left;
	width:754px;
}
#content ul{
	padding:0 0 8px;
}
#content ul li{
	padding:0 0 10px 17px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
	font-style:italic;
	color:#96927a;
}
.big{
	display:block;
	padding:5px 0 0;
}
.info-block{
	padding:11px 0 16px 96px;
}
.info-block h2{
	font-style:italic;
	font-size:21px;
}
.info-block .text{
	padding:0 82px 0 162px;
}
#content p{
	margin:0 0 10px;
	line-height:16px;
}
#content .info-block p.note{
	margin:0 0 10px;
	font-size:15px;
	color:#426b8a;
	line-height:20px;
}
.bottom{
	height:1%;
	padding:0 0 0 12px;
}
.bottom:after{
	content:"";
	display:block;
	clear:both;
}
.online{
	float:left;
	width:135px;
	padding: 0 12px;
	font:12px/42px Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	z-index:10;
	text-transform:uppercase;
	background: url(../images/a-online-ref.gif) no-repeat;
}
.home #sidebar{
	float:right;
	width:176px;
}
.posts{
	padding:0 0 9px;
}
.posts ul li{
	padding:10px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0 11px;
}
.posts ul li a{
	font-size:12px;
	color:#808285;
}
#footer {
	height:1%;
	overflow:hidden;
	height:44px;
	margin:0 0 0 12px;
	padding:4px 17px 0 0;
	color:#fff;
	position:relative;
	background: url(../images/bg-footer.jpg) no-repeat;
}
#footer .copy{
	float:left;
	display:inline;
	margin:0 0 0 12px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.bottomnav{
	position:absolute;
	top:13px;
	left:163px;
	overflow:hidden;
}
.bottomnav li{
	float:left;
	padding:0 10px 0 0;
}
.bottomnav li a{
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
}
.address-box{
	float: right;
	font:11px Arial, Helvetica, sans-serif;
}
.address-box p{
	margin: 0;
}
.address-box address{
	font-style: normal;
	padding:3px 0 4px;
}
/* inner page */
.info-list{
display: none !important;
	position:absolute;
	top:102px;
	right:0;
}
.info-list li{
	display:inline;
	padding:0 10px 0 0;
}
.info-list li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#4e6470;
	text-decoration:none;
}
.info-list li a:hover{text-decoration:underline;}
#main{
	padding:139px 0 0 0;
}
#twocolumns{
	float:left;
	width:644px;
	padding:30px 0 0 20px;
}
#sidebar{
	float:right;
	width:314px;
	margin:0 8px 0 0;
	display:inline;
}
.graph{
	padding:0;
	margin:0 0 1px;
	min-height: 400px;
	background:url(../images/right_column_callout/default.jpg) no-repeat;
	
}
.table{
	width:298px;
	background:url(../images/bg-table.gif) repeat-y;
}
.table .holder{
	width:100%;
	background:url(../images/bg-table-t.jpg) no-repeat;
}
.table .frame{
	height:1%;
	overflow:hidden;
	padding:0 0 13px 9px;
	background:url(../images/bg-table-b.jpg) no-repeat 0 100%;
}
.table ul{
	float:left;
	width:96px;
}
.table ul li{
	margin:0 1px 1px 0;
	text-transform:uppercase;
	color:#58595b;
	background:#d6d9d1;
	padding: 4px;
	font:10px Arial, Helvetica, sans-serif;
}
.table ul li.ttl{
	color:#fff;
}
.table ul.data1 li.ttl{background:#978474;}
.table ul.data2 li.ttl{background:#799599;}
.table ul.data3 li.ttl{background:#809b7e;}
.sidebox{
	padding:18px 20px 23px;
	background: #95917a;
	color:#fff;
}
.sidebox h3{
	margin:0 0 4px 18px;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidebox ul li{
	padding:0 0 4px 18px;
	background: url(../images/bullet-3.gif) no-repeat 0 2px;
}
.sidebox ul li a{
	color:#fff;
}
#content{
	float:right;
	width:406px;
	padding:3px 0 80px;
}
.home #content{ padding:3px 0 0;}
#content p.important{
	margin:0 0 20px;
	font-size:15px;
	line-height:20px;
	color:#96927a;
}
.separator{
	height:11px;
	margin:0 0 14px;
	background: url(../images/separator.gif) repeat-x 0 6px;
	padding:6px 0 0;
	overflow:hidden;
}
.footnote{
	font-size:10px;
	font-style:italic;
	line-height:16px;
}
#content a{
	color:#799dbd;
}
.aside{
	float:left;
	width:214px;
	padding:8px 0 0;
}
.sidenav li{
	padding:4px 0;
}
.sidenav li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#8b9c9a;
	padding:0 0 0 20px;
	text-decoration:none;
}
.sidenav li a:hover, .sidenav li.active a{
	color:#9d9d7e;
	text-decoration:none;
	background: url(../images/bullet-2.gif) no-repeat 0 1px;
}
.sidenav li ul {
    display: none;
}
.sidenav li.active ul {
    display: inline;
}
.sidenav li ul li{
	padding:4px 0 0 8px;
}
.sidenav li ul li a{
	font-size:11px;
	font-style:italic;
}
.sidenav li.active ul li a{
	background:none!important;
	color:#8b9c9a;
}
.sidenav li.active ul li.active a,
.sidenav li.active ul li a:hover{
	color:#9d9d7e;
}
.bottom .info{
	float:left;
	width:510px;
	position:relative;
	margin:-80px 0 0 -20px;
}
.bottom .info .photo{
	float:left;
	margin:0 15px 0 0;
}
.bottom .info h3{
	margin:0 0 2px;
	font:11px Arial, Helvetica, sans-serif;
	color:#224a6e;
	text-transform:uppercase;
}
.bottom .info .firm{
	display:block;
	padding:0 0 10px;
	font:italic 9px Arial, Helvetica, sans-serif;
	color:#224a6e;
}
.bottom .info p{
	font-size:11px;
	font-style:italic;
	line-height:14px;
	color:#8b9c9a;
}
.checkbox-list .wpcf7-list-item {
	display: block;
}


/* client edits */

.sidenav li ul {
    display: inline;
}

.nav li a:hover
{background: url(../images/bg-nav.gif) no-repeat 0 -34px;}


.nav li a.services{
	width:129px;
}
.nav li a.about-medval{
	width:129px;
}
.nav li a.msa-insight{
	width:129px;
}
.nav li a.msa-insights{
	width:129px;
}

.nav li a.online-referral{
	width:129px;
}
.nav li a.home{
	width:129px;
}

.sidebox{	
	background: #90611E;
}
.sidenav li a{
	font:12px Arial, Helvetica, sans-serif;
	
}
h3 a {
color:#426b8a;
}

#full_content { padding: 0 0 100px; }
#full_content #content { padding: 0 0 2em; margin: 0 0 0 270px; float: none; width: 650px; }

#supplemental_footer { font: 10px Arial,Sans-serif;color:#58595B; width: 750px; margin: 0 auto; padding: 10px 0 2em; }
#supplemental_footer a { color: #666; }
