@charset "UTF-8";
/* CSS Document */

@import url('menu_style.css');
@import "reset.css";

html {
    width: 100%;
}
body {
    background-color: #EFEFEF;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
}

/*LOG-IN FORM CSS ---------------------*/

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -2;
}

.stretch {
    width:100%;
    height:100%;
}
.afspa {
margin:40px 160px 0 0;
position:relative;
float:right;
text-indent:-9999px;
background:url(../images/logo.png) top left no-repeat;
height:115px;
width:230px;
}

.login_box {
	width:230px;
	padding:20px 20px; 
	border:1px solid #dcdcdc;
	background-color:#f9f9f9;
	position:relative;
	float:right;
	margin:20px 80px 0 0;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.login_box h1 {
	margin-bottom:15px;
	
}

.logo{
	width:211px;
	height:123px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-9999px;
}
.logo-box {
	position: absolute;
		top: 0;
		right: 10px;

	width: 193px;
	height: 75px;
	background: white;
}

.logo-box-image {
	position: absolute;
		top: -5px;
		right: 10px;
	display: block;	
	z-index: 3;		
}

.logo-links {
	position: absolute;
		top: 75px;
		right: 10px;

	width: 193px;
	background: white;	
	height: 20px;
	line-height: 20px;
	z-index: 4;

}

	.logo-links p {
		padding-right: 10px;
		text-align: right;
	}

	.logo-links a {
		color: #990000;
	}

.logo-triangle {
	position: absolute;
		top: 95px;
		right: 10px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 193px 32px 0;
	border-color: transparent #ffffff transparent transparent;	

 	text-shadow: 0 2px 2px rgba(255,255,255,0.7), 0 10px 4px rgba(0,0,0,0.5);	
}



.gray_bar{
	width:940px;
	height:5px;
	background-color:#CCCCCC;
}
p.instructions {
	font-size:80%
}
	
#login_form .form label {
	text-transform:uppercase;
	color: #012255;
}

#lostpassword_form .form label {
	text-transform:uppercase;
	color: #012255;
}
button.signin[type="submit"] {
        border: 0;
        background: url('../images/button_signin.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.signin[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_signin.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.signin[type="submit"]:active {
	  border: 0;
        background: url('../images/button_signin.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }
		 
button.submit[type="submit"] {
        border: 0;
        background: url('../images/button_submit.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.submit[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_submit.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.submit[type="submit"]:active {
	  border: 0;
        background: url('../images/button_submit.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }
		 
button.continue[type="submit"] {
        border: 0;
        background: url('../images/button_continue.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.continue[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_continue.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.continue[type="submit"]:active {
	  border: 0;
        background: url('../images/button_continue.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.agree[type="submit"] {
        border: 0;
        background: url('../images/button_agree.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.agree[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_agree.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.agree[type="submit"]:active {
	  border: 0;
        background: url('../images/button_agree.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }
button.no_thanks[type="submit"] {
        border: 0;
        background: url('../images/button_no_thanks.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.no_thanks[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_no_thanks.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.no_thanks[type="submit"]:active {
	  border: 0;
        background: url('../images/button_no_thanks.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }
button.contact_afspa[type="submit"] {
        border: 0;
        background: url('../images/button_contact.png') no-repeat 0 0;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
		cursor:pointer;
    }

button.contact_afspa[type="submit"]:hover {
	  border: 0;
        background: url('../images/button_contact.png') no-repeat center left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }

button.contact_afspa[type="submit"]:active {
	  border: 0;
        background: url('../images/button_contact.png') no-repeat bottom left;
        text-indent: -9999em;
        width: 101px;
        height: 35px;
	     }
	     
.popup {
	padding:20px;
	background:#F9F9F9;
}

/* END LOG-IN FORM CSS -----------*/

/* MEMBER PORTAL FORM CSS -----------*/

.container {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 960px;
}
.header {
    border-bottom: 5px solid #CCCCCC;
    margin: 0 auto;
    width: 940px;
}
.top_banner {
    background-image: url("../images/afspa/art/home-slider-umbrella-man-large-c.jpg");
    height: 123px;
    width: 940px;
    position: relative;
}
.top_banner_holiday{
	width:940px;
	height:123px;
	background-image: url("../images/holiday_header_bg.jpg");

	/* New style */
	position: relative;

}
.logo {
    background-image: url("../images/afspa-logo-dark-small.fw.png");
    background-repeat: no-repeat;
    float: left;
    height: 123px;
    text-indent: -9999px;
    width: 211px;
}
.accredidation {
    background-image: url("../images/AAAHC_Health_Plan_Accredited_by.fw.png");
    background-repeat: no-repeat;
    float: left;
	margin-top: 5px;
    height: 123px;
    text-indent: -9999px;
    width: 211px;
}


.login {
	color: #222;
	float: right;
	font-size: 120%;
	height: 62px;
	margin-right: 47px;
	padding-top: 55px;
	text-align: right;   
}
.main {
    height: 100%;
    margin: 0 auto;
    width: 940px;
}

.content {
    float: left;
   	padding: 10px;
    width: 550px;
	min-height: 100px;
	margin-top: 50px 
}
.content p {
	 color: #666666;
    font-size: 1em;
   
}

.content_rule {
	border:1px solid #dcdcdc;
	margin: 10px 0;
}

.plan_docs {
	float:right;
	
}

.balance_amount {
	color:#990000;
}

.sidebar {
    float: left;
    min-height: 100px;
}

.sidebar_rule {
	border:1px solid #fff;
	margin: 10px 0;
}

.sidebar p {
	 color: #666666;
    font-size: 1em;
  
}

.messages {
    background-color: #E4E4E4;
    margin: 50px 20px 25px 0;
	padding-top:10px;
	width:340px;
   
}

.message_count {
	color: #666666;
	font-size: 65%;
	font-weight:normal;
}

.messages_top {
    background-color: #E4E4E4;
    margin: 0 auto;
	padding:0 10px 0 10px;
   
}

.messages_middle {
    background-color: #E4E4E4;
   
	padding:5px 10px 20px 10px;
}

.messages_bottom {
    background-image: url("../images/fast_bottom.jpg");
    background-position: center center;
    background-repeat: no-repeat;
   padding:20px 0 3px;
    
}

.member_profile {
	background-color:#F9F9F9;
	border:1px solid #DCDCDC;
	margin: 0 auto;
	width:320px;
	padding:10px;
	 margin: 0 20px 25px 0;
}

span.field_title {
	font-weight:bold;
	color: #666666;
    font-size: 12px;
    padding: 0; }

.divider {
    clear: both;
    height: 1px;
    margin: 30px auto 0;
    width: 940px;
}
.footer {
    background: url("../images/afspa/art/home-slider-umbrella-man-large-c.jpg") repeat-x scroll 0 0 #012255;
    border-top: 5px solid #CCCCCC;
    color: #DDDDDD;
    font-size: 11px;
    height: 180px;
    line-height: 150%;
    margin: 15px auto 0;
    padding: 20px 40px 15px;
    text-align: left;
    width: 860px;
}
#learn_more {
	padding:20px;
}
.clear {
    clear: both;
}
.fsbp_blue {
    color: #000066;
    font-weight: bold;
    text-transform: uppercase;
}


tr.header {
    border-bottom: 2px solid #666666;
}
tr.stroke {
    border-bottom: 1px solid #CCCCCC;
}


h1 {
    color: #012255;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
	 padding: 10px 0;
	 line-height:1.5em;
}

h1 span.content_title {
	color:#333;
	font-size:24px;
	padding: 10px 0;
}


h2 {
    color: #333333;
    font-size: 1em;
    font-style: normal;
    padding-bottom: 10px;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
}
h3 {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
h4 {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
    text-decoration: none;
}

p {
    color: #666666;
    font-size: 1em;
    padding-bottom: 15px;
	line-height:18px;
}
p.date {
    font-size: 0.9em;
    text-align: right;
}
.breadcrumbs {
    font-size: 0.9em;
    font-weight: normal;
    width: 600px;
}
ul, ol {
    text-align: left;
}
li {
    padding-bottom: 8px;
}
ul li {
    list-style: disc outside none;
    margin-left: 15px;
}
ol li {
    margin-left: 15px;
}
.nav_li {
    color: #666666;
    float: left;
    list-style: none outside none;
    padding-bottom: 0;
    padding-right: 15px;
}
.sidebar li {
    list-style: none outside none;
}
a, a:visited {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #990000;
    font-weight: bold;
    text-decoration: underline;
}
a.footer_link, a.footer_link:visited {
    color: #333333;
    font-style: normal;
    font-weight: normal;
    padding-top: 30px;
    text-decoration: none;
}
a.footer_link:hover {
    color: #333333;
    font-style: normal;
    font-weight: normal;
    padding-top: 30px;
    text-decoration: underline;
}
a.nav_link, a.nav_link:visited {
    color: #333333;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.footer a, .footer a:visited {
    color: #FFFFFF;
}
.footer a:hover, .footer a:active {
    color: #FFFFFF;
}
a.nav_link:hover {
    color: #666666;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
a.gallery_link, a.nav_link:visited {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
a.gallery_link:hover {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
#overlay_link {
    height: 108px;
    position: absolute;
    width: 160px;
}
.address {
    background: url("../images/cardholder_16.png") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
.billing {
    background: url("../images/clipboard_16.png") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
.contact {
    background: url("../images/address_book_16.png") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
.about {
    background: url("../images/catalog_red_16.png") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
.faq {
    background: url("../images/chat_16.png") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
.join {
	background:url("../images/user_male_16.png") no-repeat;
	padding-left:22px;
}

.hours {
	background:url("../images/info_button_16.png") no-repeat;
	padding-left:22px;
}

.map {
	background:url("../images/map_16.png") no-repeat;
	padding-left:22px;
}
.login a, .login a:visited {
	color: #eec051;
}
.tls {
	background:url('../images/email_front_16.png') no-repeat;
	padding-left:22px;
}
.column {
    float: left;
    margin-right: 10px;
}
.last {
    margin-right: 0;
}
.span-1 {
    width: 30px;
}
.span-2 {
    width: 70px;
}
.span-3 {
    width: 110px;
}
.span-4 {
    width: 150px;
}
.span-4b {
    width: 165px;
}
.span-5 {
    width: 190px;
}
.span-6 {
    width: 230px;
}
.span-6b {
    width: 250px;
}
.span-6c {
    width: 262px;
}
.span-7 {
    width: 270px;
}
.span-7b {
    width: 290px;
}
.span-8 {
    width: 310px;
}
.span-9 {
    width: 350px;
}
.span-10 {
    width: 390px;
}
.span-11 {
    width: 430px;
}
.span-12 {
    width: 470px;
}
.span-13 {
    width: 510px;
}
.span-14 {
    width: 550px;
}
.span-15 {
    width: 590px;
}
.span-16 {
    width: 630px;
}
.span-17 {
    width: 670px;
}
.span-18 {
    width: 710px;
}
.span-19 {
    width: 750px;
}
.span-20 {
    width: 790px;
}
.span-21 {
    width: 830px;
}
.span-22 {
    width: 870px;
}
.span-23 {
    width: 910px;
}
.span-24 {
    margin: 0;
    width: 950px;
}
.span-25 {
    width: 696px;
}

.append-1 {
    padding-right: 40px;
}
.append-2 {
    padding-right: 80px;
}
.append-3 {
    padding-right: 120px;
}
.append-4 {
    padding-right: 160px;
}
.append-5 {
    padding-right: 200px;
}
.append-6 {
    padding-right: 240px;
}
.append-7 {
    padding-right: 280px;
}
.append-8 {
    padding-right: 320px;
}
.append-9 {
    padding-right: 360px;
}
.append-10 {
    padding-right: 400px;
}
.append-11 {
    padding-right: 440px;
}
.append-12 {
    padding-right: 480px;
}
.append-13 {
    padding-right: 520px;
}
.append-14 {
    padding-right: 560px;
}
.append-15 {
    padding-right: 600px;
}
.append-16 {
    padding-right: 640px;
}
.append-17 {
    padding-right: 680px;
}
.append-18 {
    padding-right: 720px;
}
.append-19 {
    padding-right: 760px;
}
.append-20 {
    padding-right: 800px;
}
.append-21 {
    padding-right: 840px;
}
.append-22 {
    padding-right: 880px;
}
.append-23 {
    padding-right: 920px;
}
.prepend-1 {
    padding-left: 40px;
}
.prepend-2 {
    padding-left: 80px;
}
.prepend-3 {
    padding-left: 120px;
}
.prepend-4 {
    padding-left: 160px;
}
.prepend-5 {
    padding-left: 200px;
}
.prepend-6 {
    padding-left: 240px;
}
.prepend-7 {
    padding-left: 280px;
}
.prepend-8 {
    padding-left: 320px;
}
.prepend-9 {
    padding-left: 360px;
}
.prepend-10 {
    padding-left: 400px;
}
.prepend-11 {
    padding-left: 440px;
}
.prepend-12 {
    padding-left: 480px;
}
.prepend-13 {
    padding-left: 520px;
}
.prepend-14 {
    padding-left: 560px;
}
.prepend-15 {
    padding-left: 600px;
}
.prepend-16 {
    padding-left: 640px;
}
.prepend-17 {
    padding-left: 680px;
}
.prepend-18 {
    padding-left: 720px;
}
.prepend-19 {
    padding-left: 760px;
}
.prepend-20 {
    padding-left: 800px;
}
.prepend-21 {
    padding-left: 840px;
}
.prepend-22 {
    padding-left: 880px;
}
.prepend-23 {
    padding-left: 920px;
}
.border {
    border-right: 1px solid #666666;
    margin-right: 5px;
    padding-right: 4px;
}
.colborder {
    border-right: 1px solid #666666;
    margin-right: 25px;
    padding-right: 24px;
}
.colborder_footer {
    border-right: 1px solid #666666;
    height: 100px;
    margin-right: 25px;
    padding-right: 24px;
}
.pull-1 {
    margin-left: -40px;
}
.pull-2 {
    margin-left: -80px;
}
.pull-3 {
    margin-left: -120px;
}
.pull-4 {
    margin-left: -160px;
}
.push-0 {
    margin: 0 0 0 18px;
}
.push-1 {
    margin: 0 -40px 0 18px;
}
.push-2 {
    margin: 0 -80px 0 18px;
}
.push-3 {
    margin: 0 -120px 0 18px;
}
.push-4 {
    margin: 0 -160px 0 18px;
}
.push-0, .push-1, .push-2, .push-3, .push-4 {
    float: right;
}
.post {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 15px;
}
p.footer_icon {
    padding-bottom: 10px;
}
.posted_on {
    font-style: italic;
    margin: 1ex 0 1em;
}
.post_meta {
    background: none repeat scroll 0 0 #F7F7F7;
    margin: 0 0 1em;
    padding: 10px;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}

.downloads {
    background: none repeat scroll 0 0 #F3F3F3;
    border: thin solid #CCCCCC;
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 250px;
}
.downloads_2col {
    background: none repeat scroll 0 0 #F3F3F3;
    border: thin solid #CCCCCC;
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 550px;
}
.downloads_column {
    float: left;
    margin-right: 10px;
    width: 49%;
}
.downloads p, .downloads_column p {
    background-color: #990000;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.05em;
    font-weight: normal !important;
    padding: 5px 10px;
}
.downloads a, .downloads_column a {
    color: #FFFFFF;
}
.downloads p:hover, .downloads_column p:hover {
    background-color: #660000;
}
.button-submit {
    background: none repeat scroll 0 0 #DCE3EA;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
}
.button-submit:hover {
    background-color: #CCCCCC;
}

table {
	margin:0px 0;}
	
tr.header_row {
	background-color: #939FAB;
	color:#fff;
	font-size: 12px;
    line-height: 18px;	
}

tr.odd_row {
	background-color: #DCE3EA;
	color:#666;
	font-size: 12px;
    line-height: 18px;
}

tr.even_row {
	background-color: #fff;
	color:#666;
	font-size: 12px;
    line-height: 18px;
}

td {
	padding:0px 5px;
	vertical-align:top;
}

.error {
    color: #990000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.success {
    color: #012255;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.sup {
    color: #990000;
    font-weight: bold;
    font-size: .83em;
    line-height: 0.5em;
    position: relative;
    vertical-align: baseline;
    top: -0.4em;
    text-decoration: none;
}

.boxframe {
	margin: 0 10px 10px 0;
	padding:10px;
	border:thin solid #ccc;
	float:left;
	height:260px;
	background:#F3F3F3;
}

.boxframe_small {
	margin: 0 10px 10px 0;
	padding:10px;
	border:thin solid #ccc;
	float:left;
	height:160px;
	background:#F3F3F3;
}

.boxframe h2 {
	font-size:1.05em;
	padding-bottom: 10px;
}

.boxframe img {
	margin-left:35%;
}

.boxframe_custom {
	height:100%;
}

.boxrow {
	height:75px;
}

.box_title {
	width:280px;
	height:14px;
	padding-top:7px;
	padding-bottom:10px;
	font-weight:bold;
	color:#012255;
	font-size:14px;
}

/* General Form Styles */
input[type=text]
{
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input[type=email]
{
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input[type=number]
{
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input[type=tel]
{
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input[type=password]
{
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input.small[type=text]
{
	width: 50px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input.med[type=text]
{
	width: 50px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

select
{
	width: 156px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

select.med
{
	width: 244px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

select.lg
{
	width: 344px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Life Tabs */
.lifedocs {
	background:#333;
	height: 100px;
    padding: 10px;
	width: 260px;
	margin-left:10px;
}

.lifedocs_interior {
	margin:0 0 10px 0;
}

.lifetab_content {
    background: none repeat scroll 0 0 #333333;
    height: 100px;
    margin-left: 10px;
    padding: 10px;
    width: 245px;
}

/* LTC Tabs */
.ltcdocs {
	background:#333;
	height: 100px;
    padding: 10px;
	width: 260px;
	margin-left:10px;
}

.ltcdocs_interior {
	margin:0 0 10px 0;
}

.ltctab_content {
    background: none repeat scroll 0 0 #333333;
    height: 150px;
    margin-left: 10px;
    padding: 10px;
    width: 245px;
}

/* IBP Tabs */
.ibpdocs {
	background:#333;
	height: 65px;
    padding: 10px;
	width: 260px;
	margin-left:10px;
}

.ibpdocs_interior {
	margin:0 0 10px 0;
}

.ibptab_content {
    background: none repeat scroll 0 0 #333333;
    height: 120px;
    margin-left: 10px;
    padding: 10px;
    width: 245px;
}

.askafspa {
	background:#333;
	height: 145px;
    padding: 10px;
	width: 260px;
	/*margin-left:10px;*/
}

.askafspa_interior {
	margin:0 0 10px 0;
}

.tab_content {
    background: none repeat scroll 0 0 #333333;
    height: 230px;
    margin-left: 10px;
    padding: 10px;
    width: 245px;
}

.ask_box {
	background: none repeat scroll 0 0 #333333;
	width:100%;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	color:#ccc;
	border-bottom:thin solid #666;
	}
	

.ask_box a, .ask_box a:visited {
	color: #DCE3EA;
}

.ask_box_single {
	line-height:32px;
}

.ask_box_single_clear {
	margin-bottom: 0; line-height: 36px;padding-top: 5px;padding-left: 5px;
}
.ask_box a:hover, .ask_box a:active {
	color: #fff;
}
.ask_box img{
	float:left;
	margin-right:10px;
}


ol#toc {
    font-size:11px;
	height: 30px;
    list-style: none;
 	margin: 0 10px;
	padding: 0;
    width: 260px;
}

ol#toc li {
    float: left;
    margin: 0 2px 0 0;
	
}

ol#toc a {
    background: #333;
    color: #DCE3EA;;
    display: block;
    float: left;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc span {
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.nav{
	border-bottom:1px solid #dcdcdc;
	width:940px;
	margin:0 auto;
	height:40px;
	padding-top:7px;
}

.nav_left{
	width:590px;
	height:30px;
	float:left;
	font-size:13px;
	color:#666666;
	padding-left:10px;
}

.nav_right{
	width:340px;
	height:37px;
	font: 67.5%;
	font-size:.95em;
	text-transform:uppercase;
	font-size:13px;
	color:#666666;
	float:left;
	text-align: right;
	padding-top: 5px;
}

.nav_right small{
	font-size:.55em;
	text-transform:uppercase;
	font-size:9px;
	color:#666666;
}

.product_home {
	border-top: thin solid #CCCCCC;
    padding: 20px;
 }

#splashScreen img{
	margin:0 auto;
}

#splashScreen{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(239,239,239,.8);
	background-repeat:no-repeat;
	text-align:center;
}

#promoIMG{
	background:url('images/member_portal_splash_screen.png') no-repeat;
	height:632px;
	margin-bottom:15px;
	text-align:center;
}

#promoIMG img{
	margin-top:80px;
}

.geotrust {
	margin-top:10px;
}

.geotrust-inner {
	padding-left: 180px;
}

/*css for ssn lastname check */
.messagebox{
 position:absolute;
 width:20px;
 margin-left:0px;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:0px;
 padding:3px;
 font-weight:bold;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:0px;
 padding:3px;
 font-weight:bold;
}
/* Styles for Address Update form */
input.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }
div.error { color: red; font-style: italic }
#dialog-modal { display:none }
/*******************************************************************************
  Informational Messages
*******************************************************************************/
.info  {
	display: block;
	background: url('../images/informationbar_right.gif') no-repeat right top;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}

.info_success  {
	display: block;
	height: 70px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom:5px !important;
	padding: 15px !important;
	font-size: 26px !important;
	font-weight: bold;
	cursor: pointer;
	border: 4px;
	border-color: #5a801b;
	border-style: double;
	 border-radius: 15px;
	  border-spacing: 10px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}


.infoerror  {
	display: block;
	background: url('../images/informationbar_right_error2.gif') no-repeat right top;
	height: 120px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}

.infoerror4  {
	display: block;

	height: 40px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}

.infoerror3  {
	display: block;
	height: 70px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}


.info .info_inner {
  display: block;
  height: 50px;
  padding: 6px 10px 0px 35px;
}

.infoerror .info_inner {
  display: block;
  height: 120px;
  padding: 6px 10px 0px 35px;
}

#success .info_inner {
  color: #5a801b;
   height: 140px;
  background: url('../images/icon_success_large.gif') no-repeat left top;
  border: 0px;
}



#success_large .info_inner {
  color: #5a801b;
  border: 2px;
}
#warning .info_inner {
	color: #E89326;
	background: url('../images/icon_warning.gif') no-repeat left top;
	border: 0px;
}
#error .info_inner {
	color: #C00;
	background: url('../images/icon_error.gif') no-repeat left top;
	border: 0px;	
}

#error4 .info_inner4 {
	color: #C00;
	background: url('../images/icon_error2.png') no-repeat left top;
	border: 0px;	
}

#error3 .info_inner {
	color: Blue;
	border: 2px;	
}
#info .info_inner {
	color: #4985B2;
	background: url('../images/icon_info.gif') no-repeat left top;
	border: 0px;
}

<!-- https://www.jqueryscript.net/lightbox/Simple-jQuery-Plugin-For-Opening-A-Popup-Window-On-Page-load.html -->

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 200px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}
