@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 22px 0px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #4b69b2;
	margin: 0px 0px 22px 0px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 13px;
	color: #4b69b2;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	color: #4b69b2;
}

p {
	margin: 5px 0px;
}

a {
	color: #888177;
	text-decoration: none;
}

a:hover, a.active {
	color: #000;
}

#pageContainer {
	margin: 0px auto;
	width: 955px;
}

#logo {
	position: relative;
	width: 200px;
	height: 240px;
	background-color: #333333;
	border-right: 1px solid #FFF;
	float: left;
	background-image: url(/img/logo.gif);
}

#logo a {
	display: block;
	position: absolute;
	width: 200px;
	height: 240px;
}

#preHeader {
	width: 754px;
	height: 30px;
	float: right;
	text-align: left;
	position: relative;
}

#preHeader .navigation {
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#preHeader .navigation li {
	float: left;
	list-style: none;
}

.ie6 li {
	width: 0px;
}

#preHeader .navigation li.spacer {
	height: 30px;
	line-height: 30px;
}

#preHeader .navigation li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	color: #888177;
}

#preHeader .navigation li a.active, #preHeader .navigation li a:hover  {
	color: #333;
	background-image: url(/img/headnavigation_active.jpg);
}

#pageHeader {
	position: relative;
	height: 210px;
	width: 754px;
	float: right;
	background-color: #333333;
}

#pageHeader a {
	position: absolute;
	display: block;
	height: 210px;
	width: 754px;
}

#pageHeaderOverlay {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	height: 210px;
	width: 250px;
	border-left: 1px solid #FFF;
	background:url(/img/head/standard_right.jpg);
}

#pageHeaderOverlay a {
	position: absolute;
	display: block;
	height: 210px;
	width: 250px;
}

#pageContent {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

.leftContent {
	float: left;
	width: 200px;
	border-right: 1px solid #FFF;
}

.leftContent .preNavigation {
	height: 10px;
	background-color: #253459;
}

.leftContent .postNavigation {
	height: 10px;
	background-color: #8196c9;
}

.leftContent .address {
	margin: 25px 20px 0px 0px;
	line-height: 16px;
	text-align: right;
}

.leftContent .opening {
	margin: 22px 20px 0px 0px;
	text-align: right;
}

.leftContent .navigation {
	margin: 0px;
	padding: 0px;
}

.leftContent .navigation li {
	list-style: none;
	width: 200px;
}

.leftContent .navigation li a {
	display: block;
	text-align: right;
	background-color: #4b69b2;
	padding: 5px 20px;
	border-bottom: 1px solid #6f87c1;
	color: #FFF;
}

.leftContent .navigation li a.active, .leftContent .navigation li a:hover {
	color: #FFF;
	background-color: #6f87c1;
}

.leftContent .subnavigation {
	margin: 0px;
	padding: 0px;
}

.leftContent .subnavigation li a {
	display: block;
	text-align: right;
	background-color: #8196c9;
	color: #FFF;
}

.middleContent {
	width: 443px;
	margin: 30px 21px 0px 40px;
	float: left;
}

.ie6 .middleContent {
	margin: 30px 21px 0px 20px;
}

.rightContent {
	width: 250px;
	margin: 30px 0px 0px 0px;
	float: right;
}

.leftFooter {
	width: 200px;
	height:  30px;
	background-image: url(/img/footer_bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	float: left;
}

.rightFooter {
	width: 715px;
	height:  30px;
	line-height: 30px;
	padding: 0px 0px 0px 40px;
	float: right;
}

.clear {
   clear: both;
}