body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 87%;
	color: #fff;
	background: url(../../images/body_background.jpg) repeat-x #000;
}

a {
	color: #fff;
	font-size: 83%;
}
a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
h1 a {
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-align: left;
	text-decoration: none;
	outline: none;
	border: none;
}

#header {
	float: left;
	width: 100%;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 a {
	height: 141px;
	background-image: url(../../images/header.jpg);
}
h2 em, 
h3 em {
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #ccc;
}
#container {
	width: 757px;
	margin: 0 auto;
	background: url(../../images/container-bg.gif) repeat-y #fff;
	border: 2px solid #4D4D5B;
}

#main {
	clear: both;
	float: left;
	width: 757px;
	background: url(../../images/sidebar_bg.jpg) repeat-x #35353A;
}
#side {
	float: left;
	width: 159px;
}
#contents {
	display: inline; /* fixes IE doubled-float bug */
	float: left;
	width: 536px;
	padding: 25px 30px 0 30px;
	line-height: 1.4;
	background: url(../../images/content_bg.jpg) repeat-x #30336B;
	border-left: 2px solid #4D4D5B;
}
#footer-links {
	margin: 20px 0 10px;
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
}

#estimate-header {
	font-size: 105%;
	font-weight: bold;
	color: #ccc;
	border: 2px solid #4D4D5B;
}
#estimate-text {
	font-size: 85%;
	font-weight: bold;
	color: #ccc;
}
#estimate-text br {
	margin-bottom: 3px;
}

.center {
	text-align: center;
}


.city-table {
	width: 100%;
	border-collapse: collapse;
}
.city-table td {
	width: 20%;
	padding: 3px 8px;
	border: 1px solid #999;
}
form#estimate label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form#estimate p {
	margin: 0 0 .5em 0;
}
form#estimate table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
form#estimate table td {
	padding-right: 10px;
}
#alphabet a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline; /* fixes IE doubled line-height bug */
}
#nav li a, #nav li p {
	display: block;
	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#nav li.indent a {
	padding-left: 15px;
}
#nav li a:hover,
#home #nav li.home a,
#anchor-system #nav li.anchor-system a,
#digout #nav li.digout a,
#push-piers #nav li.push-piers a,
#helical #nav li.helical a,
#egress-windows #nav li.egress-windows a,
#injection #nav li.injection a,
#stabilizers #nav li.stabilizers a,
#water-control #nav li.water-control a,
#worked #nav li.worked a,
#testimonies #nav li.testimonies a,
#estimates #nav li.estimates a {
	background: #4F4F57;
	color: #fff;
}


#footer {
	clear: both;
	padding-top: 6px;
	height: 19px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: url(../../images/top_nav.jpg) repeat-x #999;
}

#short-form {
	padding: 10px;
}
#short-form label {
	display: block;
	font-weight: bold;
	font-size: 10px;
}
.msg {
	padding: 5px 8px;
	background-color: #26264d;
}