@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
#header  {
	
} 
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 213px;
}
#onlinebankingbox {
	background-color: #f4f4f7;
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: 10px;	
	margin-bottom: 10px;	
}


#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 213px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #f4f4f7;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 0px;
	padding-left: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar3  {
	/*float: right; /* since this element is floated, a width must be given */
	/*width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff;
}

#sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: underline;
}

#sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DE5C51;
	text-decoration: none;
}
#sidebar2 li {
	list-style-image: url(images/templateimages/bullet_sidebar.gif);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#sidebarhome {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-left: 5px; /* This value holds the rates centered under mobile bnking */
}

#pagecenterhome {
	/*background-image: url(images/templateimages/homebackground.jpg);*/
	/*background-repeat: no-repeat;*/
	width: 735px; /* This value must match up with total space and go up when padding sidebarhome goes up */
}

#bodycopy  {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 

#bodycopy-tutorial  {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 

#bodycopy-home {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/templateimages/background_footer.jpg);
	background-repeat: no-repeat;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Left menu buttons */
.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(/images/templateimages/buttonon.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 213px;
	height: 33px;
	margin: 0;
	padding: 0;
}
.cssnav a {
	display: block;
	color: #666666;
	font-size: 13px;
	width: 213px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
}
.cssnav a:hover {
	display: block;
	color: #e83926;
	font-size: 13px;
	width: 213px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;

}



.cssnav img {width: 213px; height: 33px; border: 0; }
 html a:hover {visibility:visible}

.cssnav span {
	position: absolute;
	left: 40px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 213px;
	height: 33px;
	text-align: left;
	text-indent: 40px;
	font-weight: bold;
}
.cssnav a:hover img{visibility:hidden}
#footer {

}

