/* Basic page-wide settings */
* { padding: 0; margin: 0; }
img { border: 0; }
body { font-family: arial, helvetica, sans-serif; background: #ECF5FE; }
body.smalltext { font-size: 75%; }
body.mediumtext { font-size: 115%; }
body.largetext { font-size: 125%; }

a:hover { text-decoration: underline !important; }

#frame {
	margin: 0 auto;
	width: 790px;
	background: #fff url(../images/background_shadow.gif) no-repeat bottom left;
}

#header {
	margin: 0 5px 18px 5px;
	padding-bottom: 3px;
	background: url(../images/header_shadow.gif) no-repeat bottom left;
}

#header #topbar {
	height: 44px;
	overflow: hidden;
	position: relative;
}
#header #topbar span.language_en-US {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #F0EEE7 url(../images/en-US/header_topbar.jpg) no-repeat 0 0;
}
#header #topbar span.language_es-PR {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #F0EEE7 url(../images/es-PR/header_topbar.jpg) no-repeat 0 0;
}

#header #topbar .language { float: right; height: 26px; width: 149px; }

#header #topbar #textsize {
	float: right;
	height: 26px;
	width: 53px;
	padding: 5px 0 0 176px;
}
#header #topbar #textsize a {
	position: absolute;
	top: 3px;
	right: 4px;
}
#header #topbar #textsize #txtszsm {
	right: 52px;
}
#header #topbar #textsize #txtszmd {
	right: 28px;
}

#header h1 {
	position: relative;
	height: 80px;
}

#header h2 {
	position: relative;
	height: 50px;
}

#header h1 a {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/blankg.gif) no-repeat 0 0;
}

#header h1 a:hover { text-decoration: none !important; }

#header #splash {
	height: 168px;
	background: #F0EEE7;
	overflow: hidden;
	position: relative;
}

#header #splash span {
	position: absolute;
	height: 100%;
	width: 100%;
}

/* Various header images */
#header_image,
.language_en-US .header_home_page         #header_image { background: url(../images/kansas.jpg) no-repeat 0 0; }
.language_en-US .header_agent             #header_image { background: url(../images/en-US/splash_open/agent/image.jpg) no-repeat 0 0; }
.language_en-US .header_contact_us        #header_image { background: url(../images/en-US/splash_open/contact_us/image.jpg) no-repeat 0 0; }
.language_en-US .header_enrollment        #header_image { background: url(../images/en-US/splash_open/enrollment/image.jpg) no-repeat 0 0; }
.language_en-US .header_faqs              #header_image { background: url(../images/en-US/splash_open/faqs/image.jpg) no-repeat 0 0; }
.language_en-US .header_formulary_updates #header_image { background: url(../images/en-US/splash_open/formulary_updates/image.jpg) no-repeat 0 0; }
.language_en-US .header_medicare          #header_image { background: url(../images/en-US/splash_open/medicare/image.jpg) no-repeat 0 0; }
.language_en-US .header_pharmacies        #header_image { background: url(../images/en-US/splash_open/pharmacies/image.jpg) no-repeat 0 0; }
.language_en-US .header_privacy           #header_image { background: url(../images/en-US/splash_open/privacy/image.jpg) no-repeat 0 0; }
.language_en-US .header_ss_insurance      #header_image { background: url(../images/en-US/splash_open/ss_insurance/image.jpg) no-repeat 0 0; }
.language_en-US .header_terms_of_use      #header_image { background: url(../images/en-US/splash_open/terms_of_use/image.jpg) no-repeat 0 0; }
.language_en-US .header_transition_plan   #header_image { background: url(../images/en-US/splash_open/transition_plan/image.jpg) no-repeat 0 0; }
.language_en-US .header_landing_v3        #header_image { background: url(../images/en-US/splash_open/landing_v3/image.jpg) no-repeat 0 0; }
.language_en-US .header_landing_secondary #header_image { background: url(../images/en-US/splash_open/landing_secondary/image.jpg) no-repeat 0 0; }


.language_es-PR .header_home_page         #header_image { background: url(../images/es-PR/splash_open/home_page/image.jpg) no-repeat 0 0; }
.language_es-PR .header_agent             #header_image { background: url(../images/es-PR/splash_open/agent/image.jpg) no-repeat 0 0; }
.language_es-PR .header_contact_us        #header_image { background: url(../images/es-PR/splash_open/contact_us/image.jpg) no-repeat 0 0; }
.language_es-PR .header_enrollment        #header_image { background: url(../images/es-PR/splash_open/enrollment/image.jpg) no-repeat 0 0; }
.language_es-PR .header_faqs              #header_image { background: url(../images/es-PR/splash_open/faqs/image.jpg) no-repeat 0 0; }
.language_es-PR .header_formulary_updates #header_image { background: url(../images/es-PR/splash_open/formulary_updates/image.jpg) no-repeat 0 0; }
.language_es-PR .header_medicare          #header_image { background: url(../images/es-PR/splash_open/medicare/image.jpg) no-repeat 0 0; }
.language_es-PR .header_pharmacies        #header_image { background: url(../images/es-PR/splash_open/pharmacies/image.jpg) no-repeat 0 0; }
.language_es-PR .header_privacy           #header_image { background: url(../images/es-PR/splash_open/privacy/image.jpg) no-repeat 0 0; }
.language_es-PR .header_ss_insurance      #header_image { background: url(../images/es-PR/splash_open/ss_insurance/image.jpg) no-repeat 0 0; }
.language_es-PR .header_terms_of_use      #header_image { background: url(../images/es-PR/splash_open/terms_of_use/image.jpg) no-repeat 0 0; }
.language_es-PR .header_transition_plan   #header_image { background: url(../images/es-PR/splash_open/transition_plan/image.jpg) no-repeat 0 0; }
.language_es-PR .header_landing_v3        #header_image { background: url(../images/es-PR/splash_open/landing_v3/image.jpg) no-repeat 0 0; }
.language_es-PR .header_landing_secondary #header_image { background: url(../images/es-PR/splash_open/landing_secondary/image.jpg) no-repeat 0 0; }

#header #splash span p {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 105px;
	left: 385px;
}
.language_es-PR #header #splash span p { left: 382px; font-size: 13px; }

#header #splash span a {
	position: absolute;
	top: 128px;
	left: 382px;
}

/* Generic sidebar information */
.sidebar {
	width: 171px;
	margin-bottom: 13px;
}
.sidebar a { text-decoration: none; }
.sidebar h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	min-height: 18px;
	height: auto;
	padding: 7px 0 7px 7px;
}

/* Specifics for left and right sidebars */
.left { background: #F0EEE7 url(../images/sidebar_bottom_right.gif) no-repeat bottom right; }
.left h4 { background: #ED1B34 url(../images/sidebar_top_right.gif) no-repeat top right; }
#left { float: left; display: inline; margin: 1px 14px 0 5px; }
#quick_links ul { margin: 15px 10px 10px 10px; list-style-type: none; }
#quick_links ul li { background: url(../images/sidebar_bullet.gif) no-repeat left 5px; padding: 0px 0px 8px 8px; }
#quick_links ul li a { color: #25415F; }
#quick_links a.green { color: #619C40; font-weight: bold; font-size: 1.1em; }


#content {
	float: left;
	width: 562px;
	padding-bottom: 35px;
}

#content #nav {
	list-style-type: none;
	padding-bottom: 6px;
	background: #fff url(../images/content_top_long_white.gif) no-repeat bottom left;
}
#content #nav li {
	float: left;
	background: #F0EEE7;
	display: block;
	min-height: 23px;
	height: auto;
	text-align: center;
	padding-top: 14px;
}

#content h3 { margin: 10px 15px; padding: 0 0 0 30px; font-size: 1.4em; }
#content h2 { margin: 10px 15px; padding: 0 0 0 0px; font-size: 1.6em; color: #ED1B34; }
#content h2 sup { font-size: 0.5em; }
#content h3 { margin: 10px 15px; padding: 0 0 0 30px; font-size: 1.1em; }
#content h3 sup { font-size: 0.5em; }
#content h4 { margin: 10px 15px; font-size: 1em; }
#content p { padding-left:0px; margin: 10px 15px; line-height: 140%; }
#content a { color: #2872B8; text-decoration: none; }
#content a:hover { text-decoration: underline !important; }
#content ul, #content ol { margin: 10px 35px; line-height: 140%; }
#content li { margin: 2px 0; }

#content #nav, #content #nav li { margin: 0px; }
#content #nav li a { color: #385D83; text-decoration: none; }
#content #nav #tab_one { width: 165px; background: #F0EEE7 url(../images/tab_one.gif) no-repeat top left; }
#content #nav #tab_two { margin-left: 3px; width: 111px; background: #F0EEE7 url(../images/tab_two.gif) no-repeat top left; }
#content #nav #tab_three { margin-left: 3px; width: 108px; background: #F0EEE7 url(../images/tab_three.gif) no-repeat top left; }

#footer { padding: 20px 35px 30px 35px; text-align: center; }
#footer p { color: #2872B8; }
#footer a { text-decoration: none; color: #2872B8; white-space: nowrap; }

#copyright { width: 420px; text-align:left; margin: 17px auto 0 auto; }
#copyright p { font-size: 0.91em; color: #666666; line-height: 127.2%; margin-bottom: 20px; text-align: left; }

	#content #top_container {
		margin: 0 15px;
		padding: 0 0 5px 30px;
	}
	#content #top_container h3 {
		font-size: 1.32em;
		color: #2872B8;
	}
	#content #top_container h4 {
		line-height: 144.2%;
		font-size: 1.08em;
	}
	#content #top_container p {
		margin-left: 0px;
	}
	#content #top_uc
    {
		margin: 0 0 10px 10px;
		padding: 0 0 10px 10px;
    }
    
#chart { margin-left: 15px; border-collapse: collapse; }
#chart th, #chart td { padding: 5px; border: 1px solid #ED1B34; }
#chart th { background: #ED1B34; color: #fff; }
#chart .r9 td.c2 { border-right: 0px; }
#chart .r9 td.c3 { border-left: 0px; }
#chart td { text-align: center; }
#chart tr.highlight td { background-color: #EEE; }
#chart td a.pdf {
    background:transparent url(/images/pdf_icon.gif) no-repeat scroll 120px 50%;
    display:block;
    height:20px;
    padding-left:125px;
    width:100px;
}
.bigRed {
    font-weight: bold;
    color: #ED1B34;
}