/* CSS Document */

body {
background-color:#46462d; /*dark olive*/
color:#46462d;
background-image:url(images/bg_newsite.png);
background-repeat:repeat-y;
font-size:100.1%;
font-family:"Times New Roman", Times, serif;
}

h2 {
font-size:150%;
}

h3 {
font-size:125%;
text-decoration:underline;
text-indent:.25in;
}


h4 {
font-size:125%;
text-decoration:underline;
}

#top_nav {
background-color:#000000;
color:#ddc481;
margin:15px 0px 25px 40px;
width:750px;
z-index:5;
font-size:100%;
font-weight:bold;
}

#inner_wrapper {
margin:15px 0px 15px 125px;
background-color:#ddc481;
background-image:url(images/bg_content.png);
background-repeat:repeat;
width:80%;
z-index:1;
}

#logo {
	position:absolute;
	left: 60px;
	top: 58px;
}

#branch {
position:absolute;
top:72px;
left:800px;
}

#content {
margin:15px 35px 15px 75px;
padding:15px 20px;
}

#footer {
font-size:80%;
padding:3px 0px 3px 3px;
border-top:1px solid #46462d; /*dark olive*/
padding:2px 5px;
}

a, a:link {
color:#000;
text-decoration:underline;
}

a:visited {
color:#000; 
text-decoration:underline;
}

a:hover, a:active, a:focus {
color:#000;
text-decoration:none;
}

#footer a, #footer a:link {
color:#333333;
text-decoration:underline;
}

#footer a:visited {
color:#46462d; /*dark olive*/
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#46462d; /*dark olive*/
text-decoration:underline;
}


.bold  {
font-weight:bold;
}

.clear {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}

.subheading {
color:#e2665c;
font-size:120%;
font-weight:bold;
}

.small {
font-size:90%;
}

.tan {
color:#ddc481;
}


.red {
color:#CC0000;
}

.contact {
border-right:1px solid #000;
}