/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tab_h2
{
margin-top:8px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;height:33px;

font: 1em Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
min-height:33px; line-height:33px;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs .doubleline {
  line-height: 1.3em; 
}
.shadetabs .singleline a 
{
  height:33px;min-height:33px;
}


.shadetabs li a{
float:left; width:116px;
height:35px; min-height:35px;
margin-right: 0px;

color: #0089bb;
background: white url(/other_files/tabbed/taboff.jpg) top left repeat-x;
font-weight:bold;position:relative;
top:3px;
text-decoration:none;
}

.shadetabs li a:visited{

color: #0089bb;font-weight:bold;
}

.shadetabs li a:hover{
text-decoration: none;
color:#444;
}



.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/other_files/tabbed/tab.jpg);
text-decoration:none;
height:35px;min-height:35px;
border:0px;
}

.shadetabs li a.selected:hover
{ 
/*selected main tab style */
text-decoration: none;

}

.tabcontent
{
display:none;
margin-top:0px;
height:180px;
min-height:180px;
overflow:hidden;
padding:10px;padding-top:0px;
border:1px solid #ddd;
}

.tabcontent p
{
font-size:12px;
}

/* ######### CSS for Shade Tabs - Resources Page. Remove if not using ######### */
.shadetabs2{
padding: 3px 0;
margin-left: 0;height:33px;

font: 1em Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
min-height:34px; line-height:34px;
}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 .doubleline {
  line-height: 1.3em; 
}
.shadetabs2 .singleline a 
{
  height:36px;min-height:36px;
}


.shadetabs2 li a{
float:left; width:103px;
height:35px; min-height:35px;
margin-right: 0px;

color: #0089bb;
background: white url(/other_files/tabbed/taboff_small.jpg) top left repeat-x;
font-weight:bold;position:relative;
top:3px;
text-decoration:none;
}

.shadetabs2 li a:visited{

color: #0089bb;font-weight:bold;
}

.shadetabs2 li a:hover{
text-decoration: none;
color:#444;
}



.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(/other_files/tabbed/tab_small.jpg);
text-decoration:none;
height:35px;min-height:35px;
border:0px;
}

.shadetabs2 li a.selected:hover
{ 
/*selected main tab style */
text-decoration: none;

}

.tabcontent2
{
display:none;
margin-top:0px;
height:450px;
min-height:450px;
overflow:hidden;
padding:10px;padding-top:0px;
}

.tabcontent2 p
{
font-size:12px;
}

.resources_list
{
font-size:16px;
margin:5px;
line-height:35px;
}

.resources_list2
{
font-size:14px;
margin:5px;
line-height:23px;
}



