* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
background: #ffffff;
color: #333399;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dd, dt, blockquote {
margin: 3px;
padding: 2px;
}
h1, h2 {
	font-size: 1.36em;
}
h2 {
	font-size: 1.27em;
}
h3 {
	font-size: 1.18em;
}
h4, h5, h6 {
	font-size: 1.09em;
}

ul, dl {
margin: 5px 5px 5px 10px;
}
li {
margin: 3px 3px 3px 20px;
}
dt {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 5px;
}
dd {
margin: 5px 10px 5px 15px;
}
abbr {
	border-bottom: 1px dotted #000000;
}

.formLabels {
	background: lightblue; width: 170px; float: left;
}
.formInputs {
	width: 400px; float: left;
}

.formLabels p, .formInputs p {
	height: 20px; line-height: 20px;
}

.formLabels p label, label {
	font-size: 1.11em; font-weight: bold;
}

.formInputs input.small {
	width: 78px;
}
.formInputs input.medium {
	width: 178px;
}

/*page layout*/
#wrapper {
margin: 5px auto 5px auto;
width: 750px;
}
#header {
background-color: #003366;
padding: 10px 5px 10px 5px;
}
#product_img {
float: left;
}
#page {
clear: both;
text-align: left;
}
#nav {
float: left;
width: 150px;
background-color: #003366;
color: #FFFFFF;
margin: 5px 10px 5px 0px;
}
#content {
margin: 5px 5px 5px 155px;
}
/*footer formating*/
#footer {
clear: both;
}
#footer_logo {
float: left;
margin-right: 15px;
}
#footer_txt {
/*float:left;*/
text-align: left;
}
#footer_txt p {
font-size: 0.9em;
line-height: 1em;
margin: 0px;
}
#footer a, #footer a:link {
text-decoration: none;
}
#footer a:hover, #footer a:focus {
text-decoration: underline;
}

/*formating nav bar*/
#nav ul {
margin: 0;
padding: 0;
}
#nav li {
list-style: none;
margin: 2px 0 2px 0;
padding: 5px;
}
#nav li a, #nav li a:link {
padding: 5px;
text-decoration: none;
display: block;
font-weight: bold;
/*width:100%;
height:100%;*/
color: #fff;
}
#nav li a:visited {
color: #CCCCCC;
background-color: #5558CE;
}
#nav li a:hover, #nav li a:focus {
padding: 5px;
text-decoration: none;
background-color: #9999ff;
color: #000066;
}
#nav li a:active, #nav li a.selected {
color: #990000;
background-color: #FF9900;
}
#nav li a span {
display: none;
}
.float_left {
float: left;
}
.float_right {
float: right;
}
.clear_left {
clear: left;
}
.clear_right {
clear: right;
}
.clear_both {
clear: both;
}
.white_space {
margin: 5px;
}
table.display_table, table.gallery_index {
border: #0000FF dotted thin;
margin: 10px;
padding: 10px;
}
table.display_table td {
margin: 5px;
padding: 5px;
vertical-align: top;
}
tr.rowmarker {
background-color: #B4BAD6;
}
.highlighter {
margin: 5px;
padding: 10px;
border: #990000 dotted medium; 
background-color: #FFFF66;
color: #CC0000;
font-size: 1.1em;
}
.faux_title {
font-size: 1.3em;
font-weight: bold;
}
.align_centre {
text-align: center;
}
.faux_strong {
font-weight: bold;
}
.faux_em {
font-style: italic;
}
#map {
margin: 10px;
padding: 10px;
border: #003366 solid medium;
}
table#gallery_intro {
border: dotted #003366 medium;
}
table#gallery_intro tr {
border: dotted #003366 thin;
}
table#gallery_intro th {
text-align: center;
vertical-align:top;
padding:5px; 
}
table#gallery_intro td {
vertical-align: top;
padding: 5px;
}
table#gallery_intro th a, table#gallery_intro th a:link,table#gallery_intro th a:visited {
text-decoration: none;
}
table#gallery_intro th a:focus, table#gallery_intro th  a:hover {
text-decoration: underline;
}
table.gallery_index, table.gallery_nav {
width: 90%;
margin: 10px auto 10px auto;
text-align: center;
}
table.gallery_index td {
width: 50%;
padding: 5px 10px 5px 10px;
margin: 5px auto;
}
table.gallery_nav td.left, table.gallery_nav td.right {
width: 45%;
text-align: left;
}
table.gallery_nav td.right {
text-align: right;
}
table.gallery_nav td.spacer {
width: 10%;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}