body, html { height: 100%; }
body,td,th {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	text-decoration: none;
	border: 0px;
}

p {
    margin-top: 0;
}

body {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;	
}


ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

a img {
    border: none;
    border: 0px;
}

a:focus { outline: 0px;
}


a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

/* Image Popup */
#fullscreenContainer {
  font: 16px Arial, Helvetica, sans-serif;
  min-width: 300px;
  position: relative;
}

#overlay {
  position: fixed;
  z-index:300;
  top: 0px;
  left: 0px;
  background-color: #d11d36;
  filter:alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  height:100%;
  width:100%;
}
* html #overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
 }

#fullscreenContainer {
  position: fixed;
  background: #ffffff;
  z-index: 302;
  text-align:left;
  top:50%;
  left:50%;
}
* html #fullscreenContainer {
    position: absolute;
 }
#fullscreenContainer img#fullscreenImage {
  display:block;
  margin: 10px 0 0 10px;  
}
#vr { margin: 10px 0 0 10px; }
#fullscreenCaption{
  line-height: 1.2em;
  padding-right: 22px;
  padding-top: 10px;
  margin: 10px 52px 10px 10px;
  font-weight: normal;	font-size: 9px;	font-family:Helvetica, Arial, sans-serif; 
}
#fullscreenCaption p {
    margin: .6em 0 !important;
}
#fullscreenImageData {
    position: relative;
    padding-bottom: 14px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
#fullscreenImageData a { text-decoration: none; }
#TB_secondLine {
  position: absolute;
  top: 0px; right: 14px;
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#TB_imageCount { display: none; }
#fullscreenCloseButton {
  font-weight:bold;
  position: absolute;
  bottom: 15px; right: 16px;
  text-indent: -2000px;
  background-image: url(/img/closelabel.gif);
  display: block; width: 36px; height: 16px;
}
#fullscreenCloseButton:hover {
    color: #99C4F0 !important;
}
#fullscreenLoad{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:303;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#fullscreenControls {
    position: absolute;
    right: 12px; top: 0px;
    font-size: 11px !important;
}
#fullscreenControls a {
    margin: 0px 1px;
    cursor: pointer;
    text-transform: capitalize;
}
#fullscreenControls a:hover {
    color: #D90310;    
}
#fullscreenPrev, #fullscreenNext { font-size: 14px !important; }

#fullscreenTools { font-size: 11px; margin-left: 10px; margin-top: 20px; }
#fullscreenTools a { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #888 !important; cursor: pointer; }
#fullscreenTools a:hover { color: #000 !important; }


	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* 
 * Custom CSS to change links (print, save, etc.) at bottom of popup 
 * added by Eric Bartels
 */

/* Link Styles */
#customLinks {
    clear: both;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;

}
a.customLink, a.customLink:visited {
    color: #888;
}
a.customLink:hover { text-decoration: none; }

#printLink {}
#saveLink {}
#emailLink {}

/* Mail Form Elements */
#emailContainer {
    border: solid red 1px;
}
.emailForm input{
    border: solid #aaa 1px;
    margin-left: 10px;
    font-size: 10pt;
}
#emailSubmit {
    background: #fafafa;
    border: solid 1px #ddd;
    color: #777;
    font-size: 10pt;
}
#emailSubmit:hover { background: #fff; }

#menu {
    position: absolute;
    top: 595px;
    text-align: left;
    height: 15px;
    overflow: hidden;
    visibility: visible;
    z-index: 100;
    left: 14px;
}
#menu img {margin: 0 2px;}
#menu a, #menu img {
    display: block;
    float: left;
}
#menu a {
    padding-top: 1px;
    margin: 0 2px;
    font-size: 15px;
    color: #8A8888;
}
#menu a:hover {color: #000;}
#menu a.active {color: #CE183E;}
#logo {
	position: absolute;
	top: 15px;
	text-align: left;
	width: 184px;
	height: 53px;
	overflow: hidden;
	visibility: visible;
	z-index: 200;
	left: 15px;
	}
	
	
#floater {
  text-align: left;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#scrollbox {
	position: absolute;
	top: 83px;
	text-align: left;
	height: 472px;
	overflow: hidden;
	visibility: visible;
	z-index: 200;
	left: 15px;	    
	}

#content { 
    line-height: 1.5em;
    position: absolute;
    width: 98%;
    top: 83px;
    left: 15px;
    text-align: left;
    height: 472px;    
    border: none;
    z-index: 200;
    text-align: left;
}

.whitetext { color: #FFFFFF;
}

.blockker {
	display: inline;
    display: block;
}

a.lightbox {
    display: block;
}
a.lightbox img {
    display: block;
    margin-bottom: 4px;
    border: solid 1px #aaa;
}

#splashimages {
    height: 475px; width: 900px;
    overflow: hidden;
    text-align: left;
}


