body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d6165;
	background: url(../images/bg_body.gif) repeat-x 50% 0;
}

.clearfix{
	display: block;
	clear: both;
}
input{
	outline:none;
}

a:visited,
a:link,
a{
	outline:none;
	color:#00417f;
	text-decoration:none;
}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
.main{
	width:992px;
	margin:0 auto;
}
 .top_nav{ 
	margin:0;
	padding:0;
	list-style:none;
}
 .top_nav li{
	float:left;
	margin:0 0 0 0px;
	background:url(../images/bg_li_top_nav.gif) no-repeat 0 22px;
	font-weight:bold;
	position:relative;
	padding:10px 0 0 0;
	border-top:6px solid #fff;
}
 .top_nav li a{
	color:#00417f;
	float:left;
	margin:0px 0 0 0;
}
 .top_nav li:hover{
	border-top:6px solid #a80431;
}
 .top_nav li.sub_nav:hover{
	border-top:6px solid #fff;
}
 .top_nav li a span{
	padding:9px 7px 0; 
	height:31px;
	cursor:pointer;
	float:left;
	margin:0px 0 0 0;
}
 .top_nav li a:hover span{
	color:#a80431;
}

 .top_nav li.sub_nav:hover a{
	background:url(../images/bg_li_top_nav_2.gif) no-repeat 0 0;
	
}
 .top_nav li.sub_nav:hover  a span{
	background:url(../images/bg_li_top_nav_3.gif) no-repeat 100% 0;
	color:#fff;
}
/*drop down*/
 .top_nav li ul{
	display:none;
}
 .top_nav li:hover ul{
	background:url(../images/bg_sub_nav.gif) no-repeat 0 100%;
	position:absolute;
	top:49px;
	display:block;
	left:0px;
	margin:0;
	width:257px;
	padding:0 0 10px 0;
	list-style:none;
	
}
 .top_nav li:hover ul li,
 .top_nav li ul li{
	border:0;
	font-size:11px;
	width:231px;
	padding:10px 0 0 26px;
	background:#00417f url(../images/bg_sub_nav_li.gif) no-repeat 0 11px;
}
 .top_nav li.sub_nav:hover ul a,
 .top_nav li.sub_nav ul a:hover,
 .top_nav li.sub_nav ul a{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	color:#fff;
	background:none;
}
 .top_nav li.sub_nav ul a:hover{
	text-decoration:underline;
}
 .top_nav li.first{
 	background:none;
 }
.place_holder{
	background:url(../images/bg_content_all.gif) repeat-y 0 0;
	overflow:hidden;
	clear:both;
	padding:0 0 54px;
}
.header{
	background:url(../images/bg_header.gif) no-repeat 0 0;
	width:992px;
	padding:7px 0 0 0px;
}
.header .logo{
	margin:0;
	padding:0 0 0 14px;;
	width:339px;
	height:72px;
	float:left;
	overflow:hidden;
}
.header .logo a{
	background:url(../images/bg_logo.gif) no-repeat 0 0;
	float:left;
	width:339px;
	height:63px;
	text-indent:-999999px;
}
.header span.right_text{
	float:right;
	width:195px;
	height:23px;
	overflow:hidden;
	text-indent:-99999px;
	margin:29px 16px 0 0;
	background:url(../images/bg_text.gif) no-repeat 0 0;
}  
.breadcrumbs{
	list-style:none;
	margin:0;
	padding:15px 0 16px 0px;
	width:690px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
}
.breadcrumbs li{
	float:left;
	padding:0 16px 0 0;
	background:url(../images/bg_current.gif) no-repeat  100% 50%;
}
.breadcrumbs li a{
	text-decoration:underline;
}
.breadcrumbs li a:hover{
	text-decoration:none;
}
.breadcrumbs li.current_page{
	background:none;
	padding:0 0 0 12px;
	color:#a80431;
	font-weight:bold;
}

.content{
	padding:0 20px 0 23px;
	width:690px;
	float:left;
}

.contentol {
	padding:0 20px 0 23px;
	float:left;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004581;
    line-height:24px;
}

.sidebar{
	width:256px;
	float:left;
}
.content h1{
	color:#a80532;
	font-size:24px;
	font-weight:normal;
	margin:16px 0 0 0;
}
.content h2{
	color:#a80532;
	font-size:20px;
	font-weight:normal;
	margin:16px 0 0 0;
}
.content ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	color:#004581;
}
.content ul li{
	line-height:24px;	
}
.content  p{
	color:#004581;
	padding:9px 0 15px 0;
	margin:0;
	line-height:24px;
}
img.left{
	float:left;
	margin:12px 24px 0 0;
}
.content p a{
	color:#00aaff;
}
.content p a:hover{
	text-decoration:underline;
}
.two_col_section{
	border-top:1px solid #ededed;
}
.two_col_section h3{
	margin:16px 0 0 0;
	font-size:24px;
	color:#a80532;
	font-weight:normal;
}
.two_col_section h3.blue{
	color:#00aaff;
}
.two_col_section .left{
	width:330px;
	float:left;
}
.two_col_section .right{
	width:330px;
	float:right;
	
}
.two_col_section .buttons{
	border-top:1px solid #ededed;
	overflow:hidden;
	clear:both;
	padding:18px 0 0 0;
}
.two_col_section .buttons a.btn_1{
	display:block;
	width:274px;
	height:44px;
	background:url(../images/btn_1.gif) no-repeat 0 0;
	text-indent:-9999999px;
}
.two_col_section .buttons a.btn_1:hover{
	background:url(../images/btn_1.gif) no-repeat 0 -44px;
}
.two_col_section .buttons a.btn_2{
	display:block;
	width:274px;
	height:44px;
	background:url(../images/btn_2.gif) no-repeat 0 0;
	text-indent:-9999999px;
}
.two_col_section .buttons a.btn_2:hover{
	background:url(../images/btn_2.gif) no-repeat 0 -44px;
}
.sidebar .phone_box{
	background:#ab0f3a url(../images/bg_phone_box.gif) no-repeat 0 0;
	width:236px;
	margin:20px 0 0 0;
}
.sidebar .phone_box h3{
	margin:0;
	padding:7px 0 0 0;
	color:#ab0f3a;
	font-size:18px;
}
.sidebar .phone_box .bottom{
	background:url(../images/bg_phone_box_2.gif) no-repeat 0 100%;
	padding:0 0 15px 11px;
	overflow:hidden;
}
.sidebar .phone_box p{
	color:#fff;
	margin:0;	
	padding:24px 0 13px;
	font-size:11px;
}
.sidebar .phone_box span.input{
	background:url(../images/bg_input.gif) no-repeat 0 0;
	float:left;
	width:108px;
	height:21px;
	padding:6px 0 0 10px;
}
.sidebar .phone_box span.input input{
	margin:0;
	color:#004481;
	padding:0;
	border:0;
	float:left;
	background:none;
	width:115px;
}
.sidebar .phone_box input.submit{
	background:url(../images/btn_submit.gif) no-repeat 0 0;
	border:0;
	width:98px;
	cursor:pointer;
	height:27px;
	float:left;
}
img{
	border:0;
}
.sidebar .banner{
	padding:20px 0 0 0;
}
.footer{
	clear:both;
	background:url(../images/bg_footer.gif) no-repeat 0 0;
	height:117px;
}
.footer p{
	margin:0;
	color:#fff;
	font-size:16px;
	padding:26px 0 40px;
	text-align:center;
}
.footer p a{
	color:#fff;
}
.footer p.copyright{
	text-align:right;
	font-size:12px;
	padding:0 12px 0 0;
	color:#004581;
}
.footer p.copyright a{
	color:#00aaff;	
}
.content .text_box{
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin:10px 0 0 0;
	padding:0 0px 0 0;
}
.content .text_box p{
	color:#778ea0;
	line-height:18px;
}
.content  .form{
	overflow:hidden;
}
.content  .form .left_p{
	width:353px;
	float:left;
}
.content  .form .right_p{
	width:336px;
	float:left;
}
.content  .form label{
	width:141px;
	float:left;
	color:#00417f;
	padding:5px 0 0 0;
	font-weight:bold;
}
.content  .form input.i_t{
	background:#d5e2e9;
	border-top:1px solid #959cb1;
	border-left:1px solid #959cb1;
	border-right:0;
	border-bottom:0;
	margin:0;
	padding:0 3px 0 3px;
	height:25px;
	width:188px;
}
.content  .form .field{
	padding:10px 0 0 0;
	overflow:hidden;
}
.content  .border_t .field{
	width:332px;
}
.content  .border_t .field label{
	width:135px;
}
.content  .form .field ul.radio{
	margin:0;
	padding:16px 0 0 0;
	list-style:none;
	float:left;
}
.content  .form .field ul.radio li{
	float:left;
	padding:0px 22px 0 0;
}
.content  .form .field ul.radio li input{
	float:left;
	margin:0;
	padding:0;
}
.content  .form .field ul.radio li span{
	float:left;
	padding:0 0 0 5px;
	line-height:12px;
}
span.valid{
	color:#ff0000;
	font-weight:bold;
}
.content  .form  div.submit{
	clear:both;
	float:left;
	width:690px;
	margin:17px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #ededed;
}
.content  .form  div.submit .versturen{
	background:url(../images/btn_3.gif) no-repeat 0 0;
	width:133px;
	height:36px;
	border:0;
	cursor:pointer;
}
.content  .form  div.submit .versturen:hover{
	background:url(../images/btn_3.gif) 0 -36px;	
}
div.submit_2{
	padding:20px 0 0 0;
	clear:both;
}
div.submit_2 .versturen{
	background:url(../images/btn_3.gif) no-repeat 0 0;
	width:133px;
	height:36px;
	border:0;
	cursor:pointer;
}
div.submit_2 .versturen:hover{
	background:url(../images/btn_3.gif) 0 -36px;	
}

h3.form_title{
	color:#00aaff;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	border-bottom:1px solid #EDEDED;
	width:332px;
}
h3.form_title_2{
	color:#00aaff;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:26px 0 0 0;
	border-bottom:1px solid #EDEDED;
	border-top:1px solid #EDEDED;
	clear:both;
	float:left;
	width:690px;
}

.content .border_t{
	border-top:1px solid #EDEDED;
	margin:15px 0 0 0;
	
}
.form_2 .col{
	width:197px;
	float:left;
	padding:0 49px 0 0;
}
.form_2 .last{
	padding:0;
}
.form_2 .col label{
	border-bottom:1px solid #EDEDED;
	overflow:hidden;
	display:block;
	width:100%;
	padding:8px 0 8px 0;
}
.form_2 .col input.i_t{
	margin:10px 0 0 0;
}
span.error {
	color: #FF0000;
	font-weight: bold;
}
