/* screen styles for hsaresourcesbank.com | last update: 2006/011/20 by jtr */



/* redefined HTML
-------------------------------------------------- */
html {height: 100%; margin-bottom: 1px;}
body, html {
	background: #fff;
	margin: 0;
	padding: 0;
	font: .875em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;}

a {
    color: blue;
	text-decoration: none;}

a:hover {
    color: red;
	text-decoration: underline;}

p {margin-top:3px;}

img {border: none;}

td {
	padding: 0;
	vertical-align: top;}



/* lists
-------------------------------------------------- */
ul, ol, dl {}

ul li {
	list-style: none;
	background: url(../images/arrow.gif) no-repeat 0 1px;
	margin: 2px;
	padding-left: 12px;}

.tight ul  {
	margin: 0;
	padding: 0;}

#bluesquare {
	margin: 0 0 2px 0;}

#bluesquare {
	padding-left:5px;}
	
#bluesquare li {
	list-style: none;
	background: url(../images/bullet_blue_square.gif) no-repeat 0 3px;
	}

.pdf {margin: 10px 0 10px 10px;}

.pdf li {
	list-style: none;
	background: url(../images/pdf.gif) no-repeat 0 0;
	padding: 0 0 .5em 22px;}
	
ul.maintabs {
    width: 400px;
    font: 16px arial;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: left;
	}

.maintabs li {
    padding: 4px 20px 5px 20px;
    margin: 5px 4px 0px 0px;
    color: navy;
    text-align: center;
    float: left;
	}
	
.maintabs a{
	color:#000;
	text-decoration:none;
	}
	
li.maintabsactive {
	background:#D7E4EF url(../images/rounded_top_ltblu.gif) no-repeat top right;
	font-weight:bold;
	text-decoration:none;
	}
	
li.maintabsinactive {
	background: #C2C2C2 url(../images/rounded_top_nar_gry.gif) no-repeat top right;
	border-bottom:1px solid #fff;
	color:#000;
	}

* html .pdf {margin-left: 33px;}


/* headings
-------------------------------------------------- */
h1 {
	background: url(../images/flagstrip2_bg.jpg) #fff no-repeat top;
	color: #fff;
	font-size: 200%;
	height: 60px;
	padding-left: 17px;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;}

h1.narrow {
	background: url(../images/h1_bgd_nrw.jpg) #fff no-repeat top left;
	width: 490px;
	}
	
h1.bank {
	background: url(../images/h1_bgd_nrw.jpg) #fff no-repeat top left;
	width: 490px;
	padding: 15px 0px 0px 17px;
	margin: 0px;
	}

h2 {
	 color: #0E489D;
	 margin: 2px 0 0 0;}

h3 {
	background: #eee url(../images/rounded_top_ltgry_710.gif) no-repeat;
	color: #F87431;
	font-size: 16px;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;}
	
#content2 h3 {
	background: #c2c2c2 url(../images/rounded_top_gry.gif) no-repeat;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;}

	
h4 {
	color: #021F7D;
	margin: 2px 0 0 0;}


/* global classes
-------------------------------------------------- */
.left {
	float: left;
	margin: 0 6px 6px 0;}


/* structure
-------------------------------------------------- */
#container {
	margin: 0 auto;
	background: #fff;
	text-align: left;
	width: 710px;
	position:relative;
	background-color: #fff;}

#footer {
	padding: 10px;
	text-align: center;}



/* tables
-------------------------------------------------- */
#main {
	background: #eee ;
	border: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;}


	
#content {
	background: #eee url(../images/rounded_btm_ltgry_710.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;}

#content2 {
	background: #eee url(../images/rounded_btm_main_gry.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	width:515px;}

#copy {
	padding: 0 10px 10px 10px;}



/* sidebar
-------------------------------------------------- */
#sidebar {
	background: #fff;
	margin: 0;
	padding: 0;
	}

#sidebar div {
	background: #D7E4EF url(../images/rounded_btm_175_ltblue.gif) no-repeat bottom;
	margin: 0 0 20px 0;
	padding: 0;
	width: 175px;}

#sidebar div h4, #sidebar #contactus h4 {
	background: #99BBDE url(../images/rounded_top_175_blu.gif) no-repeat top left;
	color: #021F7D;
	font-size: 12px;
	text-align: center;
	padding: 6px 10px 0px 0px;
	margin: 0;}

#sidebar div h5 {
	font-size: 12px;
	margin: 0;
	padding: 2px 2px 2px 8px;}

#sidebar div ul, #sidebar div ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}

#sidebar div ul {
	margin: 0;
	padding: 0;}

#sidebar div ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;}

/** html #sidebar div ul li {
	border-bottom: 1px solid #fff;
	border-top: none;}
*/
#sidebar div ul li a, #sidebar div ul li a:link {
	display: block;
	padding: 2px 2px 2px 16px;}

* html #sidebar div ul li a {width: 157px;}	

#sidebar div ul li a:hover {
	color: #0000FF;
	font-weight: bold;
	background: #99BBDE;
	text-decoration: none;}

#sidebar div#contactus {padding-bottom: 1px; width: 175px;}
#contactus p {font-size: .85em; margin-bottom: 4px; padding: 0 10px;}
#contactus p a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;}





/* tab navigation
-------------------------------------------------- */
ul#tabnav {
    width: 400px;
    font: 16px arial;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	}

ul#tabnav li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	float: left;
	}

ul#tabnav li a {
	padding: 4px 20px 5px 20px;
    margin: 5px 4px 0 0;
    text-align: center;
    float: left;
	background: #C2C2C2 url(../images/rounded_top_nar_gry.gif) no-repeat top right;
	border-bottom: 1px solid #fff;
	color: #000;
	text-decoration: none;
	position: relative;
	}
* html ul#tabnav li a,
*:first-child+html ul#tabnav li a {top: 1px;}


ul#tabnav li a.active {
	background: #D7E4EF url(../images/rounded_top_ltblu.gif) no-repeat top right;
	margin: 5px 4px 0 0;
	font-weight: bold;
	text-decoration: none;
	}

* html ul#tabnav li a.active {margin-right: 2px; top: 1px;}
	
.tab {display: none;}

.tab.active {
	display: block;
	clear: both;
	color: #021F7D;
	background: #D7E4EF url(images/rounded_top_ltblu.gif) no-repeat top right;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: -1px;
	}
* html .tab.active {top: -2px;}

/* other declarations
-------------------------------------------------- */
#bankheader {
	border:1px solid #fff;
	height:60px;
	margin:0px 0px;
	padding:10px 0px 10px 0px;
	}
	
#banklogo {
    position:absolute;
	right:1px;
	top:10px;
	}

#content2 div {
	width: 495px;
	padding: 10px;}

* html #content2 {width: 515px;}

.newMenu {color: #C9D9F2;}
.newMenu:visited {color: #C9D9F2;}
.newMenu:hover {color: #fff;}

.mainBorder {
 border-right-width: thin;
 border-left-width: thin;
 border-top-width: 0;
 border-bottom-width: 0;
 border-color: #2F5F8F;
 border-style: solid;}

.menu {
	background:#fff;
	border-right: 1px solid silver;}
	
.menu a {
	text-decoration: none;
	font-weight: bold;}
	
.menu table {border-right: 2px solid silver;}
	
.menu td {
	background: #fff;
	border-bottom:1px dotted silver;
	padding: 5px 10px 5px 10px;}
	
.menu td.last {border-bottom: none;}
	
.menu td.hover {background: #354C97;}
	
#openAccount {
	height: 60px;
    position: absolute;
    top: 105px;
    right: 1px;
    margin: 0;
    padding: 0;}
	
#openquote {
	text-align:center;
	background: #eee url(../images/opn_quote.gif) no-repeat 25px top;
	padding: 0px 75px 20px 75px;
	width:500px;
}

#openquote p {text-align:left;}

.red {color: red;}

.redbold {
	color: red;
	font-weight: bold;}

.right {
	float: right;
	margin: 0 0 2px 2px;}

.rightBorder {
 border-right-width: 0;
 border-left-width: 0;
 border-top-width: 0;
 border-bottom-width: 0;
 border-color: #000000;
 border-style: solid;}

.small {font: 10px/11px Arial, sans-serif;}


