﻿/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: url(/img/body-bg.gif) repeat-y top center #fff;
	color: #000;
}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	text-decoration:none;
	color: #be0f34;
}
a:link {
	color: #be0f34;
	text-decoration: none;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
#header a, 
.main-nav a {
	color:#8b8078;
}

#index .main-nav a {
	color:#fff;
}

.column a {
	font-weight:bold;
	font-size:1.2em;
}
.section-title a {
	color:#BE0F34;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color:#BE0F34;
	margin-bottom:10px;
}
h2 {
	font: bold 1.5em 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color:#BE0F34;
	margin-bottom:10px;
}
h3 {
	font: bold 1em 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color:#000;
	padding-bottom:1px;
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
}
h4 {
	font: bold .9em 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color:#333;
}
h5 {
	font: bold .8em 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color:#666;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#main-wrap {
	width:960px;
	margin:auto;
}
#header {
	height:95px;
	overflow:hidden;
	position:relative;
}
* html #header {
	height:96px;
}
#logo {
	float:right;
	margin:22px 40px 0 0;
}
#quicklinks {
	float:left;
	margin:60px 0 0 180px;
	list-style:none;
	display:inline;
	font-size:1em;
	color:#8b8078;
}
#quicklinks td {
	height:50px;
	padding:0 10px;
}
#redbar {
	height:20px;
	background-color:#be0f34;
}
#tab {
	height:39px;
	width:183px;
	left:0;
	bottom:0;
	position:absolute;
	background-repeat: no-repeat;
}


#header .clients {background-image:url(/img/tabs/clients.gif);}
#header .members {background-image:url(/img/tabs/members.gif);}
#header .networkaccess {background-image:url(/img/tabs/networkaccess.png);}
#header .providers {background-image:url(/img/tabs/providers.png);}
#header .services {background-image:url(/img/tabs/services.png);}
#header .visitors {background-image:url(/img/tabs/visitors.gif);}
#header .carecoordination {background-image:url(/img/tabs/carecoordination.gif);}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.main-nav {
	margin:0 0 0 13px;
	padding-top:4px;
	list-style:none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:1.5em;
	width:200px;
	line-height:1em;
	float:left;
}
* html .main-nav {
	position:absolute;
}
#index .main-nav {
	margin-left:38px;
}	
#index .main-nav li {margin-bottom:19px;}

.main-nav li {padding-bottom:20px;}
.main-nav li.nopadding {padding-bottom:0px;}
ul.indent { margin-left:15px; margin-top:15px; font-size:.85em;}
ul.indent li {padding-bottom:10px;}

.content-area ul {
	margin-top:10px;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#banner {
	height:464px;
}
#index #banner {background:url(/img/banners/front-door.jpg) no-repeat top right #BF0F35;}
.clients #banner {background:url(/img/banners/clients.jpg) top right no-repeat;}
.network-access-clients #banner {background:url(/img/banners/networkaccess.jpg) top right no-repeat;}
.members #banner {background:url(/img/banners/members.jpg) top right no-repeat;}
.providers #banner {background:url(/img/banners/providers.jpg) top right no-repeat;}
.services #banner {background:url(/img/banners/services.jpg) top right no-repeat;}
.visitors #banner {background:url(/img/banners/visitors.jpg) top right no-repeat;}
.uhc #banner {background:url(/img/banners/uhc.jpg) top right no-repeat;}
.ufsap #banner {background:url(/img/banners/ufsap.jpg) no-repeat top right;}
.wellness #banner {background:url(/img/banners/wellness.jpg) no-repeat top right;}
.coaching #banner {background:url(/img/banners/coaching.jpg) no-repeat top right;}
.ohiostateeap #banner {background:url(/img/banners/ohiostateeap.jpg) no-repeat top right;}
.carecoordination #banner {background:url(/img/banners/carecoordination.jpg) no-repeat top right;}
#columns {
	float:right;
	width:676px;
}
.column {
	float:left;
	margin-right:20px;
	width:200px;
	color:#8b8078;
}
#leftcolumn {
	float:left;
	width:250px;
	display:inline;
}
.content-area {
	float:right;
	width:685px;
	margin-right:15px;
	display:inline;
}
.content-area h1 {
        margin-top:20px;
}
.content-area ul, .content-area ol {
	margin-left:15px;
	line-height:1.3em;
	margin-bottom:15px;
        margin-top:-12px;
}
.content-area ul {
	list-style:disc;
}
.content-area ol {
	list-style-type:decimal;
	list-style-position:inside;
}
.content-area li ul, .content-area li ol {
        margin-top:5px;
}
.content-area li {
	margin-bottom:5px;
}
.content-area td {
        padding:5px 0px 5px 10px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#rightcolumn {
			float:right;
			width:200px;
			margin-left:0px;
		}
		.callout {
			margin-bottom:15px;
			background-image:url("/img/gray.png");
			background-repeat: no-repeat;
			margin-left:15px;
			position:relative;
			height:1%;
			display:inline;
		}
		.callout div.topleft{
			display: block;
			background-image:url("/img/gray.png");
			background-position:top left;
			padding: 2px 0 0 2px;
			height:1%;
		}

		.callout div.topright{
			display: block;
			background-image:url("/img/gray.png");
			background-position: top right;
			padding: 10px 2px;
			margin: -2px 0 0 2px;
			height:1%;
		}

		.callout div.bottomleft {
			display: block;
			height: 3px;
			margin-top: -2px;
			background-image:url("/img/gray.png");
			background-position:bottom left;
			height:1%;
		}

		.callout div.bottomright {
			display: block;
			height:1%;
			background-position:bottom right;
			background-image:url("/img/gray.png");
			height: 3px;
			margin-left: 3px;
		}
		.callout h2 {
			font-size:14px;
			line-height:1.3em;
		}

table#physiciantable td {
        vertical-align:top;
}		
table.record {
	width:100%;
}
table.record td {
	padding:5px;
        font-size:11px;
        vertical-align:top;
	/*  width:50%;   */
}
.record .name {
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
	display:block;
	padding-bottom:1px;
}
.record .graycaps {
	display:block;
	/* width:150px; */
}
.record .graycaps2 {
	display:block;
	/* width:114px; */
	text-align:right;  /*addition to re-align, 10-12 */
}

.graycaps,
.graycaps2 {
	text-transform: uppercase;
	color:#999;
	font-weight:bold;
}
.address {
	display:block;
}
.phone {
	display:block;
	padding-top:8px;
}
#searchform td{
	padding:5px;
	line-height:1.5em;
}
.ondark {
	background-color:#eee;
}
.goldback {
	text-align: right;
	padding:10px 0;
}

#form2 table {
	margin-top:10px;
	line-height:1.5em;
}
.yback {
	border-bottom:solid 1px #ccc;
}
.gback {
	background-color:#eee;
	border-bottom:solid 1px #ddd;
}
.content-area td.goldback {
	padding:20px 0;
}
table#netwell ul {
        margin-top:0px;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	padding:20px 0;
	color:#8b8078;
	clear:both;
}
#footer {
	float:right;
	font-size:0.9em;
	width:676px;
}

