@charset "utf-8";
/* CSS Document */
body {
  background-color:#918d5d;
  font-family:Verdana;
  color:#000000;
  }
.main {
  width:1004px;
  border:0px;
  }
.header {
  width:1004px;
  height:137px;
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
  }
.logo {
  float:left;
  margin-top:22px;
  margin-left:80px;
  }
.search-pos {
  float:right;
  margin-top: 5px;
  margin-right:33px;
  width:275px;
  text-align:center;
  font-size:12px;
  }
.footer {
  text-align:center;
  background-image:url(images/footer.jpg);
  background-repeat:no-repeat;
  width:1005px;
  height:81px;
  font-size:10px;
  }
.menu {
  height:45px;
  width:1004px;
  background-image:url(images/menu.jpg);
  background-repeat:no-repeat;
  
  
  vertical-align:top;
  }
.menu-pos {
  
  margin-top:0px;
  vertical-align:top;
  }
.con {
  background-color:#e4e3ce;
  }
.con-style {
  width:1004px;
  vertical-align:top;

  }
..con-style-right {
  width:764px;
  vertical-align:top;

  }
  
.bot-nav {
  margin-top:30px;
  width:1004px;
  }
.bot-top {
  background-image:url(images/bot-top-bkg.jpg);
  background-repeat:no-repeat;
  height:7px;
  width:1004px;
  vertical-align:top;
  
  } 
.bot-mid {
  background-image:url(images/bot-mid-bkg.jpg);
  background-repeat:repeat-y;
  width:1004px;
  vertical-align:top;
  
  }
.bot-bot {
  background-image:url(images/bot-bot-bkg.jpg);
  background-repeat:no-repeat;
  background-color:#e4e3ce;
  height:25px;
  width:1004px;
  vertical-align:top;
  }
.right-top {
  width:240px;
  height:25px;
  background-image:url(images/right-top.jpg);
  background-repeat:no-repeat;
  background-color:#e4e3ce;
  vertical-align:top;
  }
.right-mid {
  width:240px;
  background-image:url(images/right-mid.jpg);
  background-repeat:repeat-y;
  background-color:#e4e3ce;
  vertical-align:top;
  }
.right-bot {
  width:240px;
  height:25px;
  background-image:url(images/right-bot.jpg);
  background-repeat:no-repeat;
  background-color:#e4e3ce;
  vertical-align:top;
  }
.top-pane {
  width:1004px;
  }

  /*Links*/
a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:hover {color: #ffffff; text-decoration:none;}

.top:link {color: #ffffff; text-decoration:none;}
.top:visited {color: #ffffff; text-decoration:none;}
.top:hover {color: #000000; text-decoration:none;}



 /* 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-size:10px; color:#000000; text-decoration:none; }
a.SkinObject:link { font-size:10px; color:#000000; text-decoration:none; }
a.SkinObject:visited {  font-size:10px; color:#000000; }
a.SkinObject:hover, A.SkinObject:active { font-size:10px; color:#c4f23a; }

/* This code below was created by Joe a custom tags as an addition to the skinobjects */
.LinksObject { font-size:12px; color:#c4f23a; text-decoration:none; }
a.LinksObject:link { font-size:10px; color:#000000; text-decoration:none; }
a.LinksObject:visited { font-size:10px; color:#000000; text-decoration:none;}
a.LinksObject:hover, A.LinksObject:active { font-size:10px; color:#c4f23a; }

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 24px;                        /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #FFFFFF;                       /* color of sub menu text and height on mouseover*/
	height: 24px;
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #cebd79;                                 /* color of menu text and height--no mouseover*/
	background-image: url(images/tab-off.jpg);	
	height: 31px;
	padding: 5px;
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 31px;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
 	font-style: normal;
	color: #d2d1b0;
	background-image: url(images/tab-off.jpg);
	padding: 0px;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	background-image: url(images/tab-off.jpg);
	color: #b2c035;
	height: 31px;
	padding: 5px;
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{
	background-image: url(images/tab-off.jpg);	
	color: #b4c237;
	height: 31px;
	padding: 5px;
}

.MainMenu_MenuContainer {

	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: 31px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;                                  /*color of sub menu text---no mouseover*/
	font-family: Tahoma;
	font-size: 9pt;
	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: #ececec;             /* 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: tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #d2d2b0;                 /*this is the color of the submenu behind text*/
	border-bottom: #4b4b31 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #4b4b31 1px solid; 
	border-top: #4b4b31 1px solid; 
	border-right: #4b4b31 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #4b4b31;          /*this is the color of the submenu highlight*/
	font-family: tahoma; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	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: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

a.green:link {color: #8cb803; font-size:14px; font-family: Tahoma; text-decoration:underline;}
a.green:visited {color: #8cb803; font-size:14px; font-family: Tahoma; text-decoration:underline;}
a.green:hover {color: #ffffff; font-size:14px; font-family: Tahoma; text-decoration:underline;}



