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

img {
	border: 0px;
}/* CSS Document */

.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
h1 {
	color: #000033;
	font: bold 2em Arial, Helvetica, sans-serif;
	text-align: left;
	background: url(images/h1-back.gif) repeat-x left bottom;
	padding-bottom: 8px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background: #163477;
	padding: 5px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #9C0B0E;
	text-align: left;
}
h3 a {
	text-decoration: none;
	color: #9C0B0E;
	line-height: 1.1em;
}
h3 a:hover {
	text-decoration: underline;
}
.backtop {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #00FFFF;
}
strong {
	color: #333333;
}
.caption {
	font: italic 10px/10px Arial, Helvetica, sans-serif;
	color: #000000;
}
.sidebar-fieldset {
	width: 99%;
	margin-top: 2px;
	margin-bottom: 5px;
}


#popup {
	color: #000000;
}

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font: bold 1em/30px Arial, Helvetica, sans-serif;
}

#popup a span {display: none;}



#popup a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 120px;
	width: 398px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	visibility:visible;
	vertical-align:text-top;
	border: 1px solid #000033;
}

#popup {
	color: #000000;
}

#popup2 a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font: bold 1em/30px Arial, Helvetica, sans-serif;
}

#popup2 a span {display: none;}



#popup2 a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 120px;
	width: 612px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	visibility:visible;
	vertical-align:text-top;
	border: 1px solid #000033;
}

.thumbnail  {
position: relative;
float: left;
padding: 5px;
vertical-align:text-top;
/*z-index: 0;*/
}

.thumbnail:hover {
/*z-index: 50;*/
color: #000000;
text-decoration: none;
vertical-align:text-top;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
padding: 5px;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
vertical-align:text-top;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0px; 
/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 200px;
top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
vertical-align:text-top;

}.tabletext {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
.tabletext-inv {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.office {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}

.officetitle {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}