/* CSS Document 
================== */


/*  Layout Rules
------------------ */
#wrapper {
	position: relative;
	background-color: white;
	height: auto;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
	background-color: white;
	background-image: url("images/logo.jpg");
	background-position: bottom-left;
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 770px;
}

#body {
	position: relative;	
	background-color: white;
	margin: 0;
	padding: 0;
	height: auto;
	width: 770px;
	overflow: hidden;
}
#left_body {
	position: relative;
	background-color: white;
	color: black;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 546px;
	text-align: left;
}

#main_menu {
	position: relative;
	float: left;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 546px;
	line-height: 23px;
	text-align: left;
	font-size: .9em;
}

#main {
	position: relative;	
	float: left;
	background-color: white;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	height: auto;
	min-height: 675px;
	width: 546px;
}

#main div {
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#main_right {
	position: relative;	
	float: right;
	background-color: white;
	background-image: url("images/footprints.jpg");
	background-repeat: repeat-y;
	height: auto;
	width: 481px;
	padding-left: 58px;
	margin: 0px;
	margin-bottom: 30px;
}


#right_body {
	position: relative;
	float: right;
	background-color: white;
	background-image: url("images/right_bg.jpg");
	background-repeat: repeat-y;
	padding: 0px;
	padding-bottom: 30px;
	margin: 0px;
	height:auto;
	width: 224px;
	color: white;
	text-align: left;
}

#top {
	position: relative;
	background-color: white;
	background-image: url("images/top_right_menu.jpg"); 
	padding: 0px;
	margin: 0px;
	height: 36px;
	width: 224px;
}

#testimonials {
	position: relative;
	background-color: white;
	background-image: url("images/testimonials.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-top: 35px;
	padding-left: 30px;
	height: 185px;
	width: 223px;
}

#contact {
	position: relative;
	float: left;
	background-image: url("images/right_bg.jpg");
	background-color: white;
	color: black;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 223px;
	text-align: left;
	
}
#directions {
	position: relative;
	float: left;
	background-image: url("images/right_bg.jpg");
	background-color: white;
	color: black;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	height: 33px;
	width: 223px;
}

#hours {
	position: relative;
	float: left;
	background-image: url("images/right_bg.jpg");
	background-color: white;
	color: black;
	padding: 0px;
	margin: 0px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	height: auto;
	width:221px;
	text-align: left;
}

#footer{
	position: relative;	
	float: left;
	background-color: #770000;
	padding: 0px;
	margin: 0px;
	height: 60px;
	width: 770px;
	text-align: center;
	color: #E9E9E9;
	clear: both;
	font-size: .85em;
	line-height: 30px;
}

#springboard {
	position: relative;	
	float: left;
	background-color: #333;
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 770px;
	text-align: center;
	color: white;
	font-size: .8em;
	line-height: 20px;
}



/* Text Rules 
------------------ */
body {
	background-color: #000;
	background-image: url("images/bg.gif");
	margin: 0px auto;
	padding: 0px;
	font-family: Arial,  Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: .8em;
	text-align: center;
}

p, li, ul  {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

em {
	font-size: .75em;
	padding-left: 5px;
}

h1 {
	color: #a80000;
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	color: #a80000;
	font-size: 1.15em;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	color: #a80000;
	font-size: 1.15em;
	padding-top: 0px;
	margin-top: 0px;
}

h4 {
}

td {
	font-size:.9em;
}

li.main {
	margin-left: 30px;
}

/* Text Alignment
----------------- */

#main_menu p{
	padding: 0px;
}

#main tr {
	line-height:12px;
}

#tag_line p{
}

#footer p{
	padding-top: 5px;
	padding-bottom: 5px;
}

#right_body td {
	padding-left: 21px;
}
#springboard p {
	padding: 0px;
	margin: 0px;
}


/* Link Rules
------------------ */

a:link, a:active, a:visited{
	color: white;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:hover.spring {
	color: black;
	text-decoration: underline;
}

a:active.spring, a:visited.spring, a:link.spring {
	color: blue;
}

#main_menu a:link, #main_menu a:visited, #main_menu a:active{
	color: #fff;
	text-decoration: none;
}

#main_menu a:hover {
	color: #8A0000;
	text-decoration: none;
}

#main a:link, #main a:visited, #main a:active{
	color: #a80000;
	text-decoration: none;
}

#main a:hover {
	color: #a80000;
	text-decoration: underline;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#springboard a:link, #springboard a:visited, #springboard a:active {
	color: #79C;
	text-decoration: none;
}	

#springboard a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Navigation Rules
------------------ */

#main_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#main_menu li {
	display:inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	padding-right: 8px;
	font-weight: bold;
	line-height: 23px
}

/* Image Gallery Rules 
-----------------------*/

.thumbnail img{
		border: 1px solid white;
		margin: 0 5px 5px 0;
		border: none;
	
	}

.thumbnail:hover{
			background-color: transparent;
			border: none;
	
	}

.thumbnail:hover img{
		border: none;
	}

.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		padding: 5px;
		left: 5px;
		visibility: hidden;
		color: black;
		text-decoration: none;
		border: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 5px;
		border: none;
	}

.thumbnail:hover span{ /*CSS for enlarged image*/
		visibility: visible;
		top: 41px; /*position where enlarged image should offset vertically */
		left:230px; /*position where enlarged image should offset horizontally */
		z-index: 50;
		border: none;
	}

