@charset "utf-8";
/*---------------------------| body frame css start |--------------------------------*/

body {
	margin:0px auto;
	width:972px;
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4b586d;
	background-color:#387351;
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 16px;
	width:940px;
}
#container2{
	background-image: url(../images/page-bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 16px;
	width:940px;
}
#header{
	background-color:#FFFFFF;
	height:108px;
}
#header-img{
	 border-left:6px solid #9db12b; 
	 border-right:6px solid #9db12b; 
	 border-top:7px solid #9db12b; 
	 border-bottom:7px solid #9db12b; 
	 background-color:#9db12b;
	 width:928px;
}
#footer{
	clear:both;
	color:#fff;
	font-size:11px;
	padding:15px 20px 12px 20px;
	text-align:right;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left-panel{
	width:168px;
	float:left;
	border:5px solid #fff;
	border-bottom:none
}
#mid-panel{
	width:520px;
	float:left;
	margin:20px;
	
}
#right-panel{
	width:720px;
	float:left;
	margin:20px;
}
/*---------------------------| body frame css end |--------------------------------*/




/*---------------------------| left-btn css start |--------------------------------*/

.left-btn{
	color:#247e2c;
	text-decoration:none;
	font-size:14px;
	background-color:#ebefce;
	display:block;
	border-bottom:1px solid #FFFFFF;
	padding:6px 8px;
	background-image: url(../images/left-btn-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.left-btn:hover{
	color:#e5e754;
	text-decoration:none;
	font-size:14px;
	background-color:#62895d;
	display:block;
	border-bottom:1px solid #FFFFFF;
	padding:6px 8px;
	background-image: url(../images/left-btn-arrow-r.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/*---------------------------| left-btn css end |--------------------------------*/

/*---------------------------| tag css start |-------------------------------------*/
a img{
	border:none;
}
a{
	color:#247e2c;
}
a:hover{
	color:#9fad03;
	text-decoration:none
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:18px;
}
h1{
	padding:0px;
	margin:0px;
	color:#649b0e;
	font-size:24px;
	padding-bottom:15px;
	font-weight:normal
}
h2{
	padding:0px;
	margin:0px;
	color:#2f3846;
	font-size:20px;
	padding-bottom:5px;
	font-weight:normal
}
h3{
	padding:0px;
	margin:0px;
	color:#247e2c;
	font-size:18px;
	padding-bottom:5px;
	font-weight:normal
}
h4{
	padding:0px;
	margin:0px;
	color:#2f3846;
	font-size:16px;
	padding-bottom:5px;
	font-weight:bold
}
h5{
	padding:0px;
	margin:0px;
	color:#247e2c;
	font-size:14px;
	padding-bottom:8px;
	font-weight:bold
}
h6{
	padding:0px;
	margin:0px;
	color:#247e2c;
	font-size:14px;
	padding-bottom:5px;
	font-weight:bold
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}
li{
	background-image: url(../images/green-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	list-style-type: none;
	padding-left: 14px;
}

/*---------------------------| tag css end |-------------------------------------*/




.text-bold{
	font-weight:bold;
	color:#24344e;
	font-size:13px;
}
.black-big{
	font-weight:bold;
	color:#24344e;
	font-size:16px;
}
.black-mid-bold{
	color:#24344e;
	font-weight:bold;
	font-size:14px;
}
.green-text{
	color:#247e2c;
	font-size:13px;
}
.green-text-bold{
	color:#247e2c;
	font-size:13px;
	font-weight:bold;
}
.green-mid-bold{
	color:#247e2c;
	font-weight:bold;
	font-size:14px;
}
.green-big{
	font-weight:bold;
	color:#247e2c;
	font-size:16px;
}
.white-big-text{
	color:#ffffff;
	font-size:16px;
}
.white-mid-bold{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}






.green-btn{
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	background-color:#9db12b;
	border-bottom:1px solid #FFFFFF;
	padding:6px 8px;
}
.box{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4b586d;
	width:220px;
	border:1px solid #9db12b;
	padding:0px;
	margin:0px
}


.add-left{
	float:left;
	width:80px;
	padding-bottom:8px;
	font-weight:bold
}
.add-right{
	float:left;
	width:175px;
	padding-bottom:8px;
}
.form-left{
	float:left;
	width:120px;
	padding:4px 0px 6px 0px;
	font-weight:bold;
	padding-left:15px;
}
.form-right{
	float:left;
	width:225px;
	padding:3px 0px 6px 0px;
}


.h-dotted-line{
	background-image: url(../images/h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.pic-border{
	border:1px solid #9db12b
}
