﻿/* Override Body from global.css */

body { 
	background-color:#A7BCC7;
} 

/* Brings in the department banner */

#globalarea {
    background: url("../MasterPages/images/banners/EDDHeader_02.jpg") top right no-repeat;	
	width:234px;
	height:122px;	
}

#LeftDeptBanner {
	background: url("../MasterPages/images/banners/EDDHeader_01.jpg") top right no-repeat;	
	width:736px;
	height: 122px;		
}

#LeftDeptBanner a { 
    display:inline-block;
    width:736px;
	height: 122px;
	    
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }

/* Is used for Sliding(Rotating) Ads */


#lblTitle {   
    width:190px;
}

.StoryTitle { 
    font-family: Palatino Linotype, Times New Roman, Serif ; 
    font-size:x-large; 
    font-weight:bold; 
    color: #000000;  

}

#slide_photos a { margin-left:130px; }

#slide_photos a:link { text-decoration:none; font-style: italic; font-weight:bold;}
#slide_photos a:visited { text-decoration: none; font-style: italic; font-weight:bold; }
#slide_photos a:active { text-decoration: none; font-style: italic; font-weight:bold; }
#slide_photos a:hover { text-decoration: underline; font-style: italic; font-weight:bold; }




/* Override - wraps the entire page */
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
  text-align: left;
  background: #FFFFFF url('../Masterpages/images/dept_bg_2col_Blue.gif') top left repeat-y;
 
}

/* Override footer properties */

#footer_image
{
	height:30px;
	margin:0;
	background: #FFFFFF url('../MasterPages/images/deptfooter2col_Blue.gif') no-repeat;
	clear: both;
}

#page_footer {
  height:auto;
  clear: both;
  background-color:#A7BCC7;  
}

/* OVERRIDE VERTICAL MENU ITEM PROPERTIES  */

/* Sub menu items */
ul.MenuBarVertical ul a 
{
	display: block;
	cursor: pointer;
	/* background: url('../images/barsubitem.jpg') bottom  left repeat-x; */
	background-color: #B2C7D3;
	padding: 0.4em;
	color: #542916;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	text-align:left;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	
}
/* Menu items that have mouse over or focus have a beige background and maroon text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	 background-color: #B2C7D3; 
	 border-bottom: 1px solid #000000;
	 color: #542916;
	 
	 /* background: url('../images/VerticalHoverbar.gif') top left no-repeat; */	
	/* font-weight: bold; */
}

/* Submenu items are set to olive green color background on hover */
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus
/* .MenuBarHorizontal2 a:hover, a:focus */
{ 
    /*background: url('')  top right no-repeat; */
	background-color: #7599ac;
	filter:alpha(opacity=95);
	opacity:0.95; 		
	color: #542916;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a beige background and maroon text */
ul.MenuBarVertical2 a.MenuBarItemHover
, ul.MenuBarVertical2 a.MenuBarItemSubmenuHover
, ul.MenuBarVertical2 a.MenuBarSubmenuVisible
{
	background-color: #B2C7D3; 
	border-bottom: 1px solid #000000;
	color:  #1c201a;
	}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	/* background: url('../images/VerticalHoverbar.gif')  top left no-repeat;*/
	background-color: #B2C7D3; 
	border-bottom: 1px solid #000000;
	color: #400F10;

}

/* Color added back */

.eddhead {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight:bold;
				color:#57120D;
				margin-top:0px;
				margin-bottom:5px;

}






