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

body {
	margin: 9px auto;
	width:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3b474c;
	line-height:18px;
}
#container{
	width:1000px;
	border:1px solid #d6dfe4;
	border-top:none;
	margin:auto;
	background-color:#FFFFFF;
}
#main-area{
	padding:0px 20px 20px 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../images/home-bg.jpg);
}
#left-panel{
	float:left;
	width:205px;
	color:#0d5cab;
}
#right-panel{
	float:left;
	padding:16px;
	padding-bottom:0px;
	width:723px;
	border-top:3px solid #f99325;
	background-color:#FFFFFF;
	text-align:justify;
}
#footer{
	clear:both;
	background-color:#dbe3e8;
	padding:3px 10px;
	color:#5c6c73;
	font-size:11px;
	text-align:right
}






a{
	color:#f48208;
}
a img{
	border:0px;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	font-size:18px;
	color:#0d66ab;
	font-weight:normal
}
h3{
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	font-size:14px;
	color:#f89223;
}
ul{
	padding:0px;
	margin:0px;
}
#cmsLinks li{
	background-image: url(../images/blue-arroow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-bottom:5px;
	padding-left:12px;
}



.orange-fourteen-bold{
	fotn-size:14px;
	font-weight:bold;
	color:#ef810a
}
.text-bold{
	font-weight:bold;
}

.left-section{
	background-image: url(../images/left-section-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:10px 18px;
}
.btn-panel{
	background-color:#f89223;
	padding:10px;
	
}
.bottom-section{
	border:2px solid #b6c6d1;
	color:#0d5cab;
	background-color: #FFFFFF;
	background-image: url(../images/bottom-section-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:205px;
	padding:0px 10px 10px 10px;
	height:85px;
	float:left;
}
.doc-link{
	border:1px solid #b6c6d1;
	border-left:4px solid #b6c6d1;
	color:#0d5cab;
	background-color: #FFFFFF;
	background-image: url(../images/bottom-section-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:180px;
	padding:6px;
	padding-left:15px;
	float:left;
	text-decoration:none;
	padding-right:20px;
}
.doc-img{
	border:1px solid #b6c6d1;
	float:left;
	
}
.form-left{
	float:left;
	width:150px;
}
.form-right{
	float:left;
	width:230px;
	padding-left:5px;
}
.box{
	border:1px solid #c3d4dd;
	width:230px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3b474c;
}
.plus{
	display:block;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;	
}
.minus{
	display:block;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;	
}
.show{
	display:block;	
}

.hide{
	display:none;	
}
.mailPadd{
	top:3px;
	position:relative;
}
.h-dotted-line{
	background-image: url(../images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.img-right{
	 float:right; 
	 padding-left:20px; 
	 padding-bottom:20px;
}