/* 

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/sec-bkg.jpg);
	background-repeat: no-repeat;
	background-color: #d7c386;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
		}
		
/*  --------- 2. structure  --------- */
#spacer{
	width: 165px;
	height: 500px;
	float: left;
	clear: left;
} 

#wrapper {
	float: left;
	padding: 0px;
	width: 900px;
	margin: 0px;
		}
#navContainer{
	padding-left: 169px;
	padding-top: 20px;
}
#secNavCont {
	padding-top: 29px;
}
#titleNav {
	float: right;
	margin-top: 18px;
}
#titleNav a {
	font-family: "Courier New", Courier, monospace;
}

#content {
	width: 466px;
	float: left;
	text-align: left;
	margin-top: 45px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	padding-bottom: 1.25em;
	line-height: 1.3em;
		}

#rightCol {
	float: right;
	width: 199px;
	padding-top: 135px;
}
#rightCol #bank {
	padding-top: 24px;
	margin-left: -9px;
}

#rightCol #refer a, #rightCol #bank a{
	border: none;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
}
#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;
}


h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	letter-spacing: -0.15em;
}
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;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	width: 14em;
	font-size: 2em;
	margin-top: 15px;
}

#content li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 1px;
}
#content ul {
	margin-bottom: 1em;
}
#content ul ul {
	margin-left: 17px;
	list-style-position: inside;
	list-style-type: disc;
}
#content .nospace li {
	margin-bottom: -3px;
}

#content a {
	font-weight: normal;
	text-decoration: none;
	color: #DD0000;
	background-color: #F2E984;
} 
#content a:hover {
	text-decoration:underline;
}

.separator {
		clear: both;
		height: 0;
		}
.fineprint {
	font-size: 10px;
}
#floatright {
	float: right;
	margin: 10px 0px 10px 10px;
}
#referForm #style { font-size: 11px; }

#referForm #style td {
	padding: 0px;
	margin: 2px 0 2px 0;
}

th {
	background-image: url(../images/th-bkg.jpg);
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
}
table td { padding: 6px 8px 6px 8px; }

p {margin-bottom: .8em;}


a {
	text-decoration: none;
	border: 0;
		}
		
a:hover {text-decoration: none;}
		
ul {
	list-style-type: none;
	margin-bottom: .8em; 
		}
#wrapper #content ol li {
	list-style-type: decimal;
	margin-top: 3px;
}


 

a img {border: 0;}
		

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
/* hide from MacIE, \*/ 
* html #bank { 
		padding-left: 13px;
} 
/* end hide */
