@charset "utf-8";
/* CSS Document */
body {
  background-color:#000000;
  }
#main {
  width:983px;
  border:0;
  }
.toptext {
  font-family:Verdana;
  font-size:20px;
  color:#ffffff;
  text-align: -moz-center;  
  text-align:center;
  margin: 10px 0px 10px 0px;
  }

#header {
  width:983px;
  height:149px;
  background-image:url(images/cca-header.jpg);
  background-repeat:no-repeat;
  }
#search {
  text-align:right;
  vertical-align:top;
  
  }
#menuhere {
  height:65px;
  width:983px;
  background-image:url(images/content-grad.jpg);
  background-repeat:repeat-y;
  vertical-align:middle;
  text-align:center;
  text-align: -moz-center;
  }
.menuhere {
  height:44px;
  width:982px;
  vertical-align:middle;
  background-image: url(images/menu.jpg);
  text-align:center;
  text-align: -moz-center;
  } 
.contenthere {
  width:983px;
  background-image:url(images/content-grad.jpg);
  background-repeat:repeat-y;
  padding:10px;
  vertical-align:top;
  }
 #footer {
   width:983px;
   background-image:url(images/content-grad.jpg);
   background-repeat:repeat-y;
   text-align: -moz-center;  
   text-align:center;
   font-family:Verdana;
   font-size:10px;
   color:#ffffff;
   }
 .bottomnav {
   margin:10px;
   } 
#bottom {
   width:983px;
   text-align: -moz-center;
   text-align:center;
   font-family:Verdana;
   font-size:10px;
   color:#ffffff;
   }   
   
   
    /* 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:verdana; font-size:10px; color:#ffffff; text-decoration:none; font-weight:normal; }
a.SkinObject:link { font-family:verdana; font-size:10px; color:#ffffff; text-decoration:none; }
a.SkinObject:visited { font-family:verdana; font-size:10px; color:#ffffff; text-decoration:none;  }
a.SkinObject:hover, A.SkinObject:active { font-family:verdana; font-size:10px; color:#bb3b21; text-decoration:none;  }

/* This code below was created by Joe a custom tags as an addition to the skinobjects */
.LinksObject { font-family:verdana; font-size:10px; color:#ffffff; text-decoration:none; font-weight:normal; }
a.LinksObject:link { font-family:verdana; font-size:10px; color:#ffffff; text-decoration:none;  }
a.LinksObject:visited { font-family:verdana; font-size:10px; color:#ffffff; text-decoration:none; }
a.LinksObject:hover, A.LinksObject:active { font-family:verdana; font-size:10px; color:#bb3b21; text-decoration:none;  }

MainMenu_SubMenu { behavior: url(iepngfix.htc); }

/*========================================================*/
/*  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: #000000;                                 /* color of menu text and height--no mouseover*/
	background-image: url(images/tab-off.jpg);	
	height: 44px;
	padding: 5px;
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 44px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
 	font-style: normal;
	color: #ffffff;
	background-image: url(images/tab-off.jpg);
	padding: 00px;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	background-color: #bb3b21;
	color: #ffffff;
	height: 44px;
	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: #000000;
	height: 44px;
	padding: 0px;
}

.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: 44px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;                                  /*color of sub menu text---no mouseover*/
	font-family: Verdana;
	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: 0; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #C5CAD3;                           
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #f4ea50;                 /*this is the color of the submenu behind text*/

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #bb3b21;          /*this is the color of the submenu highlight*/
	font-family: Verdana; 
	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;
}
