/* CSS Document */
/* Helpers and base rules */

img	{
	border: 0;
	}
/* The body style affect ALL type on the pages*/
body{
	font-family: Arial,sans-serif;
	background-color: #eaead5;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #9b3e17;
	text-decoration: none;
}

a:visited{
	color: #9b3e17;
	text-decoration: none;
}

a:hover{
	color: #9b3e17;
	text-decoration: underline;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333;
}
	
/* Typography 	*/

p{
 font-size: 80%;
 line-height: 1.3em;
 color: #333;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
}
h1{
 font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
 font-size: 120%;
 color: #9b3e17;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 105%;
 color: #9b3e17;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 90%;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.smalltext {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	}
/* This is the main wrapper "outer box" for the entire page*/
#contentwrapper{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #635f40;
	}
#pagewrapper2col{
	width: 760px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
/* This is the document header section*/
#header	{
	width: 760px;
	height: 144px;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: left top;
	background-image: url(/images/headerbkgrnd.jpg);
	}
#header img {
	margin: 0;
	padding: 0px;
	float: left;
}

/* This is the top navigation bar 	*/

#leftnav {
	width:263px;
	height: 740px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(/images/leftnavbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#subnav {
	font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	margin: 20px 0px 20px 0; 
	padding: 0px;
	text-align: right;
	}
#subnav p{
 font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
 font-size:11px;
 }
#subnav H3{
  font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
  font-size:11px;
  }

#main {
	width:497px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(/images/mainbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	}
#main p{
	margin:5px 10px;
	padding: 5px 20px;
	line-height: 1.5em;
	}
#main h1 {	
	margin:5px 10px 0 10px;
	padding: 5px 20px;
	font-weight: bold;
	}
#main h2 {	
	margin:5px 10px 0px 10px;
	padding: 5px 20px 0px 20px;
	font-weight: bold;
	}
#main ul {
	margin:5px 0px 0 25px;
	padding:0;
	list-style-position: outside;
	}
#main li {
	margin:5px 0px 0 25px;
	font-size: 80%;
    line-height: 1.3em;
    color: #333;
	}

/* containers 	*/
#address {
	font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	margin: 20px 0px 20px 0; 
	padding: 0px;
	text-align: right;
	}
#address p{
 font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
 font-size:11px;
 }
 #address H3{
  font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
  font-size:11px;
  }
#thumbnails{
 font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
#thumbnails p{
	margin:5px 10px;
	padding: 0px 20px;
	line-height: 1.5em;
}
#thumbnails h2 {	
	margin:10px 10px 0px 10px;
	padding: 10px 20px 0px 20px;
	font-weight: bold;
	}
#thumbnails	.thmbcallout {
	float: left; 
	margin:10px 10px 5px 15px;
	padding: 0;
	text-align: center;
	}
 
.lcallout {
	float: left; 
	margin:15px 10px 5px 15px;
	padding: 0;
	background:#666;
	border:1px solid #333;
	text-align: center;
	}
.lcallout2 {
	float: left; 
	margin:15px 10px 5px 15px;
	padding: 0;
	text-align: center;
	}
.rcallout {
	float: right; 
	padding: 0px;
	margin: 10px 0 5px 20px;
	background:#666;
	border:1px solid #333;
	text-align: center;
	}
.imgcontainer {
	margin: 3px 0px; 
	padding: 0px;
	background:#CCC;
	border:3px solid #999;
	text-align: center;
	}
	/* Now for the forms 	*/

#form{
	margin:5px 10px;
	padding: 5px 20px;
}
#form h2 {	
	font-weight: bold;
	margin:0px;
	padding:0px;
	}
.formreq {
 	font-size: 80%;
	text-align: left;
	padding-right: 10px;
	}

.formfields {
	width: auto;
	text-align: left;
	}

/* These are for the bottom of the page 	*/
#footer	{
	clear:both;
	width:760px;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#333;
	}
html>body #footer {	
	width:760px;
	text-align: center;
	}
#footer #utilnav{
	margin:0 auto;
	padding: 25px 0 0 0;
	font-size:10px;
	text-align: center;
	color:#333;
	}
#footer #utilnav p{
	margin:0 auto;
	padding: 10px 0 0 0;
	font-size:10px;
	text-align: center;
	color:#333;
	}
#footer a {	
	text-decoration:none;
	color:#333;
	}
#footer a:hover {	
	color:#9b3e17;
	}
#mainbottom	{
	clear:both;
	width: 747px;
	height: 20px;
	padding:0;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(/images/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
html>body #mainbottom {	
	width:747px;
	}
	/* Odds and Ends */
#rotateimgmain	{
	margin: 3px auto; 
	padding: 0px;
	background:#CCC;
	border:3px solid #999;
	text-align: center;
	width: 440px;
	}
.smallertext {

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
	/* Gallery Code */
	#gallerywrapper {
	position: relative;
	width:497px;
	float: left;
	text-align: left;
	color: #000000;
	background-color: #ebebd5;
}
#kwphotomain {position:relative; left:25px; top:8px; width:440px; height:330px; z-index:3; visibility: visible; }
#kwcover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; position:absolute; left:25px; top:8px; width:440px; height:330px; z-index:900; background-color: #FFFFFF; border: none; visibility: hidden; }
#KWscrollCover {position:absolute; left:25px; top:340px; width:440px; height:112px; visibility:visible; z-index:800; background-color:#333333; }
#KWscrollLayer {position:absolute; left:25px; top:340px; width:440px; height:90px; clip:rect(0px, 450px, 90px, 0px); overflow:hidden; visibility:visible; z-index:800;}
#KWscrollControl  {position:absolute; width:450px; height:15px; left:8px; top:370px; z-index:700;}
#kwthumbnails {position:absolute; left:0px; top:0px; width:3800px; height:90px; z-index:1; visibility: visible; background-color:#333333; }
