﻿/*  body {
	text-align:center;
}
*/

#wrapper {
	width: 800px;
	position: relative;
	margin: 0 auto auto auto;
	text-align: left;
	font-family: "Trebuchet MS"; 
	background-color: #ffffff;  /* #9ab2cc */  
}

#banner {
	border-style: none;
	border-width: 2px;
	margin: 0 auto;
	background-image: none;
	position: relative;
	height: 150px;
}
#content {
	padding: 20px;
	width: 580px;
	float: right;
	background: #ffffff;   /* #9ab2cc */ 
	height: inherit;
	position: relative;
}
#content h4 {
	text-align: center;
}
#content a {
	border: 2px none #000000;
	padding: 3px;
	color: #000000;
	font-style: inherit;
	font-size: small;
	font-weight: bold;
}
#content a:hover {
	border: 0px none #000000;
	color: #000000;
	text-decoration: none;
}
#content p {
	padding-right: 20px;
}

#content h2 {
	padding-right: 20px;
}

#content h1 {
	padding-right: 20px;
}

/*           ---------------------  Main Navigation Area  ----------------------        */

#mainNav {
	width: 180px;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainNav ul {
	padding: 0px;
	margin: 0px;
	font-size: large;
	text-decoration: none;
	list-style-type: none;
	color: #000000;  /*   7e001f  deep wine color   */
	width: 100%;
	display: block;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	border: 1px none #FFFFFF;   /*  9ab2cc   button wrapper */
	text-decoration: none;
	display: block;
}
#mainNav a {
	text-decoration: none;
	color: #0000FF; /*  000000   button text  */;
	display: block;
	padding: 1px;
	border: 1px none #FFFFFF;	/* 9ab2cc uclicked border color */
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	background-color: #ffffff;    /*  uclicked b/g color  */
}
	
#mainNav a:hover {
	border: 1px solid #000000;
	color: #000000;  /* #000000  */
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	text-decoration: none;
}


#headings {
	text-align: center;
}
#branch_name {
	width: 580px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: right;
	background: #ffffff;  /* #9ab2cc */ 
	height: auto;
	position: relative;
	top: 10px;
	font-size: x-large;
	left: 0px;
}
