@charset "utf-8";

/* ######### Body ######### */
body {
font: 11px Arial, Helvetica, sans-serif normal;
background-image:url(../img/layout/gradient.gif);
background-repeat:repeat-x;
background-color:#c54f04;
}

.topborder { border-top: 1px solid #f9e655; background-color:#FFFFFF;}

.bottomborder { border-bottom: 1px solid #f9e655; background-color:#FFFFFF;}

.leftborder { border-left: 1px solid #f9e655; background-color:#FFFFFF;}

.rightborder { border-right: 1px solid #f9e655; background-color:#FFFFFF;}

.subtable { background-color:#FFFFFF;}

/* ######### Link Style ######### */
a, a:visited {
font: 11px Arial, Helvetica, sans-serif bold;
color:#fd0900;
text-decoration: none;
}

a:hover {
font: 11px Arial, Helvetica, sans-serif bold;
color:#f29400;
text-decoration: none;
}




/* ######### Navigation ######### */
#mainNavMenu {
font: 11px Arial, Helvetica, sans-serif normal;
}

.navMenu{
background: #333333 url(../img/layout/navbg.jpg) top left no-repeat;
}

.navMenu ul{
padding: 1px 38px 7px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Arial, Helvetica, sans-serif normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.navMenu li{
display: inline;
margin: 0;
}

.navMenu li a{
text-decoration: none;
padding: 1px 38px 7px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
color: white;
font-size: 11px;
}

.navMenu li a:visited{
color: white;
}

.navMenu li a:hover {
background-color: #c8e181;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
font:normal 11px Arial;
line-height:15px;
z-index:100;
background-color: #ebebeb;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
width: 88px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
color: #e3001b;
}

/* ######### Multiparts ######### */
.multiparts {
	font: 11px Arial, Helvetica, sans-serif normal;
	color: #000000;
	}

#backbutton {
	float: left;
	}

#forwardbutton {
	float: right;
	}

#formnavigation {
	font: 10px Arial, Helvetica, sans-serif bold;
	width:345px; 
	display:none;
	}


/* ######### iFrame ######### */	
#leftcolumn{
float:left;
width:289px;

}

#myframe{
float:left;
width:400px;
padding-top:43px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 1px 7px;
margin-right: 3px;
border: 1px solid #999999;
color: #2d2b2b;
background: white url(../img/layout/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../img/layout/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.white {color:#FFFFFF}
