﻿/** inner-content **/
.inner-content #blueheader {
	background:transparent url(../../Images/LandingPage/blue-head.jpg) no-repeat left top;
    width: 936px;
	height: 3px;
	margin: 0;	
	_font-size: 1px;
}
.inner-content #bluebody {
	background:transparent url(../../images/LandingPage/blue-body.jpg) repeat-y;
	background-color:#01214f;
    width: 936px;
    padding:0;
    overflow:hidden;	
}
.inner-content #bluetail {
	background:transparent url(../../Images/LandingPage/blue-footer.jpg) no-repeat;
    width: 936px;
    height:3px;
    _font-size: 1px;
}
#login {
    overflow:hidden;
    }
#login img {
    float:left;
    }
#bluebody .standardmargin {
    margin:auto 120px;
    overflow:hidden;
    background: #fff;
    /*text-align:center;*/
    }

/* ~~ copied over from benefits stylesheet.. ~~ */
#whiteheader {
	background:transparent url(../../Images/Panels/white/white-head.gif) no-repeat left top;
    width: 924px;
	height: 4px;
	_font-size: 1px;
	margin-top: 7px;
}
#whitebody {
	background:transparent url(../../images/Panels/white/white-body.gif) repeat-y;
    width: 924px;
    padding: 3px 6px 0 6px;
    overflow:hidden;	
}
#whitetail {
	background:transparent url(../../Images/Panels/white/white-footer.gif) no-repeat;
    width: 936px;
    height:6px;
    _font-size: 1px;
}
/* ~~~~~ */

#bluebody h2 {
    font-family:helvetica, arial, sans-serif;
    font-size:1.8em;
    font-weight:bold;
        margin-bottom:10px;
    color:#ffffff;
    }
#bluebody h4 {
    font-family:helvetica, arial, sans-serif;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:17px;
    color:#ffffff;
    }
#bluebody h4.last {
    margin-bottom:17px;
    color:#5cbaf1;
    }