@charset "UTF-8";
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lesroches #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(images/containerbg.gif);
} 

/* /////.... Header ....///// */

.lesroches #header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
} 
.lesroches #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.lesroches #logobox {
	float: right;
	margin-right: 20px;
	padding-top: 40px;
	width: 450px;
	text-align: right;
}
.lesroches #logobox p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	color: #999;
	margin-bottom: 0px;
}
.lesroches #logobox a {
	color: #00a5d9;
}
.lesroches #logobox a:hover {
	color: #036;	
}




/* /////.... Navbar ....///// */

.lesroches #navbar {
	background-image: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 13px;
	line-height: 30px;


}
.lesroches #navbar a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin: 0px;
}
.lesroches #navbar a:hover {
	
	background-image: url(images/navbarbg_over.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #00678a;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #a9ddf4;
}
.endbar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* /////.... Left Sidebar ....///// */

.lesroches #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #00A5D9;
	
}
.lesroches #sidebarmid {
	background-image: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 162px;
	
}
.lesroches #sidebar1lower {
	width: 120px;

	margin-right: 20px;
	margin-left: 20px;

}
.lesroches #sidebar1lower img {
	margin-bottom: 10px;	
}
						 

/* /////.... Right Sidebar ....///// */

.lesroches #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999;

	margin-left: 20px;
}
.lesroches #sidebar2 a {
	color: #00a5d9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
.lesroches #sidebar2 a:hover {
	color: #00a5d9;	
}

/* /////.... Main Content ....///// */

.lesroches #mainContent {
	color: #666;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 162px;

} 
.lesroches #mainContent h1 {
	color: #00a5d9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 22px;
}
.lesroches #mainContent h2 {
	color: #00a5d9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.lesroches #mainContent h3 {
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0px;
}
.lesroches #mainContent h4 {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 2px;
}
.lesroches #mainContent h5 {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0px;
	background-image: url(images/greybarbg.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 10px;
}
.lesroches #mainContent a {
	color: #00a5d9;
}
.lesroches #mainContent a:hover {
	color: #036;	
}
.lesroches #mainContent ul {
	margin-top: 0px;	
}
.lesroches hr {
	color: #00a5d9;	
	background-color: #00a5d9;
	height: 1px;
	border: 0;
}

/* /////.... Footer ....///// */

.lesroches #footer {
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #00a5d9;
	background-image: url(images/lowerbg.gif);
	padding-top: 220px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
} 
.lesroches #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.lesroches #footer a {
	color: #FFF;
	font-size: 11px;
}
.lesroches #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/************* #homebox styles ***************/

.lesroches #homebox {
	color: #666;
	clear: both;
	margin-bottom: 30px;
}

.lesroches #homebox form {
	margin-top: 0px;
}

.lesroches #homebox a:hover {
	color: #036;
}
.lesroches #homebox img {
	clear: both;
}
.formboxes1 {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #00a5d9;
	
	font-family: Arial, Helvetica, sans-serif;
}
.formtext1 {
	font-size: 12px;

}

/* /////.... Other styles ....///// */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.emph1 {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.blue {
	color: #00a5d9;
}

/* /////.... Lightbox styles ....///// */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
	color: #9CC;
}
#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; }
