/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/

body,td,th {font-family: Arial, Helvetica, sans-serif; font-size : 12px;}
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:0px; background-color: #663300;}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size: 18px
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size: 14px
}

h3 {
color:#000000;
font-size : 14px;
}

h3.imagehead {
margin-bottom:0px;
}

/*For Temporary Header*/

#HeaderText {
margin-top:8px;
margin-left:50px;
float:left;
position:relative;
}

#Employ_link {
position:relative;
float:left;
width:492px;
text-align:right;
/*font-weight:bold;*/
margin:0px;
top:10px;
}

.headertitle {
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#613100;
font-weight:bold;
line-height:40px;
}

.headertagline {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#990000;
letter-spacing:2px;
}

.style2 {font-size: 11px; color: #FFFFFF; }
.style5 {font-size: 16px; font-weight: bold; color: #FFFFFF; }

A:link {color: #13546A; }
A:visited {color: #13546A; }
A:active {color: #0066FF; }
A:hover {color: #0066FF; }
A{text-decoration:none}

.header  { color: #000000; font-weight:bold; font-size:12px}
.header A:link { color: #000000; font-weight:bold; font-size:12px}
.header A:visited { color: #000000; font-weight:bold; font-size:12px}
.header A:active { color: #000000; font-weight:bold; font-size:12px}
.header A:hover { color: #ffffff; font-weight:bold; font-size:12px}
.header A{text-decoration:none}

.footer  { color: #ffffff; }
.footer A:link { color: #ffffff; }
.footer A:visited { color: #ffffff; }
.footer A:active { color: #ffffff;  }
.footer A:hover { color: #ffffff; text-decoration:underline }
.footer A{text-decoration:none}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 14px
}
.style5 {
	color: #990000;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px
}
.style6 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style7 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style9 {color: #000000}

a.topnav {
font-weight:bold;
text-decoration:none;
color:#000000;
}

a.topnav:hover {
color:#663300;
font-weight:bolder;
}

.copyimages_left {
margin-right:10px;
margin-bottom:25px;
margin-top:3px;
border:#333333 1px solid;
}

.copyimages_right {
margin-left:10px;
margin-bottom:10px;
margin-top:3px;
border:#333333 1px solid;
}

/*Layout Styles*//*--------------------------------------------------------------------------*/
#Container {
width:950px;
margin-left:auto;
margin-right:auto;
}

#greyNavBar {
background-image:url(../images/greybar_gradient.jpg);
width:882px;
height:35px;
margin-left:34px;
margin-right:34px;
position:absolute;
}

td.leftside {
background-image:url(../images/PrecisionPainting_BG_02.jpg);
background-repeat:repeat-y;
}

td.rightside {
background-image:url(../images/PrecisionPainting_BG_04.jpg);
background-repeat:repeat-y;
}

td.middle {
padding-top:45px;
padding-bottom:10px;
background-image:url(../images/bg_swoosh.jpg);
background-position:center;
background-color:#fdf9ce;
background-repeat:no-repeat;
}

td.footer {
background-image:url(../images/PrecisionPainting_BG_06.jpg);
background-repeat:no-repeat;
padding-top:10px;
}

/*Styles for staff profiles*//*--------------------------------------------------------------------------*/

div.staffinfo {
position:relative;
width:600px;
margin:10px;
}

.staffTitle {
font-size:16px;
font-weight: bold;
color: #990000;
}

/*Styles for the public Gallery interface*//*--------------------------------------------------------------------------*/

div.thumbview {
border:#CC6600 thin solid;
background-color:#FFFFCC;
width:100px;
height:100px;
position:relative;
margin-left:auto;
margin-right:auto;
text-align:center;
}

div.thumbContainer {
width:150px;
height:150px;
text-align:center;
position:relative;
float:left;
margin:5px;
}

/* Styles for Lightbox*//*--------------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*Scrolling images styles*/
#marqueecontainer{
position: relative;
width: 170px; /*marquee width */
height: 450px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

/* --- Error Styles --- */
.error {
color:#FF0000;
}