body {background-color: #EFEFDE; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px}
td, input {font-family: tahoma; font-size: 11px; color: black; line-height: 15px}
blockquote {padding: 10px; border-top: 1px dotted #999; border-bottom: 1px dotted #999; color: #444}

H1 {font-family: tahoma; font-size: 22px; color: #600; font-weight: normal; padding-top: 5px; padding-bottom: 5px; line-height: 24px}
H2 {font-family: arial; font-size: 17px; color: #600; font-weight: bold; padding-top: 5px; margin-bottom: 3px; line-height: 18px}
H3 {font-family: arial; font-size: 12px; color: #960; font-weight: bold; padding-top: 5px; margin-bottom: 3px; line-height: 16px}

UL.red {list-style-image: url(/images/bulletRed.gif)}
UL.blue {list-style-image: url(/images/bulletBlue.gif)}
UL.green {list-style-image: url(/images/bulletGreen.gif)}
LI {margin-bottom: 3px; color: #333; line-height: 13px}

.mainNav {background: #9D0000 url(/images/navTop.gif) repeat-x; }
.mainPhotoBox {margin: 0px 5px 5px 0px; width: 240px; border: 0px}
.quote {background-color: #600; padding: 10px; color: #FFCCCC; line-height: 14px}

.button {font-family: arial; font-size: 11px; color: white; background-color: gray; height: 21px; font-weight: bold}
.photo {border: 1px solid #933}

#navLeft {background-color: #EFEFDE; padding: 8px; border-bottom: 1px solid black}
#navLeft a {color: #585C3C; line-height: 13px}
#navLeft div {padding: 3px}

#navRight-head {background-color: #7F9253; height: 20px; float: center}
#navRight a {color: #666666}

.rightNavTop {background-color: #EEE7C3; padding: 7px; line-height: 13px; border-top: 1px solid black}
.rightNavTopBtn {margin: 5px 7px 0px 0px}
.rightNavMid {line-height: 13px}
.btn {margin: 0px 5px 0px 0px; border: 0px}
.rightSubNav {background-color: #EEE7C3; padding: 5px;}

.mainTable {border: 1px solid black; background-color: white; width: 770px; height: 100%}
.contents {width: 430px; vertical-align: top; padding: 10px}
.contents_noleft {width: 620px; vertical-align: top; padding: 10px}

A:Link {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none}
A:Active {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none}
A:Visited {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none}
A:Hover {font-family: tahoma; font-size: 11px; color: #44472B; font-weight: normal; text-decoration: underline}

A:Link.blue {font-family: tahoma; font-size: 11px; color: #006699; font-weight: normal; text-decoration: none}
A:Active.blue {font-family: tahoma; font-size: 11px; color: #006699; font-weight: normal; text-decoration: none}
A:Visited.blue {font-family: tahoma; font-size: 11px; color: #006699; font-weight: normal; text-decoration: none}
A:Hover.blue {font-family: tahoma; font-size: 11px; color: #0288CB; font-weight: normal; text-decoration: underline}

A:Link.navTop {font-family: arial; font-size: 11px; color: #69725B; font-weight: bold; text-decoration: none; text-transform: uppercase; margin-left: 3px; margin-right: 3px}
A:Active.navTop {font-family: arial; font-size: 11px; color: #69725B; font-weight: bold; text-decoration: none; text-transform: uppercase; margin-left: 3px; margin-right: 3px}
A:Visited.navTop {font-family: arial; font-size: 11px; color: #69725B; font-weight: bold; text-decoration: none; text-transform: uppercase; margin-left: 3px; margin-right: 3px}
A:Hover.navTop {font-family: arial; font-size: 11px; color: #69725B; font-weight: bold; text-decoration: none; text-transform: uppercase; margin-left: 3px; margin-right: 3px}

A:Link.PETATV {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none; line-height: 13px}
A:Active.PETATV {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none; line-height: 13px}
A:Visited.PETATV {font-family: tahoma; font-size: 11px; color: #6E724F; font-weight: normal; text-decoration: none; line-height: 13px}
A:Hover.PETATV {font-family: tahoma; font-size: 11px; color: #44472B; font-weight: normal; text-decoration: none; line-height: 13px}

A:Link.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Active.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Visited.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Hover.footer {font-family: tahoma, arial; font-size: 11px; color: #666; font-weight: bold; text-decoration: none}

/***********************************************/

/* GALLERY IMAGES                                            */

/***********************************************/

.gallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.gallery img {
	margin:5px;
	padding:5px;
	border: 1px solid #a9a9a9;
	padding: 4px;
  }
  
 /* LIGHTBOX
 ----------------------------------------------------*/
 #lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	