@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Trebuchet MS;
	font-size:13px;
	background-color:#12264d;
	color:#0f295e;
}

h1{
	font-size:22px;
	color:#13254a;
	margin:0px;
	padding:0px;
}

h2{
	font-size:22px;
	color:#13254a;
	margin:0px;
	padding:0px;
}

h3{
	color:#ef3333;
	font-size:22px;
	margin:0px;
	padding:0px;
}

.ClearFloat{
	clear:both;
}

.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}

a img
{
	border:none;	
}

#main_area{
	width:958px;
}

#left_con{
	background-color:#12264d;
	background-image:url(../../images/fas/bg_left.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#right_con{
	background-color:#fff;
	background-image:url(../../images/fas/bg_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header{
	background-image:url(../../images/fas/bg_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:265px;
}
/*
#flash{
	background-image:url(../../images/fas/bg_flash.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:260px;
}
*/
#textarea{
	background-image:url(../../images/fas/bg_main.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:15px 0 0 5px;
}

/*--Menu Plus--*/
.menu_plus li{
	border-left: 1px solid #fff;
}
/*-//-Menu Plus-//-*/	

#menu{
	padding:55px 0 0 55px;
	margin:0;
}

#menu li{
	list-style-type:none;
	float:left;
	border-right:1px solid #fff;
	padding-right:5px;
	margin-right:5px;
	line-height:10px;
}

#menu li a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
}

#down_menu{
	padding:55px 0 0 55px;
	margin:0;
}

#down_menu li{
	list-style-type:none;
	float:left;
	border-right:1px solid #b2c4d7;
	padding-right:8px;
	padding-bottom:10px;
	margin-right:8px;
	line-height:10px;
}

#down_menu li a{
	text-decoration:none;
	color:#12264d;
	font-size:11px;
	
}

#text_left{
	width:445px;
}

#text_center{
	background-color:#fff;
	width:275px;
}

#text_right{
	background-color:#fff;
	width:220px;
	margin-left:10px;
}

.topic{
	/*text-align:justify;*/
}

.topic img{
	border:1px solid #ccc;
	margin-right:15px;
	float:left;
}

a.h2link{
	font-size:22px;
	color:#13254a !important;
	margin:0px;
	padding:0px;
	text-decoration:none !important;
}

a.h2link:hover{
	color: #ef3333 !important;
}

a.h2txt{
	color:#13254a !important;
	text-decoration:none !important;	
}

a.h2txt:hover{
	text-decoration: underline;
}

a
{
	color:#ef3333;
	text-decoration:none !important;
}

.rdmore{
	color:#ef3333 !important;
	text-decoration:none !important;
}

.topic_con{
	padding:0 15px 0 15px;
}

.bline{
	border-bottom:1px solid #ccc;
	margin:20px 15px 25px 0;
}

.subtn{
	color:#fff;
	background-color:#13254a;
	border:none;
}

.inform{
	border:1px solid #ccc;
	color:#666666;
	margin:3px 0 2px 0;
	width:225px;
	height:25px;	
}

#footer{
	color: #fff;
	padding-top:20px;
	padding-bottom:35px;
	background-color:#12264d;
	width:800px;
	margin:auto;
	font-size:12px;
}

#footer a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

#brtree{
	color:#003d7b;
	width:650px; 
	padding-left:20px;
	font-size:11px;
	padding-top:8px;
}

.fh_open{
	cursor:pointer;
}

.fh_close{
	cursor:pointer;
}

label.error {
	color:red;
}

.OffersTxt{
	font-style: italic;
	padding: 5px;
}

.LineOffers{
	margin: 10px 0;
	border-bottom: 1px dotted;
}

ul#error_messages{
	background-color:#12264d;
	border:1px solid #000;
	padding:10px;
	width:270px;
	display:none;
	color:#fff;
	margin-left: 30px;
}

ul#error_messages li{
	padding-left:20px;
	background-image:url(../../images/fas/warning.png);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	list-style-type:none;
}

input.error { 
	border: 2px solid #f00;	
}

textarea.error{
	border: 2px solid #f00;
}

select.error{
	border: 2px solid #f00;
}

.re_star{
	color: #f00;
	padding-right: 5px;
}

#frmRequest .Reqinputs{
	width: 180px;
}