/* CSS Document */

#wrap {
	width:770px;
	border:1px solid #16167a;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	width:770px;
	height:120px;
	border-bottom:8px solid #16167a;
	background:url(img/logo.gif);
	background-repeat:no-repeat;
	}
#header .title{
	text-indent:-1000px;
	}
#header .tag_line{
	text-indent:-1000px;
	}
	
#left_col{
	width:115px;
	float:left;
	height:auto;
	}
	
#left_col .left_text{
	text-indent:-1000px;
	}
	
#right_col{
	border-left:12px solid #16167a;
	padding:20px;
	margin-top:5px;
	width:590px;
	float:left;
	}
#right_col .first_text{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#16167a;
	font-weight:bold;
	background:#d7d7f2;
	border-top:2px solid #16167a;
	border-bottom:2px solid #16167a;
	padding:5px;
	}
#right_col .first_text_img{
	text-align:center;
	}
	
#right_col .intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	}

#right_col .first_text_list{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	list-style-image:url(img/check.gif);
	}
	
#right_col h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#16167a;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #CCCCCC;
	margin-top:25px;
	margin-bottom:25px;
	clear:both;
	}
	
#right_col .quotes{
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-size:14px;
	color:#000;
	}
#right_col .quotes_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#16167a;
	}
	
	
#right_col .form_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#16167a;
	margin-top:15px;
	margin-bottom:5px;
	}
	
#right_col .form_text_legal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#16167a;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#right_col .form_text_info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#16167a;
	margin-top:0px;
	margin-bottom:10px;
	}
	
#right_col .send_btn {
	width:124px;
	height:35px;
	background:url(img/send_button.gif);
	display:block;
	border:0px;
	text-indent:-1000px;
	cursor:pointer;
	color:#0eaf16;
	}
	
#newsletters {
	width:281px;
	float:right;
	height:inherit;
	background:#FFFFFF;
	margin-bottom:10px;
	}
	

#footer{
	clear:both;
	background-color:#16167a;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}