body {
	margin: 0px;
	padding: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 16px;
	background-repeat: repeat-x;
}
h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: white;
}
p {
	margin: 0;
	padding: 0;
}

div.panel {
	position: relative; 
	width: 960px; 
	text-align: left;
	overflow: hidden;
}

div.popuppanel {
	position: relative; 
	width: 620px; 
	text-align: left;
	overflow: hidden;
}
div.panelinner {
	position: relative; 
	padding-left: 4px; 
	padding-right: 2px;
}
div.shadow {
	-moz-opacity:.25; opacity:.25; filter:alpha(opacity=25);
}
div.horizontal {
	background-repeat; repeat-x;
}
div.vertical {
	background-repeat; repeat-y;
}
div.left {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 4px; 
	height: 30000px;
	background-image: url(../images/shadow_left.gif);
}
div.leftwide {
	position: absolute; 
	top: 0; 
	left: -8px; 
	height: 100%; 
	width: 8px;
/*	background-image: url(../images/shadow_left_wide.png);*/
	overflow: hidden;
}
div.right {
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 2px; 
	height: 30000px;
	background-image: url(../images/shadow_right.gif);
}

div.rightwide {
	position: absolute; 
	top: 0; 
	right: -8px; 
	height: 100%; 
	width: 8px;
	overflow: hidden;
}
div.top {
	height: 2px;
	background-image: url(../images/shadow_top.gif);
	background-repeat; repeat-x;
}
div.bottom {
	height: 4px;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat; repeat-x;
}
div.bottomwide {
	position: absolute; 
	bottom: -8; 
	left: 0; 
	height: 8px; 
	width: 100%;
/*	background-image: url(../images/shadow_bottom_wide.png);*/
	overflow: hidden;
}
div.topleft {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 4px;
	background-image: url(../images/shadow_top_left.gif);
	background-repeat; no-repeat;
}
div.topright {
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 2px;
	background-image: url(../images/shadow_top_right.gif);
	background-repeat; no-repeat;
}
div.bottomright {
	position: absolute;
	top: 0;
	right: 0;
	height: 4px;
	width: 2px;
	background-image: url(../images/shadow_bottom_right.gif);
	background-repeat; no-repeat;
}
div.bottomleft {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 4px;
	background-image: url(../images/shadow_bottom_left.gif);
	background-repeat; no-repeat;
}
/* header *****************************************************************************************/
#header {
	position: relative; 
	height: 98px; 
	border-bottom: 15px solid white;
}
#logo {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 189px; 
	height: 100%; 
	background-color: white;
}
#servicenav {
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
}
#servicenav a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
}
#servicenav a:hover {
	color: #393838;
}
#servicenav a.active {
	color: #393838;
}
/* main nav ***************************************************************************************/
#mainnav {
	position: relative;
	margin-left: 189px; 
	height: 100%; 
	background-repeat: repeat-x;
}
#mainnav ul {
	margin: 0;
	padding: 0;
	padding-left: 3px;
	padding-top: 16px;
}
#mainnav ul li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px solid white;
}
#mainnav ul li a {
	color: white;
	text-decoration: none;
}
#mainnav div.coverup {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: white;
}
/* subnav *****************************************************************************************/
#subnavbox {
	position: relative;
	height: 282px; 
	border-bottom: 15px solid white;
}
#subnav {
	margin-left: 188px;
}
#subnavbottom {
	margin-left: 188px;
}
#subnav div.subnavcol {
	float: left;
	width: 179px;
	height: 22px;
	padding-left: 1px;
}
#subnav div.last {
	width: 196px;
	padding-left: 0px;
}
#subnav div.bottomrow {
	height: 10px;
}
#subnav div.subnavcol div {
	position: relative;
	height: 100%;
	width: 100%;
}
#subnav div.subnavcol div a {
	line-height: 22px;
	text-decoration: none;
}
#subnav div span.background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	-moz-opacity:.6; opacity:.6; filter:alpha(opacity=60);
	z-index: 50;
}
#subnav div a:hover span.background {
	-moz-opacity:.4; opacity:.4; filter:alpha(opacity=40);
}
#subnav div a.active span.background, #subnav div a.active:hover span.background {
	-moz-opacity:.40; opacity:.40; filter:alpha(opacity=40);
}
#subnav div a span.text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	padding-left: 23px;
	z-index: 52;
	background-image: url(../images/arrow_subnav.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: black;
}
#subnav div a.active span.text, #subnav div a.trail span.text {
	background-image: url(../images/arrow_subnav_active.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: white;
}
#subnav div a.active span.iconbackground {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 100%;
	z-index: 51;
}

/* content ****************************************************************************************/
div.content {
	position: relative;
	min-height: 328px;
	padding-bottom: 50px;
	background-color: yellow;
	width: 100%;
}
div.content div.standardcols div.colleft {
	float: left; 
	width: 164px; 
	margin-left: 12px;
	font-size: 11px;
}
div.content div.standardcols div.colmiddle {
	float: left; 
	width: 500px; 
	margin-left: 40px;
}
div.content div.standardcols div.colright {
	float: left; 
	width: 160px; 
	margin-left: 40px;
}

div.content div.homecols div.colleft {
	float: left; 
	width: 520px; 
	padding-left: 40px;
}
div.content div.homecols div.colright {
	float: left; 
	width: 240px; 
	margin-left: 80px;
	padding-top: 23px;
/*	font-size: 11px;*/
}

div.content div.homecols div.colright div.paragraph {
	padding: 10px;
}

div.content div.cleaner {
	height: 10px;
	clear: both;
}
div.titlerow {
	padding-top: 20px;
	padding-left: 216px;
	padding-bottom: 5px;
}
div.content h1 {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 20px;
	font-weight: normal;
}
div.content div.homecols h1 {
	padding-bottom: 1.5em;
}
div.content h1 strong {
	color: white;
	font-weight: normal;
}
div.horizontalseparator {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.dotswhite {
	border-top: 1px dotted white;
}
img.thumb {
	border: 4px solid white;
}
div.content div.standardcols div.colleft div.contenttext {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted white;
}
a.document {
	display: block;
	margin-top: 3px;
	padding-left: 10px;
	background-image: url(../images/arrow_downloads.gif);
	background-repeat: no-repeat;
}
img.float {
	float: left;
	margin-top: 3px;
	margin-right: 11px;
	margin-bottom: 15px;
	border: 5px solid white;
}

/*div.content table {
	border-collapse: collapse;
}
div.content td {
	padding: 0;
	margin: 0;
}
table.staff td {
	padding-right: 8px;
	padding-bottom: 1em;
}*/

td.teaserbox {
	padding: 8px;
	border-bottom: 1px dotted white;
}
td.teaserbox a.more {
	float: right;
	text-decoration: none;
	font-weight: bold;
}
td.teaserboxtitle {
	padding-bottom: 1em;
	width: 50%;
}
td.teaserboxtitle h3 {
	font-size: 16px;
}
td.teaserboxtitle h3 strong {
	color: white;
	font-weight: normal;
}
/* gallery ****************************************************************************************/
div.thumbs {
	margin-top: 10px;
}
a.gallerylink {
	float: left;
	width: 40px;
	height: 40px;
	border: 4px solid yellow;
	overflow: hidden;
	margin-right: 6px;
	margin-top: 5px;
}
a.thumblink img {
	border: none;
}
div.thumblisting {
	clear: both;
/*	border: 1px solid blue;*/
	height: 54px;
}
div.standardcols div.colmiddle a.gallerylink {
	border-color: white;
	width: 60px;
	height: 60px;
	margin-right: 13px;
	margin-top: 13px;
}
/* staff ******************************************************************************************/
div.content div.standardcols div.colmiddle div.staff {
	float: left;
	font-size: 11px;
	width: 240px;
	margin-right: 5px;
}
/*div.content div.standardcols div.colmiddle div.staff dif.text {
	margin-left: 80px;
}*/
div.staffdetailscontainer {
	visibility: hidden;
	position: absolute;
	top: -10000cm;
	left: -10000cm;
}
div.staffdetails {
	position: relative;
	visibility: hidden;
}


div.visibleoverlay div.staffdetails {
	position: absolute;
	bottom: -160px;
	right: -260px;
	width: 500px;
	height: 290px;
	border: 15px solid white;
	text-align: left;
	visibility: visible;
}
div.visibleoverlay div.staffdetails div.text {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	padding-top: 30px;
	height: 240px;
	width: 220px;
	overflow: auto;
}
div.hiddenoverlay div.text {
	visibility: hidden;
	overflow: hidden;
	height: 10000px;
}
div.testoverlay div.text {
	overflow: visible;
	background-color: pink;
	height: 100%
}
div.testoverlay div.staffdetails {
	background-color: red;
	height: 10000em;
}
/* form *******************************************************************************************/
div.inputrow {
	float: left;
	width: 50%;
}
div.inputrow div.label {
	padding-top: 10px;
	margin-right: 10px;
}
div.inputrow div.inputelement {
	margin-right: 15px;
}
div.inputrow span.mandatory {
	font-weight: bold;
}
div.inputrow input, div.inputrow textarea {
	border: 1px solid grey;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px;
}
/* footer *****************************************************************************************/
div.footer {
	position: relative;
	padding-left: 25px;
	padding-top: 6px; 
	padding-right: 200px;
}
div.footer div.disclaimer {
	position: absolute;
	right: 25px;
	top: 6px;
}
/* overlay stuff **********************************************************************************/
#staffOverlay {
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: transparent;
}
#staffOverlayCenter {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
}
div.hiddenoverlay {
	visibility: hidden;
	left: -10000em;
	top: -10000px;
}
div.visibleoverlay {
	visibility: visible;
	left: 0px;
	top: 0px;
}
div.testoverlay {
	visibility: visible;
	left: 0px;
	top: 0px;
}

