.x_input { display: none; }

/******
 *
 * LAYOUT
 *
 ******/
	body {
		padding: 0px;
		margin: 0px;
		background-image: url(/images/bg_body.jpg);
		background-repeat: repeat-x;
		background-color: #f8f8ef;
	}
	#top_stripe {
		height: 2px;
		background-color: #ba0001;
		overflow: hidden;
	}
	#wrapper {
		width: 995px;
		margin: 0px auto;
	}
	#head {
		height: 160px;
		position: relative;
	}
	#util {
		position: absolute;
		left: 560px;
		top: 8px;
		font-family: Arial, sans-serif;
		font-size: 15px;
	}
	#util a { color: #ba0001; }
	#top_logo {
		display: block;
		position: absolute;
		top: 51px;
		left: 13px;
		width: 224px;
		height: 79px;
		background-image: url(/images/logo.png);
		text-decoration: none;
	}
	#head_call {
		position: absolute;
		left: 340px;
		top: 56px;
	}
	#content {
		width: 981px;
		background-image: url(/images/bg_content.png);
		background-repeat: repeat-y;
	}
	#content_top {
		width: 981px;
		height: 12px;
		background-image: url(/images/content_top.png);
		overflow: hidden;
	}
	#content_left {
		width: 685px;
		padding: 9px 10px 20px 35px;
		float: left;
	}
	#footer {
		height: 42px;
		background-color: #3d3d3d;
		padding: 20px 0px;
	}
	#footer_content {
		width: 920px;
		margin: 0px auto;
		color: white;
		font-size: 13px;
	}
	#footer_content a {
		color: white;
		text-decoration: none;
	}
	#footer_content a:hover {
		text-decoration: underline;
	}
/* end layout */





/******
 * 
 * NAVIGATION
 *
 ******/
	#nav { height: 54px; }
	.nav {
		display: block;
		float: left;
		height: 45px;
		background-image: url(/images/nav_off.png);
		background-repeat: no-repeat;
		text-decoration: none;
	}
	.nav_current { background-image: url(/images/nav_on.png); }
	#n_home {
		width: 85px;
		background-position: 0px;
	}
	#n_about {
		width: 121px;
		background-position: -85px;
	}
	#n_services {
		width: 123px;
		background-position: -206px;
	}
	#n_locations {
		width: 133px;
		background-position: -329px;
	}
	#n_testimonials {
		width: 169px;
		background-position: -462px;
	}
	#n_photos {
		width: 111px;
		background-position: -631px;
	}
/* end navigation */




/******
 *
 * RIGHT COLUMN
 *
 ******/
	#content_right {
		width: 242px;
		height: 503px;
		float: left;
		position: relative;
	}
	#notepad {
		width: 210px;
		height: 189px;
		background-image: url(/images/bg_notepad.png);
		position: absolute;
		top: -68px;
		left: 5px;
		padding: 170px 25px 0px 25px;
	}
	#notepad label {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #ba0001;
	}
	.li_input {
		border: 1px solid #a9a9a9;
		width: 185px;
		height: 12px;
		font-family: Verdana, sans-serif;
		padding: 6px;
		color: #474646;
	}
	
	
	
	
/******
 *
 * DASHBOARD
 *
 ******/
	.dashboard_table {
		font-size: 12px;
	}
	.dashboard_table td {
		padding: 8px 15px 8px 0px;
		border-bottom: 1px solid gray;
	}
	.dashboard_table th {
		padding: 8px 18px;
		border-bottom: 1px solid black;
	}
	.d_leftcol {
		width: 450px;
		margin-right: 15px;
		float: left;
	}
	.d_rightcol {
		width: 196px;
		float: left;
		border: 1px solid gray;
		padding: 10px;
		font-size: 12px;
		background-color: #dfdfdf;
	}
	.breadcrumbs {
		font-size: 12px;
	}
	.odd_row {
		background-color: #f6f6f6;
	}
	.d_info_table {
		font-size: 14px;
	}
	.d_info_table td {
		padding: 3px 8px 3px 0px;
	}
	
	
	
	
	
/******
 *
 * LOCATIONS
 *
 ******/
	.loc_info {
		width: 260px;
		float: left;
		margin-left: 15px;
		font-size: 14px;
	}
	
	
	
/******
 * 
 * HOME PAGE
 *
 ******/
	#slides {
		position: relative;
	}
	#slides img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	
#jtfr {
	position: relative;
	top: 310px;
	font-size: 16px;
	margin: 0px 12px;
}





.testimonial, .faq {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}

.faqq { font-weight: bold; }
.faqa { margin-left: 20px; }
textarea.form_input {
	width: 300px;
	height: 170px;
}
.form_input {
	padding: 3px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
