﻿body
{
	margin:20px;
	padding:0px;
	background-color:#A7A37E;
	background-image:url(images/Paper1.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
	font-family: Frutiger, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:.9em;
	line-height:1.4em;
}

div, img
{
	margin:0px;padding:0px;
}

h2
{
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	border-bottom:1px solid #337E8F;
	width:90%;
}

#pageWrapper
{
	width:800px;
	margin: auto;
}

#footer 
{
	width:780px;
	margin:auto;
	padding:0px;
	background-color:#A7A37E;
	height:200px;
	padding:30px 10px 20px;
	color:#EFECCA;
}

#footer ul, #footer li
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer a
{
	color:#EFECCA;
	text-decoration:none;
	font-weight:normal;
	font-size:.8em;
}
#footer a:hover
{
	color:#000;
}
#header
{
	padding:0px;
	margin:0px;
	width:800px;
	height:120px;
	background-image:url(images/MSWoodLogo.jpg);
	background-repeat:no-repeat;
	background-color:#E6E2AF;
}

#page
{
	width:780px;
	margin:auto;
	padding:10px;
	color:#337E8F;
	background-color:#EFECCA;
}

p
{
	margin:0px;
	padding:0px;
	padding-bottom:1em;
}

.smallNote
{
	color:#aaa;
	font-style:italic;
	font-size:.8em;
}

/* Forms */
label 
{
	width:150px;
	text-align:left;
	float:left;
	color:#444;
	font-style:italic;
}

/* Menu */
ul.menu 
{
	background-color:#EFECCA;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:20px;
	font-size:.8em;
	border-top:3px solid #000;
	border-bottom: 1px solid #000;
	margin:0;
	padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:14px;
padding:0px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color: #000;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

ul.submenu 
{
	background-color:#EFECCA;
	list-style-type:none;
	width:auto;
	height:20px;
	font-size:.8em;
	margin:0;
	padding:0;
}

ul.submenu li {
margin:0;
padding:0;
}

ul.submenu li a {
color:#A79787;
text-decoration:none;
height:14px;
padding:0px 10px 0;
font-weight:normal;
}

ul.submenu li a:hover,.current {
color: #000;
text-decoration:none;
}

ul.submenu .current a {
color:#fff;
font-weight:700;
}

/*  SlideShow Styles */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/* Pop-up Progress Indicator */
.progress
{
	display:block;
	position:absolute;
	padding: 2px 3px;
}
.progressContainer
{
	border:solid 1px #808080;
	border-width: 1px 0px;
}
.progressHeader
{
	background: url(images/sprite.gif) repeat-x 0px 0px;
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
}
.progressBody
{
	background-color:#f2f2f2;
	border-color:#808080;
	border-style: solid;
	border-width: 0px 1px;
	padding:10px;
}
