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


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2A2A;
}
.clear {
	clear: both;
	float: none;
}

.pageContainer {
	margin: auto;
	width: 780px;
}

.navbarContainer {
	position: absolute;
	text-align: right;
	width: 780px;
}

.navbarContainer .navbar {
	position: relative;
	top: 80px;
}

.navbar a {
	background-image: url(images/template/link_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #3A3839;
	text-decoration: none;
}

.contentContainer {
	margin-top: -40px;
}

.footer {
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 24px;
}

.menu {
	width: 190px;
	padding-left: 12px;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.menu li { display: inline-block; }
.menu li { display: block; }

.menu li a {
	background-image: url(images/template/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #323232;
	text-decoration: none;
}

.menu li a:hover {
	color: #BA131E;
}
.menu   li   .active  {
	font-weight: bold;
}

.menu li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu li ul li a {
	background-image: none;
	font-size: 11px;
	color: #E44519;
}

.pageContent {
	vertical-align: top;
	padding-left: 18px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B7141B;
}
h3 {
	color: #009B2F;
	font-size: 13px;
	font-weight: bold;
}

hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 6px;
	border-bottom-color: #D4D4D4;
	margin-top: 18px;
	margin-bottom: 18px;
}

.quotes td.photos {
	padding-right: 12px;
}

.quotes td.quote {
	padding-bottom: 18px;
}

.furtherInfo {
	margin-top: 18px;
	background-color: #B7DCC3;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-top-color: #81CE97;
	border-right-color: #81CE97;
	border-bottom-color: #81CE97;
	border-left-color: #81CE97;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 12px;
}

.furtherInfo h2 {
	color: #138027;
	margin-top: 0px;
}

.furtherInfo img {
	float: left;
	margin-right: 12px;
}

.furtherInfo .left {
	padding-right: 18px;
}

.furtherInfo .right {
	padding-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #138027;
	border-right-color: #138027;
	border-bottom-color: #138027;
	border-left-color: #138027;
}
.furtherInfo  a.arrow {
	background-image: url(images/template/link_arrow_green.gif);
	background-position: left center;
	padding-left: 12px;
	background-repeat: no-repeat;
	color: #3B3A3A;
}

.red {
	color: #BA131E;
}

.keyline {
	border: 1px solid #514F4F;
}

.inlineGallery img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #343233;
}

.imageRight {
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
}

