/* Color Index
2012:
Gray #8092b1
Crimson #781629

2011:
Orange #f4b500
Blue #3480c8

Old:
Gray #505153
Green #83bf2b
  */
  
body {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
}

h1 {font-size: 22pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #781629; margin: 0;}

h2 {font-size: 10pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: black;}

h3 {font-size: 12pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #781629; margin: 0;}

h4 {font-size: 10pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #781629; margin: 0;}

h5 {font-size: 16pt; font-style: italic; font-family: arial;}

h6 {font-size: 16pt; font-style: italic; font-family: arial;}

a {
text-decoration: none; 
color: #781629;
font-weight: bold;
}

#leftmenu a {
color: #781629;
}

:hover {
color: #0d2032; 
text-decoration: underline;}               

#header {
width: 780px;
height: 120px;
background-image: url('../images/iwlpc_header2012.png');
background-repeat: repeat-y;}
}

#headleft {
float: left;
height: 120px;
width: 250px;}

#headmid {
float: left;
height: 120px;
width: 250px;
background-image: url('../images/bgimage5.jpg');
background-repeat: repeat-x;}

#headright {
float: left;
height: 120px;
width: 500px;
color: white;
}

#locdate {
float:right;
margin: 15px 5px 0 0;
color: white;
}

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
float: left;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #781629;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #000;
border-top: 1px solid #afcde9;
border-right: 1px solid #5d9ad3;
border-bottom: 2px solid #0d2032;
}

#navcontainer A:hover, #navcontainer A:active { background: #92bbe1; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #781629;
font-weight: bold;
}


div.track {
border: solid 1px; 
padding:1.0pt 4.0pt 1.0pt 4.0pt; 
width: 100%;
}

.bar {
width: 100%; 
padding: 3px; 
text-align: left; 
background-color: #781629; 
color: white; 
font-weight: bold; 
font-size: 14px;}

#bottombar {
  font-size: 10pt; 
  font-style: normal; 
  font-family: arial, helvetica, sans-serif; 
  color: white; 
  width: 773 px;
  background-color: #781629; 
  text-align: center;
  }
  


#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;
	}
	
	
/* Adjustable Color Buttons */
.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_iwlpc { background-color: #781629; }
.clear { 
  clear: both;
}
