@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #222e36;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 8;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	text-align: center;
	background-color: #000;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	background-color: #666;
	margin-top: 15px;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin solid #33C;
	background-image: url(../_assets/images/backgrounds/bioCube1.gif);
	background-repeat: repeat;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	padding-top: 20px;
}
.twoColFixRtHdr #mainContentGal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	background-color: #222e36;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin none #33C;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
.twoColFixRtHdr #container #mainContentGal #galSlides {
	text-align: center;
	background-color: #000;
	margin-top: 30px;
	margin-bottom: 30px;
	border: thin solid #4b6475;
	color: #4b6475;
}
.twoColFixRtHdr #container #mainContentGal #galSlides tr td img {
	margin-top: 30px;
	margin-bottom: 35px;
}
.twoColFixRtHdr #footer {
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #222e36;
	border-right-color: #222e36;
	border-bottom-color: #222e36;
	border-left-color: #222e36;
} 
.twoColFixRtHdr #container #footer #footerLinks {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #222e36;
}
.twoColFixRtHdr #container #footer #footerLinks tr td a:link {
	color: #222e36;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer #footerLinks tr td a:visited {
	color: #222e36;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer #footerLinks tr td a:hover {
	color: #9BD4F9;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContentGal #bioPics {
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	background-color: #000;
}
.twoColFixRtHdr #container #mainContentGal #bioText {
	background-color: #000;
	color: #4b6475;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: left;
	border: thin solid #000;
	background-position: center center;
	font-weight: normal;
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container #mainContentGal #bioPics tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #mainContentGal #bioText tr td p {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContentGal #bioText tr td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContentGal #galThumbs {
	margin-bottom: 20px;
	background-color: #000;
	text-align: center;
	color: #4b6475;
}
.twoColFixRtHdr #container #mainContentGal #galThumbs tr td a img {
	margin-top: 30px;
	margin-bottom: 5px;
	border: thin none #222E36;
}
.twoColFixRtHdr #container #mainContentGal #galThumbs tr td a:link {
	color: #4b6475;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContentGal #galThumbs tr td a:visited {
	color: #4b6475;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContentGal #galThumbs tr td a:hover {
	color: #FFF;
	text-decoration: underline;
	border: thin none #8FC4E5;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #333; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_assets/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_assets/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #333; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.twoColFixRtHdr #container #mainContentGal #contactLinks {
	margin-top: 25px;
	text-align: center;
	background-color: #000;
}
.twoColFixRtHdr #container #mainContentGal #contactLinks tr td a img {
	padding-top: 20px;
	padding-bottom: 20px;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td #contactHeader tr td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td #contactHeader {
	text-align: left;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4b6475;
	padding-bottom: 25px;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td p {
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 20px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td img {
	border: 3px solid #000;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td p a:link {
	color: #4b6475;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td p a:visited {
	color: #4b6475;
}
.twoColFixRtHdr #container #mainContentGal #contactPFA tr td p a:hover {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContentGal #bioText tr td #bioHeader {
	text-align: left;
}
.twoColFixRtHdr #container #mainContentGal #bioText tr td #bioHeader tr td img {
	padding-left: 10px;
	padding-top: 15px;
}
#indexHolder {
	text-align: center;
}
.twoColFixRtHdr #mainContentShop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #587084;
	line-height: 18px;
	background-color: #222e36;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin none #33C;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
.twoColFixRtHdr #container #mainContentShop #shop_container {
	background-color: #000;
	text-align: center;
}
.twoColFixRtHdr #container #mainContentShop #shop_container tr td #shop_header {
	margin: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #536A7D;
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2F3C46;
}
.twoColFixRtHdr #container #mainContentShop #shop_container tr td #shop_item {
	margin: 15px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2F3C46;
	border-top-color: #2F3C46;
}
.twoColFixRtHdr #container #mainContentShop #shop_container tr td #shop_item table tr td #shop_addCart {
	padding-top: 10px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #2F3C46;
	border-right-color: #2F3C46;
	border-bottom-color: #2F3C46;
	border-left-color: #2F3C46;
	margin-top: 8px;
}
.twoColFixRtHdr #container #mainContentGal #galSlides tr td p a:link {
	color: #5F7787;
}
.twoColFixRtHdr #container #mainContentGal #galSlides tr td p a:visited {
	color: #5F7787;
}
.twoColFixRtHdr #container #mainContentGal #galSlides tr td p a:hover {
	color: #A9D3F0;
}
