﻿body 
{
}
a img
{
    border: 0;
}

#header
{
    background-color:#273972;
    color:#FFFFFF;
    text-align:center;
    
}

.ribbon1
{
    float:left;
}

.ribbon2
{
    float:right;
}

#tabs
{
    background-image:url(img/headertabs.jpg);
    list-style-type:none;
    height:30px;
    list-style-type:none;
}

#tabs div
{
    float:left;
    color:#FFFFFF;
    width:33%;
    text-align:center;
    font-size:24px;
    font-weight:bold;
}

#tabs a
{
  color:#FFFFFF;
  text-decoration:none;
  font-size:24px;
  font-weight:bold;   
}

.banner
{
    
}

#leftNav
{
	padding: 10px 0 1em 0;
	margin-bottom: 1em;
	font-family:Verdana;
	background-color: #FFFFFF;
	color: #333;
	float:left;
	text-decoration:none;
}

#leftNav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#leftNav li
{
	border-bottom: 1px solid #273972;
	margin: 0;
}

#leftNav li a 
{
    display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #3D6FD3;
	color: #fff;
	text-decoration: none;
	width: 100%;
}



#leftNav li a:hover 
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

.constantContact
{
    text-align:center;
    margin-left:5px;
    margin-bottom:5px;
    padding:10px 10px 0px 10px;
}

.content
{
	margin-left:120px;
	padding:10px;
	background-image:url(img/background.jpg);
	height:550px;

	
}

.contentHeader
{
     text-decoration:underline;
     font-size:2em;
}

.articleHeader
{
    font-size:1.5em;    
}

.staffMember
{
    padding:10px;
    margin:10px;
    width:75%;
    float:left;
    border:solid lpx #000000;
}

.staffMember img
{
    float:left;
}

.staffMember ul
{
    margin-left:200px;
}



.item ul
{
  margin-left:200px;
   
}

.item img
{
    float:left;
}

.item 
{
    border:solid 1px #000000;
    padding:10px;
    margin:10px;
    width:75%;  
    float:left;
}


#footer
{
}

.leftPics
{
    float:right;
}

.gerikPics
{
    width:450px;
    border:solid 2px #000000;
    padding:5px;
    background-color:#3D6FD3;
    color:#FFFFFF;
    float:left;
    height:500px;
    margin-right:5px;
}

.slideButtons
{
    height:150px;
}

.slideButtons2
{
    text-align:center;
}

/*Lightbox CSS*/

#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;
	}