/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	margin:0px 0px 0px 320px;
	padding:2px 0 !important /*Firefox*/; padding:0 0 /*IE6*/;
	font-weight:bold;
	font-size:1.3em;
	list-style-type:none;
	text-align:right; /*set to left, center, or right to align the menu as desired*/
	background-color:transparent;
	height:23px;
}
.shadetabs li{display:inline;float:left;margin:0 5px 0 5px;}
.shadetabs li a{
	cursor:pointer;
	text-decoration:none;
	margin:0px;
	color:#2d2b2b;
	background:transparent url(/images/tab_off.gif) center no-repeat;
	display:block;
	text-align:center;
	width:180px;
	padding:5px 0 4px 0;
	position:relative;
	top:-1px;
}
.shadetabs li a:visited{color:#2d2b2b;}
.shadetabs li a:hover{text-decoration:underline;color:#2d2b2b;}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: -1px;
}
.shadetabs li a.selected{ /*selected main tab style */
	color:rgb(239,238,238);
	background: url(/images/tab_on.gif) center no-repeat;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

#div_tabs{
	height:110px;
	clear:both;
	background:rgb(217,41,54);
	padding:5px;
}
.tabcontent{display:none;clear:both;padding:5px 0px 0px 0px;}
@media print{.tabcontent{display:block !important;}}

/* ################# Custom ################# */
.tabcontent .column1-unit{padding-left:10px;width:840px;}
.tabcontent .column1-unit p{color:rgb(200,200,200);font-size:1.2em;}
.tabcontent .column1-unit h1 {clear:both; margin:0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:normal; font-size:210%;}
.tabcontent .column1-unit h2 {clear:both; margin:0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:normal; font-size:170%;}
.tabcontent .column1-unit h2 img{margin:5px 15px 5px 0;border:1px solid black;padding:1px;}
.tabcontent .column1-unit h2 a{color:rgb(255,255,255);}
.tabcontent .column1-unit h3 {clear:both; margin:-0.1em 0 0 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(200,200,200); font-weight:normal; font-size:130%;}
.tabcontent .column1-unit h1.side {clear:none;}
.tabcontent .column1-unit h2.side {clear:none;}
.tabcontent .column1-unit h3.side {clear:none;margin-top:-3px;}
#tab_control{cursor:pointer;color:rgb(255,255,255);}
#div_tab_control{text-align:center;background:rgb(153,153,153);}