#home_top_highlight {
	margin: 3px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-right: 0px;
	padding-left: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #123874;
	background: white url(shade_green.gif) top left repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	padding-right: 23px;
	margin: 0px;
	border: 1px solid #666666;
}


.shadetabs li a:visited{
	color: #123874;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #009999;
	background-image: url(/ajaxtabs/shadeactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background-image: url(shadeactive_2.gif);
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	background-position: left center;
	margin-left: 0px;
	padding-right: 23px;
	padding-left: 23px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#tab2 {
	border: 1px solid #666666;
	padding: 5px;
}
#tab3 {
	border: 1px solid #666666;
	padding: 5px;
}
#default_tab {
		border: 1px solid #666666;
		padding: 5px;
}
