﻿.choicebox {
	margin: 30px 0px 0px 0px;
	display: block;
}
.choicebox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003328;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
}
.choicebox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.choicebox li {
	width: 210px;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/bullet.jpg');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.choiceclear_right {
	clear: right;
}
.choicebox2col {
	padding: 5px;
	margin: 0px;
	display: block;
}
.choicebox2col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003328;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
}
.choicebox2col li {
	width: 320px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/bullet.jpg');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.choicebox2col ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.choiceclear_left {
	clear: left;
}
.spacebetweenchoicebox {
	clear: none;
	width: 400px;
	margin: 0px;
	display: inline-block;
	padding: 0px;
}
.guidetab-noborder {
	border-color: 0;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}
