﻿/*---->>>Style Sheet Rules<<<----*/

/*---->>>Sets HTML Rules<<<----*/

html {
	height: 100%; 
	margin-bottom: 1px;
}

.aa-right-align-text {
	text-align: right;
}
.aa-classes_border {
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.aa-classes-table {
	font-size: 90%;
	width: 95%;
	text-align: center;
}
.aa-bullets-none {	/* this is a bulleted list that doesn't show the bullets */
	list-style-type: none;
}
.aa-tbd {			/* highlight the text in yellow */
	background-color: #FFFF00;
}

.aa-map {
	border: 1px solid;
	width: 425px;
	height: 350px;
}
	
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #eaded0 url('images/background.jpg') repeat-x;
/* this is the plain blue image at the top of the page; also, the background color is a little off-white for the rest of the page (matches the off-white in the background image */	
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

hr { /* horizontal line */
	background-color: #39576a;
	color: #39576a;
	border: none;
	height: 2px;
	width: 80%;
}

img {
	border: none;
}

ul {
	padding: 0;
	margin: 0 0 10px 20px;
	list-style: square;
}

h1 {
	color: #39576a;
	font: normal small-caps bold 16px Georgia, Helvetica, serif;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	color: #39576a;
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	color: #6c5940;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h4 {
	color: #39576a;
	font: bold 12px Arial, Helvetica, sans-serif; 	
	border-top: 1px solid #7e8948;					/* top and bottom border */
	border-bottom: 1px solid #7e8948;
	padding: 0;
	margin: 0 0 10px 0;
}

h5 {
	color: #6c5940;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #808080;				
	padding: 0;
}

h6 {
	color: #39576a;
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

a {		/* address links */
	color: #483d8b; /* dark slate blue */	
	text-decoration: none;
	font-weight: bold;
}

a:hover {	/* links hovering color */
	color: #2f4f4f; /* dark slate gray */
	text-decoration: underline;
	font-weight: bold;
}
	
/*---->>>Sets Formatting for Form<<<----*/

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 0 0 5px 0;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #808080;
	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;}

/*---->>>Sets ID Rules Used for Page Layout<<<----*/
#wrapper {
	background-image: url('images/wrapperbg.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

#global {
	text-align: right;
	font-size: 80%;
	padding: 2px 25px 0 0;
	height: 18px;}
	
	#global a {
		color: #000000;
		font-weight: normal;}
	
	#global a:hover {
		color: #000000;
		text-decoration: underline;
		font-weight: normal;}	

#logo {
	text-align: left;}

#mainimage {  /* the main image at the top of the page */
	background: url('images/mainimage_bodysoul.jpg') no-repeat;  
	color: #eaded0;
	height: 236px;
	padding: 10px 25px 0 0;
}

#navigation {
	width: 160px;	/* reducing this value shifts the buttons to the right*/
	float: right;}

#navigation a {
	display: block;
	width: 120px; /* color of the button text */;
	color: #000000;
	font-weight: bold;
	font: normal small-caps bold 110% serif;
	text-decoration: none; 
	letter-spacing: 2px; /* space between letters of the words */;
	text-align: right;
	padding: 2px 0;
	margin: 1px 0;
	border: 1px none #eaded0; 
}	
	
#navigation a:hover {
	/* behavior when hovering */
	background: #6495ED; /* cornflower blue */
	color: #000000;
	font-weight: bold;
	font: normal small-caps bold 110% serif;
	text-align: right;
	border: 1px #ffffff none; 
}

#content {
	float: left;
	width: 560px;
	line-height: 1.5em;
	padding: 0 15px 0 25px;}

#contentwide {
	width: 840px;
	line-height: 1.5em;
	padding: 0 30px;}

#sidebar {
	font-size: 85%;
	float: right;
	width: 260px;
	padding: 0 25px 0 15px;}

#footer {
	clear: both;
	background: #eaded0 url(images/footer.jpg) no-repeat;
	color: #000000;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 80%;
	height: 70px;}

#footer a {
	color: #000000;
	font-weight: normal;}
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;}
	
#footer p {
	margin: 0;
	padding: 3px 0;}
	
/*---->>>Sets 2-Column Catalog Display<<<----*/

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	margin-left:auto;
	margin-right:auto}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*---->>>Sets Classes Used for Formatting<<<----*/

p.small {
	font-size: 80%;}

.box {
	background: #f6f6f6;
	border: 1px dashed #c2c2c2;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;}

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.image-border {
	border: 3px double #c2c2c2;}
	
.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: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

