
#logo {position:relative; left:-6px; top:96px; display:block;float:left}

/* //////------ color and other styling ------////// */

body	{background:url(../sitegraphics/body-bg-edc.jpg)}
div#container{background:url(../sitegraphics/sandbox-strip-edc.png) repeat-y}
div#navigation	{background:url(../sitegraphics/menu1-header-edc.jpg) no-repeat}
div#calendar	{background:url(../sitegraphics/extra-header-edc.jpg) no-repeat; padding-top:30px; padding-left:20px;}
div#header	{background:url(../sitegraphics/header-edc.jpg) no-repeat 0 0 ;}

/* ///////----basic menu code ----------/////// */
ul#menu    {			/*menus must be classes so we can have other lists too */
	list-style:none;
	margin:0;
	font-size:19px;
	font-family: "Trebuchet MS",Trebuchet, Arial, Helvetica, san-serif;
	line-height: 24px;
	}

#menu li {				/* all list items */
	display:block;
	margin:0;
	height:35px;
	}

#menu a {
	text-decoration:none;
	display:block;
	text-align:right;
	padding-right: 20px;
	height:35px;
	width:224px;
	color:black;
	background:none;
	}

#menu a:hover {
	color:white;
	padding-right:40px;
	width:204px;
	background: url(../sitegraphics/menu-on.png) no-repeat 10px 0px;
	}
	

/*-------------flyouts----------------------------*/

#menu li ul {
	position:absolute;
	top:auto;
	display:block;
	list-style-type:none;
	margin-top:-35px;
	left:-800px;
	border:0;
	width:244px;
	}

#menu li ul li {
	height:22px;
	_height:20px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:0px;
	background: url(../sitegraphics/menu-on.png) no-repeat 0px 0px;
	}

#menu li ul li a {
	text-align:left;
	padding-left:8px;
	padding-right:0px;
	padding-right:8px;
	width:244px;
	width:auto;
	height:22px;
	font-size:14px;
	line-height:21px;
	color:white;
	font-family: Arial, Helvetica, san-serif;
	background: url(../sitegraphics/menu-nostar.png) repeat-x 0px 0px;
	white-space:nowrap;
	}

#menu li ul a:hover {
	color:#ffd661;
	background: none;
	width:244px;
	width:auto;
	padding:0;
	padding-left:8px;
	background: url(../sitegraphics/menu-nostar.png) repeat-x 0px 0px;
	}

	
/* this makes menus flyout on both IEPC and others  */
#menu li:hover ul  {
	z-index:9999;
	left:auto; /*the value for ie windows*/
	margin-left:225px;
	}


#innerbox {
	padding-left:60px;
	padding-right:20px;
	padding-top:50px;
	width:100%;
	border:1px solid red;
	}
	
#rightside {
	width: 165px;
	padding-left:30px;
	padding-top:10px;
	background: url(../sitegraphics/rightside-strip.png) repeat-y 20px 0;
	}

#sandbox, #sandbox td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
	line-height:20px;
	color:#404040;
	padding:30px;
	}
	
h1, h2, h3 {
	margin-left:0px;
	color: #024177;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:.5em;
	}

h1 {font-size:22px;}
h2 {font-size:19px;}
h3 {font-size:16px;}

p.mousetype, p.mousetype a {
	font-size:10px;
	color:#aa9900;
	}
	
#header {
	color:white;
	font-family: arial, helvetica, san-serif;
	font-size:10px;
	}
#header #newsflash a, #header #newsflash a:hover {
	color:white;
	}

.sidebar {
	background: url(../sitegraphics/sidebar-edc.png) repeat-y bottom;
	}

.sidebar h1, .sidebar h2 {
	margin: -20px -20px 0 -20px;
	padding: 20px 20px 0 20px;
	background: url(../sitegraphics/sidebar-edc.png) no-repeat;
	display:block;
	}

#sandbox p { padding-bottom: .6em}
.left { padding-right: 5px}
.right { padding-left: 5px}

#sandbox td {border-bottom:1px solid #ccc; padding:6px;}

#sandbox th {background-color: #F8DFA9; font-weight:bold;padding:6px;}

#sandbox a {color: #7E1911; font-weight:bold; text-decoration:none;}
#sandbox a:hover {text-decoration:underline;}
#sandbox ul { padding-left:10px}
#sandbox li a { font-size: 14px;}

#sandbox hr {margin-left:auto; margin-right:auto; width:60%;color:#987324; background-color:#987324}

#calendar li {
	height:39px;
	height:auto;
	padding-top:0;
	list-style-type:none;
	border-bottom:1px solid #F0C878;
	margin-top:6px;
	}
	
#calendar li a {
	line-height:100%;
	color:#018553;
	height:34px;
	height:auto;
	font-size:13px;
	padding-bottom:8px;
	padding-right:8px;
	text-decoration:none;
	}
	
	
#calendar li a .cdate {
	color:black;
	font-size:11px;
	}

#addressblock {display:none;}
