@import "interior.css";
/* 
  -----------------------------------
  Tri Counties Bank 2006 Style Sheet (Master)
  -----------------------------------
*/
/* =Universal Styles 
  ----------------------------------- */
html, body {
	background: url(../images/stripe.gif) repeat-x; 
	margin: 0;
	padding: 0;
	color: #666;
	font: 100% Arial, Helvetica, sans-serif;
	}

a { color: #7C8400; }

a:hover { color: #9FA916; text-decoration: none; }

h1, h2, h3, h4, input, select, textarea { font-size: 100%; }

h1, h2, h3, h4, ul, li, form, select { margin: 0; padding: 0; }

.clear { clear: both; }

p {margin:0; padding:6px 0}

h1 { margin: 6px 0; color: #5AB9CF; font-size: 2.1em; font-weight: normal; }

h2 { margin: 0; color: #1E80B3; font-size: 1em; text-transform: uppercase; }

h3 { margin-top: 10px; color: #1E80B3; font-size: 1.2em; font-weight: bold; }

h4 { margin: 10px 0 4px 0; color: #1E80B3; font-size: .9em; text-transform: uppercase; }

hr {
	border: 0;
	border-top: 1px solid #D3D3D3;
	margin: 12px 0 !important;
	margin: 6px 0;
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 4px;
}

#wrapper { float:left; margin: 0; width: 770px; background: url(../images/lines.gif) repeat-x; }

#mainArea { float: left; width: 520px; margin: 130px 100px 0 150px; }

#resources {padding-top:40px; float:left; font-size:.75em; line-height:1.5em; }

/* =Footer Styles
---------------------------------- */
#footer {
	clear: both;
	float: left;
	width: 520px;
	color: #1E80B3;
	font-size: .75em;
	margin-top:50px;
}

.note {color:#999; font-size:.9em; }

.note a {color:#999; font-size:.9em; }