@charset "utf-8";
/* CSS Document */
#content p{
	padding:5px 0;	
}
.left-section{
	float:left;
	width:360px;
}
.right-section{
	float:right;
	width:560px;
}
.content-1 h2{
	font-size:24px;
	color:#1d366c;
}
.content-1 h3{
	color:#1d366c;
	font-size:18px;
	padding:10px 0;
}
.content-1 p{
	padding:10px 0;	
}
/*list*/
ul.left-list{
	margin-top:30px;
	width:320px;
	list-style-type:none;
}
ul.left-list li{
	background:url(../images/bullet.gif) no-repeat left top;
	padding-left:25px;
}
ul.list1{
	margin-top:5px;
	list-style-type:none;
}
ul.list1 li{
	background:url(../images/bullet.gif) no-repeat left top;
	padding-left:25px;
}
ul.list2{
	list-style-type:none;
}
ul.list2 li{
	
}
ul.list2 li span{
	font-weight:bold;
}
/*box*/
.box{
	background:url(../images/box-ft-bg.png) no-repeat left bottom;
	padding-bottom:30px;
}
.roundedcorner_box {
	margin-top:10px;
   background: #f4f4f4;
}
.roundedcorner_top div {
   background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcorner_top {
   background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcorner_bottom div {
   background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcorner_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcorner_top div, .roundedcorner_top, 
.roundedcorner_bottom div, .roundedcorner_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcorner_content { margin: 2px 10px; }

/*address*/
ul#address{
	list-style-type:none;
}
ul#address h4{
	font-weight:bold;
	color:#1d366c;
}
ul#address li{
	float:left;
	width:49%;
}

/*=============== contact =================*/
#contact{
	
}
#contact .form-area{
	padding:10px;	
}
#contact .form-area ul{
	clear:left;
	list-style-type:none;margin:0;padding:0;	
}
#contact .form-area ul li{
	padding:2px 0;
}
#contact .form-area label{
	display:block;
	width:130px;
	float:left;
}
#contact .form-area input.submit{
	margin-left:200px;
}
