/* 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:#000000;}

/*Rollover Styles for Top Nav*/
.home_icon {
background-image:url(../images/icon_home.gif);
}


/*Font styles*/

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;
}

p {
font-family:trebuchet ms, verdana, arial, sans serif;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}

.footerlinks:hover {
	color: #245F8A;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	text-decoration: none;
	bottom: 4px;
}

.title {
	font-family: "Arial Black";
	font-size: 18px;
	color: #000066;
}

.title2 {
font-family: "Arial Black";
font-size: 18px;
color:#FFFFFF;
}

.title3 {
font-family: "Arial Black";
font-size: 22px;
color:#993333;
}

.title4 {
font-family: "Arial Black";
font-size: 32px;
line-height:19px;
color:#993333;
}

.tagline {
color:#0C1C8C;
font-size:16px;
}

.nav:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
color: #FF9900;
text-decoration: none;
bottom: 4px;
}

.heading1 {
color:#000066;
font-family: "Arial Black";
font-size: 18px;
}

.footerlinks:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #95CBEB;
	text-decoration: none;
}
.bottomborder {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #215B86;
}

/* Dynamic calendar lists */
.eventlist {
color:#010066;
font-size:18px;
font-weight:bold;
}

p.events {
font-size:12px;
}

strong.events {
line-height:0px;
}

/*Layout Styles*//*--------------------------------------------------------------------------*/
#Center_Container {
width:800px;
margin-left:auto;
margin-right:auto;
}

#Container {
width:800px;
float:left;
position:relative;
background-image:url(../images/bg_gradient2.jpg);
background-repeat:repeat-y;
}

#TopNav {
background-image:url(../images/bg_topNav.jpg);
background-repeat:no-repeat;
width:704px;
height:45px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#NavBar {
width:704px;
height:30px;
margin-left:auto;
margin-right:auto;
padding-top:9px;
padding-bottom:5px;
position:relative;
background-image:url(../images/bg_NavBar.jpg);
background-repeat:no-repeat;
text-align:center;
}

#TopTab {
width:704px;
height:44px;
background-image:url(../images/white_tab.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
background-position:center;
}

#Content {
width:682px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding-left:10px;
padding-right:10px;
position:relative;
background-color:#FFFFFF;
}

#Footer {
width:690px;
margin-top:20px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
padding-left:5px;
padding-right:5px;
position:relative;
text-align:center;
}

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;
}

/*Nav bar below logo*/
#NavBar ul {
margin-left:36px;
margin-top:0;
padding:0;
list-style:none;
}

#NavBar li {
float:left;
margin-left:12px;
padding:0;
}

#NavBar a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
color: #000066;
text-decoration: none;
bottom: 4px;
}

#NavBar a:hover {
color: #FF9900;
}
/*Styles for staff profiles*//*--------------------------------------------------------------------------*/

div.staffinfo {
position:relative;
width:600px;
margin:10px;
}

.staffTitle {
font-size:18px;
font-weight: bold;
color: #990000;
}

/*Styles for the public Gallery interface*//*--------------------------------------------------------------------------*/

div.thumbview {
border:#CC6600 thin solid;
background-color:#FFFFCC;
width: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;
	}