@charset "utf-8";
/* CSS Document */

body {background-color:#000000; color:#ffffff; font-family:tahoma;}


a {
	font-family: Tahoma;
	font-size: 12px;
	color: #bf9a49;
	font-weight: bold;
}
a:link {
	text-decoration: none;
		color: #005029;
}
a:visited {
	text-decoration: none;
	color: #005029;
}
a:hover {
	text-decoration: underline;
	color: #d5d6db;
}
a:active {
	text-decoration: none;
	color: #d5d6db;
}



#dots {
  width:126px;
  background-image:url(dotsbkg.jpg);
  background-repeat:repeat-y;
  }
#househeader {
  width:860px;
  height:200px;
  background-image:url(headertopnewlogo.jpg);
  background-repeat:no-repeat;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  }
#headerbottom {
  width:656px;
  height:23px;
  background-image:url(headerbottom2.jpg);
  background-repeat:no-repeat;
  vertical-align:top;
  border-right: solid 1px #ffffff;  
  }
#secondlinetext {
  color:#ffffff;
  font-family:verdana;
  text-align:right;
  margin-right:50px;
  }  
.sidenav {
  width:197px;
  background-color:#000000;
  vertical-align:top;
  color:#ffffff;
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  }
#menu {
  border: solid 1px #ffffff;
  }
.menu {
  width:197px;
  margin-bottom:20px;
  vertical-align:top;
  text-align:center;
  }
#sidenavtop {
   width:197px;
   border-left: solid 1px #ffffff;
   border-top: solid 1px #ffffff;
   border-right: solid 1px #ffffff;
   }
#contenttd {
  width:656px;
  vertical-align:top;
  border-right:solid 1px #ffffff;
  }
#contentgoeshere {
  margin:10px;
  margin-top:20px;
  margin-left:20px;
  vertical-align:top;
  color:#d5d6db;
  }
#address {
  vertical-align:middle;
  text-align:center;
  padding-top:5px;
  padding-bottom:10px;
  color:#ffffff;
  font-family:Verdana;
  font-size:8pt;
  }
#bottomnav {
  margin:10px;
  color:#ffffff; 
  font-family:d5d6db; 
  font-size:8pt; 
  text-align:center;
  }
.bottomnav {
  border-right:solid 1px #ffffff;
  }
.smalltext {
  font-size:7pt;
  color:#005029;
  text-decoration:none;
  }
hr {
  width:180px;
  text-align:center;
  }
.bold {
  font-weight:bold;
  }
  
  
  
  
  
  
  
  
  
  
  
  /* This section sets up the default look and feel for any skin objects [tag].
	 i.e. copyright, terms, privacy, hostname, currentdate, login, breadcrumb. */
.SkinObject { font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none; }
a.SkinObject:link { font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none; }
a.SkinObject:visited { font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none;}
a.SkinObject:hover, A.SkinObject:active { font-family:tahoma; font-size:9px; color:#ffffff;}

/* This code below was created by Joe a custom tags as an addition to the skinobjects */
.LinksObject { font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none;}
a.LinksObject:link {font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none; }
a.LinksObject:visited {font-family:tahoma; font-size:9px; color:#ffffff; text-decoration:none;}
a.LinksObject:hover, A.LinksObject:active { font-family:tahoma; font-size:9px; color:#ffffff;}








/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 40px;                        /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #FFFFFF;                       /* color of sub menu text and height on mouseover*/
	height: 40px;
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #ffffff;                                 /* color of menu text and height--no mouseover*/
	background-image: url(images/tab-off.jpg);	
	height: 40px;
    width:160px;
	padding: 5px;
    }

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 40px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
 	font-style: normal;
	color: #ffffff;
	background-image: url(images/tab-off.jpg);
	padding: 5px;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	background-image: url(images/tab-on.jpg);
	color: #ffffff;
	height: 40px;
	padding: 5px;
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{
	background-image: url(images/tab-on.jpg);	
	color: #d5d6db;
	height: 40px;
	padding: 5px;
}

.MainMenu_MenuContainer {
	background-image: url(images/tab-off.jpg);
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 40px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;                                  /*color of sub menu text---no mouseover*/
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-left: #C5CAD3 0px solid;
	border-bottom: #C5CAD3 0px solid;
	border-top: #C5CAD3 0px solid;
	border-right: #C5CAD3 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff;             /* this is the color of the drop down submenu for the left      side if you want to use icon*/
	border-left: #ececec 0px solid; 
	border-bottom: #ececec 0px solid; 
	border-top: #ececec 0px solid; 
	border-right: #ececec 0px solid; 
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #C5CAD3;                           
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #000000;                 /*this is the color of the submenu behind text*/
	border-bottom: #000000 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #005029;          /*this is the color of the submenu highlight*/
	font-family: Verdana; 
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}





