@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
	}
body {
	margin: 0; 
	padding: 0; 
	font: 0.7em/140% Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-align: center; 
	background: url("../images/bg_page.png") repeat-x #ffffff; 
	padding-top: 14px;
	}
a {
	color: #982165; 
	text-decoration: none;
	}
a:hover {
	color: #748FA6;
	}
h1 {
	margin: 0 0 0 20px;
	height: 79px;
	}
h1 a img {
	border: 0;
	margin: 9px 0 0 20px;
	}
h1 span {
	display: none;
	}
h2 {
	font-size: 150%; 
	line-height: 150%; 
	padding: 1em 0 0.1em 0;
	color: #310B22; 
	font-weight: bold; font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	}
p, address {
	margin: 0.4em 0 2em 0;
	}
address {
	font-style: normal;
	}
.clearer {
	clear: both; 
	height: 1px; 
	width: 100%;
	}
.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.accessibility {
	display: none;
	}
	
#wrapper {
	width: 980px; 
	text-align: left; 
	margin: 0 auto; 
	padding-bottom: 10em;
	position: relative;
	}
.content {
	width: 900px; 
	min-height: 240px; 
	float: left; 
	padding: 2em 40px 7em; 
	background: url("../images/bg.png") 50% 50% repeat-y; 
	position: relative; 
	margin: 14px 0 0;
	}
.footer {
	clear: both; 
	padding: 3em 0; 
	text-align: center; 
	background: url("../images/bg_bot.png") 50% 0 no-repeat; 
	position: absolute; 
	width: 980px;
	}
#nav {
	position: absolute;
	width: 500px;
	top: 34px;
	right: 20px;
	list-style: none;
	text-align: right;
	}
#nav li {
	display: inline;
	list-style: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}
#nav li a {
	padding: 0 10px 0 6px;
	background: url("../images/nav_li_bg.png") 100% 50% no-repeat;
	}
#nav li a.last {
	background: 0; 
	padding-right: 0;
	}
.content #top {
	background: url("../images/bg_top.png") 0 0 no-repeat;
	position: absolute;
	width: 980px;
	height: 40px;
	top: -14px;
	left: 0;
	}

.map {
	float: right; 
	margin: 0 0 10px 10px;
	border: 1px solid #888;
	}
.index-content {
	margin-top: 2em;
	width: 100%;
	height: 352px; 
	background: url("../images/intro_bg.png") 618px 0 repeat-y #671745;
	position: relative;
	}	
.index-content img {
	border: 0;
	}
.intro {
	position: absolute;
	top: 0;
	right: 0;
	width: 282px;
	padding: 0;
	}
.intro h2 {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 220%;
	line-height: 160%;
	text-align: center;
	color: #fff;
	margin:12px 0 0;
	}
.intro h2 span {
	font-weight: bold;
	font-size: 130%;
	}
#links {
	position: absolute;
	list-style: none;
	bottom: 22px;
	right: 12px;
	width: 258px;
	border-top: 1px solid #8F1E5E;
	}
#links li {
	list-style: none;
	border-bottom: 1px solid #8F1E5E;
	background: url("../images/arrow.png") 100% 50% no-repeat; 
	}
#links li a {
	padding: 1em 0;
	color: #fff;
	font-size: 110%;
	display: block;
	}
#links li a:hover {
	font-weight: bold;
	}
	
/* jquery gallery styles */
#gallery {
	display: block; 
	width: 900px; 
	position: relative; 
	margin-top: 2em;
	}
#gallery_images {
	float: left; 
	width: 750px; 
	position: relative;
	}
.galleria_container {
	float: left; 
	margin-top: 20px;
	}
.galleria_wrapper {
	width: 530px;
	text-align: center;
	margin: 0 auto; 
	}
.caption {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 530px;
	text-align: center;
	}
.galleria {
	list-style: none; 
	width: 195px;
	}
.galleria li {
	display: block; 
	width: 80px; 
	height: 80px; 
	overflow: hidden; 
	float: left; 
	margin: 0 10px 10px 0;
	}
.galleria li a {
	display: none;
	}
.galleria li div {
	position: absolute; 
	display: none; 
	top: 0; 
	left: 180px;
	}
.galleria li div img {
	cursor: pointer;
	}
.galleria li.active div img, .galleria li.active div {
	display: block;
	}
.galleria li img.thumb {
	cursor: pointer; 
	top: auto; 
	left: auto; 
	display: block; 
	width: auto; 
	height: auto;
	}
.galleria li .caption {
	display: block; 
	padding-top: .5em;
	}
* html .galleria li div span {
	width: 400px;
	} /* MSIE bug */
.gallery_demo {
	width: 200px; 
	float: right; 
	margin-top: 20px;
	}
.gallery_demo li {
	width: 55px; 
	height: 70px; 
	border: 3px double #eee; 
	margin: 0 4px 2px 0; 
	background: #eee;
	}
.gallery_demo li.hover {
	border-color: #bbb;
	}
.gallery_demo li.active {
	border-style: solid; 
	border-color: #222;
	}
.gallery_demo li div {
	left: 240px;
	}
.gallery_demo li div .caption {
	font: italic 0.7em/1.4 Georgia, "Times New Roman", Times, serif;
	}
.next-prev {
	position: absolute; 
	top: 0; 
	left: 550px;
	}
.nav {
	padding-top: 15px; 
	clear: both;
	}
.info {
	text-align: left; 
	margin:30px 0; 
	border-top: 1px dotted #221; 
	padding-top: 30px; 
	clear: both;
	}
.info p {
	margin-top:1.6em;
	}
.replaced {
	border: 1px solid #ddd;
	padding: 14px 14px 45px 14px; 
	background: #efefef;
	}
.jobs {
	float: left;
	width: 140px;
	margin-right: 10px;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	list-style: none;
	}


