/* Styling for the tabs used in most landing pages */

.tabs_widget  {
	background: url(../images/tab_widget.jpg) no-repeat top left;
	height: 30px;
}

.tabs_widget ul li{
	display: inline;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}

.tabs_widget ul li a:link, .tabs_widget ul li a:visited {
	display:block;
	margin-right: 45px;
	margin-left: 55px;
	margin-top: 7px;
	text-decoration: none;
	color: #73B961;
}

.tabs_widget ul li a:hover {
	color: black;
}

.tab_content {
	/* display: none; */
	margin-top: 20px;
}

