
/*TOP NAVIGATION START*/
#demo-container       { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding-right: 15px; padding-left: 15px }

ul#simple-menu     { font-size: 16px; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: normal; list-style-type: none; margin: 0; padding: 11px 0 40px 30px; position: relative; width: 100%; height: 27px }
ul#simple-menu li { text-align: center; display: block; margin: 0 0 0 4px; height: 27px; float: left }
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a    { color: #fff; line-height: 27px; text-decoration: none; background: #788f94; display: block; padding-top: 0; padding-right: 17px; padding-left: 18px; height: 27px; float: left }
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#A6B784;}
ul#simple-menu li a.current  { color: white; background: gray }
ul#simple-menu li a.current:hover   { color: white; background: gray }
/*TOP NAVIGATION END*/
/* CONTENT ELEMENTS */
* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
  
 width: 1000px;
}
#leftcolumn { color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 300px; height: 350px; float: left }
#content  { color: #333; background: #ffffff; display: block; width: 400px; height: 350px; float: left }
#rightcolumn  { color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 100px; height: 350px; float: left }
* html #content { overflow-x: hidden; }

/*RIGHT COLUMN FINISH
*/
A:link       { color: #3d979e; text-decoration: none }
A:visited      { color: #77b6bb; text-decoration: none }
A:hover    { color: black; text-decoration: none }body  { color: black; font-size: 12px; font-family: Arial, 
Verdana, "MS Sans Serif" }
H2  { color: #006363; font-weight: bold; font-size: 14px; font-family: Arial, Verdana, "MS Sans Serif" }
H3  { color: #006363; font-weight: bold; font-size: 12px; font-family: Arial, Verdana, "MS Sans Serif" }
.subhead          { color: #788f95; font-size: 15px; font-family: Arial, Verdana, "MS Sans Serif"; font-weight: normal; text-transform: uppercase; padding-left: 30px; width: 700px }
.subhead2           { color: #a6b784; font-size: 24px; font-family: Arial, Verdana, "MS Sans Serif"; font-weight: 300; padding-left: 30px; width: 700px }
.copy    { color: black; font-size: 13px; font-family: Arial, Verdana, "MS Sans Serif"; padding-left: 30px }
.copygreyindent            { color: #808080; font-size: 14px; font-family: Arial, Verdana, "MS Sans Serif"; text-align: left; padding-left: 30px }
.copygrey { color: #808080; font-size: 14px; font-family: Arial, Verdana, "MS Sans Serif"; text-align: left }
.copysmall    { color: black; font-size: 11px; font-family: Arial, Verdana, "MS Sans Serif" }
.rule { padding-right: 5pt; border-right: 2pt solid #bcc7aa }
td { color: black; font-size:12px; font-family: Arial, Verdana, "MS Sans Serif" }

/*LIGHTBOX JS START*/
#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(file:///Users/jean/Desktop/DF/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///Users/jean/Desktop/DF/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; }

/*LIGHBOX JS FINISH
*/
/*START TO PLACE TOP IMAGE GRAPHIC NEXT TO INTRO PARA*/
img.imageleft  { margin-right: 10px; position: relative; top: -10px; float: left }
img.imageright { float: right; margin: 15px; }
