/*           MassMutual Half A Paycheck     */
/*                  Genuine Interactive     */
/*                              6.22.09     */

/********************************************/
/*                      Meyer CSS Reset     */
/********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************/
/*                  end Meyer CSS Reset     */
/********************************************/

/********************************************/
/*                General/Layout Styles     */
/********************************************/
body {
	background: transparent url(../images/body-bg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

html, body, form {
	height: 100%; /* for sticky footer */
}

#wrap {
	min-height: 100%; /* for sticky footer */
}

#main {
	padding-bottom: 80px; /* for sticky footer */
	width: 976px;
	margin: 0 auto;
}

#footer {
	position: relative; /* for sticky footer */
	margin-top: -80px; /* for sticky footer */
	height: 80px;
	background: #f7f6f4;
}

#header {
	padding: 0 9px 0 11px;
	height: 71px;
	z-index: 9000;
	position: relative; /* for z-index to work */
}

.error ul li,
.lblError
{
    color:Red !important;
}

.lblError
{
    margin-left:20px;
}

.divider
{
    width:655px;
    height:1px;
    display:block;
    margin:25px 0 25px 17px;
    background-color:#cdcdcd;
}

/********************************************/
/*            end General/Layout Styles     */
/********************************************/

/********************************************/
/*                       Top Nav Styles     */
/********************************************/
.top-nav {
	margin: 0 auto;
	width: 374px;
	height: 37px;
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat 0px 0px;
}

.top-nav ul li {
	float: left;
	height: 37px;
}

.top-nav ul li a {
	display: block;
	line-height: 37px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}

.top-nav ul li#top-nav-individual a {
	width: 101px;
}

.top-nav ul li#top-nav-small-business a {
	width: 169px;
}

.top-nav ul li#top-nav-employers a {
	width: 104px;
}

.top-nav ul li#top-nav-individual a:hover, .top-nav ul li#top-nav-individual a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat 0px -37px;
}

.top-nav ul li#top-nav-small-business a:hover, .top-nav ul li#top-nav-small-business a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat -101px -37px;
}

.top-nav ul li#top-nav-employers a:hover, .top-nav ul li#top-nav-employers a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat -270px -37px;
}
/********************************************/
/*                   end Top Nav Styles     */
/********************************************/

/********************************************/
/*                       Top Nav Styles     */
/********************************************/
body.custom-agent-form .top-nav {
	/*margin: 0 auto 2px;
	width: 248px;
	height: 35px;
	background: #0d65b9 url(../images/custom-agent-nav-bg.jpg) no-repeat 0px 0px;*/
}

body.custom-agent-form .top-nav ul li {
	/*float: left;
	height: 35px;*/
}

body.custom-agent-form .top-nav ul li a {
	/*display: block;
	line-height: 35px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;*/
}
/*
body.custom-agent-form .top-nav ul li#top-nav-individual a {
	width: 104px;
}

body.custom-agent-form .top-nav ul li#top-nav-manage-personal a {
	width: 144px;
}

body.custom-agent-form .top-nav ul li#top-nav-manage-employer a {
	width: 189px;
}

body.custom-agent-form .top-nav ul li#top-nav-individual a:hover, body.custom-agent-form .top-nav ul li#top-nav-individual a.selected {
	background: #0d65b9 url(../images/custom-agent-nav-bg.jpg) no-repeat 0px -35px;
}

body.custom-agent-form .top-nav ul li#top-nav-manage-personal a:hover, body.custom-agent-form .top-nav ul li#top-nav-manage-personal a.selected {
	background: #0d65b9 url(../images/custom-agent-nav-bg.jpg) no-repeat -104px -35px;
}

body.custom-agent-form .top-nav ul li#top-nav-manage-employer a:hover, body.custom-agent-form .top-nav ul li#top-nav-manage-employer a.selected {
	background: #0d65b9 url(../images/custom-agent-nav-bg.jpg) no-repeat -248px -35px;
}
*/
/********************************************/
/*                   end Top Nav Styles     */
/********************************************/

/********************************************/
/*                        Header Styles     */
/********************************************/
#header h1 {
	margin-top: 20px;
	float: left;
}

#header h1 a {
	display: block;
	width: 249px; height: 30px;
	background: transparent url(../images/half-a-paycheck-logo.jpg) repeat-x left top;
	text-indent: -99999px;
}

#header img {
	float: right;
}

.custom-agent-form #header h1 {
	font-size:2.7em;
	color:#055EAF;
	font-weight:bold;
	margin-top:16px;
}
/********************************************/
/*                    end Header Styles     */
/********************************************/

/********************************************/
/*                    Register Styles     */
/********************************************/

body.custom-agent-form #header h1 a.home {
	background:transparent url(../images/custom-agent-home-hdr.jpg) no-repeat scroll left top;
	display:block;
	height:25px;
	text-indent:-99999px;
	width:94px;
}

body.custom-agent-form #header h1 a.register {
	background:transparent url(../images/custom-agent-register-personal-hdr.jpg) no-repeat scroll left top;
	display:block;
	height:31px;
	text-indent:-99999px;
	width:416px;
}

body.custom-agent-form #header h1 a.personal {
	background:transparent url(../images/custom-agent-manage-personal-hdr.jpg) no-repeat scroll left top;
	display:block;
	height:31px;
	text-indent:-99999px;
	width:416px;
}

body.custom-agent-form #header h1 a.employer {
	background:transparent url(../images/custom-agent-manage-hdr.jpg) no-repeat scroll left top;
	display:block;
	height:32px;
	text-indent:-99999px;
	width:431px;
}

body.custom-agent-form #main #content .register-form {
	width:703px;
}

body.custom-agent-form #main #content .register-form .url {
	background-color:#e5e5e5;
}

body.custom-agent-form #main #content #save{
	margin:20px 0px 0px 0px;
	width:703px;
}

body.custom-agent-form #main #content #save .save-continue{
	background:transparent url(../images/custom-agent-save-continue-btn.gif) no-repeat scroll left top;
	display:block;
	float:right;
	height:24px;
	text-indent:-99999px;
	width:142px;
}

body.custom-agent-form #main #content #save .save{
	background:transparent url(../images/custom-agent-save-btn.gif) no-repeat scroll left top;
	display:block;
	float:right;
	height:24px;
	text-indent:-99999px;
	width:73px;
}

body.custom-agent-form #main #content #save .return-home{
	color:#06A7E1;
	display:block;
	float:right;
	font-size:1.2em;
	padding:5px 0 0 10px;
	text-decoration:underline;
}

body.custom-agent-form#register {
	margin-top:74px;
}

body.custom-agent-form #main #content .register-form .regTop {
	background: transparent url(../images/register-box-top.gif) no-repeat left top;
	height:20px;
	width:703px;
}

body.custom-agent-form #main #content .register-form .regMid.home { padding-bottom:20px; }

body.custom-agent-form #main #content .add-new-employer {
	margin:20px 0px 0px 0px;
}
body.custom-agent-form #main #content .add-new-association {
	margin:20px 0px 0px 0px;
}

body.custom-agent-form #main #content #add-new-employer{
	background:transparent url(../images/custom-agent-plus-btn.gif) no-repeat scroll left top;
	color:#06A7E1;
	font-size:.9em;
	padding:1px 0px 10px 21px;
	text-decoration: none;
}

body.custom-agent-form #main #content #add-new-association{
	background:transparent url(../images/custom-agent-plus-btn.gif) no-repeat scroll left top;
	color:#06A7E1;
	font-size:.9em;
	padding:1px 0px 10px 21px;
	text-decoration: none;
}

body.custom-agent-form #main #content .register-form .regMid.home a {
	color:#06A7E1;
	text-decoration:underline;
}

body.custom-agent-form #main #content .register-form .regMid.home a#manage-personalized {
	display: block;
	background:transparent url(../images/arrow-dots-dark-blue.gif) no-repeat scroll 0 9px;
	margin-left: 20px;
	padding: 8px 0 8px 17px;
	text-align: left;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing {
	margin-left: 20px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing th {
	font-weight: normal;
	padding: 8px 0 17px 0;
	text-align:center;
	width:70px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing th.table-heading {
	background:transparent url(../images/arrow-dots-dark-blue.gif) no-repeat scroll 0 9px;
	padding:8px 0 25px 10px;
	text-align: left;
	
	width:330px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing th.table-heading strong{
	color:#055EAF;
	font-size:1.2em;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing td {
	padding-bottom: 10px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-name {
	width: 196px;
	text-align: center;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-actions {
	width: 150px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-actions a {
	padding-right: 30px;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-enabled {
	text-align: center;
	vertical-align: middle;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-enabled input {
	display: inline-block;
	float: none;
}

body.custom-agent-form #main #content .register-form .regMid.home table.microsites-listing .microsite-expires {
	text-align: center;
	vertical-align: middle;
}

body.custom-agent-form #main #content .register-form .regMid {
	background: transparent url(../images/register-box-mid.gif) repeat-y left top;
	overflow:hidden;
	width:703px;
}

body.custom-agent-form #main #content .register-form .regMid ul {
	margin:0px 0px 0px 20px;
}

body.custom-agent-form #main #content .register-form .regMid.home ul li {
	padding:8px 0 15px 17px;
}

body.custom-agent-form #main #content .register-form .regMid ul li {
	background:transparent url(../images/arrow-dots-dark-blue.gif) no-repeat scroll 0 14px;
	color:#06A7E1;
	padding:8px 0 25px 20px;
	font-size: 1.1em;
}

body.custom-agent-form #main #content .register-form .regBot {
	background: transparent url(../images/register-box-bot.gif) no-repeat left top;
	height:20px;
	width:703px;
}

body.custom-agent-form #main #content .register-form p {
	margin:0px 0px 10px 0px;
}

body.custom-agent-form #main #content .register-form p.employee-types {
	margin:10px 0px 10px 0px;
}

body.custom-agent-form #main #content label, body.custom-agent-form #main #content select, body.custom-agent-form #main #content input[type="text"], body.custom-agent-form #main #content input[type="checkbox"]{
    float:left;
    display:block;
}

.states li.input {
	border: 1px solid #06A7E1;
}

body.custom-agent-form #main #content label
{
    margin-right: 10px;
	padding-top:3px;
	width:115px;
}

body.custom-agent-form #main #content .label-for-medium
{
    width:200px;
}

body.custom-agent-form #main #content .field { 
    width:100%;
    overflow:auto;
    margin:5px 0px;
}

body.custom-agent-form #main #content input.large { width:495px; }

body.custom-agent-form #main #content input.medium { width:435px; }

body.custom-agent-form #main #content input.small { width:50px; }

body.custom-agent-form #main #content .register-form .regMid p {
	margin:15px 20px 25px 20px;
	line-height:1.8em;

}

body.custom-agent-form #main #content .register-form .regMid ul.states {
	display: inline;
	float:left;
	margin:10px 0px 0px 10px;
	font-size:.85em;
	width: 123px;
}

body.custom-agent-form #main #content .register-form .regMid ul.states li {
	background:none;
	padding:0px 0px 10px 0px;
}

body.custom-agent-form #main #content .register-form .regMid ul.states li input {
	display: inline;
	margin: 0 8px 0 0;
	float: none;
}

body.custom-agent-form #main #content .register-form .regMid ul.states label {
	width: auto;
	float:none;
	display: inline-block;
	margin-right: 0;
	width:auto;
}

body.custom-agent-form #main #content .register-form .regMid h2 {
	background:url(../images/arrow-dots-dark-blue.gif) no-repeat scroll 0 14px transparent;
	color:#06A7E1;
	display:block;
	font-size:1.1em;
	font-weight:normal;
	height:20px;
	margin-left:20px;
	padding: 10px 0 0 20px;
}

body.custom-agent-form #main #content .register-form .regMid .state-cbl-list
{
    margin:10px 0 0 35px;
}

body.custom-agent-form #main #content .register-form .regMid .state-cbl-list table tr td
{
    padding:0 0 20px 0;
}

body.custom-agent-form #main #content .register-form .regMid .state-cbl-list table tr td input
{
    margin-right:10px;
    display:block;
    float:left;
}

body.custom-agent-form #main #content .register-form .regMid .state-cbl-list table tr td label
{
    width:95px !important;
    color:#06A7E1;
    float:left;
    display:block;
}

/********************************************/
/*                    end Register Styles     */
/********************************************/

/********************************************/
/*                       Lead Form Styles   */
/********************************************/

#leadform
{
    background: #fff;
}


#leadform-content 
{
    padding: 19px;
}

#leadform-content p.intro-text 
{
    margin: 30px 0;
}

#leadform-content ul li
{
	margin: 11px 0;
}

    #leadform-content ul li label
    {
        display: inline-block;
        width: 109px;
        color: #277ac7;
    }
    
        #leadform-content ul li label.for-radio 
        {
            width: auto;
        }
    
    #leadform-content ul li input.text
    {
        width: 272px;
        border: 1px solid #7f9db9;
    }
    
    #leadform-content select 
    {
        border: 1px solid #7f9db9;
    } 
    
    #leadform-content ul li table.radioTable 
    {
        display: inline;
    }
        #leadform-content ul li table.radioTable label 
        {
            width: auto;
        }
    p.required-explanation 
    {
        margin: 25px 0 20px;
        font-size: 10px;
    }
    
    span.required-asterisk
    {
        color: Red; font-size: 12px;
    }

/********************************************/
/*                   end Lead Form Styles   */
/********************************************/

/********************************************/
/*                        Footer Styles     */
/********************************************/
#footer p {
	width: 955px;
	margin: 0 auto;
	padding-top: 12px;
	font-size: 0.9em;
	color: #989898;
}

#footer p a {
	color: #989898;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
/********************************************/
/*                    end Footer Styles     */
/********************************************/

a.green-link-small {
	display: block;
	background: url(../images/green_button.gif) no-repeat left top;
	width: 147px; height: 27px;
	line-height: 27px;
	font-size: 1.25em;
	color: #fff;
	padding-left: 13px;
}
