@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#354f5f;
	line-height:18px;
}
#container{
	width:974px;
	margin:0px auto;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header{
	background-color:#0068ac;
	height:106px;
	overflow:hidden;
}
#left-panel{
	float:left;
	width:193px;
	padding-left:14px;
}
#btn-panel{
	background-color:#e6ecf6
}
#right-panel{
	width:740px;
	float:right;
	padding-right:1px;
	/*text-align:justify*/
}
#right-panel-b{
	width:726px;
	float:right;
	padding-right:15px;
	/*text-align:justify*/
}
#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 120px 2px 14px;
	height:40px;
}









.blue-text-bold{
	color:#0068ac;
	font-weight:bold;
}
.text-bold{
	font-weight:bold;
}


a{
	color:#0068ac;
}
a:hover{
	color:#f4901d;
}
a img{
	border:none;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:12px;
	color:#f4901d;
	font-size:20px;
	padding-top:5px;
	line-height:22px;
	font-weight:normal;
}
h2{
	font-size:16px;
	color:#0068ac;
	padding:0px;
	margin:0px;
	padding-bottom:8px;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-bottom:14px;
}
li{
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-bottom:3px;
	list-style-type: none;
	padding-left:16px;
}







#testimonials{
	background-color:#e6ecf6;
	padding:8px;
}
.section-title{
	color:#0068ac;
	font-size:20px;
	background-image: url(../images/orange-flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 0px 8px 30px;
}
.right-img{
	float:right;
	padding-left:20px;
	padding-bottom:18px;
}
.flower-points{
	background-image: url(../images/flower-point.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:3px 0px 10px 20px;
}
.answer{
	background-color:#edf1f8;
	padding:10px;
	background-image: url(../images/answer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
}
.form-left{
	float:left;
	width:270px;
	
}
.form-right{
	float:left;
	width:300px;
	padding-left:5px;
}
.box{
	border:1px solid #87b1cc;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#354f5f;
	padding:2px;
}
.css_iframe{
	width:0px;
	height:0px;
	border:0px solid #fff; 
	background:none; 
	padding:0px; 
	margin:0px;
}