/*
    Document   : simple.css
    Created on : Jul 24, 2013, 11:02:59 AM
    Author     : Max Services Group
    Description:
        Stylesheet of simple layout.
*/

body{background: #eee url('/images/spl_bg.png') repeat-x;font:11px Verdana,Arial,sans-serif;color:#333;margin:0;padding:0;text-align:left;}
h1, h2, h3, h4, h5, h6{font-size: 13px;color:#333;margin:0;padding:0}
h1{font-size: 14px}
h4, h5{font-size: 11px}
p{margin:1em 0}
a{cursor:pointer;color:#0075ad;text-decoration:none}
a:hover{text-decoration:underline}
img{border:0}
ul{list-style-type:none;margin:0;padding:0}
.clearfix {display: block;}
hr{height:1px;background:#eee;border: 0; }
#main {	max-width: 980px;	margin: 0 auto;background: #fff;}

.benefits{padding:0 !important; background: url('/images/benefits_bg.png') !important; height:100px !important;border:0 !important;}
.wotc{padding:0 !important; background: url('/images/wotc_bg.png') !important; height:100px !important;border:0 !important;}
.i9{padding:0 !important; background: url('/images/i9_bg.png') !important; height:100px !important;border:0 !important;}
.wotc h1, .i9 h1, .benefits h1{color: #fff !important;line-height: 2.9em;font-size: 32px; font-weight: 300;padding-left:10px !important;letter-spacing: .6px; -webkit-font-smoothing: subpixel-antialiased;	font-family: Helvetica, sans-serif;	text-shadow: 0px 2px 3px #555;}
#content{min-height:400px;}
#mainBody{padding: 10px;min-height:250px;background: url('/images/max_symbol.png') top right no-repeat;}
#mainBody form input[type=submit]{float:right;margin-left:5px;}
#mainBody form:after{content: ".";display: block;    height: 0;    clear: both;    visibility: hidden;}
#employer{padding:10px 5px;background: #ffc;border-bottom: 1px solid #999;margin-bottom: 15px;}

textarea, input[type=text], input[type=password], .inputtext, .inputpassword {border: 1px solid #bdc7d8;font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;padding: 3px;}

label {width: 360px !important;}
.alert-error { margin:5px; border: 1px solid #A22!important;background:#eee;padding:5px 10px;}
.alert-error p{margin:0 0 5px 0; font-weight: bold;color:#A22;}
.alert-error ul{list-style-type:circle;padding-left: 15px;}
p.help-block{color:#A22;margin:0 0 5px 0;padding-left: 5px;}

.caution {color:#A22; padding: 2px; border: 1px solid #A22; margin: 10px;}

/* footer */
.wotcFooter{display:block;height:165px;background: url('/images/wotc_footer.png');margin-top:30px;}
#footer {color: #737373;font-size: 11px;}
#footerContainer {border-top: 1px solid #eee;margin-bottom: 30px;padding: 8px;position: relative;}
#contentCurve {background-color: #fff;border-bottom: 1px solid #E2E4FF;font-size: 1px;}
#footer #menu{list-style-type:none;margin:0;padding:0;}
#footer #menu .left{float:left;width : 40%;}
#footer #menu .right{float:right;}
#footer #menu .center{float : left;width : 25%;clear : none;}
#footer #menu li.right{padding-left:5px;}
#footer #menu li.right:not(.first):before{
    content: " | ";
}
#footer #menu:after{content: ".";display: block;    height: 0;    clear: both;    visibility: hidden;}
.hint {margin-left: 5px !important;}
.loader {background-image:url('/images/ajax-loader.gif');}