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

body{
	margin:0px auto;
	padding:0px;
	background-color:#7e868b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#24262c;
	line-height:18px;
	width:990px;
}
#container{
	width:960px;
	padding:0px 15px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#header{
	height:110px;
	background-color:#FFFFFF
}
#left-panel{
	float:left;
	width:640px;
}
#btn-panel{
	width:170px;
	float:left;
	padding:10px;
	padding-top:28px;
}
#content-area{
	width:428px;
	float:left;
	padding-left:22px;
	padding-top:28px;
	text-align:justify
}
#right-panel{
	float:left;
	padding-left:34px;
	width:286px;
	background-image: url(../images/right-panel-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer{
	background-color:#dddddd;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	font-size:11px;
	padding:5px 10px 3px 10px;
	text-align:right;
	color:#7f848e
}





a{
	color:#ff9000;
}
a img{
	border:none;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-size:18px;
	color:#028c6a;
	font-weight:normal;
	line-height:20px;
}
h3{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-size:16px;
	color:#f49600;
	font-weight:bold;
	line-height:20px;
}
h4{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-size:16px;
	color:#028c6a;
	font-weight:bold;
	line-height:20px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
	padding-left:22px;
	padding-top:5px;
}
li{
	list-style-image: url(../images/orange-bullet-point.gif);
	list-style-type: none;
}




.text-bold{
	font-weight:bold;
}
.orange-text{
	color:#ff9000
}

.home-sections{
	width:195px;
	float:left;
	background-image: url(../images/home-section-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-align:left;
}
.home-sections-mid{
	padding:10px;
	width:175px;
	height:150px;
}
.number{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/number-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	float:left;
	width:20px;
	padding-top:2px;
	line-height:normal;
	height:30px;
	padding-right:8px;
}
.number-description{
	width:398px;
	float:right;
}



.form-left{
	float:left;
	width:220px;
}
.form-right{
	float:left;
	width:200px;
	padding-left:5px;
}
.box{
	border:1px solid #8ecc91;
	width:198px;
		
}
.add-left{
	float:left;
	width:80px;
	font-weight:bold
}
.add-right{
	float:left;
	width:300px;
}


.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;	
}

.css_iframe{
	width:0px;
	height:0px;
	border:0px solid #fff; 
	background:none; 
	padding:0px; 
	margin:0px;
}
.msg_css{
	color:#ff9000;
	font-size:13px;
	padding-bottom:6px;
	font-weight:bold;
}
