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

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

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

div#sandbox{
	position:relative;
	margin: 0;
	padding:10px 340px 20px 40px;
	}

div#header{
	height:179px;
	}

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

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

/*adjust these for a sticky footer. */

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

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

body{background:#d8eeea}

div#sandboxshell{background:url(../sitegraphics/sandbox-strip.png) repeat-y}
div#sandbox{background:url(../sitegraphics/sandbox.jpg) no-repeat}
div#header {background:url(../sitegraphics/header.jpg) no-repeat}


/* ///////----basic menu code ----------/////// */
ul.menu    {			/*menus must be classes so we can have other lists too */
	list-style:none;
	margin-left:-30px;
	height:32px;
	padding-top:0px;
	font-size:12px;
	font-family: Times, "Times New Roman", serif;
	font-weight:bold;
	line-height: 130%;
	}

#sandbox .menu li {				/* all list items */
	position:relative;
	float:left;
	display:block;
	margin:0; !important;
	padding:0 !important;
	widht:auto;
	}

.menu a {
	text-transform:uppercase;
	color:#821541;
	border-left:1px solid #821541;
	text-decoration:none;
	display:block;
	line-height:15px;
	padding:8px 11px;
	height:15px;
	width:100%;
	}
.menu a.first {border-left:none}
.menu a:hover {color:black;}
	
/* sandbox  */
#sandbox {font-family: Times, "Times New Roman", serif;}

	
h1 {color:#821541; font-size:18px; font-weight:normal;}
h2 {color:#821541; font-size:16px;}
h3 {color:#black; font-size:14px;}

p, td {color:black;}

p, h1, h2, ul, ol, br, table {line-height:1.2em; margin-top:.8em;}
p, ul, ol, br, table {font-size:14px;}


#sandbox li{margin-left:40px;padding-bottom:5px;}

.orange {color:#dc652b}
.black {color:black}

br {margin-top:0}


.c1 {padding-right:20px;white-space:nowrap; padding-bottom:5px;}

.eklipseform td, .eklipseform th {padding-bottom:8px;}
.eklipseform th {text-align:right;}

input, textarea {width:300px; background-color:#d0d0d0; border:0; padding:2px;}

input.radio, input.checkbox {width:auto;}

a.button {display:inline-block; width:200px; height:46px;
	background:url(../sitegraphics/regbutton.png) no-repeat;
	border-top:3px double white; border-bottom:3px double white;
	}

 input.button {display:block; width:200px; height:46px;
	background:url(../sitegraphics/regbutton.png) no-repeat;
	font-size:18px;
	line-height:32px;
	border-top:3px double white; border-bottom:3px double white;
	}

 input.button:hover,  a.button:hover {	border-top:3px double #821541; border-bottom:3px double #821541; }
