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

.shadetabs10{
padding: 0px 0;
margin-left: 0px;
_margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 14px "Trebuchet MS";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #ffffff;
background:#484848;
}

.shadetabs10 li{
display: inline;
height: 56px;
color: #ffffff;
margin: 0px;
margin-left: -2px;
_margin-left: -4px;
background:#484848;
}

.shadetabs10 li a{
color: #eeeeee;
text-decoration: none;
position: relative;
padding: 10px 5px;
_padding: 10px 5px 10px;
margin-right: -5px;
_margin-right: -2px;
margin-top: 15px;
_margin-top: 15px;
_margin-bottom: -2px;
font-family:"Trebuchet MS";
font-size:14px;
height: 56px;
line-height:26px;
background:  url(../images/tabbgg.jpg) repeat-x;
}

.shadetabs10 li a:visited{
text-decoration: none;
font-family:"Trebuchet MS";
font-size:14px;
}

.shadetabs10 li a:hover{
text-decoration: none;
color: #ffffff;
font-family:"Trebuchet MS";
font-size:14px;
}

.shadetabs10 li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	text-decoration: none;
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:14px;
	/*background: url(../images/tabbg1.jpg) no-repeat;*/
}

.shadetabs10 li a.selected{ /*selected main tab style */
background: url(../images/tabbg1.jpg) repeat-x;
/*//border-bottom-color: #343434;
*/}

.shadetabs10 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
	color: #000000;
}

.tabcontent{
display:none;
color: #ffffff;
font-family:"Arial";
text-align:left;
font-size:12px;
margin-top:0px;
}

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

.shadetabs03{
padding: 0px 0;
margin-left: 0px;
_margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 18px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #ffffff;border-bottom: solid 1px #018DCB;
/*background:#018DCB;
*/}

.shadetabs03 li{
display: inline;
height: 30px;
color: #ffffff;
margin: 0px;
margin-left: -2px;
_margin-left: -4px;
background:#ffffff;
}

.shadetabs03 li a{
color: #666666;
text-decoration: none;
position: relative;
padding: 1px 5px;
_padding: 1px 5px 1px;
margin-right: -5px;
_margin-right: -2px;
margin-top: 1px;
_margin-top: 1px;
_margin-bottom: -2px;
font-family:Arial;
font-size:18px;
height: 30px;
line-height:22px;
/*background:  url(../images/tabbgg.jpg) repeat-x;
*/}

.shadetabs03 li a:visited{
text-decoration: none;
font-family:Arial;
font-size:18px;
}

.shadetabs03 li a:hover{
text-decoration: none;
color: #000000;
font-family:Arial;
font-size:18px;
}

.shadetabs03 li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	text-decoration: none;
	color: #ffffff;
	font-family:Arial;
	font-size:18px;
	/*background: url(../images/tabbg1.jpg) no-repeat;*/
}

.shadetabs03 li a.selected{ /*selected main tab style */
/*background: url(../images/tabbg1.jpg) repeat-x;
border-bottom: solid 1px #018DCB;*/
background:#018DCB;
}

.shadetabs03 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
	color: #000000;
}
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.tabcontent03{
display:none;
color: #ffffff;
font-family:"Arial";
text-align:left;
font-size:12px;
margin-top:10px;
}
.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

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

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


.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.gif) 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: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tableft{
position:absolute;
left:36px;
top:861px;
width:16px;
height:16px;
}


.tabcontent{
display:none;
}

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




.shadetabsms{
padding: 0px 0;
margin-left: 0px;
_margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 14px "Trebuchet MS";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #ffffff;
background:#484848;
}

.shadetabsms li{
display: inline;
height: 20px;
color: #ffffff;
margin: 0px;
margin-left: 0px;
background:#484848;
}

.shadetabsms li a{
color: #eeeeee;
text-decoration: none;
position: relative;
padding: 3px 5px;
margin-right: -5px;
margin-top: 15px;
font-family:"Trebuchet MS";
font-size:14px;
height: 56px;
line-height:26px;
background:  url(../images/tabbgg.jpg) repeat-x;
}

.shadetabsms li a:visited{
text-decoration: none;
font-family:"Trebuchet MS";
font-size:14px;
}

.shadetabs10 li a:hover{
text-decoration: none;
color: #ffffff;
font-family:"Trebuchet MS";
font-size:14px;
}

.shadetabsms li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	text-decoration: none;
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:14px;
	/*background: url(../images/tabbg1.jpg) no-repeat;*/
}

.shadetabsms li a.selected{ /*selected main tab style */
background: url(../images/tabbg1.jpg) repeat-x;
/*//border-bottom-color: #343434;
*/}

.shadetabsms li a.selected:hover{ /*selected main tab style */
text-decoration: none;
	color: #000000;
}