﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #ffffff;
	color: #000000;
	font: normal 12px Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #b3791e;
	color: #b3791e;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
.square {
	list-style: square;
	margin: 0px 0px 0px 45px;
	}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #884712;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #606060;
	text-decoration: underline;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #808080;
	font: normal 2.4em Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
}

h2{
	color: #b3791e;
	font: bold normal 1.8em Arial, Helvetica, sans-serif;
	text-align: left;
}

h3{
	color: #b3791e;
	font: normal 1.8em Arial, Helvetica, sans-serif;
	text-align: left;
}

h4 {
	color: #808080;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	color: #b3791e;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: left;
}

h6 {
	color: #808080;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
.smallfont {
	color: #884712;
	font-weight: normal;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/wrapper.jpg) repeat-y left top;
}

/*  The items below set the properties of the top header as
well as the global navigtion links and the main navigation
link group that sit on top of the header image. */

#header {
	position: relative;
	width: 900px;
	height: 260px;}

#global {
	left: 0;
	top: 0px;
	z-index: 1;
	color: #808080;
	height: 20px;
	text-align: right;
	padding-right: 20px;
	font-size: .9em;
	position: absolute;
	width: 880px;
	padding-top: 5px;
}

   #global a {
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}

   #global a:hover {
      color: #884712;
      font-weight: normal;
      text-decoration: underline;}

/* The items below set the properties for the main
navigation block. If you need room for more links,
reduce the amount of the line-height below. */

#navbar {
	position: absolute;
	left: 19px;
	top: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5em;
	height: 190px;
	width: 263px;
	text-align: left;
	font-size: 1.1em;
}
#navbar a {
	padding: 0 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;}

#navbar a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;}


/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	float: left;
	width: 260px;
	padding: 0 20px 0 20px;
	background: url(../images/sidebarbknd.gif) repeat-y left top;
	font-size: .9em;
}
#sidebar p {
	font-size: .85ems;
}
#content {
	float: right;
	width: 580px;
	line-height: 1.5em;
	padding: 0 10px 0 10px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	color: #808080;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.8em;
	font-size: 80%;
	padding: 40px 10px 0 300px;
	height: 60px;
}

#footer a {
	color: #808080;
	font-weight: normal;
	text-decoration: none;}

#footer a:hover {
	color: #884712;
	font-weight: normal;
	text-decoration: underline;}

#footer p {
	margin: 0;
	padding: 0;}

/*  The
items below set the properties for the form, input fields, the submit
button, etc.  */

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}
	.formtitle {
	padding-top: 5px;
	padding-bottom: 5px;	
	}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	width: 33%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 5px #c2c2c2 double;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 5px #c2c2c2 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 5px #c2c2c2 double;}

.rustbknd {
	border-width: 1px;
	background-color: #B3791E;
}
.style19 {
	color: #B3791E;
	font-size: medium;
}
.bdred {	color: #884712;
	font-weight: bold;
}
.60 {	margin-left: 60px;
}
.SendToAFriend  {
	font-size: 85%;
	font-weight: bold;
	text-align: right;
}
.SendToAFriend a {
	text-decoration: none !important;
}
.SendToAFriendForm .box{
	width: 200px;
}
#title {
display:none;}
#copyright {
	display: none;
}
#signature {
	font: bold 1.2em "Lucida Calligraphy", fantasy;
	color: #333333;

}
