/* Main Page Presentation */
* { margin: 0; padding: 0; }
body { background: #926530 url(images/woodbg.jpg) 0 0 repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; color: #005; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; }
h2 { color: #b42; font-size: 1.3em; } 
h3 { color: #a81; font-size: 1.1em; border-top: 1px solid #ddd; margin-top: 10px; padding-top: 3px; }
#page { width: 760px; margin: 30px auto; position: relative; }
#mainContent { background: white url(images/pagebg.gif) 0 0 repeat-y; }
a:hover { text-decoration: none; }
p { font-size: 0.85em; padding-top: 7px; }
p.warning { color: #b42; font-weight: bold; }
p#ender { font-size: 0; clear: left; }
ol.steps { margin: 10px 0 10px 40px; font-weight: bold; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	color: #b72; font-size: 1.2em; }
ol.steps li { margin-top: 0.5em; }
ol.steps span { color: #005; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: normal; }

/* Site Navigation */
#nav { background: url(images/navbg.jpg) 0 0 no-repeat; height: 41px; }
#nav ul { position: absolute; top: 5px; left: 5px; width: 426px; height: 36px; }
#nav ul li { list-style-type: none; float: left; text-indent: -9999px; }
#nav ul li a { text-decoration: none; display: block; border: none; 
	background: url(images/navigation.jpg) no-repeat; }
#nav ul li.home a { width: 100px; height: 36px; }
#nav ul li.home a:link, #nav ul li.home a:visited { background-position: 0px 0px; }
#nav ul li.home a:hover, #nav ul li.home a:focus { background-position: 0px -36px; }
body#home #nav ul li.home a { background-position: 0px -72px; cursor: default; }
#nav ul li.infrared a { width: 115px; height: 36px; border: }
#nav ul li.infrared a:link, #nav ul li.infrared a:visited { background-position: -100px 0px; }
#nav ul li.infrared a:hover, #nav ul li.infrared a:focus { background-position: -100px -36px; }
body#infrared #nav ul li.infrared a { background-position: -100px -72px; cursor: default; }
#nav ul li.gallery a { width: 104px; height: 36px; border: }
#nav ul li.gallery a:link, #nav ul li.gallery a:visited { background-position: -215px 0px; }
#nav ul li.gallery a:hover, #nav ul li.gallery a:focus { background-position: -215px -36px; }
body#gallery #nav ul li.gallery a { background-position: -215px -72px; cursor: default; }
#nav ul li.contact a { width: 107px; height: 36px; }
#nav ul li.contact a:link, #nav ul li.contact a:visited { background-position: -319px 0px; }
#nav ul li.contact a:hover, #nav ul li.contact a:focus { background-position: -319px -36px; }
body#contact #nav ul li.contact a { background-position: -319px -72px; cursor: default; }
	
/* Site Title */
#header { background: url(images/titlebg.jpg) 0 0 no-repeat; height: 144px; }
#header h1 { text-indent: -3000px; font-size: 0; }
#header h2 { margin: 113px 25px 0 222px; padding-bottom: 7px; border-bottom: 1px solid #ddd; }
	
/* Pics to the side of the page */
#sidePics { width: 172px; float: left; margin-top: -30px; padding-left: 25px; }
#sidePics p { margin: 0 10px 0 10px; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 0.85em; }
#sidePics img { margin: 10px 0 5px 0; }
.award { text-align: right; }

/* Main TEXT Content */
#textContent { margin-left: 220px; padding-right: 25px; line-height: 1.4em; width: 500px; }

/* Site Footer */
#footer { background: url(images/footerbg.jpg) 0 0 no-repeat; clear: both; margin-bottom: 30px; }
#footer p { padding: 24px 15px 18px 15px; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color: white; 
	text-align: center; font-size: 8pt; font-weight: bold; }
#footer p a { color: #cba; }
#footer p .siteCredit { color: #edc; font-size: 90%; font-weight: normal; padding-left: 1em; line-height: 2em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Photo Gallery */
.thumbnail { border: 1px solid #aac; float: left; text-align: center; padding: 0.5em; margin: 1em 1em 0 0; 
	background: white url(images/slidebg.gif) 0 0 repeat-x; }
.thumbnail img { border: 1px solid #336; }
.thumbnail p { width: 125px; margin: 0.5em; padding: 0; line-height: 1.2em; }
h3.galleryheader { border-top: none; padding-top: 1em; clear: both; }

/* Contact Form */
fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cb6; background: #eed url(images/formfieldbg.gif) 0 0 repeat-x; }
legend { font-weight: bold; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color: #a81; }
form p { margin: 0.5em; padding: 0; }
label { display: block; font-weight: bold; }
form #sendButton { margin: 0 auto; text-align: center; display: block; }