﻿body
{
    margin: 0px auto;
    background-color:#28428a;
    position: relative;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
    font-size: 10pt;
    line-height: 16.7px;
}

iframe
{
    border: solid 4px #a6a6a6;
}

.wrapper
{
    background-color:#FFF;
}

.full_bg {
    border-bottom: solid 3px #1c316f;
    /* background: url(/img/style/bg_grad_x.png) repeat-x 0 -250px; */
    background-position:bottom center;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.full_bg_empty {
    background: url(/img/style/bg_grad_x.png) repeat-x 0 -250px;
    background-position:bottom center;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.feature
{    
    height: 345px;
}

.feature .content_block
{    
    margin: 0px auto;
    width:900px;
}

.content
{
    margin: 10px auto;
    width:900px;    
}

.content_empty
{
    margin: 10px auto;
    width:900px;    
}

.pageSection
{
    min-height:675px;
    background: #FFFFFF;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.pageSection .page_block
{   
    width:320px; 
    float:left;
}

.page_block h1
{
    font-family: 'Open Sans', sans-serif;
    font-size:18pt;
    color:#29428a;
}

.page_block h2
{
    font-family: 'Open Sans', sans-serif;
    font-size:16pt;
    color:#ff7e00;
    margin-top:5px;
}
.page_block ul
{
    padding-left:35px;
}
.page_block li
{
    background-image: url("/img/style/check_bullet_orange.gif");
    background-repeat: no-repeat;
    font-size: 12px;
    color:#585858;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

ul.twoColumns
{
    margin: 0px;
    padding: 0px;
    margin-left: 60px;
    display: inline-block;
    font-size: 10pt;
}
ul.maxTwoColumns
{
    margin: 0px;
    padding: 0px;
    margin-left: 60px;
    display: inline-block;
    font-size: 10pt;
}

.maxTwoColumns li
{
    float: left;
    width: 100%;
    background-image: url("/img/style/check_bullet_orange.gif");
    background-repeat: no-repeat;
    font-size: 11pt;
    color:#585858;
    font-weight: bold;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

.twoColumns li
{
    float: left;
    width: 45%;
    background-image: url("/img/style/check_bullet_orange.gif");
    background-repeat: no-repeat;
    font-size: 11pt;
    font-weight: bold;
    color:#585858;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

h1
{
    font-family: 'Open Sans', sans-serif;
    font-size:18pt;
    font-weight:bold;
    color:#29428a;
    margin: 0px 0px 8px 0px;
}

h2
{
    margin: 0px 0px 18px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size:16pt;
    line-height:19pt;
    color:#585858;
    text-align:center;
}

.pageSection .feauture_item strong
{
    font-weight: bold;
}

.pageSection .feauture_item
{
    width:280px;
    margin-top:14px;
    padding:24px 10px 16px 10px;
    float:left;
    line-height: 15px;
}

.content .action_blocks img
{
    padding-right:12px;
    padding-bottom:10px;    
    padding-top:5px;    
    /*border-bottom:1px dashed #a6a6a6;*/
}

.header
{
    background-color:#e2e2e2;
    height:68px;
    border-bottom: solid 4px #a6a6a6;
}

.header .content_block
{
    height:48px;
    margin: 0px auto;
    width:1020px;
}

.header .toplinks
{
    float: right;
    text-align: right;
    font-size: 11px;
    height: 16px;
    width: 300px;
    padding: 0px 10px 0px 0px;
}

a:link {
COLOR: #336699;
}
a:visited {
COLOR: #336699;
}
a:hover 
{
text-decoration: none;
COLOR: #6699cc;
}
a:active {
text-decoration: none;
COLOR: #6699cc;
}

.header .toplinks .findus
{
    float: right;
    height: 60px;
    width: 165px;
    padding: 6px 0px 0px 0px;
}

.header .toplinks .findus a.icon
{
    width: 24px;
    height: 24px;
    background: url('/img/social_icons_pr.gif') no-repeat;
    text-decoration: none;
    float: right;
}

.header .toplinks .findus a.facebook
{
    /*background-position: 0% 0%;*/
    background-position: 0% 100%;
    margin-left: 6px;
}

.header .toplinks .findus a.twitter
{
    /*background-position: 50% 0%;*/
    background-position: 33% 100%;
    margin-left: 6px;
}

.header .toplinks .findus a.indeed
{
    /*background-position: 100% 0%;*/
    background-position: 66% 100%;
    margin-left: 6px;
}

.header .toplinks .findus a.googleplus
{
    /*background-position: 100% 0%;*/
    background-position: 100% 100%;
    margin-left: 6px;
}

.header .toplinks .findus a.facebook:hover
{
    background-position: 0% 100%;
}

.header .toplinks .findus a.twitter:hover
{
    background-position: 33% 100%;
}

.header .toplinks .findus a.indeed:hover
{
    background-position: 66% 100%;
}

.header .toplinks .findus a.googleplus:hover
{
    background-position: 100% 100%;
}


.footer
{
    border-top: solid 5px #1c316f;
    background-color:#28428a;
    width:100%;
    height:190px;
    padding:0px;
}

.footer .footer_content
{
    margin: 0px auto;
    width:900px;    
}

.footer .footer_content .logo
{
    margin-top:16px;  
    width:230px;
    float:left;
}

.footer .footer_content .column
{
    color:#FFF;
    margin:5px 0px 0px 0px;  
    padding:6px 0px 0px 12px;
    width:145px;
    height:160px;
    float:left;
    border-left:1px dashed #efefef;
}

.footer .footer_content .column strong
{
    color:#FFF;
    font-size:13pt;
    line-height:19pt;
}

.footer .footer_content .column a
{
    color:#FFF;
    font-size:9pt;
    line-height:14pt;
}

.topformheader
{
    background:url("/img/style/topheader-sm.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    width:300px;
}

.bottomformfooter  {
    background:url("/img/style/bottom-form-sm.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    padding-bottom:22px;
    width:300px;
}
.submit-button
{
	text-align: center;
	cursor: pointer;
	color: white;
	background-color: #29428a;
	background: -moz-linear-gradient(100% 100% 90deg, #600, #ff7e00);
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #29428a;
	font-size: 24px;
	line-height: 14px;
	padding: 15px;
	font-weight: bold;
}
.submit-button:hover
{
	text-shadow: 2px 2px 2px #000;
	background-color: #ff7e00;
	border: 1px solid #ff7e00;
	/* padding: 17px; */
}

.mainform
{    
    width:299px;
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    margin-bottom: 14px;
    overflow: hidden;
}

.mainform label
{
    color:#475258;
    padding-bottom:4px;
    display:block;
    text-align: justify; 
}

.topincludeformheader
{
    background:url("/img/style/topincludeheader.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    width:870px;
    clear:both;
    margin:0px 0px 0px 18px;
}

.bottomincludeformfooter  {
    background:url("/img/style/bottomincludeform.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    padding-bottom:22px;
    width:870px;
    margin:0px 0px 0px 18px;
}

.mainincludeform
{
    background:none repeat scroll 0 0 #FAFAFA;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
    overflow:hidden;
    padding-bottom:10px;
    position:relative;
    width:868px;
    margin:0px 0px 0px 18px;
}

.mainincludeform label
{
    font-size:14px;
    color:#475258;
    padding-bottom:4px;
    display:inline-block;
}

.mainincludeform .checkBoxLabels label
{
    font-size:12px;
    color:#475258;
    line-height:8px;
    margin-left:8px;
    display:inline-block;
}

.formBox
{
    background-color:#F3F3F3;
    padding:30px;
}

.formTitle
{
    margin-bottom:3px;
    padding:10px;
    background-color:#555555;
}

.formTitle h1
{
    color:#EFEFEF;
    margin:0px;
    padding:0px;
}
.alert
{
    background: #dcdfff;
    border-color: #28428a;
    border: 1px solid #28428a;
    margin: 0pt 0px 10px 0px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    list-style: none;
}