/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: -4px;
font: normal 16px Trebuchet MS;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 20px;
margin: 0px;
border: none;
color: #efefef;
background: #7fa0c6; /*url(../images/blacktab.jpg) repeat-x;*/
border-radius: 32px 12px 0px 0px;
-moz-border-radius: 32px 12px 0px 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
}
a.hometabs{
	padding: 10px 50px !important;
	margin: 0 20px !important;
	/*display: inline-block;*/
	border: 0px solid pink !important;
	

}
.shadetabs li a:hover{
text-decoration: none;
color: #fff; /*#d40e0e;*/
background: #4873a2; /*url(../images/silvertab.jpg) repeat-x;*/
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #3e658e;
background: #d5dae0; /*url(../images/silvertab.jpg) repeat-x;*/
border-bottom: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #3e658e; /*#d40e0e;*/
}

a#switch {
	position: relative;
	background: #a6a5a5;
	color: #fff;
	font-weight: normal;
}

.tabcontent{
display:none;
}
#div_primary{
	border: 1px	dashed #ccc;
	padding: 6px;
	background-color: #f4f9ff;
	text-align: center;
	margin-right: 2em;
}
#div_secondary{
	border: 1px	dashed #ccc;
	padding: 6px;
	background-color: #f4f9ff;
	text-align: center;
	margin-right: 2em;
		z-index:2;
	position: relative;
}
#div_tertiary{
	border: 1px	dashed #ccc;
	padding: 6px;
	background-color: #f4f9ff;
	text-align: center;
	margin-right: 2em;
		z-index:2;
	position: relative;
}
#div_welcome{
	padding: 6px;
	display: block;
	text-align: center;
	margin-right: 2em;
	z-index:1;
	position: absolute;

}


.leftcol select{
	margin-top:4px;
}
#homestuffbox {
	z-index: 9;
	border: 0px solid pink; 
	width: 870px; 
	height: 430px; 
	background: none;
	padding: 0px 14px;
	margin-top: 90px;
	display: block;
	position: absolute;
	margin-bottom: 0;
}
#homestuffmessage1, #homestuffmessage2 {
	width: 800px;
	height: 110px;
	background: #fff;
	margin: -10px 10px 0px 16px;
	padding: 20px;
	display: block;
	-moz-border-radius: 17px;
	-khtml-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	float: left;
}
#homestuffmessage2 {
	background: #c3e3ff;
}
#homemessageanchor1, #homemessageanchor2 {
	width: 800px;
	height: 1px;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}
.homestuff {
/*	width: 227px;
	height: 150px;*/
	width: 233px;
	height: 156px;
	border: 0px solid #fff;
	display: block;
	margin: 10px 0 0px 0;
	padding: 15px;
	float: left;
	background: url(http://www.datadome.com/images/homestuffbg.png) no-repeat;
	/*
		-moz-border-radius: 17px;
	-khtml-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;*/
	text-align: center;
	font-size: 110%;
	color: #274d6d;
}
.homestuff a {
	color: #c9181b;
	font-size: 85%;
	display: block;
}
.homestuff strong{
	color: #c9181b;

}
#homestuffleft, #homestuffcenter, #homestuffright {
	margin-left: 15px;
	text-align: center;
	
}
#homestuffleft img, #homestuffcenter img, #homestuffright img{
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}
#homestuffcenter {
	margin-left: 29px;
}
#homestuffright {
	margin-left: 26px;
}
.redletter {
	color: #c9181b;
	font-size: 115%;
}
.blueletter {
	color: #005a8e;
	font-size: 115%;
}
.homestuff .smallish {
	font-size: 85%;
}

/* My Comment */


@media print {
.tabcontent {
display: block !important;
}
}

