@charset "utf-8";

/****************************/
/* A and A Fence & Concrete */
/*       CSS Document       */
/*           Main           */
/****************************/

/* Base */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: 20px;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004075;
	background: #fff;
	text-align: center;
}

p, ul, ol, table, form, blockquote {
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #c1bfa7;
}

h2 {
	margin-bottom: 6px;
	font-size: 18px;
	color: #000;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 14px;
}

a {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	color: #f00;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 32px;
	background: url(../images/bullet.gif) 16px 8px no-repeat;
}

li ol {
	padding-left: 20px;
}

li ol, li ul {
	margin-bottom: 0;
}

td {
	vertical-align: top;
}

fieldset {
	padding: 4px;
	border: 1px solid #7f9db9;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	margin: 8px 22px;
}

cite {
	padding-left: 10px;
	display: block;
	color: #6c92b1;
	font-style: normal;
}

blockquote {
	padding: 8px;
	border-bottom: 1px solid #ccdce9;
	font-style: italic;
}

/* Classes */

.dataTable th, .dataTable td {
	text-align: center;
	padding: 4px;
}

.dataTable th {
	font-weight: bold;
	color: #fff;
	background: #06C;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float:left;
	margin: 0 10px 10px 0;
}

.nogap {
	margin-bottom: 0;
}

.noborder {
	border: none !important;
}

.clear {
	clear: both;
}

div.clear {
	height: 0;
}

.center {
	text-align: center;
	margin-bottom: 10px;
}

.center * {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.listsplit2 {
	width: 50%;
	float: left;
}

.listsplit3 {
	width: 33%;
	float: left;
}

/* Layout */

#full {
	width: 100%;
	padding: 12px 0 8px;
	background: #003d70;
	text-align: center; /* For crazy browsers out there that don't know margin:auto (on #cities) */
}

#full-inner {
	background: #fff url(../images/bg-tile.gif) repeat-x;
}

#full-inner2 {
	padding-top: 5px;
	background: url(../images/bg.jpg) top center no-repeat;
	text-align: center; /* For crazy browsers out there that don't know margin:auto (on #wrap) */
}

#wrap {
	width: 898px;
	margin: 0 auto;
	border: 2px solid #c9dbe8;
	border-left: none;
	background: #f1f0e6 url(../images/leftnav-bg.gif) repeat-y; /* Faux column */
	text-align: left;
}

#leftnav-wrap {
	width: 229px;
	float: left;
	background: #004075;
	color: #fff;
}

#content-wrap {
	width: 669px;
	float: right;
	background: #f1f0e6;
}

/* Logo */

#logo { /* CSS image replacement */
	width: 229px;
	height: 106px;
	padding-top: 20px;
	margin: 0;
	position: relative;
	border: none;
	text-align: center;
}

#logo a { /* Text under image */
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

#logo a:hover {
	text-decoration: none;
}

#logo img {
	position: absolute; /* Cover up the text */
	top: 0;
	left: 0;
	display: block;
	border: none;
}

/* Tagline and phone */

#content-top {
	padding: 12px 21px 13px;
	background: #f1f0e6;
}

#content-top strong {
	font-size: 15px;
	color: #004075;
}

#let-us-improve { /* CSS image replacement */
	width: 367px;
	height: 18px;
	padding: 0 10px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	border: none;
	text-align: center;
}

#let-us-improve img { /* Cover up the text */
	position: absolute;
	left: 10px;
	display: block;
}

#arrow {
	margin: 0 10px;
	display: block;
	float: left;
	position: relative;
}

#phone {
	width: 157px;
	height: 18px;
	padding: 0 10px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	border: none;
	text-align: center;
}

#phone img { /* Cover up the text */
	position: absolute;
	left: 10px;
	display: block;
}

/* Topnav */

#topnav {
	height: 14px;
	margin: 0 -2px 0 0; /* Cover the #wrap border */
	padding: 10px 0 6px 18px;
	position: relative;
	background: #004075 url(../images/topnav-bg.gif) repeat-x;
	color: #fff;
	list-style: none;
}

#topnav li { /* CSS image replacement */
	float: left;
	padding: 0 20px;
	position: relative;
	background: none;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}

#topnav li a { /* Text under images */
	color: #fff;
	text-decoration: none;
	line-height: 12px;
}

#topnav li a:hover {
	color: #bcdaed;
}

#topnav li img { /* Cover up the text */
	position: absolute;
	top: 0;
	left: 17px;
	border: none;
}

/* Leftnav */

#leftnav-wrap hr {
	height: 0;
	border: 0;
	border-top: 1px solid #004985;
	border-bottom: 1px solid #003969;
	margin: 8px 22px;
}

#warranty { /* CSS image replacement */
	width: 229px;
	height: 39px;
	margin: 0;
	padding: 17px 0;
	position: relative;
	display: block;
	border: none;
	font-size: 18px;
	text-align: center;
}

#warranty img { /* Cover up the text */
	position: absolute;
	left: 0;
	display: block;
}

#leftnav {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #fff;
}

#leftnav a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#leftnav a:hover {
	text-decoration: none;
}

#leftnav-contact {
	padding: 12px;
	background: #f1f0e6 url(../images/leftnav-contact-rightbg.gif) right repeat-y;
	color: #333;
}

#leftnav-contact h3, #leftnav-contact strong {
	color: #004075;
}

#leftnav-contact p, #leftnav-contact strong {
	line-height: 14px;
}

#creditcards {
	margin: 6px auto;
	display: block;
}

/* Top images */

#content-topimages {
	margin-top: 7px;
	padding: 0 7px;
	background: url(../images/content-topimages-bg.gif) repeat-x;
}

#content-topimages img {
	margin: 0 4px;
	border: 0;
}

/* Content */

#content {
	padding: 18px;
	clear: both;
}

#content img {
	border: 1px solid #004075;
}

/* Footer */

#footer {
	margin: 16px auto 0;
	padding: 0 16px;
	width: 868px;
	font-size: 11px;
}

#footer p {
	margin-bottom: 0;
}

#footer .left, #footer .right {
	margin-bottom: 4px;
}

#footer a {
	color: #004075;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#cities {
	width: 900px;
	margin: 0 auto;
	padding-top: 5px;
	display: block;
	color: #fff;
	text-align: center;
}

#cities a {
	color: #fff;
	text-decoration: underline;
}

#cities a:hover {
	text-decoration: none;
}