﻿html
{
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a
{
	color: #00c;
}

a:visited
{
	color: #686968;
}

a:active, a:hover, a:focus
{
	color: #c00;
	text-decoration: none;
}

a img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

ul
{
	margin: 0 0 1em 2em;
	padding: 0;
}

/* FORMS */
.error
{
	color: #c00;
}

a.button, a.button:visited
{
	background: #d7d7d7;
	border: 1px solid #b2b2b2;
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding: 0.35em 1em;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	color: #c00;
}

.field
{
	margin: 0 0 0.5em 0;
}

.field label
{
	font-size: 0.8em;
	font-weight: bold;
}

.text-input
{
	background: #fff;
	border: 1px solid #393;
	color: #000;
}

#email-form
{
	width: 30em;
}

#email-form .text-input
{
	width: 99%;
}

#email-form .anti-spam-code .text-input
{
	width: auto;
}

#contact-ip
{
	font-size: 0.75em;
	font-style: normal;
}

/* CONTAINERS */
#container
{
	background: transparent url("images/top.png") repeat-x left top;
	padding: 75px 0 0 0;
	position: relative;
}

#header
{
	left: 0;
	top: 75px;
	position: absolute;
	width: 250px;
}

#header h1
{
	background: transparent url("images/logo.png") no-repeat left top;
	margin: 0 auto 0.25em auto;
	padding: 0;
	width: 208px;
	height: 98px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#header .contact
{
	text-align: center;
}

#header address
{
	font-style: normal;
}

#content
{
	margin: 0 0 0 300px;
	min-height: 375px;
}

* html #content
{
	height: 325px;
}

#content h2
{
	font-size: 1.75em;
}

#content h3
{
	font-size: 1.25em;
}

#content .list-group
{
	float: left;
	width: 100%;
}

#content .list-group .group
{
	float: left;
	/* width: 15em; */
	width: 24%;
}

#content dl.lists
{
	float: left;
	width: 100%;
}

#content dl.lists dt
{
	clear: left;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#content dl.lists dd
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

#content dl.lists ul
{
	float: left;
	list-style-position: inside;
}

#content dl.lists ul li
{
	float: left;
	width: 15em;
}

#navigation
{
	position: absolute;
	top: 23px;
	right: 20px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited
{
	background: transparent url("images/nav-tab.png") no-repeat left top;
	color: #000;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0 -15px 0 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li.current a, #navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus
{
	color: #c00;
	outline: 0;
}

#navigation ul li a span
{
	background: transparent url("images/nav-tab-cap.png") no-repeat right top;
	padding: 0 20px 0 30px;
}

#links
{
	position: absolute;
	top: 250px;
	left: 0;
	width: 250px;
}

#links ul
{
	font-size: 0.8em;
}

#links ul a
{
	font-size: 1.25em;
}

#links ul.image-links
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

#footer
{
	background: #393;
	clear: both;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 50px 0 1.5em 0;
	padding: 0.4em 0;
	text-align: center;
}

#footer .host
{
	color: #000;
	font-size: 0.7em;
	margin: 1em 0 0 0;
	left: 0;
	right: 0;
	position: absolute;
}