/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #555;
}

body
{
	font-family: "trebuchet ms", arial,  helvetica, sans-serif;
	background: #fff url("../images/bg.gif") repeat-y center;
	font-size: 0.9em;
	background-color: white;
	color: #222;
	height: 100%;
}

a
{
	color: #094293;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hidden { display: NONE; }

.onlinebankingField {
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
	font-size:10pt; 
	width: 105px;
	font-weight:normal; 
	color:#111111; 
	background-color:#f9f8f2;
	border: 1px solid #555;
}
	
.onlinebankingButton {
	font-family: "trebuchet ms", arial,  helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	width: 50px;
	height: 22px;
	color:black; 
	background-color:#ece9d8;
	border: 1px solid #555;
}

.onlinebankingDropdown {
	font-family: "trebuchet ms", arial,  helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:normal; 
	color:#111111; 
	background-color:#f9f8f2;
	border: 1px solid #555;
}


#container {
	width: 790px;
	margin: auto;
	background: #fff;
	min-height:100%; 

}

#topMenu {
	font-size: 0.8em;
	width: 790px;
	clear: both;
	padding: 2px 0px 2px 0px;
	color: white;
	text-align: right;
	font-weight: none;
	background-color: #324C90;
}

#topMenu a {
	text-decoration: none;
	color: white;
}
#topMenu a:visited {
	text-decoration: none;
	color: white;	
}
#topMenu a:hover {
	color: white;
	text-decoration: underline;
}

#header {
	height: 120px;
	width: 790px;
	padding: 0;

}

#header a{    
	position: absolute;    
	/*background: #000; */
	width: 790px;    
	height: 120px;
} 

#header a h1{
    display: none;
}


#footer {
	margin: 3.0em 0px 0em 0px;
	border-top: 1px solid gray;
	/*border-top: 10px solid #324C90;*/
	background-color: #f1f1f1;


	font-size: 0.8em;
	width: 790px;
	clear: both;
	padding: 10px 0px 0px 0px;

	

   bottom:0;
   height:125px;
}

#footer .smallGrey {
	color: rgb(140, 140, 140);
	font-size: 8pt;
	font-family: arial;
}

#footer .smallBlack {
	color: black;
	font-size: 8pt;
	font-family: arial;
}

#footer a {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footerLeft {
	float: left; 
	text-align: left;
	width: 600px;
	padding: 10px;
	margin-left: 5px;
}

#footerRight {
	float:right; 
	text-align: right;
	width: 125px;
	padding: 10px;
}

#frontSidebarimage {
	padding-bottom: 5px;
}


/* CONTENT FULL WIDTH*/
#content {
	margin: 0px 0px 0px 0px;
	padding: 0em 0em 0em 10px;
	width: 760px;
	/*height: 525px;
	min-height: 525px;*/
	float: left;
	padding-bottom: 125px;
}

/* ie 5/6 hack for min-height */
html>body #content{height:auto} 

#content p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: 1.0em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1.5em;
}

#content ol
{
	margin-bottom: 2em;
	padding-left: 2em;
}

#content li
{
	margin-bottom:0.5em;
}


#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #ccc;
	padding-left: 1em;
	margin-bottom: 0em;
}

/* CONTENT LEFT */
#contentLeft {
	margin: 0px 0px 0px 0px;
	padding: 0em 5px 0em 5px;
	width: 565px;
	float: left;
	/*height: 525px;
	min-height: 525px;	*/
	padding-bottom: 125px;
}

/* ie 5/6 hack for min-height */
html>body #contentLeft{height:auto} 

#contentLeft p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}

#contentLeft h2,h3,h4,h5,h6
{
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
}

#contentLeft h2
{
	font-size: 1.5em;
}

#contentLeft h3
{
	font-size: 1.1em;
}

#contentLeft h4
{
	font-size: 1.0em;
}

#contentLeft ul
{
	margin-bottom: 2em;
	padding-left: 1.5em;
}

#contentLeft ol
{
	margin-bottom: 2em;
	padding-left: 2em;
}

#contentLeft li
{
	margin-bottom:0.5em;
}


#contentLeft blockquote
{
	margin-bottom: 2em;
}

#contentLeft blockquote p
{
	border-left: solid 8px #ccc;
	padding-left: 1em;
	margin-bottom: 0em;
}


/* CONTENT RIGHT */
#contentRight {
	margin: 0px 0px 0px 0px;
	padding: 0em 10px 0em 0px;
	width: 565px;
	float: right;
	/*height: 525px;
	min-height: 525px;	*/
	padding-bottom: 125px;
}

/* ie 5/6 hack for min-height */
html>body #contentRight{height:auto}

#contentRight p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}

#contentRight h2,h3,h4,h5,h6
{
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
}

#contentRight h2
{
	font-size: 1.5em;
}

#contentRight h3
{
	font-size: 1.1em;
}

#contentRight h4
{
	font-size: 1.0em;
}

#contentRight ul
{
	margin-bottom: 2em;
	padding-left: 1.5em;
}

#contentRight ol
{
	margin-bottom: 2em;
	padding-left: 2em;
}

#contentRight li
{
	margin-bottom:0.5em;
}


#contentRight blockquote
{
	margin-bottom: 2em;
}

#contentRight blockquote p
{
	border-left: solid 8px #ccc;
	padding-left: 1em;
	margin-bottom: 0em;
}




/* SIDEBAR LEFT */

#sidebarLeft {
	/*border-right: solid 1px #DFBF99;
	border-bottom: solid 1px #DFBF99;*/
	width: 200px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
}

#sidebarLeft p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#sidebarLeft h2,h3,h4,h5,h6
{
	position: relative;
	color: #555;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border-bottom: solid 1px #ccc;
}

#sidebarLeft h2
{
	font-size: 1.5em;
}

#sidebarLeft h3
{
	font-size: 1.1em;
}

#sidebarLeft h4
{
	font-size: 1.0em;
}

#sidebarLeft ul
{
	margin-left: 20px;
}

/* SIDEBAR RIGHT */

#sidebarRight {
	/*border-left: solid 1px #DFBF99;
	border-bottom: solid 1px #DFBF99;*/
	width: 200px;
	float: right;
	margin-top: 10px;

	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 30px;
	padding-right: 5px;
}

#sidebarRight p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#sidebarRight h2,h3,h4,h5,h6
{
	position: relative;
	color: #555;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border-bottom: solid 1px #ccc;
}

#sidebarRight h2
{
	font-size: 1.5em;
}

#sidebarRight h3
{
	font-size: 1.1em;
}

#sidebarRight h4
{
	font-size: 1.0em;
}

#sidebarRight ul
{
	margin-left: 20px;
}

#blogPosts p {
	margin-bottom:3px;
}

#blogPosts p a, #blogPosts p a:visited{
	text-decoration:none;
}

#blogPosts p a:hover, #blogPosts p a:active{
	color: #333;
}

/* ######### Begin Menu CSS ######### */
.tabMenu{
z-index: 1000;
border-bottom: 1px solid gray;
padding-top: 5px;
margin-bottom: 1.5em;
/*background: white; /*#C87945*/*/
background: url('../images/menuBG-horiz.jpg') repeat-y top left;
}

.tabMenu ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px "trebuchet ms", arial,  helvetica, sans-serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.tabMenu li{
display: inline;
margin: 0;
}

.tabMenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url("../images/shade.gif") top left repeat-x; /*THEME CHANGE HERE*/
}

.tabMenu li a:visited{
color: #2d2b2b;
text-decoration: none;
}

.tabMenu li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.tabMenu li.selected{
}

.tabMenu li.selected a{ /*selected main tab style */
background-image: url("../images/shadeactive.gif"); /*THEME CHANGE HERE*/
border-bottom-color: white;

}

.tabMenu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top: -3px; /* this eliminates the 1px of white showing on the dropdown menu in IE, but makes it overlap other tabs */
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px "trebuchet ms", arial,  helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
margin-left: 0px; /* this must correspond to left border width in #container */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: black;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D2E9FF; //#99ccff;
color: black;
text-decoration: none;
}

/* ######## End Menu CSS ####### */

/* -------------------- 
	start rounded box 
-------------------- */

dl.roundedBox {width: 175px; background: url('../images/round_box_bottom.gif') no-repeat bottom left; clear: both;}

dl.roundedBox, dl.roundedBox dt, dl.roundedBox dd {
	margin: 0;
	padding: 0;
}

dl.roundedBox dt { color: white; }
dl.roundedBox dd { color: #555; }

dl.roundedBox {padding-bottom: 5px;}

dl.roundedBox dt {
	height: 24px;
	background: url('../images/round_box_top_2.gif') no-repeat top left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	text-align: center
}

dl.roundedBox dd {
	font-size: 9pt;
	text-align: center;
	background: url('../images/round_box_middle.gif') repeat-y top left;
	line-height: 1.5em; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

/* ------------------ 
	end rounded box 
------------------ */