body {
	font-family: sans-serif;
	padding: 0px;
	background-image:url('images/top-bg.jpg');
	margin: 0px;
}

#logo_overlay {
	position: absolute;
	top: 0;
	left: 50%;
	background-image:url('images/logo-overlay.png');
	width: 1530px;
	height: 756px;
	margin-left: -765px;
	z-index: -1;
}

#logo {
	background-image:url('images/sls-logo.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 534;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}
	
img {
	border: 0px;
}

.title{
	z-index:1;
	height:112px;
	width:800px;
	padding-top: 10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.title2{
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	padding-bottom: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
}
.main{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	min-height:100%;
	height:100%;
}
.content{
	position:relative;
	padding-top:20px;
	padding-bottom: 20px;
	width: 800px;
	height: 50%;
	margin-left:auto;
	margin-right:auto;
}

.toolbox{
	position:relative;
	padding-top:28px;
	padding-bottom:10px;
	width: 500px;
	border-radius:10px;
	border: 1px solid;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
/* terms styles */
.termsContent{
	width: 800px;
	margin: auto auto;
	margin-bottom: 120px;
	padding-bottom: 50px;
	background-color: white;
	border: 1px solid;
	z-index: 3;
	border-radius:10px;
}
.termsContent h1{
	text-align: center;
	color: blue;
}
.terms h3{
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0;
	margin: 0;
}
.terms h2{
	margin-top: 8px;
	margin-bottom: 12px;
	/*color: blue;*/
}
.terms p{
	margin-top: 4px;
	font-size: 10pt;
}
.terms{
	position:relative;
	width: 700px;
	height: 500px;
	background-color: white;
	border: 1px solid;
	margin-left:auto;
	margin-right:auto;
	overflow-y: scroll;
	padding: 0px 10px;
}
.mainSubmit, #mainSubmit{
	display:block;
	width: 120px;
	height: 40px;
	font-size: 14pt;
	margin: 5px auto;
}
/* HELP styles */
div.helpMain{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.question{
	font-style: italic;
	color: blue;
	margin-bottom: 5px;
	text-align: left;
}
div.answer{
	padding-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}
/*----------------------------------
	FOOTER STYLES
  ----------------------------------*/
  
#footer_container {
	position:fixed;
	background: #FFFFFF;
	height: 110px;
	width: 100%;
	z-index: 4;
	bottom: 0px;
}

#footer {
	padding: 20px 0px 20px 0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
#footer-menu-left{
	float:left;
}
#footer-menu-right{
	float:right;
}
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
.footer-menu{ 
	margin-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.footer-menu ul{
	margin: 0;
	padding: 0;
}

.footer-menu ul li{
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #888888;
}

.footer-menu ul li:first-child{
	padding-left: 0px;
	border-left: none;
}

.footer-menu ul li a{ color:#535353; text-decoration: none; }

.footer-menu ul li a:hover { color:#000; }

ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}