﻿html
{
	background: #71ab56 url("images/bg.png") repeat-x left top;
	color: #016087;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	border-top: 16px solid #548ea9;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #71ab56;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

address
{
	font-style: normal;
	font-weight: normal;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl dt
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

dl dd
{
	margin: 0 0 1em 1em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: 0;
}

/* FORMS */
label
{
	font-size: 0.9em;
	font-weight: bold;
}

.text-input, input[type=text], input[type=password], textarea
{
	background: #fff;
	border: 1px solid #71ab56;
	color: #016087;
	padding: 2px;
}

.button, .button:visited, input[type=submit], input[type=button]
{
	background: transparent url("images/bigbutton.png") no-repeat left top;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 175px;
	height: 49px;
}

.button:active, .button:hover, .button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:hover
{
	background-position: left bottom;
	outline: 0;
}

form
{
	margin: 0;
	padding: 0;
}

form .field, .form .field
{
	margin: 0 0 0.5em 0;
}

form .controls, .form .controls
{
	margin: 1em 0;
	text-align: center;
}

form ul.fields
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

form ul.fields li
{
	margin-bottom: 0.5em;
}

.form dt
{
	border: 1px solid #71ab56;
	border-bottom: 0;
	margin: 0;
	padding: 0.5em;
}

.form dd
{
	border: 1px solid #71ab56;
	border-top: 0;
	margin: 0 0 1em 0;
	padding: 0.5em;
}

.error
{
	color: #d00;
}

body.login h1
{
	text-align: center;
}

#login-form
{
	text-align: center;
}

#login-form .fields
{
	margin: 0 auto;
	text-align: left;
	width: 35%;
}

#login-form .fields label
{
	display: inline-block;
	width: 25%;
}

#login-form .fields input[type=text], #login-form .fields input[type=password]
{
	width: 60%;
}

#email-form
{
	margin: 0 auto 1em auto;
	width: 75%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 8em;
	text-align: center;
	vertical-align: middle;
}

#email-form label
{
	display: block;
}

#email-form .text-input, #email-form input[type=text], #email-form textarea
{
	width: 95%;
}

.anti-spam-code .text-input, #email-form .anti-spam-code .text-input, .anti-spam-code input[type=text], #email-form .anti-spam-code input[type=text]
{
	line-height: 25px;
	vertical-align: middle;
	width: auto;
}

.anti-spam-code img
{
	line-height: 25px;
	vertical-align: middle;
}

#contact-ip
{
	font-size: 0.8em;
}
/* END FORMS */

#container
{
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left 30px;
	font-size: 2em;
	font-weight: bold;
	margin: 0 auto 20px auto;
	padding: 30px 0 0 0;
	position: relative;
	text-align: center;
	width: 975px;
	height: 99px;
}

#content
{
	float: right;
	margin: 0 20px 0 0;
	width: 715px;
}

#content h1
{
	font-size: 1.2em;
	font-style: italic;
	text-transform: uppercase;
}

#content h2, #content h3
{
	font-size: 1.1em;
}

body.contact #content h1, body.contact #content .contact-info
{
	text-align: center;
}

body.contact #content .contact-info
{
	margin-bottom: 1em;
}

#content .more-info
{
	text-align: center;
}

#sites
{
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}

#sites li
{
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 238px;
	height: 150px;
}

#sites li img
{
	border: 1px solid #548ea9;
	display: block;
	line-height: 150px;
	margin: 0 auto 0.25em auto;
}

#site-details
{
	clear: both;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#site-details li
{
	clear: both;
	float: left;
	margin: 0;
	padding: 0 10px 1px 10px;
	width: 695px;
}

#site-details li.selected
{
	/* background: #71ab56; */
	background: #b7cdd9;
	color: #fff;
}

#site-details li.selected p a
{
	color: #fff;
}

#site-details h2
{
	margin-left: -10px;
}

#site-details h2 a
{
	/* background: #588aa6 url("images/nav-bullet.png") no-repeat 5px center; */
	background: #588aa6 url("images/visit-site.png") no-repeat right bottom;
	color: #fff;
	display: block;
	padding: 5px 5px 5px 27px;
	padding-left: 5px;
	text-decoration: none;
	width: 705px;
}

#site-details h2 a:active, #site-details h2 a:focus, #site-details h2 a:hover
{
	background-color: #71ab56;
}

#site-details .thumb
{
	float: right;
	margin: 0 0 0.5em 1.5em;
}

#site-details .thumb img
{
	border: 1px solid #548ea9;
}

#site-details .address
{
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

#site-details .top
{
	font-size: 0.85em;
}

#menu
{
	/* position: absolute;
	top: 150px;
	left: 20px; */
	margin: 0 0 0 20px;
	width: 200px;
}

#menu ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#menu ul li
{
	margin: 0 0 0.25em 0;
	padding: 0;
}

#menu ul li a
{
	background: transparent url("images/button2.png") no-repeat left top;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 200px;
	height: 26px;
}

#menu ul li a span
{
	background: transparent url("images/button-cap2.png") no-repeat right top;
	display: block;
	line-height: 26px;
	padding: 0 10px;
}

#menu ul li a:active, #menu ul li a:hover, #menu ul li a:focus, #menu ul li.current a
{
	background-position: left bottom;
	outline: 0;
}

#menu ul li.current a
{
	color: #fc6;
}

#menu ul li a:active span, #menu ul li a:hover span, #menu ul li a:focus span, #menu ul li.current a span
{
	background-position: right bottom;
}

#navigation
{
	background: transparent url("images/navbar.png") no-repeat left top;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

#navigation ul
{
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited
{
	background: transparent url("images/nav-bullet.png") no-repeat left center;
	color: #fff;
	line-height: 26px;
	margin: 0 15px 0 0;
	padding: 0 0 0 22px;
	text-decoration: none;
}

#navigation ul li.first a
{
	background-image: url("images/nav-crosshair.png");
	margin-left: 7px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li.current a
{
	background-image: url("images/nav-bullet-hover.png");
	color: #fc6;
	outline: 0;
}

#navigation ul li.first a:active, #navigation ul li.first a:hover, #navigation ul li.first a:focus, #navigation ul li.first.current a
{
	background-image: url("images/nav-crosshair-hover.png");
}

#footer
{
	background: transparent url("images/footer.png") no-repeat left 2.5em;
	clear: both;
	color: #548ea9;
	font-size: small;
	margin: 0 auto;
	padding: 45px 0 20px 0;
	padding-top: 6em;
	position: relative;
	text-align: center;
	width: 975px;
}

#footer a, #footer a:visited
{
	color: #548ea9;
	text-decoration: none;
}

#footer a:active, #footer a:hover, #footer a:focus
{
	color: #94b9ca;
	outline: 0;
}

#footer #footer-contact a, #footer #footer-contact a:visited
{
	color: #71ab56;
	text-decoration: underline;
}

#footer #footer-contact a:active, #footer #footer-contact a:hover
{
	text-decoration: none;
}

#footer-validation
{
	position: absolute;
	bottom: -40px;
	right: 0;
}