/*box*/
.box{
	background:#fff;
	width:970px;
}
.box .border-top {
	background-image: url(../images/border_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.box .border-bottom {background:url(../images/border_bottom.gif) bottom repeat-x;}
.box .border-left {background:url(../images/border_left.gif) left repeat-y;}
.box .border-right {background:url(../images/border_right.gif) right repeat-y;}
.box .corner-top-left {background:url(../images/corner_top_left.gif) left top no-repeat;}
.box .corner-top-right {background:url(../images/corner_top_right.gif) right top no-repeat;}
.box .corner-bottom-left {background:url(../images/corner_bottom_left.gif) left bottom no-repeat;}
.box .corner-bottom-right {background:url(../images/corner_bottom_right.gif) right bottom no-repeat; width:100%; }
.box .indent-box{
	padding-top: 1px;
}
.box .indent-box1 {
	padding-left: 32px;
}
.box .indent-boxCenter {
	padding-left: 32px;
	text-align: center;
}
.box .indent-boxCenterLined {
	padding-left: 32px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #EBEEF0;
	border-left-color: #EBEEF0;
}


.box .indent-box2 {
	padding-left: 32px;
	padding-right: 32px;
}


.box h2 {
	color:#333f41;
	font-size:2em;
	margin-bottom:10px;
	line-height:1.2em;
	text-transform: uppercase;
	padding-left:60px;
	background-image: url(../images/marker1.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	text-align: left;
	letter-spacing: -1px;
}
/* CSS Document */
.indent-box {
	padding: 0px;
}
.col1, .col2, .col-1, .col-2, .col-3, .col-4{
	width: 33%;
	float: left;
}
.col_boardof {
	width: 33%;
	float: left;
	height: 360px;
}

/*blue1*/
.blue1 {
	color:#8D9BA3;
}
.blue1 .corner_top_left_pos {
	position:absolute;
	margin-left:-28px;
	margin-top: -14px;
}
/*blue2*/
.blue2 {
	color: #83929A;

}
.blue2 .corner_top_left_pos {
	position:absolute;
	margin-left:-28px;
	margin-top: -14px;
}
/*blue3*/
.blue3 {
	color:#545d5f;
}
.blue3 .corner_top_left_pos {
	position:absolute;
	margin-left:-28px;
	margin-top: -14px;
}
/*blue4*/
.blue4 {
	color:#2F3435;
}
.blue4 .corner_top_left_pos {
	position:absolute;
	margin-left:-28px;
	margin-top: -14px;
}
.container100 {
	overflow:hidden;
	width: 100%;
}
