@charset "utf-8";
/* CSS Document */


/* IE HACKS */
* {margin: 0;}

html,body{margin:10px; padding:0px;}
body{font: 76% arial,sans-serif; background-color: #fbfcfd; text-align:center;} /* Text Align Left need to be here? */
p{margin:10px 0px 0px 10px;}
h1{margin:0 10px 10px; text-align: left; color: #224ea7; font-weight:bold;}
a{text-decoration:none; color:#224EA7; font-weight:bold;}
a:hover{color:#e18c0d; font-weight: bold;}
a:visited {color:#1a3368; font-weight: bold;}

/* Whole Page */
div#container{width:700px;margin:0 auto; text-align:left;}

/* Logo Area */
div#header {}

/* ORANGE Top Contacts Phone Number */
div#topnav {background-color:#e18c0d; color: #FFFFFF; text-align:right;}
div#topnav a {color: #FFFFFF;}

/* Main Content */
div#content {float:right; width:440px; background-color:#FFFFFF; display: inline;}
div#content p{line-height:1.4;}
* div#content ul{padding:30px; list-style-type:square; height: 1%;}
html>div#content ul{padding:10px; list-style-type:square; height: 1%;}
div#content li{margin-bottom:5px;}

/* LIGHT BLUE Left Links */
div#navigation{background-color:#f1f4fa;} /* LIGHT BLUE */
div#navigation{float:left; width:240px; display: inline;}
div#navigation ul{margin:15px 0; padding:10px; list-style-type:none; text-align:left;}
div#navigation li{margin-bottom:5px; text-align:left;}

/* Left IMAGE Logo Links */
div#extra{background-color:#F1F4FA;}
div#extra{float:left;clear:left;width:240px; display: inline;}

/* Footer Bar */
div#footer{background-color: #e18c0d;color: #FFF; font-size:85%; text-align:center;}
div#footer p{margin:0;padding:5px 10px;}
div#footer{clear:both;width:100%;}

/* HORIZONTAL RULEEEZZZZZ */

hr { text-align: center; width: 80%; height: 2px; color: #e18c0d; border: none; clear:both;} /* For Internet Explorer */
html>body hr { margin: 0 auto; width: 80%; height: 2px; background-color: #e18c0d; border: none; clear:both;} /* For Gecko-based browsers */
html>body hr { margin-right: 0 auto; width: 80%; height: 2px; background-color: #e18c0d; border: 0px solid #e18c0d; clear:both;} /* For Opera and Gecko-based browsers */

/* POSISTIONING ELEMENTS */

.imgfltright {float: right; margin: 0px 0px 10px 10px;padding: 0px;}
.imgfltleft {float: left; margin: 0px 10px 10px 0px;padding: 0px;}
.imgpad {padding: 15px 15px 0px 15px;}

/* LIGHTBOX IMAGE PREVIEWIER */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END OF LIGHTBOX*/ 

#navlist { margin: -20px; }

#navlist li
{
/* float: left; */
width: 100%;
list-style-type: none;
text-align: center;
padding: 0px;
}

#navlist li a
{
display: block;
padding: 15px;
background-color: #f1f4fa;
color: #333;
font: normal bold 18px/24px Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
}

#navlist li a:hover
{
background-color: #224EA7;
color: #fff;
}