	/***                 CSS overall common definitions              ***/

* 	{
	padding:0;
	margin:0;
	border:0;
	font-family: Times, "Times New Roman", serif;
	line-height: 1.5em;
	border-collapse: collapse;
	border-spacing:0;
	}

/* undoing some of what '*' did */
pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%;}
li, dd		{margin-left: 5%; }
fieldset	{padding: .5em; }
p			{padding-top: .5em;}
hr			{border-top:1px solid black; margin-top:12px; margin-bottom:12px;}

/* :root, html	{width:100%; position:absolute;} activates 100% height somehow */
body {
	left:0px;
	top:0;
	width:100%;
	font-size: 12px;
	background-color:white;
	background:url("../sitegraphics/sitebg.jpg");
	background-repeat:no-repeat;
	behavior:url("/common/csshover.htc");
	}

body td {
	font-family: Times, "Times New Roman", serif;
	line-height: 21px;
	font-size: 13px;
	vertical-align:top;
	color:#444;
	}

	/***************************************/
	/*** position/function ***/
	/***************************************/

#menu ul {				/*leftmenu sets a width so things get stacked */
	width:160px;
	border-right:1px solid #ccca9c;
	margin-top:30px;
	}
	
#menu li {				/* all list items */
	width:160px;
	height:40px;
	margin:0;
	list-style-type:none;
	}

#menu li a {
	background-image: url(../sitegraphics/menusep.gif);
	background-position:26px 32px;
	background-repeat:no-repeat;
	font-family: Times, "Times New Roman", serif;
	text-align:center;
	display:block;
	width:160px;
	position:relative;
	height:40px;
	font-size:14px;
	line-height:14px;
	padding:0px;
	text-decoration:none;
	text-transform: uppercase;
	color: #5187b3;
	color: #4177a3;
	}

#menu li a br {line-height: 0px;}

#menu a:hover {
	color:black;
		}

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

#menu li ul {
	position:absolute;
	top:auto;
	display:block;
	list-style-type:none;
	margin-top:-32px;
	left:-800px;
	}

#menu li ul li {
	height:21px;
	padding:0px;
	}

#menu li ul li a {
	background-color: #5187b3;
	color:white;
	text-align:left;
	border-top:1px solid white;
	border-bottom:1px solid black;
	border-right:1px solid #cb8;
	padding-left:4px;
	padding-right:0px;
	line-height:20px;
	text-transform:none;
	width:210px;
	height:20px;
	font-size:14px;
	}
	
/* 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:120px;
	}

/*----------------------*/
#addressblock {position:absolute;
	top:55px;
	margin-left:380px;
	*margin-left:190px;
	}

#addressblock td {padding-right:20px;
	font-style:italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:10px; 
	font-weight:bold;
	line-height:12px;
	}
	
	
#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:830px;
	border-top:1px solid grey;
	}

#searchbox {
	color:#dbde01;
	font-size:16px;
	height:98px;
	vertical-align:middle;
	text-align:right;
	}

#searchbox input {
	font-size:12px;
	padding:2px;
	}

#searchbox a {
	color:#dbde01;
	text-decoration:none;
	}

#header {
	background-color: #6ba5bc;
	background-image:url("../sitegraphics/header-strip.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	height:49px;
	border-top:1px solid grey;
	border-left:1px solid grey;
	border-right:1px solid grey;
	padding-left:30px;
	}

#header a {
	font-family: Georgia, Times, Serif;
	font-size:14px;
	color:#ffff00;
	text-decoration:none;
	}

#header a:hover {
	color:black;
	text-decoration:underline;
	}
	
#menushell {
	width:165px;
	background-color:white;
	border-left:1px solid #888;
	}

#menu{
	z-index: 99;
	background-position: 11px 0px;
	}

#calendar {
	background-image:url("../sitegraphics/calendar-strip.gif");
	background-position:top;
	background-repeat:repeat-x;
	padding-top:20px;
	}
	
#sandbox {
	width:605px;
	padding-right:30px;
	padding-top:30px;
	padding-left:20px;
	padding-bottom:30px;
	z-index:1;
	background-image:url("../sitegraphics/sandbox-strip.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:white;
	border-right:1px solid #888;
	}

	/**********************/
	/*** Just for Looks ***/
	/**********************/
#sandboxshell {
	background-image:url("../sitegraphics/container-bg.gif"); 
	background-position: -217px 0px;
	width:534px;
	}

#menushell {
	background-image:url("../sitegraphics/container-bg.gif");
	}

#footer {
	height:40px;
	vertical-align:middle;
	padding-right:40px;
	text-align:right;
	}


h1 {
	display:inline;
	_display:block;
	font-size: 18pt;
	font-weight: normal;
	color: black
	width: 90%;
	margin-top: 5px;
	font-variant: small-caps;
	border-bottom:1px solid grey; 
	margin-left:-15px;
	padding-left:15px;
	margin-bottom:12px;
	}

h2 {
	font-size: 15pt;
	font-weight: normal;
	color: #g44d4a;
	margin-bottom: 10px;
	margin-top: 5px;
	}

#sandbox ul {margin-left:10px; margin-top:4px;}


#sandbox a {
	color: #359ed3;
	}
	
#sandbox a:hover {
	color: gray;
	}

#footer form {display:inline;}
#footer a {color:#777; font-size:10px; text-decoration:none; }
#footer a:hover {color:#333; text-decoration:underline; }

#sandbox td, #sandbox th {padding-right:12px;padding-bottom:6px;}

#menu table {
	margin-left:10px;
	}
	
#menu td, #menu th {
	font-size:11px;
	font-weight:bold;
	padding:0px;
	}

#menu th {	
	padding-bottom:12px;
	}
	
#menu th a {
	color: #5187b3;
	text-decoration: none;
	font-size:14px;
	}

	
#sandbox .sidebar {float:right;
	width:250px;
	padding:8px;
	}

.right {margin-left:10px; border:2px solid #cccc7b; padding:4px;}
.left {padding-right:10px; border:2px solid #cccc7b; padding:4px;}

.sidebar h2, .sidebar h1{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 8px;
	text-transform: uppercase;
	}

.sidebar h1 {
	margin-left:0;
	}

.sidebar p {
	margin-left:10px;
	}
	
.contact input, .contact textarea {background-color: #EFF3F2;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	padding:2px;
	width:350px;
	border-top:3px double #bccccb;
	}

.contact select {background-color: #EFF3F2;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	padding-left:8px; padding-right:8px;
	}

.contact input:focus, .contact textarea:focus, .contact input.button:hover {background-color: #EFFfFf;}

.contact input.button {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	font-style:italic; 
	font-weight:bold;
	color: #6BA5BC;
	padding:3px;
	padding-left:24px;
	padding-right:24px;
	width:auto;
	border-top:5px double #bccccb;
	border-bottom:5px double #bccccb;
	}

.contact textarea {height:100px;}

