@charset "utf-8";
html {
        overflow-y: scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.home_logo{
	background-color:#fff;
}
.ball{
	background-image:url(images/ball_bg.png);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:8px 0px 12px 0px;
	width:36px;
	text-align:center;
}
.box{
	float:left;
	margin-right:1px;
	overflow:hidden;
	padding:5px;
}
.box1{
	float:left;
	margin-right:1px;
	overflow:hidden;
	text-align:center;
	padding:10px;
	width:40px;
}
.box2{
	padding:10px;
	width:650px;
}
.box3{
	padding:10px;
	width:185px;
}
.box_row{
	clear:both;
	float:none;
	overflow:hidden;
	margin-bottom:1px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#E5EAF0;
}
.clear{
	clear:both;
}
.dotted-row {
    height: 3px;
	line-height: 3px;
	background-image: url(images/dots-horiz.gif);
}
.dottedB{
	border-bottom:#000 dotted 1px;
}
.dottedR{
	border-right:#000 dotted 1px;
}
.float_left{
	float:left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	margin-top:1px;
	background-color:#fff;
        display: flex;
        justify-content: space-between;
}
.footer_col0{
	background-color:#999;
	width:137px;
	padding:13px 0px 12px 10px;
	float:left;
        height: 45px;
        display: none;
}
.footer_col1{
	background-color:#999;
	width:603px;
	padding:27px;
	float:left;
	text-align:center;
}
.footer_col1b{
	background-color:#999;
	width:456px;
	float:left;
	text-align:center;
	padding-left:27px;
	padding-right:27px;
	padding-top:13px;
	padding-bottom:13px;
	line-height:21px;
        flex-grow: 1;
}
.footer_col1b_subline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
.footer_col2{
	width:327px;
	overflow:hidden;
	font-size:12px;
}
.footer_col2 ul{
	margin:0px;
	padding:0px;
}
.footer_col2 ul li{
	float:left;
	text-align:right;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:5px;
	width:68px;
	list-style:none;
	margin-right:1px;
}
.footer_col2 ul .col1{
	background-color:#00326e;
	padding-top:50px;
}
.footer_col2 ul .col2{
	background-color:#5687a9;
	padding-top:36px;
}
.footer_col2 ul .col3{
	background-color:#006699;
	padding-top:50px;
}
.footer_col2 ul a{
	color:#fff;
	text-decoration:none;
}
.footer_col2 ul .col1:hover{
	background-color:#666;
}
.footer_col2 ul .col2:hover{
	background-color:#666;
}
.footer_col2 ul .col3:hover{
	background-color:#666;
}
.home_col1{
	background-image:url(images/bg_col1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home_col2{
	background-image:url(images/bg_col2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home_col3{
	background-image:url(images/bg_col3.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home_col3LT{
	background-image:url(images/bg_col3LT.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home_col_text{
	height:250px;
	overflow:hidden;
}
.home_cols{
	float:left;
	padding:20px;
	width:287px;
	height:280px;
	overflow:hidden;
	background-color:#fff;
}
.home_title{
	font-size:16px;
	font-weight:bold;
}
.inner_top20{
	float:left;
	margin-left:30px;
	margin-right:50px;
	overflow:hidden;
}
.inner_container{
	width:982px;
	background-color:#E5EAF0;
	margin:0 auto;
	overflow:hidden;
}
.inner_container_qualify{
	width:982px;
	background-color:#FFFFFF;
	margin:0 auto;
	overflow:hidden;
}
.left_navigation{
	float:left;
	width:195px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color:#E5EAF0;
	color:#00326e;
}
.main_content{
	float:right;
	width:735px;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	background-color:#fff;
}
.main_content_qualify{
	float:left;
	width:940px;
	padding:20px;
	background-color:#fff;
}
.inner_image_formatting{
	font-size: 12px;
	background-repeat:no-repeat;
	text-align:right;
	height:151px;
}
.inner_top{
	overflow:hidden;
	background-color:#fff;
}
.inner_top_logo{
	float:left;
	overflow:hidden;
}
.inner_top_text{
	overflow:hidden;
	text-align:right;
	padding-right:20px;
	padding-top:37px;
	font-size:17px;
	color:#00326e;
	font-weight:bold;
}
.submit{
	float:right;
	padding-top:10px;
}
.title{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.subtitle{
	font-size:14px;
	font-weight:bold;
	color:#00326e;
}
.whiterow1pixel {
    height: 1px;
    background: #FFF;
}
.whitecolumn1pixel {
    width: 1px;
    background: #FFF;
}
.wrapper_main{
	width:984px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.bodylinks{
	color:#00326e;
}

.leftnavlinks{
	color:#00326e;
}

.leftnavli{
	list-style:none;
	padding-bottom: 10px;
}
.redtitle{
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
.bodylinkssmall{
	color:#00326e;
	font-size: 11px;
}
#testimonial_scroller_id{
	font-size: 12px;
	position:relative;
	top:23px;
	width:971px;
	height:83px;
}
#testimonial_scroller_id_hir{
	position:relative;
	top:23px;
	width:971px;
	height:83px;
}
#testimonial_scroller_id_sred{
	position:relative;
	top:23px;
	width:971px;
	height:83px;
}
.testimonial_scroller_class{
	text-align:right;
	font-size: 12px;
	color:#ffffff;
	font-weight:normal;
}
.inner_client_title{
	position:relative;
	top:15px;
	text-align:right;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	width:971px;
}
.testimonial-name {
	color: #666699;
}
.white-map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.inner_client_see_all{
	position:relative;
	top:27px;
	text-align:right;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	width:971px;
}
.client_scroller_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

.highlight{
	text-align:center;
	width:400px;
	padding:10px;
	background:#FF0;
}

.vertical-center {
	height: 36px;
	line-height: 36px;
}

