﻿body {
    margin: 0px !important;
    padding: 0px !important;
    font: 12px arial,helvetica,sans-serif;
    color: #333;
    background: #E6E6E6;
}

h1, h2, h3, h4, h5, h6, h7 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #111;
}

h1, h2 {
    font-family: 'Merriweather Sans', sans-serif;
}

h1 {
    font-size: 2.5em;
    text-shadow: 1px 1px 1px #075f77 !important;
    color: white !important;
}

h2 {
    padding: 5px 0 0 176px;
    width:auto;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: .5em;
    text-shadow: 1px 1px 1px #076782 !important;
    color: white;
}

h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.7em;
    color: #565657;
    font-family: Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #E1B94C;
}

h4 {
    margin-top: 5px;
    font-size: 1.0em;
	/*font-weight:bold;*/
}

h5 {
	margin: 15px 0 1px 0;
    padding: 5px 0px 2px !important;
    font-size: 1.0em !important;
    /*border-top:5px double #eee;*/
    /*color: #02A2D2;*/
    font-weight: bold;
}

h6 {
    margin: 15px 0 3px 0;
    padding: 10px 0px 2px !important;
    font-size: 1.1em;
    font-weight: bold;
    color: #AD3230;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #1B2E42;
}

a:hover, .on a, a.on {
        color: #111;
}

ul, li {
    margin: 0px;
    padding: 5px;
    list-style: none;
}

ol li {
    margin-left: 2px !important;
    list-style-type: decimal !important;
}
img {
	max-width: 100%;
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
}
pre.prettyprint {
	padding: 9px 14px;
}
.fulltable {
	max-width: 100%;
	overflow: auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.lineheight {
	line-height: 3em;
}
.pagetop {
	background: url(http://subtlepatterns.com/patterns/congruent_outline.png) #333;
	background-attachment: fixed;
	color: #fff;
}
.page-header {
	border-bottom: none;
}
.initialism {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

form:not(#srch) {
    margin: 20px 1px;
    padding: 0px;
}

form:not(#srch) select {
    padding: 5px;
    font-size: 1em !important;
}
#srch {
    margin: 0!important;
    padding: 0;
}

p {
    margin:10px 0;
    padding:0px;
}

.rc_5all {
    /*border-bottom: 1px solid white;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
}

#contain_feature {
    position: relative;
    width: 1050px;
    height: 193px;
    overflow: hidden;
    z-index: 90;
    /*-moz-box-shadow:0px 0px 3px 4px #d8d8d8;
    -webkit-box-shadow:0px 0px 3px 4px #d8d8d8;
    /*box-shadow:0px 0px 3px 4px #d8d8d8;*/
}

#contain_feature div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 193px;
    z-index: 999;
}

.fon {
    z-index: 9999!important;
}

#onhigh {
    position: absolute;
    bottom: 5px!important;
    right: 25px;
    height: 15px;
    list-style: none;
    overflow: hidden;
    z-index: 99999;
}

#onhigh li {
    display: inline-block;
    margin: 0 9px;
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid#999;
    cursor: pointer;
}

#main_contain {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1050px;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 0px 0px 9px 4px #d8d8d8;
    -webkit-box-shadow: 0px 0px 9px 4px #d8d8d8;
    box-shadow: 0px 0px 9px 4px #d8d8d8;
}
/*
#main_contain img { 
position:relative; 
float:left; 
margin:0 19px 5px 46px; 
width:90px; 
height:120px; 
}
*/
#head_contain {
    position: relative;
    display: block !important;
    padding: 10px 0 5px;
    clear: both !important;
    overflow: hidden;
    background-color:#086A87;
    background:linear-gradient(#086A87, #01A9DB);
}

#logo {
    position: relative;
    float: left;
    margin: 0 25px 0 60px;
    width:85px;
    height:120px;
}

#title_contain {
    padding-top:25px;
    text-align: left;
    color: #02A2D2;
    cursor:pointer;
}

#top_nav {
	float:right;
    position: relative;
	display: block;
    margin: 0 auto 0px;
    padding: 0 0 0;
    width: 100%;
    list-style: none;
    background-color:#315275;
    border-bottom: 2px solid #E1B94C;
}

#top_nav li {
    position:relative;
	display: inline-block;
    padding: 9px 14px;
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 1em;
	white-space:nowrap;
	border-right: 1px dotted #8E8E8C;
}

#top_nav li ul {
    display: none;
}

#top_nav li:last-child, #top_nav .lst {
    border-right: 0px !important;
}

#top_nav li a {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    color: #fff;
}

#top_nav li:not(#search):hover {
	background: #2B3E51;
  	cursor: pointer;
}

#top_nav li.on {
    box-shadow: inset 0 0 3px #222;
  	-moz-box-shadow: inset 0 0 3px #2b3e51;
  	-webkit-box-shadow: inset 0 0 3px #2b3e51;
  	background: #2b3e51;
}

#top_nav #search {
    margin: 0 20px 0 10px;
    color: white;
    padding: 0px 5px;
    display:inline-block;
}

#top_nav #search table, #search td {
    border: 0px !important;
}

#top_nav #search input[type="text"] {
    margin: 2px 0 0 0;
    padding: 4px;
    width: 100px;
    border: 0px;
    background-color: #fff;
    color: #555;
    font-size: .8em;
}

#top_nav #search input[type="submit"] {
    margin: 2px 0 0 0;
    padding: 4px 9px;
    border: 0px;
    background-color: #02a2d2;
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .3em;
    cursor:pointer;
}

#top_nav #search input[type="submit"]:hover {
    background: #070707;
}

#top_nav .ui-menu {
    position: absolute;
    overflow: hidden;
    z-index: 100 !important;
    padding: 10px 0;
    background-color: #A4A4A4;
}

#top_nav .ui-menu li {
    display: block;
    padding: 9px 17px;
    margin: 0px;
    border: 0px;
    font-size: 1em;
    color: #fff;
    border-bottom: 1px dotted #8E8E8C;
}

#top_nav .ui-menu li:last-child {
    border-bottom: 0px;
}

#top_nav .ui-menu li:hover {
    background-color: #666666;
}

#aun {
    position:absolute; bottom:0px; display:inherit;
}

#page_contain {
    position: relative;
    margin: 0px;
    padding: 0 20px 75px;
    clear: both !important;
    overflow: hidden;
}
#page_contain img {
    margin-left: 10px;
}

#nav_left {
    position: relative;
    margin-bottom: 30px;
    padding: 4em 0 1px 0;
    float: left;
    list-style: none;
    width: 20%;
}

#nav_left li {
    display: block;
    padding: 10px 10px 10px 0;
    text-align: right;
    border-right: 5px solid #eee;
    color: #D5544F;
}

#nav_left li.on a {
    color: #D5544F;
}

#nav_left li.on {
    border-right: 5px solid #D5544F;
}

#simplemodal-container a.modalCloseImg {
	background:url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
.modal { position:fixed; width:400px; height:400px; background:#333; padding: 15px; color:#fff; border-radius:.5em; box-shadow:.1em .1em .3em #999; }
.modal div { position:relative; overflow:hidden; width:100%; height:100%; }
.modal-close { position:absolute; top:3px; right:3px; margin:0px; padding:.5em .75em; cursor:pointer; background:#555; border-radius:1em; font-size:10px; font-weight:bold; }
.modal-close:hover { background:#ddd; color:#222; }

#thumbnail { overflow:hidden; list-style:none; margin:0; padding:0; }
#thumbnail .thumbnail {margin-bottom:7px;}
#thumbnail img {
    clear:both!important;
   	margin-left:0px !important;}   	
#thumbnail li { list-style:none; margin:px; padding-bottom:12px; text-align:center; float:left; width:125px; overflow:hidden; }
#thumbnail li a { text-decoration:none; color:#777; }
#thumbnail li a:hover { text-decoration:underline; color:#333; }

#content_1col {
    position: relative;
    width: 95%;
    text-align: left !important;
}

#content_1col li {
    padding: 2px 2px;
    color: #222;
    line-height: 1.5em;
    margin-left: 25px !important;
}

.showbullets ul, .showbullets li {
    list-style: disc !important;
    padding-left: 10px;
    margin: 5px 0 0 2px;
}


.table {
    border: none;
    width:800px;
    text-align:left;
}


.table tr td {
    border-left: none;
    border-right: none;
}
.table2 {
    border-bottom: 1px solid #C0C0C0;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 35px;
    width: 600px;
}

.table2 tr th {
    background-color: #0176BC;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    height: 25px;
}

.table2 tr td {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: 25px;
}

#content_2col {
    position: relative;
    float: left;
    padding: 4em 0 0 2em;
    width: 69%;
    text-align: left !important;
    /*background:#eee;*/
}

#content_2col li a {
    text-decoration: none;
}

.showbullets ul, .showbullets li {
    list-style: disc !important;
    padding-left: 10px;
    margin: 1px 0 0 5px;
}

.table {
    border-bottom: 1px solid #C0C0C0;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 35px;
    width: 800px;
}

.table tr th {
    background-color: #0176BC;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    height: 25px;
}

.table tr td {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: 25px;
}

#row2 {
    background-color: #BFD9E9; !important;
}    

.table2 {
    border-bottom: 1px solid #C0C0C0;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 35x;
    width: 650px;
}

.table2 tr th {
    background-color: #0176BC;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #FFFFFF;
    height: 25px;
}

.table2 tr td {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: 25px;
    
}
.table3 {

	border:none;
    border-collapse: collapse;
    text-align: left;
    margin: 5px 20px;
    width: 800px;
}

.table3 tr td {
    border-left: none;
    border-right: none;
    height: 25px;
    padding: 10px 5px;
}


#row2 {
    background-color: #BFD9E9; !important;
}

.table4 {
	border:1px solid #C0C0C0;
    border-collapse: collapse;
    background: #D8D8D8;
    text-align: left;
    margin: 10px 0px;
    width: 700px;
    
}
.table4 tr td {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    height: 25px;
    padding:5px;
}    

#content_3col {
    position: relative;
    float: left;
    padding: 4em 5px 0 25px;
    width: 51%;
    text-align: left !important;
    /*background:#eee;*/
}

.showbullets ul, .showbullets li {
    list-style: disc !important;
    padding-left: 10px;
    margin-left: 5px;
}

#content_3col a {
    color: #555;
}

#content_3col ul:first-child {
    padding-top: 20px;
}

#content_3col ul:last-child {
    padding-bottom: 20px;
}

#content_3col li {
    padding: 1px 1px;
    color: #222;
    line-height: 1.5em;
    margin-left: 5px;
}

#content_3col h6 {
    margin-bottom: 0px !important;
}

#content_2col a, #content_3col a {
    text-decoration: none;
}

.table {
    margin:1px 0;
    width:750px;
    text-align: center;
}
.table th {
    width:12.5%;
    padding-bottom:8px;
    border-bottom: 2px solid #ddd;
    font-size:.9em;
}
.table td {
    padding: 1em;
    vertical-align:top
}

#dialog{
    display: block;
    height: auto;
    left: 170px;
    outline: 0 none;
    position: absolute;
    top: 100px;
    width: 580px;
    z-index: 1002;
    background: white;
}

.dialog title {
    color: #006EB9;
    font-family: Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0;
    text-transform: uppercase 
}  

.ui-dialog {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 100%;
    overflow: hidden;
    padding: 0.2em;
}

#content_extra {
    float: right;
    margin-top:4em;
    width: 210px;
    text-align: left !important;
  	background-color:#eeede9;
   	border-style: solid;
   	border-width: 1px 1px 5px;
   	border-color: #BDAFAF;
    color: #555;
}

#content_extra ul {
   margin: 10px 10px;
   padding: 0px;
   font-size: 0.96em;
}

#content_extra ul:first-child {
    padding-top: 0px;
}

#content_extra ul:last-child {
    padding-bottom: 10px;
}

#content_extra ul li {
    padding: 5px;
}

#content_extra li a {
    text-decoration: none;
    color: #555;
}

#content_extra li a:hover {
    color: #111;
    text-decoration: underline;
}

#content_extra ul li.title {
    padding: 10px 9px 10px 0px !important;
    color: #816007;
    font-size: 1.1em;
    font-weight: bold;
}

#content_extra li.last {
    padding-top: 0px !important;
}

#content_footer {
    position: relative;
    background: linear-gradient(#585858, #2E2E2E);
    font-size: 10px;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0;
    width: 1050px;
}

#textlinks {
    float: left;
    padding: 15px 0 0 0px;
    width: 600px;
    color: white !important;
}

#textlinks a {
    color: #FCCC49 !important;
}

#textlinks li {
    display: inline-block;
    padding:0 .8em;
    border-right:1px solid #fff;
}
#textlinks li:last-child {
    border-right: 0px;
}

#textlinks li:hover, #textlinks li a:hover {
    cursor:pointer;
    color: white !important;
    text-decoration: underline;
}

#disclaimer {
	float:left;
	padding: 7px 0 0 0;
	margin-left: 60px;
	width: 80%;
    color: white;
    text-align:left;
}

#address {
    float: right;
    text-align: left;
    padding: 1px 18px 10px 0;
    color: #FCCC49;
    font-weight: bold;
}

.accordion {
    padding: 2px 0 5px 0;
}

.accordioncntrl {
    position: absolute;
    top:-2px;
    left: -17px;
    padding: 2px 4px 3px;
}

.accordion-open:after {
    content: "+";
}

.accordion-close {
    top:-8px;
}

.accordion-close:after {
    content: "_";
}

.accordion h4 {
    cursor: pointer;
    position: relative;
    margin:1.3em 0;
    padding-right: 20px !important;
    color: #333;
    outline: none;
    font-size:1em;
    font-weight:bold;
}
.accordion h4:hover {
    color: #000 !important;
}

.accordion div:not(.accordioncntrl) {
    margin-top:1em;
}

div.accordion {
    margin-left: 13px;
}

.fp {
    width: 35% !important;
    height: 100% !important;
    background: #000;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 9999 !important;
}

.fpt {
    float: left;
    width: 35% !important;
    height: auto !important;
    color: #fff !important;
    z-index: 99999 !important;
    text-align: left !important;
}

.fpt h5 {
    position: relative !important;
    margin: 20px 20px 10px 25px;
    font-size: 2em;
    color: #FCCC49 !important;
}

.fpt h6 {
    position: relative !important;
    margin: 0 25px;
    font-size: 1.1em;
    color: #fff !important;
    font-weight: normal;
}

.fpt h6 a {
    text-decoration: underline;
    color: #fff !important;
    font-weight: normal;
    font-size: 1em !important;
}

#adobeimg {
float:right;
width:112px;
height:33px;
border:0px;
}

#BCBSimg {
float:left;
width:186px;
height:72px;
border:0px;
}

#anthemimg {
float:left;
width: 186px;
height: 37px;
border:0px;
padding: 10px;
}

#hinesimg {
float:left;
width:108px;
height:57px;
border:0px;
padding: 10px;
}

#eyemedimg {
float:left;
width:95px;
height:59px;
border:0px;
padding: 10px;
}

#optumimg {
float:left;
width:186px;
height:56px;
border:0px;
padding: 10px;
}


img.img-nw {
    float: none !important;
    margin: 0 0 0 .2em !important;
    padding: 0 !important;
    opacity:.7;
    border:0!important;
    vertical-align:bottom;
}


@media screen and (min-width:516px) {
    #pnav, #lnav {
        display: none;
    }
}
@media screen and (max-width:515px) {
    #main_contain {
        width: 500px;
        overflow:hidden;
    }
    #page_contain {
        position:relative;
        padding: 0 20px;
    }
    #head_contain {
        padding: 9px 0 4px;
    }
    #title_contain {
        padding-top: 1.7em;
    }
    #content_2col, #content_3col, #content_extra {
        width:99%;
        float:none;
        margin-bottom:1em;
        margin-left:0;
        padding:1.5em 0;
        clear:both!important;
    }
    #nav_left, #top_nav {
        overflow:hidden;
        width:500px !important;
        float:none;
        margin:0 0 0 -20px;
        padding:0;
    }
    #nav_left {
        background-color:#eeede9;
    }
    #top_nav {
        margin-left:0 !important;
        height:auto;
    }
    #nav_left li, #top_nav li  {
        display:block;
        text-align: center;
        border:0px;
        padding-right:0px;
        padding-left:0px;
        border-top:1px solid #fff;
        border-bottom:1px solid #ddd;
        cursor:pointer;
    }
    #nav_left li:hover {
        background-color:#ddd;
    }
    #nav_left li:last-child, #top_nav li:last-child {
        border-bottom: 0px;
    }
    #top_nav li:last-child {
        width:100% !important;
        padding: 2em 0 !important;
        background-color:#2b3e51;
    }
    #nav_left li.on {
        background: #D5544F;
        border-top:#b54844;
        border-right:0px;
    }
    #nav_left li.on a {
        color: #fff !important;
    }
    #top_nav li {
        border-color:#2B3E51;
    }
    #top_nav li:first-child {
        margin-left: 0px;
    }
    #top_nav #search {
        margin: 0 !important;
    }
    #content_extra {
        background: #eeede9;
    }
    #content_footer {
       margin:0;
       padding:0;
       width: 500px;
    }
    h1 {
        font-size: 1.5em;
        text-align:right;
        padding:0;
        margin-right:1.4em;
    }
    h2 {
        font-size: .7em;
        text-align:right;
        padding:1em 2.8em 0 0;
    }
    h5 {
        font-size: 1.1em!important;
    }
    h6 {
        font-size: .9em!important;
    }
    #logo {
        margin-left: 1.5em;
        margin-right:0em;
        height:90px;
        width:auto;
        z-index:999!important;
    }
    #contain_feature {
        width:500px;
    }
    #contain_feature img, #page_contain img {
        float:right;
        margin-right:-8em;
        clear:both!important;
    }
    .fp, .fpt {
        width:50% !important;
    }
    #disclaimer, #address, #textlinks {
        width: 92%;
        margin: 1.9em;
        padding:0px;
        float:none;
    }
    #textlinks li {
        display: block;
        border:0px;
        line-height:2em;
        font-size:1.2em;
        background-color:#555;
        margin-bottom:2px;
        padding:4px 0;
    }
    #textlinks li:hover, #textlinks li a:hover {
        background-color: #333;
    }
    #pnav, #lnav {
        position:relative;
        height:21px;
        background:#315275 url(images/menu.png) no-repeat center center;
        cursor:pointer;
    }
    #pnav:hover, #lnav:hover {
        background-color:#333;
    }
    #lnav {
        position:absolute!important;
        right:0px;
        top:17px;
        width:3em;
        height:3em;
        background-color:#E1B94C;
        z-index:9999;
    }
    .ui-menu-item ul, #aun {
        display:none !important;
    }
    .accordion h4 {
        padding-top: 1em;
    }
    .accordioncntrl {
        position: absolute;
        top:10px;
        left: -17px;
        padding: 2px 4px 3px;
    }
    .accordion-close {
        top:4px;
    }
    #thumbnail li {
        position:relative;
        margin:1.1em;
    }
    #thumbnail img {
        float: left;
        clear:both;
        z-index:9;
    }
    #thumbnail div {
        position:absolute;
        bottom:0px;
        z-index:10;
    }
}

