@charset "UTF-8";
/* CSS Document */

body {
text-align: center; /* center things in pre-IE6 */
margin:0;
padding:0;
font-family: "Arial"; 
font-size: 10pt; 
color: #000000; 
}

#container {
	margin: 0px auto;
	width: 859px;
	height: 550px;
	text-align: left;
}

#top {
	float: left;
	width: 859px;
	height: 5px;
}

#nav {
	float: left;
	width: 859px;
	height: 35px;
}

#titleLeft {
	float: left;
	width: 444px;
	height: 65px;
}

#titleRight {
	float: right;
	width: 415px;
	height: 10px;
	text-align: right;
	padding-top: 27px;
	padding-bottom: 28px;
}

#layer1 {
position: relative;
width: 390px;
height: 62px;
z-index: 1;
left: 468px;
top: -170px;
}

#gallery {
	float: left;
	width: 859px;
	height: 415px;
}

#bottom {
	float: left;
	width: 859px;
	height: 30px;
}

#footer {
	clear: both;
	width: 859px;
	height: 40px;
	text-align: center;
	font-size: 8pt; 
}

#table4 {
font-size: 9pt;
text-decoration: none;
padding: 0px;
spacing: 0px;
height: 40px;
}

/*****************************/

/*Here goes the formatting for the content*/

.branchGallery {
	margin: 10px;
	background: #eaeaea;
}

.footerTxt {
	color: #808080; 
	text-align:center; 
	padding:10px; 

	text-decoration: none;
}

img { 
	border: none; 
}

.panel { 
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
}

.title {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.toplinks {
	text-align: right;
	padding-right: 20px;
	color: #808080;
}

a { 
	text-decoration: none;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:visited { 
	text-decoration: none;
}

.nolink {
	color: #d62135;
}

p { 
	margin: 0;
}