/* Start of CMSMS style sheet 'Layout : Broomey' */
* {border:0px; padding:0px; margin:0px;}
body {background:url(images/bg.gif) repeat-y center #7BC043; color:#000; font-size:12px; font-family:arial, helvetica, sans-serif;}	
#wrapper {width:800px; height:auto; margin:auto;}

a, a:link, a:visited {color:#7BC043; text-decoration:none;}
a:hover, a:active {color:#0094D9; text-decoration:underline;}

h1 {width:800px;height:188px;}
h1 a {display:block; width:800px;height:188px; text-indent:-999em; background:url(images/header.gif) no-repeat top;}
#left {float:left; width:165px; min-height:100px; margin:0 0 0 15px; background:url(images/blue-top.gif) top no-repeat #0094D9;}
#content {float:left; width:420px; min-height:100px; margin:0 0 20px 10px; background:#FFF;}
#right {float:right; width:165px; min-height:100px; margin:0 15px 0 0; background:url(images/green-top.gif) top no-repeat #008752;}
h4 {padding:5px;}
h3 {color:#0094D9; font-family: "Bookman Old Style", Times, Serif; padding:5px; font-size:16px;}
h2 {color:#0094D9; font-family: "Bookman Old Style", Times, Serif; margin-bottom:10px; font-size:24px;}
p {padding:5px;}

div#right h3 {color:#FFF; font-family: "Bookman Old Style", Times, Serif; padding:5px;}
div#right p {color:#FFF;}

div#right a, div#right a:link, div#right a:visited {color:#FFF; text-decoration:none; font-size:11px;}
div#right a:hover, div#right a:active {color:#FFF; text-decoration:underline;}

div.right-blue {background: #0094D9; width:155px; padding:5px;}

div#content ul {margin-left:20px;}
div#content ul li {padding:5px;}

div.rounded { margin:0px 20px 20px 0px; width:110px; height:110px; float:left; border:2px solid #7BC043;}

div.rounded:hover {border:2px solid #0094D9;}

#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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;
	}
/* End of 'Layout : Broomey' */

