/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
/*margin-bottom: 1em; margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #993300 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #cc6633;
}

#invertedtabs a:hover span{
background-color: #cc6633;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #cc6633;
}

#invertedtabsline{

clear: both;
padding: 0;
width: 100%;
height: 60px;
line-height: 30px;
background-color: #993300;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.mainTitle
{

vertical-align:middle;
background-color: #99330;
font: bold 14px Comic Sans MS, Verdana, sans-serif;
text-align:left;
text-transform:uppercase;
color: white;
margin: 5px 5px 5px 20px;
}

.mainTitleSubtitle
{
background-color: #99330;
font: bold 12px Comic Sans MS, Verdana, sans-serif;
text-align:left;
text-transform:uppercase;
color: white;
margin: 5px 5px 5px 20px;
}


.menuTitle
{
padding:3px 3px 3px 3px;
font: bold 14px Comic Sans MS, Verdana, sans-serif;
text-transform:uppercase;
color: white;
}

.menuItem
{
padding:4px 3px 0px 3px;
font: bold 14px Comic Sans MS, Verdana, sans-serif;
bgcolor:#FF9966;
width:50%;
}

.menuItemSub
{
padding:0px 4px 2px 4px;
font: bold 12px Comic Sans MS, Verdana, sans-serif;

width:50%;
}

.menuItemStdMenu
{
padding:0px 4px 2px 4px;
font: bold 12px Comic Sans MS, Verdana, sans-serif;
}

.directionalItem
{

font: bold 12px Comic Sans MS, Verdana, sans-serif;
}

.introText
{
   font: bold 14px Comic Sans MS, Verdana, sans-serif;
}

.footerText
{
padding:3px 3px 3px 3px;
text-transform:uppercase;
font: bold 12px Comic Sans MS, Verdana, sans-serif;
color: white;
}

.copyrightText
{
   font: bold 10px Comic Sans MS, Verdana, sans-serif;
   text-align:center;
}

.largeLabels
{
padding:3px 3px 3px 3px;
font: bold 18px Comic Sans MS, Verdana, sans-serif;

}

.mediumLabels
{
padding:3px 3px 3px 3px;
font: bold 15px Comic Sans MS, Verdana, sans-serif;

}