/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url(images/background_big.gif) center repeat-y;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}

a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #3E3EB9;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
	text-indent: 10px;
	margin-bottom: 10px;
}

input.submit {
	margin-top: 5px;
	font-size: 110%;
	height: 18px;
	color: #000;
	background-color: #d3d3d3;
	border: 1px navy solid;
}

input.text {
	font-size: 110%;
	height: 18px;
	width: 80px;
	color: #000;
	background-color: #fff;
	border: 1px navy solid;
}

#column2 ul {
	margin: 10px 20px;
}
#column2 li {
	font-size: 110%;
	line-height: 170%;
	color: #424242;
	list-style: circle inside;
	text-indent: 10px;
}
.login {
	border: 1px solid #C9DCEA;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}
#rgtimg {
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 1px;
	border: 1px solid navy;
}

#lftimg {
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 1px;
	border: 1px solid navy;
}

#branch {
	width: 520px;
	float: right;
	margin: 5px;
	border: 1px solid navy;
	padding: 5px;
}

#branch:hover {
	background: #d7e5ef;
}

#branch1 {
	font-size: 120%;
	width: 150px;
	float: left;
}

#branch2 {
	padding-left: 10px;
	width: 220px;
	float: left;
}

#branch3 {
	width: 130px;
	float: left;
}

#branch4 {
	font-size: 120%;
	border: none;
	padding-left: 30px;
}

#navhdr {
	color: #fff;
	line-height: 16px;
	border-bottom: 1px solid #C9DCEA;
	padding: 5px;
}
#navhdr2 {
	border-bottom: 1px solid #C9DCEA;
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
	width: 169px;
	text-indent: 10px;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(images/header.jpg) center no-repeat;
	color: #e0e0e0;
	height: 120px;
	line-height: 120px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav {
	padding-bottom: 20px;
	width: 179px;
}
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
	color: #fff;
}
#nav ul li a {
	border-bottom: 1px solid #C9DCEA;
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
	width: 169px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #C9DCEA url(images/selector.gif) center right no-repeat;
	color: #000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #fff;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(images/selector_sub.gif);
}
#nav ul ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul ul li a {
	color: #d7e5ef;
	text-indent: 20px;
}
#nav ul ul ul li a:hover {
	color: #000;
	background-image: url(images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	margin: 5px 20px;
	padding: 10px 20px;
}
#column1 p {
	color: #fff;
	padding: 0px 5px 0px 5px;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}
#column2 p {
	font-size: 110%;
	line-height: 170%;
	padding: 0px 0px 10px 10px;
	
}
#brnchlnks {
    padding-left: 20px;
}
#brnchlnks a {
    color: #424242;
    font-size: 110%;
    text-decoration: none;
}
#brnchlnks a:hover {
    text-decoration: underline;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 215px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#name {
	color: #fff;
	font-size: 9px;
	padding-left: 18px;
	padding-top: 50px;
}
#map {
	width: 300px;
	height: 360px;
	padding: 2px;
	margin: 10px;
	border: 1px solid navy;
	float: left;
}
