/*
 * Main Style
 */
body {
	font-family: Arial, Helvetica, sans;
	background: #749998;
}

a {
	text-decoration: none;
}

ul {
	text-align: left;
}

#content {
	margin-left: 128px;
	background: #89d9d8 url(img/gradient.png) repeat-x;
	border: 2px solid black;
	padding: 1em;
	text-align: center;
}

p.main {
	margin: 0 auto;
	vertical-align: middle;
}

/*
 * Headings
 */
h1 {
	font-size: 28pt;
	color: #003399;
	text-align: left;
	margin: .1em 0 .1em 300px;
	text-indent: -2em;
	font-family: Futura-Thin, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 26pt;
	font-family: Georgia, Times, serif;
	font-style: italic;
	width: 10em;
	margin: 0 auto .5em auto;
}

h3 {
	padding: 0;
	margin: 0 auto .5em auto;
	font-style: normal;
}

/*
 * Menu
 */
#menu {
	float: left;
	width: 130px;
}

#menu p.menuHeading {
	text-align: center;
	margin: 2em 0 0 0;
	font-size: 20pt;
	text-decoration: underline;
}

#menu ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#menu ul li {
	margin: 1.5em 0;
	padding: 0;
	border: 2px solid black;
	background: #333333;
}

#menu ul li a {
	width: 100%;
	height: 100%;
	font-size: 14pt;
	line-height: 28pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu ul li.sel a {
	color: #749998;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*
 * Images
 */
img.bordered {
	border: 2px solid black;
	margin-left: 1em;
}

img#scrollingPic {
	float: left;
	margin:0 1.5em;
	border: 2px solid black;
	width: 520px;
	height: 386px;
}

/*
 * Main Page
 */
#smallpics {
	position: relative;
	left: 1em;
	top: 1em;
	margin-left: auto;
	text-align: right;
	height: 82px;
}

#smallpics img {
	border: 2px solid black;
	border-right: none;
	border-bottom: none;
	margin-left: -4px;
	margin-bottom: -4px;
}

/*
 * Services
 */
#serviceWrapper {
	width: 90%;
	margin: auto;
}

#serviceList {
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto -1px auto;
}

#serviceList tr td {
	border: 1px solid black;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background: #749998;
}

#serviceList tr td.sel {
	background: white;
}

#serviceList tr td a {
	width: 100%;
	color: white;
}

#serviceList tr td.sel a {
	color: #749998;
}

#serviceContent {
	width: 100%;
	border: 1px solid black;
	padding: .5em;
	background: white;
}

#serviceContent div {
	display: none;
	margin: .5em;
}

#serviceContent p {
	text-align: left;
	text-indent: 2em;
}

#serviceContent div div {
	display: block;
}

/*
 * Misc
 */
#slogan {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 3px;
}

#copyright {
	margin: auto;
	text-align: center;
	font-size: 8pt;
}

#mission {
	width: 37em;
	font-style: italic;
	background: white;
	border: 1px solid black;
	padding: .5em;
}

table.sprinklers {
	clear: both;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1em 0;
}

table.sprinklers th {
	border: 2px solid black;
	font-style: italic;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background: url(img/water.gif);
}

table.sprinklers td {
	background: #eee;
	border: 2px solid black;
	text-align: center;
}