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

.indentmenu{
font-family: "Trebuchet MS", "Comic Sans MS",Arial,Helvetica,sans-serif;
font-size: 118%; font-variant:small-caps; font-weight: 600; letter-spacing: 0;
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 #c0c0c0; /*red top border*/
background: url("../images10/shade_grey.gif") top center repeat-x;
}

.indentmenu ul li{
display: inline;
}

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

.indentmenu ul li a:hover {
background: url("../images10/shade_grey.gif") center center repeat-x;
}

.indentmenu ul li a:visited{
color: #069;
}

.indentmenu ul li a.selected{
color: #c30 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
border: 1px solid #c0c0c0; 
border-top: 1px solid #c30; /*red around border*/
background: black url("../images10/shade_grey.gif") bottom center repeat-x;
}

#tabcontentstyle{ /*style of tab content container*/
padding: 5px; 
margin-top: -1px; 
}

#news1 p, #news2 p, #news3 p, #news4 p, #news5 p, #news6 p, #news7 p, #news8 p, #news9 p, #news10 p {
	padding: 5px;  
}

.tabcontent{
display:none; 
}


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


