@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #000000;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#footer  {
	background-color: #007142;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#photo {
	float: left;
}
#onlinebanking {
	float: left;
	background-image: url(/images/onlinebanking.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 170px;
}
#nav {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
}
#bodyborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9b300;
	border-right-color: #007142;
	border-bottom-color: #007142;
	border-left-color: #007142;
}
#HomePageCopy {
	float: left;
	width: 365px;
	padding-top: 5px;
}
#HomePageAd {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
#clear {
	clear: both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ######### End Layout Styles ######### */

/* #########  Begin Menu CSS Below ######### */

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menustyle ul{
width: 200px;
width: 100%;
background:  url(/images/greenbtn.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.menustyle ul li{
display: inline;
}
.menustyle ul li a{
color: #007142;
color: #ffffff;
padding: 4px 9px;
margin: 0px;
font-size: 12px; 
text-decoration: none;
}
.menustyle ul li a:hover{
background: url('/images/goldbtn.jpg') repeat-x center; /*THEME CHANGE HERE*/
}
.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(arrow_menu.gif); /*uncomment this line to use an image instead*/
}
/* #########  End Menu CSS ######### */


/* ######### Begin Styles for Drop Down Menu ######### */
.dropmenudiv a{
font-size: 12px; 
line-height: 14px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
display: block;
text-indent: 3px;
border: 1px solid #fff;
margin: 0px 0px 0px 0px;
padding: 6px 6px 6px 10px;
display: block;
background-color:#e9b300;
padding: 3px 0;
width: 200px;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #007142;
text-decoration: none;
font-weight: bold;
color: #ffffff;
width: 200px;
}
/* ######### End Styles for Drop Down Menu ######### */



/* ######### Begin Body Styles ######### */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #007142;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #007142;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #007142;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #007142;
	font-style: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #007142;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #007142;
	margin: 1px;
	padding: 1px;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #007142;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}


.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}


.italicsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
.italicsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.italicmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
}
.largegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006666;
}

.reggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006666;
}
.smallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006666;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#ratestable td {
	border: thin solid #006633;
}


.borderzero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.center {
	text-align: center;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.indent {
	border-left-width: .5in;
}
