@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {	text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/* end reset */

body {background:  url(images/site-bck.png) repeat-x #042608; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #303030;}
.clear {clear: both;}
#wrapper {width: 912px; margin: 0 auto;}
  #calltoday {font-size: 24px; color: #fff; font-family: helvetice neue, lucidia grande, arial; font-style: italic; text-align: right; margin: 10px 0 0 0; font-stretch: expanded;} 
#midsection {width: 910px; height: 434px; background: url(images/navigation-bck.jpg);}
#navigation {padding: 45px 0 0 240px;}
#navigation li {display: inline; padding-left: 12px; font-size: 16px;}
#navigation a:link {color: #000; text-decoration: none;}
#navigation a:visited {color: #000; text-decoration: none;}
#navigation a:hover {color: #478912;}
#midsection p {margin: 70px 0 0 80px; width: 350px; color: #fff; font-size: 14px;} 
#content {background: url(images/content-bck.png) repeat-y; clear: both; padding: 20px 0 10px 0;}
#features {width: 308px; float: left;}
#features ul {margin: 10px 0 0 80px;}
#features li {list-style-image: url(images/checkmark.png); line-height: 30px; font-weight: bold; font-size: 14px; color: #08580a;}
#homemap {width:557px; height:325px; border: 3px solid #75402b; float: right; margin-right: 25px; margin-top: 10px;}
#boxes {vertical-align:top; height:240px;}
#boxes img {vertical-align: top; margin: 0 8px 0 8px;}
#address {margin: 10px 0 0 30px; width: 300px;}
#address h1 {color: #bb5c00; font-size: 18px;}
#address h2 {color: #254589; font-size: 18px;}
#address h3 {color: #012b61; font-size: 36px;}
#footer {margin: 5px 20px; color: #CCC; font-style:italic; font-size: 10px;}
#copyright {width: 450px; float: left; font-size: 14px; }
#storage {width: 400px; float: right; text-align: right;}
#storage a:link {color: #ccc;}
#storage a:visited {color: #ccc;}
#mainmap {width:630px; height:560px; border: 3px solid #75402b; margin: 0 0 0 20px;}
.directions {font-family:Georgia, "Times New Roman", Times, serif; font-size: 20px; font-style:italic; color: #254488;}
#smmap {width:400px; height:300px; border: 3px solid #75402b; margin: 0 0 0 30px;}
#rtcontent {float:right; width: 550px; margin: 0 25px 0 10px;}
#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 18px;
	margin: 0px 10px 0 0;
	width: 410px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
#newspaper-b tbody
{
	background: #cce6e0;
}
#newspaper-b td
{
	padding: 10px;
	color: #000;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #fff;
	background: #446445;
}

#contactus {margin-left: 30px;}

#info {margin-top: 30px;}


.x2, .x3, .x3_2, .x4, .x4_3, .x5, .x5_2, .x5_3, .x5_4, .x6 {
	
	float: left;
	margin: 0 30px 0 0;
	
}

code {
	
	background: url(images/code.gif) repeat top left;
	display: block;
	padding: 0 14px;
	margin-bottom: 2.5em;
	font-size:10px;
	white-space: pre;
	line-height: 22px;
	
}

.x1 {
	
	float: left;
	width: 960px;
	
}

.x2 {
	
	width: 465px;
	
}

.x3 {
	
	width: 300px;
	
}

.x3_2 {
	
	width: 630px;
	
}

.x4 {
	
	width: 217px;
	
}

.x4_3 {
	
	width: 712px;
	
}

.x5 {
	
	width: 168px;
	
}

.x5_2 {
	
	width: 366px;
	
}

.x5_3 {
	
	width: 564px;
	
}

.x5_4 {
	
	width: 762px;
	
}

.x6 {
	
	width: 135px;
	
}

.last {
	
	margin-right: 0;
	
}

/*------------------------
	---------------- NAVS
	------------------------*/


		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: left;
			height: 22px;
			left: 10px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(images/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: left;
			height: 22px;
			left: 37px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(images/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		
		bottom: 10px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(images/slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !important;
			
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(images/slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 100%;
		z-index: 15;
		
	}
