﻿@font-face {
	font-family: "Avenir";
	src: url(http://localhost/~brennen/jobs/poh/avanir.ttf) format("truetype");
}

body {
	line-height: 1.2em;
	margin: 0px;
	font-family: Avenir, Verdana, sans-serif;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	color: #980000;
		line-height: 1.3em;
}

h3 {
	font-size: 15px;
	color: #647019;
	margin-top: 20px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h4 {
font-size:14px;
}

p {
	font-size: 13px;
}


a:link {
	color:#980000;
	text-decoration: none;
}

a:visited {
	color:#980000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #980000;
	padding-bottom: 2px;
}


#header {
	height: 110px;
	margin-bottom: 5px;
	width: 685px;
}

#header img {
	padding-left: 10px;
	padding-top: 10px;
}

#navbar {
	height: 29px;
	width: 690px;;
	margin-bottom: 5px;
	background-color: #cbcd89;
}

#navbox {
	margin-left: 165px;
	padding-left: 15px;
	border-left: 5px solid white;
	height: 29px;
	width: 690px;;

}


.mininav {
	float: right;
	margin-top: 15px;
}

#contentwrapper {
	width: 685px;
	display: block;
	float: left;
	background-image: url(images/sidebarback.gif);
	background-repeat: repeat-y;
}

body#home #contentwrapper {
	width: 685px;
	display: block;
	float: left;
	background-image: none;
}

#leftbar {
	float: left;
	width: 135px;
	padding: 15px;
	margin-bottom: 300px;
}

body#home #leftbar {
	background-color: transparent;
	border-right: 1px solid #859522;
	width: 134px;
	padding-bottom:200px;
}

#content {
	float: left;
	width: 505px;
	padding-left:15px;
	margin-top: 5px;
}

.small p, p.small {font-size:11px;}

#content img{
	margin-left: 20px;
	margin-bottom: 20px;
}

body#database #content img {
	margin-left: 0px;
	margin-bottom: 0px;

}


div#content h3 img {
display: inline;
margin-left: 0px;
margin-bottom: 0px;
}


#leftbar dl,dd {
	margin: 0;
	padding: 0;
}

dd {
	padding: 5px 0px;
}

#content dd {font-size:12px;}

dl.secondlevel {
	margin: 15px 0px;
}

#leftbar dl {
	font-size: 13px;
}

#leftbar dd a {
	font-weight: bold;
	color: #6a752f;
}

#leftbar dl a:link {
	text-decoration: none;
}

#leftbar dl a:visited {
	text-decoration: none;
}

#leftbar dl a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #6a752f;
	padding-bottom: 2px;
}

#leftbar dl.secondlevel a {
	text-transform: none;
}

#leftbar dl.secondlevel a:link {
	font-weight: normal;
}

#leftbar dl.secondlevel a:visited {
	font-weight: normal;
}

#leftbar dl.secondlevel a:hover {
	font-weight: normal;
	border-bottom: 1px dotted #6a752f;
	padding-bottom: 2px;
}

#navbar ul, li {
	margin: 0px;
	padding: 0px;
	margin-left: -7px;
	margin-right: 8px;
	height: 20px;
}

#navbar li {
	float: left;
	list-style-type: none;
	padding: 6px 9px 3px 9px;
	border-right: 5px solid white;
	font-size: 11px;
	background-color: #859522;
	font-family: Verdana, sans-serif;
	text-align: center;
}

#navbar li.about {
	width: 82px;
}

#navbar li.loans {
	width:102px ;
}

#navbar li.pres {
	width:132px ;
}

#navbar li.facts {
	width:108px ;
}

.quote p {
		line-height: 1.67em;
		color: #859522;
		font-style: italic;
		font-size: 12px;
}

.quote img {
	margin-right:8px;
}

a.nav {
	margin: 0px;
	color: white;
	height: 29px;
}

a.nav:link {
	text-decoration: none;
}

a.nav:visited {
	text-decoration: none;
	color:white;
}

a.nav:hover {
	border-bottom: 0px dotted #980000;
	text-decoration: none;
	color: black;
}



a.maplink {
	margin: 0px;
	color: #980000;
	text-transform: uppercase;
}

a.maplink:link {
	text-decoration: none;
}

a.maplink:visited {
	text-decoration: none;
}

a.maplink:hover {
	border-bottom: 1px dotted #980000;
	padding-bottom: 2px;
}

.divider {
	margin-top: 50px;
}


.mininav {
	color: #980000;
}

.mininav a {
	font-size: 11px;
	color: black;
	text-transform: uppercase;
}

.mininav a:visited {
	color: black;
}



a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#footer {
	color: #647019;
	margin-top: 40px;
	margin-bottom: 100px;
}

#footer p {
	font-size: 11px;
}

#content dd {
	padding-left:10px;
	margin-left:10px;
}

a.button {
padding:5px 8px;
background-color: #859522;
border:1px solid #859522;
}


a.button:link {
color:white;
}

a.button:visited {
color:white;
}

a.button:hover {
color:#859522;
background-color:transparent;
}

a img {
	border: 0px;
}


div.multi {
	-webkit-column-count: 2;
	-webkit-column-width: 50%;
	-webkit-column-gap: 20px;
	-moz-column-width: 50%;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-width: 50%;
	column-count: 2;
	column-gap: 20px;
}
