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

site.css
Mutual of Omaha
Life Insurance (SAL)

*********************/

a {
	color:#6da02d;
	border-bottom:1px solid #FFF;
}
a:hover {
	border-bottom:1px solid #6da02d;
}

a.disabled {
    color: #BBB;
}

/* HEADER */
#header .links a:hover, #footer .links a:hover {
	border-bottom:none;
	text-decoration: underline;
}

#header #state {
	background: url('/images/state_selected_bg.gif') top left no-repeat;
}
#header #state a {
	color:#de740f;
}
#header #state a:hover {
	border-bottom:1px solid #de740f;
}

#header #change_state {
	background:url('/images/change_state_bg.jpg') top left no-repeat;
}
#header #change_state .links a {
	color:#fff;
}
#header #change_state .links a:hover {
	border-bottom:1px solid #fff;
}
#header #quote_block {
	/*background:#fff url('/images/change_quote_cop_bg.jpg') top right no-repeat;*/
}



/* NAVIGATION */
#navigation h1, #navigation h2 {
	background:url("/images/navigation.png") top left no-repeat;
}
#navigation ul li a {
	background:url("/images/navigation.png") top left no-repeat;
}

#navigationBar h1, #navigationBar h2, #navigationBar ul li a  {
	background:url("/images/navigation.png") top left no-repeat;
}
#product_bar {
	background:url("/images/product_bar.jpg") top left no-repeat;
}

#banner_home, #banner2_home {
	width:740px;
	height:262px;
	text-align:left;
	margin-bottom:9px;
	background:#FFF url('/images/home_banner_notext.jpg') top center no-repeat;
	clear:both;
	position:relative;
}

#banner_home div#banner-call-to-action, #banner2_home div#banner-call-to-action{
	position:absolute;
	top:165px;
	left:20px;
	width:400px;
	font-style:italic;
}

#banner_home div#banner-call-to-action h1, #banner2_home div#banner-call-to-action h1{
	font-size:15px; line-height:24px; font-weight:bold;
}

#banner_home div#banner-call-to-action p, #banner2_home div#banner-call-to-action p{
	font-size:13px;
}

#quote div#call-to-action{
	padding:20px; height:77px;
}

#quote div#call-to-action p{
	font-size:19px; line-height:21px; color:white;
}

#quote div#call-to-action p#call-to-action-green{
	font-size:14px; color:#f5f9d1; margin:10px 0 0 0;
}

#quote div#call-to-action p#call-to-action-green span{
	color:white; font-weight:bold;
}


#banner2_home {
	background:#FFF url('/images/home_banner_notext2.jpg') top center no-repeat;
}

#banner_home h2, #banner2_home h2 {
	display:none;
}

#quoteform select { /* #statemenu */
	border:2px solid #598526;
}
a#home_quote_btn {
	background-image:url('/images/home_free_quote.png');
}

#primary h4 {
	background:url('/images/green_circle_arrow.gif') top left no-repeat;
}
#primary h4 a {
	color:#466a20;
}
#primary h4 a.hover {
	border-bottom:1px solid #466a20;
}
#primary h4 span a {
	color:#6da02d;
}
#primary h4 span a.hover {
	border-bottom:1px solid #6da02d;
}

#secondary h3#calc {
	background:#dbeaa4 url('/images/bg_calc.jpg') top right no-repeat;
}

#secondary #calculator {
	height:87px;
	padding-right:90px;
	background:#f5f9d1 url('/images/bg_calc.jpg') right -35px no-repeat;
	border:0px dashed #333;
}
#secondary h3 {
	background-color:#dbeaa4;
	color:#466a20;
	border:0px dashed #333;
}
#secondary h4 {
	color:#466a20;
}
#secondary a {
	border-bottom:1px solid #f5f9d1;
}
#secondary a:hover {
	border-bottom:1px solid #6da02d;
}
#secondary h4 a {
	color:#466a20;
}
#secondary h4 a:hover {
	border-bottom:1px solid #466a20;
}
#secondary div {
	background-color:#f5f9d1;
}

#home_tabs ul li {
	background-image:url("/images/home_tabs.png");
}

#column_left {
	background-color:#f5f9d1;
}
#content_cop #column_left #steps { background-color:#f5f9d1; }
#column_left_btm {
	background-color:#f5f9d1;
}
#column_left ul li a {
	background-color:#f5f9d1;
	border-top:1px solid #fafce8;
	border-bottom:1px solid #dbeaa4;/*cbdb92*/
}
#column_left ul li a:hover {
	background-color:#dbeaa4;
}
#column_left ul li.on a {
	color:#466a20;
	background-color:#dbeaa4;
	border-top:1px solid #fafce8;
	border-bottom:1px solid #cbdb92;
}
#column_left #app_menu li {
	color:#787878;
	background-color:#f5f9d1;
	border-top:1px solid #fafce8;
	border-bottom:1px solid #dbeaa4;/*cbdb92*/
}
#column_left #app_menu li.on {
	color:#466a20;
	background-color:#dbeaa4;
	border-top:1px solid #fafce8;
	border-bottom:1px solid #cbdb92;
}
#column_left #app_menu li.on ul li {
	color:#787878;
	background-color:#dbeaa4;
}
#column_left #app_menu li.on ul li.on {
	color:#466a20;
}
#column_left #app_menu li.complete, #column_left #app_menu li.on ul li.complete {
	color:#393939;
}

#column_right h1, #column_right h2, #column_single h1, #column_single h2 {
	color:#466a20;
}

#column_right #select_state select {
	margin-bottom:2px;
}

#footer #copyright a:hover {
	border-bottom:1px solid #6da02d;
}
#disclaimers a {
	border-bottom:1px solid #e3d8c4;
}
#disclaimers a:hover {
	border-bottom:1px solid #6da02d;
}



/* BUTTONS */
#btn_entersite {
	background:url("/images/btn_enter_site.gif") 0 0 no-repeat;
}
#btn_entersite:hover {
	background-position: 0 -47px;
}
#ccode_form input.btn_entersite_loading {
	background-position: 0 -94px;
}
/*
#btn_continue, .btn_continue {
	background:url("/images/form_buttons.gif") 0 0 no-repeat;
}
#btn_update {
	background:url("/images/form_buttons.gif") 0 -35px no-repeat;
}
#btn_save {
	background:url("/images/form_buttons.gif") 0 -70px no-repeat;
}
#btn_submit {
	background:url("/images/form_buttons.gif") 0 -105px no-repeat;
}
.btn_edit {
	background:url("/images/form_buttons.gif") 0 -140px no-repeat;
}
.btn_exit {
	background:url("/images/form_buttons.gif") 0 -279px no-repeat;
}
#btn_yes, .btn_yes {
	background:url("/images/form_buttons.gif") 0 -210px no-repeat;
}*/


/* JQ MODAL */
.jqmWindow h3 {
	background-color:#F8FBE1;
}
