#tabbed_box_1 {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {

}

ul.tabs {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:7px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs  li  a:link, ul.tabs li a:visited {
	background-color:#D2D2D2;
	color:#333333;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #D2D2D2;
	font-size: 12px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	background-image: url(../imgs/tab_off.png);
	background-repeat: repeat-x;
	background-position: top;
}
ul.tabs li a:hover {
	background-color:#EAEAEA;
	border-color:#D2D2D2;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	background-image:url(../imgs/tab_on.png);
	background-repeat:repeat-x;
	background-position:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #ffffff;
	border-left-color: #CCCCCC;
}
.tabcontent {
	background-color:#ffffff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
}
#content_2, #content_3, #content_4 { display:none; }
#content_2 .col {
	text-align: center;
	float: left;
	width: 150px;
}
#content_2 .col p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
