/* 

STYLE SHEET FOR SCSB'S GoBank WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

*/

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/sitemap-bkg.jpg);
	background-repeat: no-repeat;
	background-color: #D6C388;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
		}
		
/*  --------- 2. structure  --------- */
#spacer{
	width: 78px;
	height: 500px;
	float: left;
	clear: left;
} 

#wrapper {
	float: left;
	padding: 0px;
	width: 900px;
	margin: 0px;
		}

#content {
	width: 460px;
	float: left;
	text-align: left;
	margin-top: 35px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
	background-image: url(../images/content-bkg.jpg);
	padding-left: 90px;
	padding-right: 30px;
	background-repeat: repeat-y;
		}
#sticky {
	float: right;
	width: 239px;
	height: 135px;
}
#rightCol {
	float: right;
	width: 190px;
	padding-right: 20px;
}

#footer {
		}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	width: 14em;
	font-size: 2em;
	margin-top: 15px;
}
ul {
}

#content li {
	list-style-type: disc;
	list-style-position: inside;
}
#content a {
	font-weight: normal;
	text-decoration: none;
	color: #DD0000;
}
#content a:hover {
	text-decoration:underline;
}
#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	float: left;
	width: 150px;
	padding-left: 63px;
	color: #7e6622;
		}
#footer a {
	color: #544516;
}

#footer p {
	margin-top: .8em;
	margin-bottom: .8em;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
}
#logo {
	float: right;
}

#titleNav {
	float: right;
	margin-top: 18px;
	font-family: "Courier New", Courier, monospace;
	clear: right;
	margin-bottom: 18px;
	margin-left: 18px;
}
#titleNav a {
	font-family: "Courier New", Courier, monospace;
}
.separator {
		clear: both;
		height: 0;
		}
.fineprint {
	font-size: 10px;
}
.toplevel {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #E5503C;
	font-weight: bold;
}
p {
	margin-bottom: .8em;
}


a {
	color: #dd000;
	text-decoration: none;
	border: 0;}
		
a:hover {text-decoration: none;
		}
		
ul {
	list-style-type: none;
	margin-bottom: .8em;
		}
ul ul {
	margin-left: 15px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #E5503C;
	font-weight: bold;
	letter-spacing: -0.15em;
	line-height: 15px;
	margin-bottom: 0.25em;
	margin-top: 0.8em;
}


#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 16px;
	float: left;
	width: 200px;
	padding-left: 13px;
	color: #7e6622;
		}
#footer a {
	color: #544516;
}

#footer p {
	margin-top: .8em;
	margin-bottom: .8em;
}
a img {
		border: 0;
		}
		

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
