/* Essential things every page should have. XHTML demands this first one so tables can size themselves*/ 

body {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}

#scaledbg {position:absolute; width:100%; height:100%; z-index:1; left: 0; top: 0;}
#clock {position:absolute; z-index:3; top: 30px; left: 75%;}
#container {position:absolute; width:100%; height:96%; z-index:2; left: 0px; top: 0px;}
#header {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:96%;
	background: url(../images/banner-strip.gif);
	border-right:2px solid white;
	}

#sandboxshell {
	margin-left:auto;
	margin-right:auto;
	width:96%;
	border-right:2px solid white;
	background: url("../images/sandbox-strip.gif") 153px 0px repeat-y;
	}

#footer {
	margin-top:6px;
	margin-bottom:18px;
	margin-left:auto;
	margin-right:auto;
	width:94%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
	}


td, th {vertical-align:top; }


img {
	margin: 0px;
	padding: 0px;
}


.lmenu {
	display: block;
}

td#sandbox {
	padding:24px 24px 24px 48px;
	font-family: Tahoma,"Trebuchet MS",sans-serif;
	font-size: 11px;
	line-height:17px;
	}

#sandbox td {
  margin:0px;
	}

#sandbox p { 
	margin-top:0px;
	margin-bottom:8px;
	}


h1 {
	color:#162C5E;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 23px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:20px;
	text-transform: lowercase;
	}
	

h2 {
	color:#764321;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:8px;
}


h3 {
	color:#764321;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top:24px;
	margin-bottom:8px;
	font-style: italic;
	margin-right: 12px;
	}

h4 {
	color:#162C5E;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:80px;
	}


.mousetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/*clock hands*/
.hand {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
  position:absolute;
	left:-10;
	top:-10;
	cursor:default;
	z-index:50;	
}

.submenu:hover {
	color: black;
	}

li {padding-bottom:6px;padding-right:80px;}

#menu ul  {
	padding:0;
	margin:0;
	border:0;
	}

#menu li {
	padding:0;
	margin:0;
	border:0;
	font-family: Impact, Haettenschweiler, fantasy;
	font-family:"Arial Narrow", "Helvetica-Narrow", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	color: white;
	display: block;
	list-display-type: none;
	text-transform: uppercase;
	background: url(../sitegraphics/menu-off.png) no-repeat;
	letter-spacing:-.04em;
	text-align:left;
	}

#menu li a {
	padding-top:11px;
	padding-left:15px;
	display: block;
	color: white;
	text-decoration: none;
	height: 17px;
	width: 138px;
}

#menu li.on {
	background: url(../sitegraphics/menu-on.png) no-repeat;
	}

#menu li a:hover {
	background: url(../sitegraphics/menu-hover.png) no-repeat;
	}


.callout, .sidebar {
	float:right;
	display:block;
	width:230px;
	margin-right: -20px;
	padding-right: 0px;
	margin-left: 12px;
	overflow:hidden;
	}

.callout li, .sidebar li {
	border:0;
	margin: 8px;
	list-style-type:none;
	text-align: right;
	}

.callout li a, .sidebar li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	display: block;
	width: 130px;
	height: 20px;
	border-bottom: 1px solid #15295C;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	}

.callout li a:hover, .sidebar li a:hover {
	color:black;
	}

.callout img, .sidebar img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.eklipseform th {text-align:right;}
.eklipseform textarea {width:300px;height:80px; }
.eklipseform input {width:200px; }

.eklipseform input , .eklipseform textarea {
	background-color:#D6F1FF;
	border:1px solid #888;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

.eklipseform input:focus, .eklipseform textarea:focus {
	background-color:white;
	}
	
.eklipseform input.button {width:auto;
	border:2px solid #888;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	padding: 0 12px ;
	color:white;
	background-color:#37588C;
	}

.right {padding-left:30px}
.left, .logo {padding-right:30px;}

.logo {padding-bottom:10px;}
