﻿/*  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;
}

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: #CC0000;
	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: #999999;
	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: #000000;
	font: bold 20px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 8px;
}
h2{
	color: #800000;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
h3{
	color: #800000;
	font: normal 16px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 13px 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 {
	background-image: url('../images/wrapper.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

/*  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: 60px;
	top: 190px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #ffffff;
	height: 30px;
	font-size: 90%;
}

#topnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;}

#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 {
	font-size: 90%;
	float: left;
	width: 230px;
	padding: 0 10px 0 60px;
}

#content {
	width: 510px;
	float: right;
	padding: 0 60px 0 20px;}
	
#contentfull {
	width: 800px;
	margin: auto;
	padding: 0 20px 0 20px;}
#contentfullmarginleft {
	width: 780px;
	margin: auto auto auto 45px;
	padding: 0 20px 0 20px;
}
	
#rightbar {
	float: right;
	width: 108px;
	padding: 0 0 0 0px;
	border-left-style: none;
	border-bottom-style: none;
	margin-left: 20px;
	border-right-style: none;
}


/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	background: #ffffff url('../images/footer.jpg') no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;
}

#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;}

/*  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%;}
	
.caption {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/*  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 */
	
.rightalign {
	text-align: right;
}

.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	background-color: #FFD3A8;
	padding: 10px;
}

.thumbnaillinks {
	border-style: solid;
	border-width: 0;
}
/* Thumbnail Index */

/* Photo Navigation */

/* Photograph */

/* Photograph Title */

/* Photograph Caption */

.searchphrases {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	border-top-style: solid;
	border-top-width: thin;
}

.highlightbar {
	border-bottom: 1px dashed #959595;
	color: #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 8px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #800000;
	border-bottom-color: #800000;
	background-color: #CCCCCC;
	padding-bottom: 8px;
}
.benefit {
	padding: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC99;
}

