﻿/*  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: #ffffff url('../images/background.jpg') repeat-x;
	color: #000000;
	font: normal 76% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #800000;
	color: #800000;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  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:  #993399;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #999966;
	decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

/*  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: #990000;
	font: bold 22px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1.5px;
	padding-top: 8px;
}
h2{
	color: #CC3300;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
h3{
	color: #800080;
	font: normal 16px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
h4 {
	border-bottom: 1px dashed #959595;
	color: #000000;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 8px;
}
h5 {
	border-bottom: 1px dashed #959595;
	color: #800000;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFCC;
	padding-top: 8px;
}
h6 {
	color: #800000;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.center {
	text-align: center;}	

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	border: medium ridge #FFFFFF;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 230px;
}

#topnav {
	position: absolute;
	left: 0px;
	top: 192px;
	z-index: 1;
	width: 899px;
	text-align: right;
	color: #000000;
	height: 40px;
	font-size: 90%;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding-top: 8px;
}
#topnav a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
}

#topnav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}

/*  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 {
	border-style: none solid solid none;
	font-size: 90%;
	float: left;
	width: 220px;
	padding: 10px 10px 0 10px;
	background-color: #660066;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#sidechanges {
	font-size: 90%;
	width: 220px;
	background-color: #660066;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-bottom-color: #660066;
}
#sidebarwhite {
	padding: 8px;
	font-size: 10pt;
	width: 202px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 30px;
	border-bottom-color: #660066;
}
#content {
	width: 600px;
	float: right;
	padding: 10px 10px 20px 20px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#rightbar {
	padding: 8px 5px 8px 10px;
	border: thin dotted #C0C0C0;
	float: right;
	width: 160px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFCC;
	text-align: left;
	margin-left: 15px;
}
#contentfull {
	float: right;
	width: 780px;
	line-height: 1.5em;
	padding: 0 60px 0 20px;}
	
#barbox {
	padding: 8px 10px 8px 10px;
	border: thin outset #FF9900;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFCC99;
	text-align: left;
	margin-left: 0px;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	padding: 20px 0 5px 0;
	background: #CCCCCC no-repeat;
	clear: both;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 40px;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}
.captionnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #800000;
}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

/*  Images  */

.imageleft-noborder-top {
	margin: 10px 10px 0 0;
	float: left;
}

.imageleft-noborder-bottom {
	margin: 0 10px 10px 0;
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}

.imageright-noborder-bottom {
	margin: 0 0 10px 10px;
	float: right;
}

/*  Buttons for slideshow */
	
.thumbnaillinks {
	border-style: solid;
	border-width: 0;
}
barboxright {
	border-style: none;
	padding: 8px 10px 8px 10px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 0px;
}
.newStyle1 {
	font-family: barboxright;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	background-color: #FFCC99;
	margin: 0px;
	padding: 10px;
}
