﻿
* {
	margin:0;
	padding:0;
}
body {
font-size:11px;
font-family:Arial, Verdana;
background:url(images/allback.gif) top center repeat-x;
background-color:#490c00;
margin:0;
padding:0;
}

.Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A {
font-family:Arial, Verdana;
font-size: 11px;
font-weight: normal;
}

/* ***** Wrapper for all Content ***** */
#container {
width:880px;
clear:both;
display:block;
text-align:center;
margin:0px auto;
background:url(images/containerback.gif);
background-color:#ffffff;
padding:0 0px;
}

#containerwrapper {
	padding:10px 30px 20px 30px;
}
/*Panes*/
.leftpane {width: 160px;background-color: transparent;padding-left: 0px;padding-right: 0px;padding-top: 8px;}
.contentpane {width: 100%;background-color: transparent;padding-left: 0px;padding-right: 0px;padding-top: 0px;}
.contentpaneAdmin {background-color: transparent;padding-left: 5px;padding-right: 10px;padding-top: 5px;}
.Toppane {background-color: transparent;padding-left: 5px;padding-right: 5px;padding-top: 5px;}
.rightpane {width: 666px;background-color: transparent;padding-left: 0px;padding-right:0px;padding-top: 0px;}
/*End Panes*/

.Head {font-size: 1.0em;font-weight:bold;color:#025D65;}
.SubHead {font-size:.9em; font-weight: bold; color:#339299;}
.SubSubHead {font-size:.9em;font-weight:bold; color:#339299;}
.NormalBold{font-size: .9em; font-weight: bold}
.Normal{font-size:13px; line-height:20px;font-weight: normal;}
.NormalRed{font-size: 1.0em; font-weight: bold; color: #ff0000}
.NormalTextBox{font-size: 1.0em; font-weight: normal;}
.CommandButton{font-size: 1em;font-weight: normal;}

UL LI {list-style-type:square ;}
UL LI LI{list-style-type:disc;}
UL LI LI LI {list-style-type:circle;}

OL LI {list-style-type:decimal;}
OL OL LI{list-style-type:lower-alpha;}
OL OL OL LI {list-style-type:lower-roman;}

#bottomNavigation ul {
	margin:0;
}
#bottomNavigation ul li { 
display: inline; 
list-style: none; 
}
#bottomNavigation ul li a,#bottomNavigation ul li a:visited { 
padding: 0px 5px; 
border-right: 1px solid #541900; 
font-size:11px;
text-decoration:underline;
color:#541900;
}
#bottomNavigation ul li a:hover {
	color:#000;
}
#bottomNavigation ul li.Last-Child.Level0 a { 
border-right: none; 
}

#bottomNavigation ul li.DisabledTab {display:none;}


#top {
width:898px;
height:135px;
}

#topbar {
	width:880px;
	height:338px;
	background:url(images/header.jpg) no-repeat;
	background-color:#e8e5d4;
	text-align:right;
}

#navright {
	width:174px;
	height:43px;
	float:right;
	background:url(images/navright.jpg);
}
#belowmenu {
	width:938px;
	height:40px;
	background:url(images/belowmenu.jpg);
	clear:both;
}

#content {
width:880px;
margin:0 0px;
clear:both;
}
#backgradient {
	background:url(images/backgradient.gif) no-repeat;
	padding:0 27px;
	}
.filler {
	clear:both;
}
	
#content td {
text-align:left;
}
#filler {
clear:both;
}
#footer {
width:860px;
background-color:#000000;
height:26px;
font-family:verdana, arial, tahoma, sans-serif;
color:#fff;
font-weight:normal;
padding-top:0px;
font-size:10px;
text-align:center;
margin:0 auto;
line-height:26px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
	font-family:verdana,arial, tahoma, sans-serif;
	font-size:10px;
}



#left {
display:inline;
padding:0px;
width:210px;
float:left;
margin:0px;
margin-left:20px;
text-align:left;
}
#right {
display:inline;
padding:0px;
width:600px;
float:right;
margin:0px;
margin-right:0px;
border:0px solid red;
margin-right:30px;
text-align:left;
}
.address {
	font-family:georgia, times, serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	display:block;
	padding:10px 0 0 10px;
	line-height:17px;
	float:left;
	border:0px solid red;
	width:200px;
}



/*  NavMenu styles start here */

#nav2 ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	display:block;
}

#nav2 li {
  position: relative;
  float:left;
  height : 30px;
  line-height:30px;
  list-style: none;
}
#nav2 li li{
  position: relative;
  float:left;
  height : 25px;
  line-height : 25px;
  list-style: none;
}

#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#333;
}


#nav2 a {
    font-size:13px;
	display:block;
    text-decoration:none;
    text-align:left;
    font-weight:normal;
    color:#ffffff;
	font-family:georgia,times,serif;	
	border:1px solid #ffdd76;
	background-color:#000000;
	width:198px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	display:block;
	font-weight:bold;
	display:block;
	margin:0;
}

#nav2 li li a {
    width:12em;
	height:25px;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #555;
}

#nav2 li a:hover {
	color:#000000;
	background-color:#ffca29;
}
#nav2 li li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	border-bottom:1px solid #777;	
    background-color:#555;
}
#nav2 li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav2 .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav2 li:hover ul ul,
#nav2 li:hover ul ul ul,
#nav2 li:hover ul ul ul ul,
#nav2 li.iehover ul ul,
#nav2 li.iehover ul ul ul,
#nav2 li.iehover ul ul ul ul{
  left: -999em;
}

#nav2 li:hover ul, 
#nav2 li.iehover ul {
	top: 39px;
	left:0;
}
#nav2 li li:hover ul,
#nav2 li li li:hover ul,
#nav2 li li.iehover ul,  
#nav2 li li li.iehover ul {
	top: 0;
	left:12.8em;
}

#nav2258 {
display:none;
}
