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

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

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

div#sandbox{
	margin: 0 0 0 256px;
	padding-right:20px;
	}

div#navigation{
	float:left;
	width:256px;
	margin-left:-780px;
	}

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

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

/*adjust these for a sticky footer. */

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

div#header {height:210px;}


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

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

body	{background:#572318 url(../sitegraphics/body-bg.png) repeat-x; }
div#container, div#stickyfooter{background:url(../sitegraphics/sandbox-strip.jpg) repeat-y center}
div#header	{background:url(../sitegraphics/header.jpg) no-repeat 0 0 ;}

#stickyfooter a {font-size:10px; color:#966;padding-left:30px;}

/* ///////----basic menu code ----------/////// */
ul#menu    {			/*menus must be classes so we can have other lists too */
	list-style:none;
	margin:0;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Console", "Lucida Sans Typewriter","Lucida Sans", monospace;
	line-height: 34px;
	padding-left:11px;
	}

#menu li {				/* all list items */
	display:block;
	margin:0;
	height:34px;
	border-top:1px solid #f2e1c3;
	border-bottom:1px solid #c5aa8d;	
	vertical-align:bottom;
	}

#menu li.first {
	border-top:1px solid #c5aa8d;	
	}

#menu a {
	text-decoration: none;
	display: block;
	padding-left: 35px;
	height: 34px;
	width: 210px;
	color: #013d73;
	background: none;
	text-transform: uppercase;
}

#menu a:hover {
	background-color:#F1E0C6;
	border-right:1px solid #F1E0C6;
	}
	

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

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

#menu li ul li {
	border-left:1px solid white;
	border-top:1px solid #f2e1c3;
	border-bottom:1px solid #c5aa8d;	
	padding:0px;
	background: url(../sitegraphics/menu-flyout2.png);
	vertical-align:bottom;
	height:20px !important;
	display:block;
	width:220px;
	float:left;
	}

#menu li ul li a {
	text-align:left;
	padding:0 8px;
	width:244px;
	width:auto;
	height:20px;
	font-size:12px;
	line-height:20px;
	color: #013d73;
	font-weight:bold;
	font-family: Arial, Helvetica, san-serif;
	white-space:nowrap;
	text-transform:none;
	}

#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:220px;
	}

/*//////////other/////////////*/

#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;
	}


#calendar img {margin-left:25px;}
#calendar li {
	font-family:  Times, "Times New Roman", serif;
	text-align:center;
	font-size:11px;
	line-height:15px;
	height:auto;
	padding:0 12px;
	list-style-type:none;
	margin-top:6px;
	}
	
#calendar li a {
	height:auto;
	font-weight:bold;
	text-decoration:none;
	color:black;
	font-size:12px;
	}
		
#calendar li a .cdate {
	font-weight:normal;
	font-size:11px;
	}


#calendar li hr {
	border:0;
	margin:0;
	width:50%;
	border-bottom:1px dotted grey;
	margin-left:25%;
	padding:6px 0;
	}


#sandbox, #sandbox td {
	font-family:  Times, "Times New Roman", serif;
	font-size:13px;
	line-height:20px;
	color:#444;
	padding:30px;
	}
	
h1, h2, h3 {
	font-family:"Apple Chancery", "Monotype Corsiva","Zapf Chancery", "Georgia Italic", cursive;
	font-style:italic;
	margin-left:0px;
	color: #806000;
	font-weight:normal;
	margin-top:1em;
	margin-bottom:.5em;
	}

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

h2 {	font-family:  Times, "Times New Roman", serif; 	font-style:normal;}


p.mousetype {
	font-size:10px;
	color:#aa9900;
	}
	
.sidebar {
	width:171px;
	float:right;
	padding:20px;
	background: #F1E0C6;
	font-size:13px;
	margin-left:10px !important;
	}

.sidebar li {margin:0;font-size:13px; line-height:15px; padding-bottom:4px}
.sidebar a {font-weight:bold;}

.sidebar h1 {
	font-size:16px;
	margin-top:0;
	margin-bottom:8px;
	}


#sandbox p { margin-top: .8em; margin-right:20px;}

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

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

#sandbox a {color: #7E1911;  text-decoration:none;}
#sandbox a:hover {text-decoration:underline;}
#sandbox ul { padding-left:10px}

#sandbox hr {margin:24px auto; width:50%;color:#987324; background-color:#987324 }

.black {color:black;}

.right img, img.right {border:8px solid #F3DFC7;}

input, textarea {width:300px;}
textarea {height:120px;}
input.button {width:auto;}

#searchform {padding-top:20px; padding-left:40px;}
#searchform  input {
	width:140px;
	background: #F1E0C6;
	border: 1px solid #F1f0f6;
	border-top: 1px solid #d1c0a6;
	border-left: 1px solid #d1c0a6;
	}

#searchform a {
	font-family:"Apple Chancery", "Monotype Corsiva","Zapf Chancery", "Georgia Italic", cursive;
	font-size:16px;
	color: #806000;
	}
