body
{
    background: #dadcde url(../images/shadow.gif) repeat-y scroll center top;
}

#container
{
    width: 100%;
}

/* ----------------- HEADER ----------------- */

#hwrap
{
    width: 100%;
    background: white;
}
#header
{
    height: 100px;
    width: 930px;
    margin: 0 auto;
    border-right: white solid 1px;
    border-left: white solid 1px;
}

#logo
{
    padding: 25px 0 0;
    float: left;
}

#header_nav
{
    width: 375px;
    float: right;
}
.breadcrumbs
{
    font-size: 12px;
}

#header_nav ul
{
    float: right;
}

#header_nav li
{
    list-style: none;
    display: inline-block;
    float: left;
}

#top_buttons
{
    padding: 12px 0 0 0;
    margin-bottom: 10px;
    float: right;
}

#SeminarStamp
{
    position: absolute;
    top: 150px;
    left: 800px;
}

#HomePageVideoStamp
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#SeminarStamp span
{
    position: absolute;
    top: 30px;
    left: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    width: 110px;
    color: #000000;
}

#header_nav a.blue
{
    background: url(../images/blue_button.gif) no-repeat top center;
    line-height: 40px;
    width: 100px;
    display: block;
    color: white;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}


#header_nav a.green
{
    background: url(../images/green_button.gif) no-repeat top center;
    line-height: 40px;
    width: 100px;
    display: block;
    color: white;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    float: right;
}

#header_nav a.green:hover, #header_nav a.blue:hover, #header_nav a.green:active, #header_nav a.green:focus, #header_nav a.blue:focus, #header_nav a.blue:active
{
    text-decoration: underline;
}


#time_stamp
{
	text-align: center;
	font-size: 10pt;
	color: #00467f;
	margin: 8px auto;
	float: right;
}

#time_stamp span#year
{
    font-size: 28pt;
    color: #00467f;
    font-weight: bold;
}

input#search_text
{
    width: 150px;
    color: gray;
    font-size: 10px;
    padding: 3px;
    vertical-align: top;
}


/* ----------------- NAVIGATION BAR ----------------- */
.navbarSpacer
{
    color: #55A1D5;
    padding: 0 10px;
    font-weight: bold;
}

#navbar
{
    width: 930px;
    height: 50px;
    background: transparent url(../images/navstrip.gif) repeat-x top left;
    margin: 0 auto;
}

#navbar ul, #navbar ol
{
    margin: 0 0 0 10px;
    padding: 0px;
}

#navbar li
{
    line-height: 50px;
    display: inline;
}

#navbartextA
{
    float: left;
}

#navbartextA li
{
}

#navbartextA a, #navbartextA a:visited
{
    color: #00467f;
    font-weight: bold;
    text-decoration: none;
}

#navbartextA a:hover, #navbartextA a:focus, #navbartextA a:active
{
    color: #000;
    text-decoration: underline;
}

#navbartextB
{
    float: right;
}

#navbartextB li
{
}

#navbartextB a, #navbartextB a:visited
{
    color: #00467f;
    padding: 0px 20px 0 0;
    text-decoration: none;
}

#navbartextB a:hover, #navbartextB a:focus, #navbartextB a:active
{
    color: black;
    text-decoration: underline;
}



/* ----------------- CONTENT_AREA ----------------- */

#content_area
{
    background-color: #ffffff;
    margin: 0 auto;
    width: 930px;
    min-height: 700px;
    padding-bottom: 20px;
    border-right: white solid 1px;
    border-left: white solid 1px;
}


#content
{
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 55px;
    padding-top: 25px;
}

/* ----------------- INDEX-SPECIFIC ----------------- */

.feature_image
{
    width: 930px;
    height: 250px;
}

#index .left
{
    width: 500px;
    float: left;
}

#index .right
{
    background-color: #F7FFFF;
    width: 300px;
    padding: 12px 4px 12px 4px;
    float: right;
}
#index .right h3
{
    text-align: center;
}
#index .planTools
{
    list-style: none;
    padding: 0px;
    margin: 10px 0 0 0;
}
#index .planToolsItem
{
    height: 90px;
}
#index .planToolsIcon
{
    float: left;
}
#index .planToolsItem ul
{
    float: left;
    list-style: none;
    padding-left: 8px;
    margin-left: 0px;
    width: 225px;
}
#index .planToolsItem .header
{
    font-weight: bold;
    margin-top: 0px;
}
#index h1
{
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

#index h2
{
    font-size: 13px;
    font-style: italic;
    margin-bottom: 25px;
    color: #6a737b;
}

#index h3
{
    font-size: 16px;
    color: #00467f;
    font-weight: bold;
}

#index p
{
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

#actions
{
    width: 750px;
    margin-top: 40px;
}

#actions ol, #actions ul
{
    margin: 0px;
    padding: 0px;
}

#actions li
{
    margin: 0px;
    padding: 0px;
    width: 220px;
    display: inline;
    float: left;
}

#actions li.actionsSpacer
{
    padding: 0 45px 0 45px;
}

#actions .sub a.button
{
    background: transparent url(../images/blue_button_lg.gif) no-repeat top left;
    display: block;
    width: 220px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-decoration: none;
}

#actions .sub a.button:hover, #actions .sub a.button:active, #actions .sub a.button:focus
{
    background: transparent url(../images/green_button_lg.gif) no-repeat top left;
    text-decoration: none;
}


/* ----------------- INTERNAL-SPECIFIC ----------------- */

.detail_feature
{
    width: 930px;
    height: 150px;
}

#detail_content
{
    padding: 10px;
}

#leftheader
{
    color: white;
    font-size: 14px;
    padding-top: 30px;
    margin-left: 20px;
}

#leftnav
{
    width: 225px;
    min-height: 590px;
    background-image: url(../images/leftnav.gif);
    background-position: bottom left;
    background-color: #004277;
    background-repeat: no-repeat;
    float: left;
    border-top: solid 1px #3B6890;
}

.navTree_NodeStyle
{
    background: url(../images/left_background.gif) no-repeat bottom left;
    padding-left: 2px;
    color: #c2e0f6;
}

.navTree_NodeStyle a, .navTree_NodeStyle a:visited
{
    color: #c2e0f6;
    padding: 2px 0 8px 12px;
    display: block;
    width: 150px;
    text-decoration: none;
}

.navTree_NodeStyle a:hover, .navTree_NodeStyle a:focus, .navTree_NodeStyle a:active
{
    background: transparent url(../images/white_arrow.gif) no-repeat left top;
    color: white;
    text-decoration: none;
}

.navTree_SelectedNodeStyle
{
    font-weight: bold;
}

.navTree_Object
{
    padding-top: 10px;
    padding-bottom: 100px;
}

#rightnav
{
    background-image: url(../images/rightnav.gif);
    float: left;
    width: 651px;
    height: 93px;
}

#rightnavlist
{
    margin-left: 0px;
    padding: 15px 0 0;
    width: 600px;
}

#rightnavlist li
{
    display: inline;
    float: left;
    padding-top: 10px;
    padding-left: 80px;
}

#rightnavlist a
{
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

#rightnavlist a:hover, #rightnavlist a:focus, #rightnavlist a:active
{
    color: #fce3a4;
}

#detail_content h1#page_title
{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #6a737b;
    margin: 0 0 15px;
}


#detail_content h1
{
    font-size: 20px;
    font-weight: bold;
    color: #00467f;
    margin: 50px 0 15px;
}

#detail_content h2
{
    font-size: 18px;
    font-weight: bold;
    color: #569fd3;
    margin: 20px 0px 4px 0px;
}

#detail_content h3
{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 4px 0;
}

#detail_content h4
{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

#detail_content h5
{
    font-size: 12px;
    margin-bottom: 15px;
}

#detail_content h6
{
    font-size: 10px;
    margin-bottom: 15px;
}

#detail_content p
{
    padding: 8px 0 8px 0;
}

/* Glossary */
#glossary #letterlinks
{
    width: 100%;
    text-align: center;
}
#glossary span.glossaryletter
{
    color: #00467f;
    padding: 6px 0;
    width: 100%;
    display: block;
    text-align: center;
    margin: 40px 0 10px;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    border: solid 1px #00467f;
    text-align: center;
}
#glossary dt
{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
#glossary dd
{
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#glossary a.glossaryBackToTop
{
    float: right;
}

/* ----------------- FOOTER ----------------- */

#footer
{
    padding-top: 15px;
    width: 100%;
    background: #306997;
}

#footernav
{
    width: 902px;
    height: 45px;
    line-height: 45px;
    background: transparent url(../images/footerstrip.gif) repeat-x left bottom;
    margin: 0 auto;
    font-size: 14pt;
    color: black;
    padding: 0 15px;
    text-align: center;
}


#disclaimer
{
    font-size: 12px;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
}


#disclaimerlinks, #disclaimerlinks a
{
    color: White;
    font-size: 12px;
}

#disclaimerlinks ul
{
    text-align: center;
    margin: 4px;
    padding: 0 0 12px 0;
}
#disclaimerlinks li
{
    display: inline;
    padding: 0px 4px;
}

#Buttons
{
    width: 222px;
    height: 62px;
    border: solid black .1em;
    position: relative;
    margin-left: 76px;
    top: -115px;
}


#toplink
{
    text-decoration: none;
    color: #6193ba;
    font-style: italic;
}

#toplink: hover, #toplink: active, #toplink: focus
{
    text-decoration: none;
    color: #00467f;
    font-style: italic;
}

#linkcontainer
{
    float: right;
}

#onthispage
{
    font-size: 9pt;
    float: right;
}

#onthispage li
{
    display: inline;
    float: left;
    padding: 0px 10px;
    font-style: italic;
}

#onthispage a
{
    color: #6193ba;
    text-decoration: none;
}

#onthispage a:hover, #onthispage a:active, #onthispage a:focus
{
    color: #00467f;
}

#headerlinks
{
    font-size: 8pt;
    padding-bottom: 30px;
}

#headerlinks a
{
    color: #414141;
    text-decoration: none;
}

#headerlinks a:hover, #headerlinks a:focus, #headerlinks a:active
{
    color: #00467f;
    text-decoration: underline;
}

#topbuttonscontainer
{
    float: right;
    padding-top: 13px;
}

/*Contact Info*/
#contactInfo #rightArea
{
    float: right;
    border-left: solid 1px #73A6FF;
    padding-left: 10px;
    width: 250px;
}
#contactInfo #leftArea
{
    width: 350px;
    float: left;
}
.submitButton:focus, .submitButton:hover, .submitButton:active
{
    background: #69C;
    color: #FFF;
}
input, select, textarea
{
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    text-align: left;
    width: 200px;
}
.radio input
{
    width: 18px;
    margin: 2px 2px auto 4px;
    padding: 2px 2px;
}
.radio label
{
    font-weight: normal;
}

.radioLarge
{
    text-align: center;
    display: block;
}
.radioLarge label
{
    font-weight: bold;
    border: dashed 1px #000000;
    background-color: #E4F2FF;
    width: 300px;
    display: inline-block;
    margin: 20px 40px auto auto;
    text-align: left;
    padding: 10px 0px 10px 4px;
}
.checkboxColumn input
{
    width: 18px;
    margin: auto 2px;
    padding: 2px 2px;
}
.checkboxColumn label
{
    margin: 8px 8px 8px 4px;
    font-weight: normal;
    display: inline-block;
    width: 250px;
    vertical-align: middle;
}
.formArea ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.formArea li
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}
.formArea li p
{
    font-weight: normal;
}
.formArea .formSection
{
    padding: 4px 0 8px 8px;
    margin: 0 0 20px 0;
    border-top: solid 1px #73A6FF;
}

.InlineList li
{
    float: left;
    margin-right: 10px;
}

.SolidBorder
{
    border: solid 1px #73A6FF;
}

textarea
{
    width: 350px;
    height: 200px;
}
input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active, select:focus, select:active, select:hover
{
    background: #ffffcc;
    border: 1px solid #73A6FF;
}
.submitButton
{
    background: #036;
    border: 1px solid #036;
    color: #FFF;
    padding: 3px;
    width: 100px;
    text-align: center;
}
/*reusable*/
.center
{
    text-align: center;
}
.errorIcon
{
    display: inline-block;
    padding: 0px 2px 0px 2px;
    border: solid 1px Red;
    background-color: #FBF8CC;
    margin: 1px 2px 1px 0px;
    font-weight: bold;
    font-size: 8pt;
}
.errorSummary
{
    border: solid 1px #6a737b;
    background-color: #FBF8CC;
}
.errorSummary #errorHeader
{
    padding: 2px 2px 2px 2px;
    background-color: Red;
    color: White;
    font-weight: bold;
    display: block;
    border-bottom: solid 1px #000000;
}
.errorSummary ul
{
    list-style: none;
    margin: 4px 2px 10px 2px;
    padding: 0 0 0 0;
}
.errorSummary li
{
    font-weight: bold;
    margin: 2px 0 0 4px;
    padding-left: 24px;
    background: transparent url(../images/errorIcon.gif) no-repeat left top;
}

#eligibilityLocations li
{
    display: inline-block;
    float: left;
    width: 200px;
}
#eligibilityLocations li li
{
    margin: 0;
    margin-left: 2px;
    display: list-item;
    float: none;
}
#eligibilityLocations li span
{
    font-weight: bold;
}
#contentOnly
{
    background-color: White;
}
.planlist
{
    list-style: none;
}
.planlist li
{
    display: inline;
    float: left;
    width: 250px;
    height: 150px;
    padding: 8px;
    border: 1px dotted #036;
}
.planlist h2
{
    border-bottom: solid 2px #569fd3;
}
.planlist li:hover
{
    cursor: hand;
    background: #EDF4F9;
}
.planlist li.bronze
{
	border: 1px dotted #A08B43;
}
.planlist li.bronze:hover
{
	background: #F9F9ED;
}
.centerVertical
{
    vertical-align: middle;
}
.callCenterScript
{
    border: solid 4px #FFA500;
    font-weight: bold;
    margin: 20px 0px;
}
.callCenterScript p
{
    background-color: #FFEDCD;
    border-bottom: solid 2px #FF8C00;
    text-align: center;
}
.callCenterScript ul
{
    padding: 4px;
    list-style: none;
}
/* Table Formatting */

.prettyTable table
{
    background: #fff;
    border-collapse: collapse;
    margin: 0 auto;
}
.prettyTable td, .prettyTable th
{
    border: 1px solid;
    border-color: #aaa;
    text-align: left;
    padding: 3px;
}
.prettyTable th
{
    background: #C1E0F5;
    font-weight: bold;
}
.prettyTable tbody th
{
    background: #eeeeee;
}
.prettyTable tbody tr:active, .prettyTable tbody tr:focus, .prettyTable tbody tr:hover
{
    background: #ffffcc;
}
.prettyTable caption
{
    background: #eee;
    border: 1px solid #aaa;
    border-width: 1px 1px 0 1px;
    padding: 1px;
    text-align: center;
}
#planRightDIV
{
    float: right;
    border: solid 1px #dcdcdc;
    padding: 10px;
    background: #f0f0f0;
}
#planRightDIV ul
{
    margin: 10px;
    list-style: none;
    padding: 0px;
}

#ItemDetailUL
{
    list-style: none;
    width: 600px;
    padding: 0px;
    margin: 0px;
}
#ItemDetailUL li span
{
    padding: 8px 0px;
}
#ItemDetailUL .leftCol
{
    clear: both;
    width: 200px;
    float: left;
    text-align: right;
    font-weight: bold;
}
#ItemDetailUL .rightCol
{
    width: 300px;
    float: left;
    padding-left: 8px;
}

.ContrastText
{
    text-align: center;
    background: #000000;
    color: #ffffff;
    line-height: 25px;
}

#PriorAuthDetailsUL
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 425px;
}
#PriorAuthDetailsUL li
{
    font-weight: bold;
}
#PriorAuthDetailsUL li p
{
    font-weight: normal;
    height: 75px;
    overflow: auto;
    border: solid 1px #cdcdcd;
    padding: 3px;
    margin-bottom: 20px;
}
.ProviderLocationDisplayUL
{
    border-bottom: 1px solid #cdcdcd;
}
.ProviderLocationDisplayUL li
{
    font-weight: normal;
}
.ProviderLocationDisplayUL li label
{
    font-weight: bold;
    display: inline-block;
    width: 150px;
}
#LocationEditDiv input, #ProviderEditDiv input, #SpecialtyEditDiv input
{
    width: auto;
}
.prettyTabel input
{
    width: auto;
}
.icon
{
    width: auto;
}
#ProviderEditDiv span
{
	font-weight: normal;
}
.ImportantNotification
{
    border: solid 2px red;
    background-color: #FBF8CC;
    margin: 4px;
    padding: 8px !important;
    font-weight: bold;
}
