@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
}

#wrapper {
	width:967px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
}

.gen {
	text-align: justify !important;
}

#header {
	padding-top:35px;
	height:74px;
}

#content_lastupdated { display: none !important; }

.title { 		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		margin-top:12px;
		margin-bottom:0px;
		color:#bfa750;
		font-weight:normal;
		text-align:center;
}

.title br { line-height: 9px; }

#breadcrumb { display: none; }

/* Slideshow */

	#slideshow {
		background-image:url(../images/slideshow/mainphoto.jpg);
		background-repeat:no-repeat;
		width:949px;
		height:459px;
	}
	
	#slideshow_left {
		float:left;
		width:489px;
	}
	
	#slideshow_right {
		float:right;
		width:303px;
		padding-top:113px;
	}

#slogan {
	color:#b9a24d;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:12px;
	padding-top:5px;
	background-color:#000000;
	margin-top:7px;
}

	#slogan .text {
		font-size:12px;
		color:#ffffff;
	}


#logos {
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
	padding:10px;
	margin-top:3px;
}

#content {
	padding:6px;
	padding-right:10px;
}

#blackwrapper {
	background-color:#000000;
	padding:15px;
	color:#ffffff;
}
	#blackwrapper h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		margin-top:0px;
		margin-bottom:3px;
		color:#bfa750;
		font-weight:normal;
	}

	#blackwrapper h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		margin-top:5px;
		margin-bottom:3px;
		color:#bfa750;
		font-weight:normal;
	}

#site-left {
	float:left;
	width:340px;
}

#site-right {
	float:right;
	width:565px;
	line-height:18px;
	/*padding-top:20px;*/
}

#branches-left {
	float:left;
	width:340px;
	padding-top:20px;
}

#branches-right {
	float:right;
	width:565px;
	line-height:18px;
	padding-top:20px;
}

.gold {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bfa750;
	font-weight:bold;
}

/* IMPORTED CSS */

#site-right h4 {
	margin-top:12px;
	margin-bottom:-10px;
	text-align:left;
	color:#005BA7;
	font-size:12px;
}

#site-right h5 {
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	color:#005BA7;
	font-size:13px;
	font-style:italic;
}

.striped_table {
	width: 615px;
	padding-bottom:10px;
}

tr.alt td {
	background-color: #1A1A1A;
}

thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}
	
/* MAIN NAV */

	#mainnav {
		float:right;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#mainnav .divider {
		padding:0 3px 0 8px;
		color:#9ea1a3;
		font-size:16px;
		font-weight:bold;
	}
	
	#mainnav a:link, #mainnav a:visited {
		color:#ffffff;
		text-decoration:none;
	}
	
	#mainnav a:hover {
		color:#0091d4;
		text-decoration:none;	
	}
	

/* SUB NAV */

	#subnav {
		background-image:url(../images/subnavbg.jpg);
		background-repeat:repeat-x;
		border:1px solid #939393;
		padding-bottom:10px;
		padding-top:5px;
	}
		
	#subnavlink a, #subnavlink a:link, #subnavlink a:visited, #subnavlink a:active  {
		margin-top:1px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		width:318px;
		padding-left:15px;
		padding-top:3px;
		height:18px;
		color:#ffffff;
		display:block;
		background-image:url(../images/subnavhover.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	#subnavlink a:hover {
		color: #bea650;
		background-position:bottom left;
		margin-right:0;	
	}
	

	#subnavactive a, #subnavactive a:link, #subnavactive a:visited, #subnavactive a:active  {
		margin-top:1px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform: uppercase;
		font-size:12px;
		font-weight:bold;
		width:318px;
		padding-left:15px;
		padding-top:3px;
		height:18px;
		color:#bea650;
		display:block;
		background-image:url(../images/subnavhover.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
	}
	
	#subnavactive a:hover {
		color: #bea650;
		margin-right:0;	
	}

/* FOOTER */

	#footer {
		background-image:url(../images/footer.gif);
		background-repeat:no-repeat;
		background-position:bottom center;
		text-align:center;
		padding-top:20px;
		color:#1269b0;
	}
	
	#footer .divider {
		padding:0 3px 0 8px;
		color:#d4d4d4;
		font-size:16px;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		color:#9fa1a4;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#footer a:hover {
		color:#1269b0;
		text-decoration:none;	
	}