﻿.clear-fix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clear-fix
{
	display: inline-block;
}

html[xmlns] .clear-fix
{
	display: block;
}

* html .clear-fix
{
	height: 1%;
}

html, html *
{
	margin: 0;
	padding: 0;
}

body
{
    color: #747272;
    background: #fff url(../images/master/body.png) repeat-x fixed left bottom;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 18px;
}

:focus
{
    outline: none 0;
}

.float-left
{
	display: inline;
	float: left;
}

.float-right
{
	display: inline;
	float: right;
}

.align-left
{
    text-align: left !important;
}

.align-center
{
    text-align: center !important;
}

.align-right
{
    text-align: right !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.hidden
{
    display: none;
}

.no-overflow
{
    overflow: hidden;
}

.whitespace-left
{
    display: inline-block;
    padding-left: 15px;
}

.whitespace-right
{
    display: inline-block;
    padding-right: 15px;
}

img
{
	border: none 0;
}

a
{
	color: #2f6db7;
	cursor: pointer;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: 600;
}

input, select, textarea
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.text, input.button, select, textarea
{
    border: solid 1px #aaa;
    color: #898989;
    padding: 4px;
}

input.invalid, select.invalid, textarea.invalid
{
    /*border: solid 1px #b41616 !important;*/
    border: solid 1px #ec1a29 !important;
}

.validation-summary
{
    color: #ec1a29;
    display: none;
    padding: 10px;
}

#wrapper
{
    /*background-color: #fff;*/
    margin: 0 auto;
    width: 980px;
}

#header
{
    width: 980px;
}

#logo
{
    /*padding: 20px 124px 12px 400px;*/
    padding: 12px 0 12px 45px;
}

#agent-home
{
    padding: 30px;
}

#agent-right
{
    padding: 8px 30px 30px 30px;
}

#header-agent
{
    /*padding: 22px 0 0 0;*/
    padding: 14px 0 0 0;
    position: relative;
    z-index: 10;
}

#header-agent p
{
    padding-bottom: 15px;
}

#header-agent input.text
{
    width: 200px;
}

#header-agent a.agent-login-popup
{
    background: url(../images/master/agent-login.png) no-repeat 0 0;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#header-agent a.agent-login-popup:hover
{
    background-position: 100% 0;
}

#agent-popup
{
    background-color: #fff;
    border: 2px solid #99b7db;
    display: none;
    padding: 26px;
    position: absolute;
    right: 0;
    width: 210px;
    z-index: 12;
}

#agent-reset
{
    display: none;
}

#header-agent a.login
{
    background: url(../images/master/login.png) no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#header-agent a.login:hover
{
    background-position: 100% 0;
}

#header-agent a.reset
{
    background: url(../images/master/reset.png) no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#header-agent a.reset:hover
{
    background-position: 100% 0;
}

#header-agent a.logout
{
    background: url(../images/master/logout.png) no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#header-agent a.logout:hover
{
    background-position: 100% 0;
}

#phone-number
{
    color: #828282;
    font-size: 18px;
    font-weight: 600;
    /*padding: 26px 0 0 0;*/
    /*padding: 18px 213px 0 213px;*/
    padding: 18px 206px 0 206px;
    /*width: 226px;*/
    /*width: 175px;*/
    width: 188px;
}

#header-nav
{
    height: 54px;
    position: relative;
    z-index: 8;
}

#header-nav a
{
    color: #fff;
    display: block;
    text-decoration: none;
}

#header-nav table.horiz
{
    width: 100%;
}

#header-nav td.horiz
{
    border-right: solid 1px #fff;
    position: relative;
}

#header-nav a.horiz, #header-nav span.horiz
{
    background-color: #2f6db7;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 18px 22px;
    text-transform: uppercase;
}

#header-nav a.horiz:hover, #header-nav a.horiz-active
{
    background-color: #00a677;
}

#header-nav table.vert
{
    display: none;
    position: absolute;
    top: 54px;
    width: 200px;
    z-index: 10;
}

#header-nav td.vert
{
    border-top: solid 1px #fff;
}

#header-nav a.vert
{
    background-color: #2f6db7;
    color: #fff;
    font-size: 15px;
    padding: 12px 22px;
}

#header-nav a.vert:hover, #header-nav a.vert-active
{
    background-color: #00a677;
}

#policy-nav
{
    z-index: 8;
}

#policy-nav ul
{
    list-style-type: none;
    padding: 0;
}

#policy-nav li.horiz
{
    padding: 0 0 0 4px;
    position: relative;
}

#policy-nav a.horiz
{
    border: 1px solid #d7d7d7;
    color: #aba8a8;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    text-decoration: none;
}

#policy-nav a.horiz-hover, #policy-nav a.horiz-active
{
    border: 1px solid #99b7db;
    color: #6ea0dd;
}

#policy-nav ul.vert
{
    border-top: 1px solid #99b7db;
    background-color: #fff;
    display: none;
    left: 4px;
    padding: 0;
    position: absolute;
    top: 36px;
    width: 200px;
    z-index: 10;
}

#policy-nav li.vert
{
    padding: 0;
}

#policy-nav a.vert
{
    border-bottom: 1px solid #99b7db;
    border-left: 1px solid #99b7db;
    border-right: 1px solid #99b7db;
    color: #6ea0dd;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 18px;
}

/*#new-policy-upgrade a
{
    border: 1px solid #d7d7d7;
    color: #aba8a8;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    margin-left: 4px;
    text-decoration: none;
}

#new-policy-upgrade a:hover, #new-policy-upgrade a.active
{
    border: 1px solid #99b7db;
    color: #6ea0dd;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    margin-left: 4px;
    text-decoration: none;
}*/

#body
{
    background-color: #fff;
    padding: 30px 10px 30px 10px;
}

#body .column-1
{
    padding: 0 20px;
    width: 920px;
}

#body .column-1-3
{
    padding-left: 20px;
    width: 300px;
}

#body .column-2-3
{
    padding-left: 20px;
    width: 600px;
}

#body .column-1-2
{
    padding-left: 20px;
    width: 450px;
}

#body .bait-box
{
    /*padding-right: 20px;*/
    padding: 20px 20px 0 0;
}

#body .bait-box-border
{
    border-right: solid 1px #9e9e9f;
    height: 100%;
    padding-right: 19px !important;
}

#body .border-right
{
    border-right: solid 1px #9e9e9f;
}

#body .border-top
{
    border-top: solid 1px #9e9e9f;
}

#home-middle
{
    position: relative;
}

#home-left
{
    padding: 0 0 20px 20px;
    position: relative;
    width: 328px;
}

#home-right
{
    padding: 0 0 20px 20px;
    position: relative;
    /*width: 592px;*/
}

#home-bottom
{
    padding-top: 20px;
}

#body h1
{
    color: #2f6db7;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}

#body h2
{
    color: #2f6db7;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

#body h3
{
    color: #2f6db7;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}

#body p
{
    padding-bottom: 15px;
}

#body ul
{
    /*padding-left: 14px;*/
    padding: 0 0 15px 34px;
}

#body ol
{
    /*padding-left: 17px;*/
    padding: 0 0 15px 37px;
}

#body li
{
    padding-bottom: 5px;
}

#body hr
{
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    /*border-top: solid 1px #9bb8dc;*/
    border-top: solid 1px #aaa;
    margin: 15px 0 30px 0;
}

#body table
{
    border: none 0;
}

#body table td, #body table th
{
    padding: 0 15px 15px 0;
    text-align: left;
    vertical-align: top;
}

#footer
{
    padding-bottom: 30px;
}

#footer-nav
{
    background-color: #c9c9c9;
    color: #6a6a6a;
    padding: 16px 90px 16px 45px;
}

#footer-nav ul
{
    list-style-type: none;
    /*padding: 16px 0 0 45px;*/
    padding: 16px 0 16px 45px;
}

#footer-nav li
{

}

#footer-nav a
{
    color: #6a6a6a;
}

#footer-nav span
{
    /*padding: 0 45px;*/
    padding-left: 45px;
}

#crombie-lockwood
{
    padding: 16px 0;
}

#netfinity
{

}

#wizard
{
    padding-right: 20px;
}

#wizard td, #wizard th
{
    padding: 0 !important;
}

#wizard h2
{
    font-size: 24px;
}

#wizard h3
{
    font-size: 20px;
}

#wizard h4
{
    font-size: 14px;
}

#wizard input.text
{
    width: 200px;
}

#wizard #family-member input.text
{
    width: 75px;
}

#wizard #valuable-item input.text
{
    width: 125px;
}

#wizard input.date-picker
{
    width: 182px;
}

#wizard a.info-tip
{
    text-decoration: none;
}

#wizard .step
{
    border: solid 1px #99b7db;
    box-shadow: 5px 5px 5px #bbb;
    color: #474747;
    position: relative;
}

/*#wizard .progress
{
    color: #99b7db;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 138px;
}

#wizard .progress ul
{
    list-style-type: none;
    padding: 0;
}

#wizard .progress li
{
    background-color: #c7c7c7;
    height: 10px;
    padding: 0;
    margin-right: 2px;
    width: 25px;
}

#wizard .progress li.active
{
    background-color: #99b7db;
}*/

#wizard .quote
{
    color: #2f6db7;
    font-size: 24px;
    font-weight: 600;
}

#wizard a.next-step
{
    background: url(../images/master/next-step.png) no-repeat 0 0;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#wizard a.next-step:hover
{
    background-position: 100% 0;
}

#wizard a.buy-now
{
    background: url(../images/master/buy-now.png) no-repeat 0 0;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#wizard a.buy-now:hover
{
    background-position: 100% 0;
}

#wizard a.submit-application
{
    background: url(../images/master/submit-application.png) no-repeat 0 0;
    display: inline-block;
    height: 38px;
    width: 136px;
}

#wizard a.submit-application:hover
{
    background-position: 100% 0;
}

#agent-wizard td, #agent-wizard th,
#agent-search td, #agent-search th
{
    padding: 0 !important;
}

#agent-wizard a.submit,
#agent-search a.submit
{
    background: url(../images/master/submit.png) no-repeat 0 0;
    display: inline-block;
    height: 34px;
    width: 104px;
}

#agent-wizard a.submit:hover,
#agent-search a.submit:hover
{
    background-position: 100% 0;
}

/*.ui-datepicker
{
    z-index: 9999 !important;
}*/

.ui-datepicker-trigger
{
    padding-left: 3px;
    vertical-align: middle;
}

/* simple modal */

/* simple modal overlay */
#simplemodal-overlay
{
    background-color: #c9c9c9;
    cursor: wait;
}

/* simple modal container */
#simplemodal-container
{
    background-color: #fff;
    border: solid 2px #9bb8dc;
    color: #474747;
    height: auto;
    padding: 30px;
    width: auto;
}

#simplemodal-container a
{
    color: #2f6db7;
}

#simplemodal-container h2
{
    color: #2f6db7;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

#simplemodal-container a.modalCloseImg
{
    background: url(../images/master/x.png) no-repeat;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    z-index: 100;
}

#simplemodal-container p
{
    padding-bottom: 10px;
}

#simplemodal-container ol
{
    padding: 0 0 15px 27px;
}

#simplemodal-container li
{
    padding-bottom: 5px;
}

.qtip-content a
{
    color: #fff;
}

ul.sf_expandableList
{
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0;
}

ul.sf_expandableList li
{
    padding-left: 0;
    margin-left: 0;
}
