@charset "utf-8";
/* CSS for the menu box starts here */
	.menu-box {
	background-image: url(../images/border-box/menu-borders.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	}
	.menu-bi {
	padding:0 0 0 12px;
	background-color: #fff;
	background-image: url(../images/border-box/menu-borders.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	.menu-bt {
	height:17px;
	margin:0 -12px;
	background-image: url(../images/border-box/menu-box.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	}
	.menu-bt div {
	width:18px;
	height:17px;
	background-image: url(../images/border-box/menu-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.menu-bb {
	height:17px;
	margin:0 -12px;
	background-image: url(../images/border-box/menu-box.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}
	.menu-bb div {
	width:18px;
	height:17px;
	background-image: url(../images/border-box/menu-box.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
.menu-box-content {
	padding:0px;
	background-color: #e2e5f3;
	text-align: left;
	margin: 0px;
	display: block;
}

ul.boxcontent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: disc;
	background-color: #e2e5f3;
	list-style-image: url(../images/general/bullet-point-box.png);
}
ul.boxcontent li {
	text-align:left;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #285AA3;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}


ul.boxcontent-col3 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
	float: left;
	width: 220px;
	margin-top: 0;
	margin-right: 25;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: disc;
	background-color: #e2e5f3;
	list-style-position: outside;
	list-style-image: url(../images/general/bullet-point-box.png);
	display: block;
}
ul.boxcontent-col3 li {
	text-align:left;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #285AA3;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: disc;
}
.box-constraint {
	display: block;
	width: 550px;
}
