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

/* BOX STYLE 1 */
.shadetabs{
	margin:0;
	padding:0;
	font: normal 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-left:20px;
	width:406px;
	height:29px;

}
#boxbottom{
	width:426px;
	background:url(../img/boxes/bottomStyle1.html) no-repeat;
	height:20px;
	margin:auto;
}

.shadetabs li{
float:left;
margin: 0;
}

.shadetabs li a{
margin:0;
padding:0;
text-decoration: none;
position: relative;
z-index: 1;
display:block;
width:99px;
height:23px;
text-align:center;
font-size:13px;
padding:6px 0 0 0 ;
color: #fff;
background:url(../img/tabBG.jpg) no-repeat #fff;

}

.shadetabs li a:visited{

color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffcc00;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background:url(../img/tabBG.jpg) no-repeat #fff;

}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../img/tabBG.jpg) no-repeat #fff;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#boxDiv{
	margin:0;
	padding:0;
	width:445px;
	float:left;
	padding:11px 0 20px 30px;
	margin:0 auto;
	background:#e6f4fb;
}
.info{
	margin:0;
	padding:0;
	list-style-type:none;
	width:95%;
	margin:0 auto;
}
.info li{
	border-bottom:1px dotted #ddd;
	padding:2px 0;
	font:normal 12px "Lucida Sans Unicode", Verdana;
	color:#000;
}
.info .name{
font:normal 12px "Lucida Sans Unicode", Verdana;
color:#000;
}
.info2{
	margin:0;
	padding:0;
	list-style-type:none;
	width:85%;
	margin:0 auto;
}
.info2 li{
	border-bottom:1px dotted #ddd;
	padding:2px 0;
	font:normal 12px "Lucida Sans Unicode", Verdana;
	color:#000;
}
.info2 .name{
font:normal 15px "Lucida Sans Unicode", Verdana;
color:#333;
border:0;
}

.tabcontent{
display:none;
}

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



.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.html) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.html) center center repeat-x;
}


.tabcontent{
display:none;
}

@media print {

.tabcontent {
display:block !important;
}
}
#iconList{
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	margin:9px 20px 0 0;
}
#iconList li{
	float:left;
	margin-right:4px;
}
