.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: 140px;
		position: relative;
	}
	#util {
		position: absolute;
		left: 400px;
		top: 8px;
		font-family: Arial, sans-serif;
		font-size: 15px;
	}
	#util a { color: #ba0001; }
	#top_logo {
	display: block;
	position: absolute;
	top: 41px;
	left: 0px;
	width: 290px;
	height: 79px;
	background-image: url("../images/logo.png");
	text-decoration: none;
	}
	#head_call {
		position: absolute;
		left: 295px;
		top: 55px;
	}
	#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_menu ul {
list-style-type: none;
margin: 0px !important;
padding: 0px !important;
}

.nav_menu ul li {
margin: 0px;
padding: 8px;
border-top: 1px solid gray;
}

.nav_menu ul li:hover {
background-color: #746f6f;
}

.nav_menu ul li a{
font-size: 12pt !important;
padding: 0px!important;
font-family: Arial,sans-serif !important;
font-weight: bold;
white-space:nowrap;
}

.nav_menu ul li a:hover{
background-color: #746f6f !important;
}

#nav {
	height: 54px;
	background-color: #3a3a3a;
}

#nav2 {
	height: 40px;
	background-color: #3a3a3a;
	padding-top: 10px;
	z-index:999;
}

.nav_menu{
float: left;
padding: 0px !important;
margin: 0px !important;
position: relative;
z-index:999;
top: -11px;
}

.nav_menu:hover div{
	display: inline !important;
	}

#nav2 a{
	font-family:impact,arial;
	font-size:18pt;
	color: white;
	text-decoration:none;
	padding-top: 11px;
	padding-bottom: 15px;
	position: relative;
	display:block;
}

#nav2 img{
	padding-left: 15px;
	padding-right: 15px;
}

#nav2 a:hover{
background-color: #ba0001;
}
	.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;
		z-index: 0;
	}
	#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;
}
.location_logo{
font-weight: bold;
white-space:nowrap !important;
text-align:center;
font-size: 7pt;
font-style:italic;
position:absolute;
height:30px;
}