html { 
	height: 100%; margin-bottom: 1px; 
	}

*  { 
	margin: 0; 
	padding: 0; 
	} 

body  { 
	background: #90a3c9 url(images/body02.png) repeat-y 50% 0; 
	color: #36373b; 
	font: small/160% verdana, tahoma, "trebuchet ms", arial, sans-serif; 
	text-align: center; 
	width: 100%; 
	} 


/* main structural elements
   ------------------------ */ 

#inner  { 
	margin: 0 auto; 
	text-align: left; 
	width: 880px; 
	} 

#main  {  
	background: #fff; 
	float: left; 
	padding: 0 0 0.5em 0; 
	width: 880px; 
	} 

#latestnews  { 
	float: left; 
	width: 620px; 
	} 

#minorlinks  { 
	border-left: 1px dotted #90a3c9; 
	float: right; 
	margin: 20px 0 0 0; 
	padding: 0 0 0 20px; 
	width: 220px; 
	} 

#primary  { 
	float: left; 
	width: 520px; 
	} 

#secondary  { 
	float: right; 
	font-family: georgia, serif; 
	width: 300px; 
	} 

#oneoftwo  { 
	float: left; 
	width: 420px; 
	} 

#twooftwo  { 
	float: right; 
	width: 420px;
	} 

#oppgallery  { 
	float: left; 
	width: 490px; 
	} 

#minorgallery  { 
	float: right; 
	font-family: georgia, serif; 
	width: 350px; 
	} 

.piccontainer  { 
	float: left; 
	width: 100%; 
	} 


/* links
   ----- */ 

a:link  { 
	color: #d22539; /* arrow red */
	text-decoration: underline; 
	} 

a:visited  { 
	color: #d22539; /* arrow red */
	text-decoration: none; 
	} 

a:hover { 
	color: #117abd; /* arrow blue */
	text-decoration: underline; 
	} 

a:focus  { 
	color: #f94758; 
	} 

a:active  { 
	color: #000; 
	} 

h1 a  { 
	float: left; 
	height: 80px; 
	margin: 0; 
	padding: 0; 
	text-decoration: none; 
	text-indent: -5000px; 
	width: 300px; 
	} 

h1 a:active  { 
	outline: none; 
	} 



/* headings
   -------- */ 

h1  { 
	background: url(images/h1i1.jpg) no-repeat 0 0; 
	height: 300px; 
	margin: 10px 0 0 0; 
	padding: 0; 
	text-indent: -5000px; 
	width: 880px; 
	} 

body#lochy h1  { 
	background: url(images/h1b1.jpg) no-repeat 0 0;  
	} 

body#gallery h1  { 
	background: url(images/h1c1.jpg) no-repeat 0 0;  
	} 

body#thirty h1  { 
	background: url(images/h1e1.jpg) no-repeat 0 0;  
	} 

body#restoration h1  { 
	background: url(images/h1f1.jpg) no-repeat 0 0;  
	} 

body#report h1  { 
	background: url(images/h1h1.jpg) no-repeat 0 0;  
	} 

body#links h1  { 
	background: url(images/h1a1.jpg) no-repeat 0 0;  
	} 

body#contact h1  { 
	background: url(images/h1d1.jpg) no-repeat 0 0;  
	} 

h2  { 
	border-bottom: 2px solid #90a3c9; 
	color: #1a5e8d; /* turquoise */
	font: normal 190%/140% georgia, serif; 
	letter-spacing: 0.02em; 
	margin: 0 0 0.5em 0; 
	padding: 0.8em 0 0.2em 0; 
	text-align: left; 
	text-shadow: 1px 1px 1px #90a3c9; 
	} 

h3  { 
	color: #1a5e8d; /* turquoise */
	font: normal 160%/140% georgia, serif; 
	margin: 0; 
	padding: 1em 0 0 0; 
	text-align: left; 
	} 

h4  { 
	color: #1a5e8d; /* turquoise */
	font: normal 130%/140% georgia, serif; 
	margin: 0; 
	padding: 0.5em 0; 
	} 



/* paragraphs and lists
   -------------------- */ 

p  { 
	margin: 0.7em 0 0 0; 
	} 

ul  { 
	list-style: circle; 
	margin: 0 0 0.5em 0; 
	padding: 0; 
	} 

ol  { 
	list-style: decimal; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0 20px; 
	} 

li  { 
	margin: 0 0 0 15px; 
	padding: 0.2em 0 0 0; 
	word-wrap: break-word; 
	} 

ul#accesskeylist  { 
	list-style: none; 
	} /* Accessibility page only */

ul#feedlist  { 
	list-style: none;
	margin: 0.3em 0 0 20px; 
	} /* RSS page only */

ul#feedlist li  { 
	background: url(images/rss16x16.png) no-repeat 0 50%; 
	height: 20px; 
	line-height: 20px; 
	margin: 0; 
	padding: 0.4em 0 0.4em 25px; 
	} 



/* minor and decorative elements
   ----------------------------- */ 

img  { 
	border: 1px solid #90a3c9; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	float: left; 
	margin: 1em 0; 
	padding: 3px; 
	} 

body#report img  { 
	float: right; 
	margin: 10px 0 10px 20px; 
	} 

.piccontainer  { 
	float: left; 
	padding: 0 0 1em 0; 
	width: 100%; 
	} 

em, 
strong  { 
	font-style: normal; 
	font-weight: bold; 
	} 

cite  { 
	font-style: italic; 
	} 

abbr, 
acronym  { 
	border-bottom: 1px dotted #36373b; 
	cursor: help; 
	speak: spell-out; 
	} 


/* navigation
   ---------- */ 

ul#nav  { 
	float: left; 
	font: small/140% georgia, serif; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 880px; 
	} 

ul#nav li  { 
	border-left: 1px solid #90a3c9; 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	} 

ul#nav li.index  { 
	border-left: none; 
	} 

ul#nav a  { 
	background: #90a3c9 url(images/navgrad.png) repeat-x 0 0; 
	color: #1a5e8d; /* turquoise */
	display: block; 
	float: left; 
	padding: 0.6em 0; 
	text-decoration: none; 
	} 

ul#nav li.index a  { 
	-khtml-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
	width: 78px; 
	} 

ul#nav li.lochy a  { 
	width: 98px; 
	} 

ul#nav li.gallery a  { 
	width: 104px; 
	} 

ul#nav li.thirty a  { 
	width: 120px; 
	} 

ul#nav li.restoration a  { 
	width: 108px; 
	} 

ul#nav li.report a  { 
	width: 126px; 
	} 

ul#nav li.downloads a  { 
	width: 92px; 
	} 

ul#nav li.links a  { 
	width: 68px; 
	} 

ul#nav li.contact a  { 
	-khtml-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	width: 78px; 
	} 

#nav a:hover  { 
	background: #8498c6; 
	color: #fff; 
	} 

#nav a:active  { 
	color: #260f59; 
	} 

body#index ul#nav li.index a, 
body#lochy ul#nav li.lochy a, 
body#gallery ul#nav li.gallery a, 
body#catch ul#nav li.catch a, 
body#thirty ul#nav li.thirty a, 
body#restoration ul#nav li.restoration a, 
body#report ul#nav li.report a, 
body#downloads ul#nav li.downloads a, 
body#links ul#nav li.links a, 
body#contact ul#nav li.contact a  { 
	background: #8498c6; 
	color: #fff; 
	cursor: default; 
	} 

body#index li.index a:hover, 
body#lochy ul#nav li.lochy a:hover, 
body#gallery ul#nav li.gallery a:hover, 
body#catch ul#nav li.catch a:hover, 
body#thirty ul#nav li.thirty a:hover, 
body#restoration ul#nav li.restoration a:hover, 
body#report ul#nav li.report a:hover, 
body#downloads ul#nav li.downloads a:hover, 
body#links ul#nav li.links a:hover, 
body#contact li.contact a:hover  { 
	background: #8498c6; 
	color: #fff; 
	cursor: default; 
	text-decoration: none; 
	} 



/* social media links
   ------------------ */

ul#extralinks  { 
	border-top: 1px solid #90a3c9;
	float: left; 
	margin: 1.5em 0 0 0; 
	padding: 1.2em 0 0 0;
	width: 100%; 
	} 

ul#extralinks li  { 
	display: inline; 
	height: 44px; 
	line-height: 44px; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 425px; 
	} 

ul#extralinks li#facebook  { 
	float: left; 
	text-align: right; 
	} 

ul#extralinks li#rss  { 
	float: right; 
	} 

ul#extralinks img, 
body#report ul#extralinks img  { 
	border: none; 
	-khtml-border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
	float: left; 
	margin: 0; 
	padding: 0 10px 0 0; 
	} 

ul#extralinks li#facebook img, 
body#report ul#extralinks li#facebook img  { 
	float: right; 
	padding: 0 0 0 10px; 
	} 



/* footer
   ------ */

#siteinfo a  { 
	color: #1a5e8d; /* turquoise */
	} 

#siteinfo a:hover  { 
	color: #fff; 
	text-decoration: underline; 
	} 

a#lab99  { 
	background: url(images/99logo20x16.png) no-repeat 0 50%; 
	padding: 0.2em 0 0.2em 24px; 
	} 

ul#siteinfo  { 
	background: #90a3c9 url(images/corners01.png) no-repeat 50% 0; 
	border-bottom: 1px solid #1a5e8d; 
	clear: both; 
	color: #1a5e8d; /* turquoise */
	float: left; 
	list-style: none; 
	margin: 0; 
	padding: 1.2em 0; 
	width: 100%; 
	} 

ul#siteinfo li  { 
	margin: 0; 
	} 



/* home page main pictures and captions
   ------------------------------------ */

ul.piccaptions  { 
	float: left; 
	list-style: none; 
	margin: 0; 
	width: 100%; 
	} 

ul.piccaptions li  { 
	float: left; 
	margin: 0; 
	padding: 10px 0; 
	width: 100%; 
	} 



/* home page right-hand column
   --------------------------- */

ul#homelinks  { 
	float: left; 
	list-style: none; 
	margin: 0; 
	width: 100%; 
	} 

ul#homelinks li  { 
	float: right; 
	margin: 0; 
	padding: 0 0 0.5em 0; 
	width: 220px; 
	} 

#homelinks h3  { 
	padding: 0.5em 0 0 0;
	} 

#homelinks img  { 
	margin: 0.5em 0; 
	} 

a.externallink  { 
	background: url(images/arrows.png) no-repeat -650px 50%; /* red */
	color: #d22539; /* arrow red */
	padding: 0 0 0 15px; 
	} 

a.externallink:hover  { 
	background: url(images/arrows.png) no-repeat 0 50%; /* blue */
	color: #117abd; /* arrow blue */
	} 



/* contact form
   ------------ */ 

form  { 
	float: left; 
	margin: 0; 
	padding: 0 0 20px 0; 
	width: 500px; 
	} 

fieldset  { 
	border: 1px solid #fff; 
	} 

legend  { 
	visibility: hidden; 
	} 

form div  { 
	margin: 1em 0 0 0; 
	} 

label  { 
	float: left; 
	padding: 0 0.5em 0 0; 
	text-align: right; 
	width: 8em; 
	} 

label.message, 
label.zemTextarea  { 
	padding: 0; 
	text-align: left; 
	width: 100%; 
	} 

input  { 
	border: 1px solid #90a3c9; /* blue */ 
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	padding: 3px 5px; 
	width: 250px; 
	} 

input.submitform, 
input.zemSubmit  { 
	color: #d22539; /* arrow red */
	font-weight: bold; 
	margin: 0 0 0 0.5em; 
	padding: 0.2em 0.5em; 
	width: auto; 
	} 

input.submitform:hover, 
input.zemSubmit:hover  { 
	color: #117abd; /* arrow blue */
	cursor: pointer; 
	} 

textarea  { 
	border: 1px solid #90a3c9; /* blue */ 
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	font: small/160% verdana, tahoma, "trebuchet ms", arial, sans-serif; 
	height: 100px; 
	margin: 5px 0 10px 0; 
	padding: 5px; 
	width: 370px; 
	} 

input:focus, 
textarea:focus  { 
	color: #1a5e8d; /* turquoise */
	} 

ul.zemError  { 
	border: 1px solid #d22539; /* arrow red */
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	color: #d22539; /* arrow red */
	margin: 0 0 0.5em 0; 
	padding: 0.5em 0; 
	width: 400px;
	} 

ul.zemError li  { 
	list-style: none; 
	} 


/* gallery stuff
   ------------ */ 

ul#gallery a  { 
	border: 1px solid #90a3c9; /* blue */ 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	display: block; 
	height: 154px; /* img height plus T & B padding */ 
	width: 154px; /* img width plus L & R padding */ 
	} 

ul#gallery a:hover  { 
	border: 1px solid #f00; /* red */ 
	display: block; 
	} 

ul#gallery  { 
	float: left; 
	list-style: none; 
	margin: 10px 0; 
	padding: 0;
	width: 100%; 
	} 

ul#gallery li  { 
	display: inline; 
	float: left; 
	margin: 0 15px 10px 0; 
	} 

ul#gallery li img  { 
	border: none; 
	float: left; 
	display: inline; 
	margin: 0; 
	padding: 2px; 
	} 


/* slimbox
   ------- */ 

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading { background: #fff url(images/loading.gif) no-repeat center; }

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink { left: 0; }

#lbPrevLink:hover { 	background: transparent url(images/prevlabel.gif) no-repeat 0 15%; }

#lbNextLink { right: 0; }

#lbNextLink:hover { background: transparent url(images/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber { margin-right: 71px; }

#lbCaption { font-weight: bold; }

