@import "nav.css";
body {
	background: #f9fbf3;
}

fieldset {
	border: none;
}

div#page {
	border: 1px solid #924f30;
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

	#page #header h1 {
		margin: 0;
		padding: 0;
		width: 760px;
		height: 71px;
		display: block;
		background-image: url(../img/header.jpg);
		text-indent: -999em;
	}
#main {
	position: relative;
	margin: 40px 15px 15px;
	margin-top: 40px;
	height: 1%;
	overflow: hidden;
}
	
	#main #focus {
		position: relative;
		float: right;
		margin: 0 0 15px 15px;
	}
	
	#main #focus.no_desc {
		float: left;
	}
	
	#main ol {
		margin: 0 15px 1em 25px;
	}
	#main ol li {
		padding: 0 10px .5em 0;
	}
	
.home #main #focus {
	position: relative;
	border: none;
	float: left;
	padding: 0 15px 15px 0;
}

#main-content {
	margin-top: 3em;
}
	#main-content h2 {
		font-size: 1.3em;
		margin: 0;
		padding: 0 0 0.3em 0;
	}

.home #main-content p {
	font-size: .9em;
	font-weight: bold;
	padding: 0 0 1.5em 0;
}

	.home #main-content p a {
		color: #5a2e25;
	}
	
	.home #main-content p span {
		width: 110px;
		display: block;
		float: left;
		font-weight: normal;
		padding-right: 15px;
	}
		.home #main-content p#hours {
			font-size: 1em;
			font-weight: normal;
			float: left;
			text-align: center;
			width: 250px;
			display: block;
		}
		
		.home #main-content p#servicearea {
			line-height: 1.3em;
			padding: 0;
		}

.home #page_footer li {
	visibility: hidden;
}
.directions #extra {
	margin: 15px 0 0;
}
	.directions #extra h3 {
		margin: 0;
		padding: 0;
	}

#page_footer {
	display: block;
	width: 760px;
	height: 55px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/footer.jpg) no-repeat;
}

	#page_footer ul {
		width: 750px;
		margin: 0 auto;
		padding: 0;
		list-stle: none;
	}
	
	#page_footer li {
		color: #924f30;
		margin: 0;
		padding: 22px 0 0;
		font-weight: bold;
		font-size: .8em;
		line-height: 1.1em;
		display: block;
		float: left;
		width: 300px;
		text-align: center;
	}

		#page_footer li.middle {
			width: 150px;
		}
		#page_footer li a,
		#page_footer li a:hover {
			color: #924f30;
		}

	#page_footer p {
		color: #924f30;
		font-weight: bold;
		font-size: .8em;
		margin: 0;
		padding: .4em 0 0;
		text-align: center;
		clear: both;
	}
	
/* Form Error Stuff */
	/* Form Processing */
	body.curWait {
		cursor: wait;
	}
	
	/* Errors */
		div.formErrors {
			float: right;
			border: 1px solid #f99;
			background: #ddd;
			width: 320px;
			color: #f00;
			padding: .5em;
			display: none;
			margin-right: 20px;
		}

		div.formErrors ul {
			margin: 0 0 1.5em 0;
			padding-left: 20px;	
			list-style: none;
		}
		
		div.formErrors li {
			padding: 0;
			margin: 0;
			font-size: .9em;
		}
		
		div.formErrors h3 {
			font-size: 1.2em;
			color: #f00;
		}
		
		div.shown {
			visibility: visible;
			display: block;
		}
		
		.error {
			background-color: #fff12a;
		}

#frmHomePage label {
	font-size: 1.3em;
}

.directions #extra h3 {
	padding: 1.5em 0 0.25em 0;
}
.directions #extra a {
	display: block;
	padding: 0 0 0.25em 0;
	overflow: hidden;
}
.driving {
	display: none;
}

/***
 * ADMIN PAGES 
 ***/
.pages #main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pages li {
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

.pages li ul li {
	margin: 0.5em 0 0.5em 20px;
	font-weight: normal;
}
ul#styles {
	list-style: none;
	margin: 15px;
	padding: 0;
}
	ul#styles li {
		line-height: 1.3em;
		font-size: 1.1em;
		width: 335px;
		display: block;
	}
	ul#styles li.even {
		clear: left;
		float: left;
	}
	
	ul#styles li.odd {
		float: left;
	}
ul#style_nav {
	padding; 0;
	margin: 15px 5px;
	list-style: none;
}
	ul#style_nav li {
		float: left;
		font-size: .8em;
		line-height: 1.5em;
		font-weight: bold;
	}
	
	ul#style_nav li a,
	ul#style_nav li.current {
		color: #924f30;
		padding-right: 10px;
	}
	
	ul#style_nav li a:hover {
		text-decoration: none;
	}
	
ul#variations {
	margin: 0;
	padding: 0;
}

	ul#variations li {
		float: left; 
		height: 160px; 
		width: 33%; 
		display: block;
		margin: 1em 0 1em 0;
	}
	* html ul#variations li {
		height: 200px;
	}
	ul#variations li.first {
		clear: both;
	}

		ul#variations li p {
			text-align: center;
			clear: both;
			font-size: .8em;
			padding-left: 20px;
			padding-right: 30px;
			width: 150px;
		}

thead th {
	font-size: 1.1em;
	background: #bbb;
	border-bottom: 2px solid #333;
}
thead {
	margin-bottom: 10px;
}
tbody tr.odd {
	background: #ccc;
}
tbody td {
	padding: 3px;
}
tbody td.name {
	width: 70%;
	font-weight: bold;
}

tbody td.sort,
tbody td.action {
	width: 15%;
	text-align: center;
}

td.sort option {
	width: 30px;
}

/* Drop Shadow Stuff */
/* IE HACK */
a div.shadow {
	cursor: pointer;
}
div.shadow {
	overflow: hidden;
	position: relative;
	margin: 0 0 15px 15px;
	padding: 0 10px 10px 0;
	float: right;
	background: #fff url(/img/shadow/bg_shadow.gif) bottom right;
}
	div.shadow.no_desc {
		margin-left: 0px;
		float: left;
	}
	
	div.shadow.thumbnail {
		float: left;
		margin: 0 0 0 10px;
	}
	
	div.shadow.no_float {
		float: none;
	}
	
	div.shadow.thickbox {
		float: left;
		margin: 20px 0 0 25px;
	}
	
	div.shadow.popup {
		float: left;
		margin: 0;
	}
	
div.shadow img {
	margin: 1px 1px 0 1px;
	border: 2px solid #c57f3a;
	border-bottom: 1px solid #c57f3a;
}

div.shadow div.topright {
	width: 20px;
	height: 20px;
	background: transparent url(/img/shadow/tr_corner.gif) no-repeat top right;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.shadow div.bottomleft {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0px;
	left: 0px;
	background: transparent url(/img/shadow/bl_corner.gif) no-repeat bottom left;
	overflow: hidden;
}

.li_txt_align {
	padding-left: 150px;
}

.testimonial p {
}
.testimonial p.content {
	font-weight: bold;
	margin: 0 30px 0 10px;
}

.testimonial p.contributor {
	font-style: italic;
	font-size: .8em;
	margin: 0.5em 0 20px 30px;
}