@charset "utf-8";
/* CSS Document */

body {
	background-color: #006633;

}


#WrapperDiv {
/*whole page settings*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: auto;
	width: 1003px;
	min-height: 100%;
	height: auto;
	background-color: #D0D5FD ;
	/* position: absolute; */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#LogoDiv {
	/*padding: 5px;*/
	/*text-align: right;*/
	width: 100%;
	height: 150px;
		/*background-color:#FFFFFF;
		border-color:#FF0000;*/
		background-image:url(../../site_images/fall_245w.jpg)
				
		

}

#UtilDiv {
	/*padding: 5px;*/
	/*text-align: right;*/
	width: 100%;
		background-color: #EAEAEA;
			height:23px; /*firefox needs height or it overlaps next div*/


}

.LeftUtil {
	float: left;
	margin-bottom: 3px;
	padding-left: 5px;
/*	margin: 0;
	border: 0;
	padding: 5px;
	width: auto;
	min-width: 24%;
	max-width: 49%;
	height: auto; */
}
.RightUtil {
	float: right;
	padding-right: 5px;
/*	margin: 0;
	border: 0;
	padding: 5px;
	width: auto;
	min-width: 24%;
	max-width: 49%;
	height: auto;*/
}

.SingleColumnDiv {
	position: relative;
	width: 62%;
	height: auto;
	top: 0;
	right: 19%;
	bottom: 0;
	left: 19%;
	background-color: #ffe;
	margin: 20px 0 20px 0;
	border: 2px solid #fff;
}

.MultiColumnDiv {
	width:100%;
	text-align:center;
/*margin-top:0 ;*/
	/*position: relative;*/

	height: auto;
	top: 0;
	/*right: 6%;*/
	bottom: 0;
	/*left: 6%; */
	background-color: #CCCCCC; /*#FFFFFF;*/
	/*margin: 20px 0 20px 0;*/
	/*border: 2px solid #fff;*/
}

#NavDiv {
	width: 100%;
	height: 30px; /*height of nav div*/
	background-color: #000000 !important;  /*CHANGED TO BLACK FROM #456*/
	background-image:url(../../site_images/fall_245w.jpg); /*cool bkg effect*/
	color: #eee;
	font-weight: bold;
	text-align: right;
}


.ContentPane {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
	/*width:650px*/
}

/*--------- pane style ----------*/
/*.TopPane, .BottomPane{ color:#ffffff; text-align:center; font-style:italic; padding:0px; margin:0px; background-color: #FF6600 }*/
.TopPane{ color:#ffffff; text-align:center; font-style:italic; padding:0px; margin:0px; background-color: #FF6600 }
.BottomPane{ color:#ffffff; text-align:center; font-style:italic; padding:0px; margin:0px; background-color: #FF6600 }
.LeftPane{ padding:5px 5px 5px 5px; width:150px; margin:0px; background-color: #006600; border-color: #FF6600; border-style:double; }
.RightPane{ padding:5px 5px 5px 5px; width:150px; margin:0px; background-color: #006600; border-color: #FF6600; border-style:double;  }


/*my add*/


.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}
/*.content_pad{padding:10px 2px 10px 2px; margin: 0 19px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;}*/

.bot_left{padding:0px; margin:0px;}
.bot_right{padding:0px; margin:0px;}
.bot_bg{padding:0px; margin:0px;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#4F839F; font-size:10px;}
a.footer:hover{color:#C00;}

.bot_pad{margin-bottom:5px; padding:0 10px 0 10px;}



.Head {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.Normal, p, div, td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}



table.ActivityTable {
	margin: 0;
	border: solid 1px #999;
	padding: 0;
	width: 96%;
}

table.ActivityTable th {
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
	font-weight: bold;
	border-bottom: solid 2px #000;
	color: #fff;
	background-color: #666666;
	text-align: center;
}

table.ActivityTable td {
	margin: 0;
	padding: 2px;
	vertical-align: top;
}


/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

/* root-level menu list (UL) */
ul.AvastoneCssMenu {
    position: relative;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    z-index: 1; /*changed 999999->1 to keep from showing through editing menues*/
}

/* submenu lists (ULs) */
ul.AvastoneCssMenu ul {
    position: absolute;
	z-index: 999999;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
}

/* menu items */
ul.AvastoneCssMenu li {
    position: relative;
    list-style: none;
    float: left;
	/* display: inline;  */
	width: auto;
	_width: 1%;
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
}

ul.AvastoneCssMenu li li {
	width: 100%;
	white-space: normal;
}

/* menu item links */
ul.AvastoneCssMenu a,  
ul.AvastoneCssMenu span {
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul {
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul {
	left: auto;
    visibility: visible;
    _display: block;
}

.ArrowPointer {
	cursor: default;
}


/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#MainMenu { 
	text-align: left;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul {
	border: solid 1px #456;
	background-color:  #789;
}

/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li {
border: thin;
border-color: #990000;
border-style: groove;
}

/* nested menu items */  /*pull-down borders etc. */
ul#MainMenu li li {
border-left:none;
border-right:none;
border-top:none;
	border-bottom:thin;
	border-bottom-color:#990000;
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a,  
ul#MainMenu span {
	padding: 5px;
	height: 100%;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
}

/* nested menu item links */
ul#MainMenu ul a,  
ul#MainMenu ul span {
}

/* hovered menu item links */
ul#MainMenu li a:hover {
	background-color: #990000; /* #abc;  changed to green*/
}



/*requres a custom attribute in skin file !!!! */
ul#MainMenu li a.MenuItemCurrent
{
	color:#ffffff;
}

/* hovered nested menu item links */
ul#MainMenu li li a:hover {
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul {
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul {
	left: 160px;
	top: 0;
}

ul#MainMenu a.MenuRootBranch {
}

ul#MainMenu a.MenuItemBranch {
}

ul#MainMenu li a.MenuItemCurrent {
	background-color: #999;
}

ul#MainMenu a.MenuItemBreadcrumb {
}

ul#MainMenu li.rootSeparator {
}

ul#MainMenu li.subSeparator {
}

ul#MainMenu li.leftCap {
}

ul#MainMenu li.rightCap {
}
