/*  //// Layout07 from http://blog.html.it/layoutgala   /////   */

div#container{
	width:898px;
	margin:0 auto;
	}

div#sandboxshell{
	float:left;
	width:100%;
	}

div#sandbox{
	margin: 0 0 0 270px;
	xoverflow : auto; 
	}

div#navigation{
	float:left;
	width:270px;
	margin-left:-898px;
	}

div#extra{float:left;
	width:0px;
	margin-left:-0px;
	}

div#footer{clear:left;width:100%}

/*adjust these for a sticky footer. */

#footer, #stickyfooter {
	height: 0; /* .push must be the same height as .footer */
	}
	
#container {
	margin-bottom:0; /* the bottom margin is the negative value of  the footer's height */
	}


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

body	{background:url(../sitegraphics/body-strip.png)}
div#container{background:url(../sitegraphics/sandbox-strip.png) repeat-y}

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

#menu li {				/* all list items */
	display:block;
	margin:0; padding:0;
	width:270px;
	height:26px;
	_margin-bottom:-4px;
	}

#menu a {
	text-decoration:none;
	display:block;
	padding-left: 40px;
	padding-right: 20px;
	height:26px;
	width:auto;
	color:white;
	background:auto;
	}

#menu a:hover {
	color:#ffd661;
	background: url(../sitegraphics/menu-select.png) no-repeat 0px -10px;
	}
	

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

#menu li ul {
	position:absolute;
	top:auto;
	display:block;
	list-style-type:none;
	margin-top:-25px;
	left:-800px;
	background-color:#A71619;
	border:0;
	border-left:2px solid #7C0C23;
	border-bottom:2px solid #7C0C23;
	width:240px;
	}

#menu li ul li {
	height:22px;
	padding:0px;
	border-top:1px solid #D76675;
	width:240px;
	}

#menu li ul li a {
	text-align:left;
	padding-left:8px;
	padding-right:0px;
	width:auto;
	height:22px;
	font-size:14px;
	line-height:20px;
	}

#menu li ul a:hover {
	color:#ffd661;
	background: url(../sitegraphics/menu-select.png) no-repeat -20px 0px;
	width:auto;
	}

	
/* this makes menus flyout on both IEPC and others  */
#menu li:hover ul  {
	z-index:9999;
	left:auto;
	margin-left:270px !important;
	}

#innerbox{
	width:610px;
	}
	
#innerbox #leftside{
	padding-left:60px ;
	padding-right:20px;
	padding-top:50px;
	}
	
#rightside {
	width: 165px;
	padding-left:10px;
	padding-top:10px;
	background: url(../sitegraphics/rightside-strip.png) repeat-y 0px 0;
	}

#sandbox, #sandbox td {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
	line-height:20px;
	color:#404040;
	}

#sandbox p {padding-bottom:1em;}

	
h1, h2, h3 {
	margin-left:-30px;
	color: #806000;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:.5em;
	}

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

p.mousetype {
	margin-top:40px;
	margin-left:200px;
	font-size:10px;
	}

#rightside  {
	line-height:1.4em !important;
	}
#rightside h1, #rightside h2, #rightside h3 {
	margin-left:0px;
	}
#rightside li {padding-bottom:.5em;}

#navigation h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-left:80px;
	padding-bottom:8px;
	color: #A71619;
	}
#navigation h3 a { color:#A71619; text-decoration:none;}
#navigation h3 a:hover { color:white; text-decoration:auto;}

	
#navigation table.cdate {margin-left:40px}
#navigation .cdate td, .cdate td.link {width:30px;_width:28px; color:white;}
#navigation .cdate a {display:inline;}
#navigation .cdate th {font-weight:bold;}

#sandbox td, th {padding:4px 8px 4px 8px}
#sandbox th {font-weight:bold;}
#sandbox .c1 {background-color: #f5f8FF}

.framed {
	padding:8px; 
	border: 1px solid #806000;
	font-style:italic;
	}

#sandbox ul {
	padding-bottom:12px;
	}

#sandbox ul ul {
	padding-bottom:0;
	}
	
.eventlink {display:block; margin-left:40px; color:white; border-bottom:1px dotted white; text-decoration:none; font-size:11px;}