/*->>>>>Hex Codes<<<<<<--- 
# Red (logo) #c33
# Dark Blue (logo) #039
# Yellow (logo) #fc3
# Mid Blue (variation on upper section of main nav buttons) #36c
# Bright blue (used as font on header-navigation) #06c
# Light Tan (header/footer swoosh): #ffc
# Light Blue: #E2EBED
# Dark Grey  #333
# Off White #fafafa
# HIP Yellow FDC88C
# HIP Blue #0c499c
# HH #d7ac95
# CS Blue #a8dce3
# CS Sherbert #FFDB8A


/*->>>>>Page Resets<<<<<<--- */
* {
	padding:0;
	margin:0;
}
ul{ list-style:none }
h1{
	font-size:1.6em;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.3em;
	color:#039;
}
h2 a:link {
	font-size:1.3em;
	text-decoration:none;
	color:#039;
	padding:1px;
}
h2 a:visited {
	font-size:1.3em;
	text-decoration:none;
	color:#039;
	padding:1px;
}
h2 a:hover {
	color:#36c;
	font-size:1.3em;
	padding:1px;
}
h2 a:active {
	font-size:1.3em;
	color:#039;
	padding:1px;
}
h3 {
	padding-bottom:5px;
	font-size:1.3em;
	color:#039;
}
h4 {
	font-size:1em;
	color:#039;
	padding-top:9px;
	line-height:1.4em;
}
h5 {
	font-size:0.9em;
	color:#039;
}
h6 {
	font-size:.80em;
	color:#039;
}
a img { border:0; }
#print-logo { display:none; }
/*->>>>>Clear Floats & Add Spacers<<<<<<--- */
.clearboth { clear:both; }
.spacer {
	float:left;
	width:3%;
}
#espanol a:link, #espanol a:visited {
	text-decoration:none;
	font-size:1.2em;
	padding-left:450px;
	color:#039;
}
#espanol a:hover, #espanol a:active {
	text-decoration:underline;
	font-size:1.2em;
	padding-left:450px;
	color:#06c;
}
#espanol-2col a:link, #espanol-2col a:visited {
	z-index:2;
	position:absolute;
	left:845px;
	text-decoration:none;
	width:5em;
	font-size:1.2em;
	color:#039;
	top: -10px;
}
#espanol-homepage2col a:hover, #espanol-homepage2col a:active {
	text-decoration:underline;
	color:#06c;
}
#espanol-homepage2col a:link, #espanol-homepage2col a:visited {
	z-index:2;
	position:absolute;
	left:845px;
	text-decoration:none;
	width:5em;
	font-size:1.2em;
	color:#039;
	top: -10px;
}
#espanol-2col a:hover, #espanol-2col a:active {
	text-decoration:underline;
	color:#06c;
}
/*->>>>>Accessibility Links<<<<<<--- */
#skip a:link, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:hover {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

.floatleft{float:left; padding:5px;}
.floatright{float:right; padding:5px;}
/*>>>>>Marks Type of Link<<<<<<---
a[href^="http:"] {
background: url(../imgs/icon-external.gif) no-repeat right center;
margin-right: 1.5em;
}
a[href$=".pdf"] {
background: url(../imgs/icon-pdf.gif) no-repeat right center;
padding-right: 1.5em;

}
a[href$=".doc"] {
background: url(../imgs/icon-word.gif) no-repeat right center;
padding-right: 1.5em;
}
a[href$=".xls"] {
background: url(../imgs/icon-excel.gif) no-repeat right center;
padding-right: 1.5em;
}
*/
/*->>>>>Layout and Main Divs<<<<<<--- */
body {
	font-family:"Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.8em;
	background:url(../imgs/bg-bluegradient.gif) repeat-x;
}
#wrapper {
	width:69em;
	background:#fff;
	border:1px solid #ccc;
	margin:.5em auto;
}
/*---Top Banner--- */
#banner {
	width:69em;
	height:90px;
}
#banner .bg-img { width:67.69em; }
/*---Main Content--- */
#content-wrapper { 
width:64.75em;
position:relative;
top:-25px; }

#leftside-bar {
	float:left;
	width:13.5em;
	padding: 0px 10px 10px;
}

/*	#content:left-margin:20px; */
#content {
	float:left;
	padding-left:3.5em;
	padding-top:1.5em;
	width:42em;
	color: #333;
}
#flashcontent {
	float:left;
	padding-left:3.5em;
	width:42em;
	color: #333;
}


#content .hdr-img {
z-index:0;
	width:41.65em;
	padding-bottom:13px;
	padding-top:5px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:80%;
}
#content a:link {
	text-decoration:none;
	color:#039;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#content a:visited {
	color:#06c;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#content a:hover {
	color:#06c;
	text-decoration:underline;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#content a:active {
	color:#06c;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
/*	#content #left left-margin:20px; */
#content #left {
	float:left;
	width:27em;
	color: #333;
}
#content #right {
	float:right;
	width:13em;
	color: #333;
	border-left: thin solid #88BEE7;
	padding-left:10px;
	background: url(../imgs/hhwgradient3.gif) no-repeat left top;
	padding-top: 10px;
}
#content #right a, #content #right a:link, #content #right a:visited {
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}
#content #right a:hover, #content #right a:active {
	padding-left:5px;
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}

#content #rightcs {
	float:right;
	width:13em;
	color: #333;
	border-left: thin solid #FFDB8A;
	padding-left:10px;
	background: url(../imgs/csgradienttopleft.gif) no-repeat;
}
#content #rightcs a, #content #rightcs a:link, #content #rightcs a:visited {
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}
#content #rightcs a:hover, #content #rightcs a:active {
	padding-left:5px;
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}
#rightcs ol li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
	text-indent: -17px;
	padding-left: 20px;
	line-height:1.5em;
}
#content #righthip {
	float:right;
	width:13em;
	color: #333;
	border-left: thin solid #FDC88C;
	padding-left:10px;
	background: url(../imgs/hipgradient.gif) no-repeat;
}
#content #righthip a, #content #righthip a:link, #content #righthip a:visited {
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}
#content #righthip a:hover, #content #righthip a:active {
	padding-left:5px;
	font-size:100%;
	color:#039;
	text-decoration:none;
	padding:1px;
}
#righthip ol li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
	text-indent: -17px;
	padding-left: 20px;
	line-height:1.5em;
}

#content .productButtons { padding-left:10px; }
/*---Used for pages without left navigation--- */
#wide-content {
	width:55em;
	margin-top: -30px;
	margin-left:5em;
	color: #333;
}
#wide-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:80%;
}
#wide-content p a:link {
	text-decoration:none;
	color:#039;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#wide-content p a:visited {
	color:#06c;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#wide-content p a:hover {
	color:#06c;
	text-decoration:underline;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
#wide-content p a:active {
	color:#06c;
	text-decoration:underline;
	line-height:1.5em;
	font-size:100%;
	padding:1px;
}
/*---Footer--- */
#footer {
	width:69em;
	height:85px;
}
#footer .bg-img { width:67.69em; }
/*->>>>>Search<<<<<<--- */
#nav-search {
	width:19em;
	padding-left: 40em;
	position:relative;
	top:-10px;
}
#cse-search-box { margin: 200 0 30px 200px; }
.search-btn {
	position: relative;
	top: 2px;
}
#custom-search-box {
	padding: .2em;
	width: 200px;
	border: 1px solid #ccc;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

/*->>>>>Branding<<<<<<--- */
#branding {
	float:left;
	width:13em;
	position:relative;
	top:-40px;
	padding:1px;
}
#branding a:link, #branding a:visited, #branding a:hover, #branding a:active{
padding:1px;
}

/*->>>>>Promo Buttons & I Want to Links<<<<<<--- */
#providerpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/providerlink.gif) no-repeat 0 0;
}
#providerpromo-a:hover, #providerpromo-a:active{ background-position: 0 -100px; padding:1px; }
#providerpromo-a span { display: none; padding:1px;}

#memberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/outreachevents.gif) no-repeat 0 0; margin-top:2em;}
	
#memberpromo-a:hover, #memberpromo-a:active { background-position: 0 -100px; padding:1px; margin-top:2em; }
#memberpromo-a span { display: none; padding:1px;}

#hhmemberpromo-a {
	display: block;
	width: 200px;
	height: 99px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/stepstowellness.gif) no-repeat 0 0;
}
#hhmemberpromo-a:hover, #hhmemberpromo-a:active{ background-position: 0 -102px; padding:1px; }
#hhmemberpromo-a span { display: none; padding:1px;}

#esphhmemberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/esp-stepstowellness.gif) no-repeat 0 0;
}
#esphhmemberpromo-a:hover, #esphhmemberpromo-a:active{ background-position: 0 -98px; padding:1px; }
#esphhmemberpromo-a span { display: none; padding:1px;}

#csmemberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/carenews.gif) no-repeat 0 0;
}
#csmemberpromo-a:hover, #csmemberpromo-a:active{ background-position: 0 -103px; padding:1px; }
#csmemberpromo-a span { display: none; padding:1px;}

#espcsmemberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/esp-carenews.gif) no-repeat 0 0;
}
#espcsmemberpromo-a:hover, #espcsmemberpromo-a:active{ background-position: 0 -100px; padding:1px; }
#espcsmemberpromo-a span { display: none; padding:1px;}

#hipmemberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/stepstowellness.gif) no-repeat 0 0;
}
#hipmemberpromo-a:hover, #hipmemberpromo-a:active{ background-position: 0 -100px; padding:1px; }
#hipmemberpromo-a span { display: none; padding:1px;}

#esphipmemberpromo-a {
	display: block;
	width: 200px;
	height: 100px;
	margin-top:2em;
	padding:1px;
	background: url(../imgs/promoButtons/esp-stepstowellness.gif) no-repeat 0 0;
}
#esphipmemberpromo-a:hover, #esphipmemberpromo-a:active{ background-position: 0 -100px; padding:1px; }
#esphipmemberpromo-a span { display: none; padding:1px;}

#childpromo-b img {
	float:right;
	width:14.35em;
	margin-top:2em;
	margin-left:1em;
}
#childpromo-c {
	font-size:100%;
	float:left;
	margin-right:1em;
	width:25em;
	border:#333333;
	background: url(../imgs/iwantto360.gif) no-repeat left top;
}
#childpromo-c ul {
	font-size:100%;
	padding-top:60px;
	padding-left:5px;
	padding-bottom:10px;
}
#childpromo-c a:link, #childpromo-c a:visited {
	font-size:100%;
	color:#039;
	padding-left:5px;
	text-decoration:underline;
}
#childpromo-c a:hover, #childpromo-c a:active {
	font-size:100%;
	padding-left:5px;
	text-decoration:underline;
}

#espchildpromo-c {
	font-size:100%;
	float:left;
	margin-right:1em;
	margin-top:2em;
	width:25em;
	border:#333333;
	background: url(../imgs/espsubhead-iwanttosp.gif) no-repeat left top;
}
#espchildpromo-c ul {
	font-size:100%;
	padding-top:60px;
	padding-left:5px;
	padding-bottom:10px;
}
#espchildpromo-c a:link, #espchildpromo-c a:visited {
	font-size:100%;
	color:#039;
	padding-left:5px;
	text-decoration:underline;
}
#espchildpromo-c a:hover, #espchildpromo-c a:active {
	font-size:100%;
	padding-left:5px;
	text-decoration:underline;
}

#childpromo-main {
	font-family:"Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-right:1em;
	margin-top:1.5em;
	width:42em;
	background: url(../imgs/subhead-iwantto500.gif) no-repeat left top;
}
#childpromo-main ul {
	font-size:100%;
	padding-top:65px;
	padding-left:15px;
	padding-bottom:10px;
}

#childpromo-main a:link, #childpromo-main a:visited {
	font-size:100%;
	color:#039;
	padding-left:5px;
	text-decoration:underline;
}
#childpromo-main a:hover, #childpromo-main a:active {
	font-size:100%;
	padding-left:5px;
	text-decoration:underline;
}

/*->>>>>Navigational Elements<<<<<<--- */
/*---Login | Contact MDwise--- */
#nav-contactus {
	position:relative;
	z-index:2;
	padding-left:30px;
	float:left;
	color:#06c;
	margin-top: -70px;
	font-size:1em;
}
/*---SiteMap | Print | Email--- */
#nav-sitemap {
	position:relative;
	z-index:2;
	margin-top: -67px;
	padding-right:40px;
	float:right;
	color:#06c;
	font-size:.975em;
}
/*---Espanol & Contact Us Shared Styles--- */	
#nav-contactus li, #nav-sitemap li {
	display:inline;
	font-size:.975em;
	border-left:1px solid #06c;
	padding-right:0.3em;
	padding-left:0.3em;
}
#nav-contactus li.first, #nav-sitemap li.first {
	border:none;
	font-size:.975em;
	padding-right:0.3em;
	padding-left:0.3em;
}
#nav-contactus a:link, #nav-sitemap a:link {
	color:#06c;
	text-decoration:none;
	font-size:.975em;
	padding-right:0.3em;
	padding-left:0.3em;
}
#nav-contactus a:visited, #nav-sitemap a:visited {
	text-decoration:none;
	font-size:.975em;
	padding-right:0.3em;
	padding-left:0.3em;
	color:#06c;
}
#nav-contactus a:hover, #nav-sitemap a:hover {
	background-color:#ffedc4;
	font-size:.975em;
	padding-right:0.3em;
	padding-left:0.3em;
}
/*---AUDIENCE PATHS >>> Home | Members | Providers | About Us--- */
#nav-main {
	float:left;
	width:65%;
	margin-left:7%;
	margin-top:23px;
	font-size:100%;
	line-height:1.2em;
}
#nav-main ul { float:left; }
#nav-main li {
z-index:2;
	border-left:25px solid #fff;
	list-style-type:none;
	float:left;
	position:relative;
	background-color:#F6F9ED;
	font-weight:700;
	font-size:100%;
}
#nav-main li.first {
	background-image:url(../imgs/nav-main.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:7em;
	height:27px;
}
#nav-main li:first-child { border-left:none; }
#nav-main a {
	display:block;
	color:#36c;
	text-decoration:none;
	padding:.3em 6px;
	font-size:100%;
}
#nav-main a.first {
	color:#fff;
	font-weight:700;
	text-align:center;
	padding-left:10px;
	font-size:100%;
}
#nav-main a:hover {
	color:#039;
	background: #ffedc4;
	font-weight:700;
	font-size:100%;
}
#nav-main a.first:hover {
	color:#fff;
	background: url(../imgs/nav-main-down.gif);
	font-size:100%;
}
#nav-main li ul {
	position:absolute;
	display:none;
	width:9.65em;
	left:-5px;
	font-size:.8em;
	padding:.2em 6px;
}
#nav-main li:hover ul { display:block; }
#nav-main li ul li {
	width:10em;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
#nav-main li ul li:first-child {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
* html #nav-main li ul { border-top:1px solid #ccc; }
* html #nav-main li ul { border-top:1px solid #ccc; }
/*---Local Navigation --- */
#navLocal {
	margin-left: 0;
	padding-left: 0;
	padding-top:10px;
	list-style: none;
}
#navLocal li { padding-left: 10px; }
#navLocal .levelOne {
	font-size:1.1em;
	background: url(../imgs/bullet-arrow-right.gif) no-repeat;
}
#navLocal .levelOne a:link, a:active, a:visited {
	padding-left:7px;
	text-decoration:none;
	font-size:1.1em;
	color:#039;
}
#navLocal .levelOne a:hover { color:#36c; }
#navLocal .levelOneCurrent {
	font-size:1.1em;
	background: url(../imgs/bullet-arrow-down.gif) no-repeat;
}
#navLocal .levelOneCurrent a:link, a:visited, a:active {
	padding-left:7px;
	text-decoration:none;
	font-size:1.1em;
	color:#039;
}
#navLocal .levelOneCurrent a:hover { color:#36c; }
#navLocal .levelOneCurrent #inner { font-size:.8em; text-indent:-8px;}
#navLocal .levelOneCurrent #inner a:link, a:active, a:visited {
	color:#039;
	text-decoration: none;
}
#navLocal .levelOneCurrent #inner a:hover { color:#36c;}
.currentBold { font-weight:bold; }
/*---Accessibility | Terms | Privacy | HIPAA --- */
#footer #nav-accessibility {
	float:left;
	color:#06c;
	position:relative;
	width:500px;
	z-index:2;
	margin-top: -50px;
	padding-left:15px;
}
#footer #nav-accessibility li {
	display:inline;
	font-size:.9em;
	padding-right:0.3em;
	padding-left:0.3em;
	border-right-width:1px;
	border-left-width:0;
	border-right-style:solid;
	color:#06c;
}
#footer #nav-accessibility li.last { border:none; }
#footer #nav-accessibility a:link, #footer #nav-accessibility a:visited {
	font-size:.9em;
	padding-right:0.3em;
	padding-left:0.3em;
	text-decoration:none;
	color:#06c;
}
#footer #nav-accessibility a:hover, #footer #nav-accessibility a:active {
	background-color:#ffedc4;
	font-size:.9em;
	padding-right:0.3em;
	padding-left:0.3em;
}
/*---Copyright & Page Last Updated --- */
.copyright {
	font-size:.7em;
	font-style:italic;
	color: #666;
	text-align:center;
}
.border {
	border: thin dotted #CCC;
	background: #fafafa;
	padding-left:5px;
}
.border-white {
	border-right: thin dotted #CCC;
	border-left: thin dotted #CCC;
	padding-left:5px;
}
/*---Search Box and other form inputs --- */
.forminput { color:#666; }
/*---Provider Contact Info, Show/Hide content --- */
.answer {
	border: thin dotted #06c;
	background: #fafafa;
	padding-left:5px;
	width:350px;
	display:none;
}
.question { cursor:pointer; }
/*---Blue bulleted list for general use --- */ 
#bluebullet
{
font-family:"Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
margin-left: 1em;
padding-left: 0;
list-style: none;
}

#bluebullet li 
{
padding-left: 1.5em;
background-image: url(../imgs/bullet-blue.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.red {color: #E43B45;}
.hipblue {color: #0c499c}

#right ol li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
	text-indent: -17px;
	padding-left: 20px;
	line-height:1.5em;
}
#right ul li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
	text-indent: -17px;
	padding-left: 20px;
	line-height:1.5em;
}
.csrule {
	border-bottom: thin dotted #FFDB8A;
	padding-bottom:20px;
}
.hhrule {
	border-bottom: thin dotted #88BEE7;
	padding-bottom:20px;
}
.hiprule {
	border-bottom: thin dotted #FDC88C;
	padding-bottom:20px;
}
#gradient
{
	background: url(../imgs/greengradient.gif) repeat-x bottom;
}
.no-text-decor
{text-decoration:none;}
#wrapper #content-wrapper #leftside-bar img { margin: 20px 5px 0px; }

.green-bold {color: #669933;font-weight: bold;}
#wide { width:600px; }

.bluebullet li 
{
	padding-left: 1.2em;
	background: url(../imgs/bullet-blue.gif) no-repeat 0 0.3em;
}

.image-padding-greyborder {
	padding: 2px;
	margin: 5px;
	border: 1px solid #999999;
}

.cs-subhead {color: #009bbb;}
.hip-subhead {color: #ff6633;}
.hhw-subhead {color: #669933;}

/*---Captions for MDwise Headlines area --- */ 
div.caption {
	float: right;
	margin: 0.5em;
	padding: 0.5em;
}
div.caption p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	color:#669933;
}
.smalltext {
	font-style: italic;
	font-size: 60%;
}

/*---Newsletter styles --- */ 
#eheader {
	background: #FFE4A7;
	height: 227px;
	width: 375px;
	padding: 5px;
}
#eheader p {
	border: 1px solid #FFDB8A;
	height: 205px;
	padding: 10px;
	position: relative;
	color: #0c499c;
	background: #FFDB8A;
	text-align: center;
	font: medium "Gill Sans MT";
}
.floatleftnoborder {
	float:left;
	padding:5px;
}
.bold { font:bold; }

.left-margin25px {
	margin-left: 25px;
	border: 1px solid #CCCCCC;
}
.border-img1px-grey {
	border: 1px solid #CCCCCC;
}
.floatbox {
	background-color: #ffedc4;
	margin: 5px;
	padding: 9px;
	float: right;
	width: 150px;
}
.background {
	background-color: #ffedc4;
	margin: 5px;
	padding: 9px;
}.background-nomargin {
	background-color: #ffedc4;
	padding:5px;
}
.floatleft_bottom-padding25px {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 95px;
}
.smokefree-red {
	color: #B9222D;
}
.floatboxred {
	background-color: #C3424B;
	margin: 5px;
	padding: 9px;
	float: right;
	width: 150px;
	color: #F5DFE1;
}.white-font {
	color: #FFF;
}

