/* CSS Document */

body{
background: #cccccc url(images/bg4.jpg);
width:auto;
margin-top:3px;
font-family: Arial;
font-size:11px;
color:#FFFFFF;
}

a {
 font-size: 12px;
 font-decoration: underline;
 color: #ffffff;
 
}
.border {
	border: thin dotted #FFFFFF;
	padding: 10px;
	
}

.border1 {
	border: thin dotted #FFFFFF;
	padding: 5px;
	}

.border3 {
	border-top: thin dotted #FFFFFF;
	padding: 10x;
	}
	
.bot {
	border-bottom: thin dotted #FFFFFF;
	padding: 5px;
	
}
	
.subtitle {
font:Arial;
font-size:16px;
font-weight:bold;
color:#FFFF00
}

.bgcolor {
background-color:#32250a;
padding:5px;
color:#FFFFFF;
}
.padding {
padding-left:20px;
}
.orangetext{
color:#fab731
}
.menu{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
}
.menu a { text-decoration: none; }
.menu a:link { color: #FFFFFF; }
.menu a:visited { color: #FFFFFF; }
.menu a:active { color: #FFFFFF; }
.menu a:hover { color: #666666; }

.descrip {
font-size: 13px;
padding: 5px;
}

h1 {
color:#FFFFFF;
font-size:14px;
}

h2 {
color:#FFFFFF;
font-size:12px;
}

#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: #98c79d 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: #d50509;
}

#invertedtabs a:hover span{
background-color: #d50509;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #98c79d;
border-bottom: 1px solid #000; /*Remove this to remove border between bar and tabs*/
}