﻿html
{
	background: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #007dc5;
	font-weight: bold;
	text-decoration: underline;
}

a:active, a:hover { color: #46abe5; }

img { border: 0; }

p
{
	margin: 1em 0;
	text-align: justify;
}

ul
{
	list-style-type: circle;
}

#container
{
	background: #fff;
	border: 1px solid #007dc5;
	margin: 0 auto;
	position: relative;
	width: 740px;
}

#header
{
	margin: 0;
	padding: 0;
}

#header h1
{
	background: transparent url("images/header1.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 124px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#header em span
{
	display: none;
}

#content
{
	margin: -5px 0 0 0;
	padding: 5px 5px 0 5px;
}

/* IE/Win-only /*/
* html #content { margin-top: -15px; }
/* End IE/Win-only */

#content h1, #content h2
{
	border-bottom: 1px solid #007dc5;
	font-size: 120%;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: center;
}

#content h3, #content h4, #content h5, #content h6
{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#content h4, #content h5, #content h6 { font-size: 85%; }

#content p { margin: 0 0 1em 0; text-align: center; }
#content p.hosting { font-size: 80%; }

#sites ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sites ul li
{
	float: left;
	padding-top: 111px;
	text-align: center;
	width: 240px;
	height: 5em;
}

#sites ul li a { font-weight: normal; }
#sites ul li img { border: 1px solid #007dc5; display: block; margin: -111px auto 0 auto; }
#sites ul li span { display: block; }
#sites ul li .description { font-size: 85%; }
#sites .spacer { clear: both; }

#sites dl { text-align: center; }
#sites dl dt, #sites dl dd { margin: 0; padding: 0; }
#sites dl dd { margin-bottom: 1em; }

#links { margin: 3em 0; }

#links ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation
{
	clear: both;
	font-size: 11px;
	position: absolute;
	top: 63px;
	left: 0;
	width: 100%;
	height: 31px;
}

#navigation ul
{
	list-style: none;
	margin: 0 0 0 95px;
	padding: 0;
}

#navigation ul li
{
	background: transparent url("images/navsep1.png") no-repeat right top;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
}

#navigation ul li.last { background-image: none; }

#navigation ul li a, #navigation ul li a:visited
{
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 23px;
	padding: 8px 11px 0 11px;
	text-align: center;
	text-decoration: underline;
}

#navigation ul li a:active, #navigation ul li a:hover { color: #7dd0ff; }

#footer
{
	font-size: 75%;
	margin: 2em 0 5px 0;
	padding: 0 5px;
	text-align: center;
}

#footer p { float: left; margin-top: 0; width: 80%; }
#contact-info { float: right; text-align: center; width: 20%; }
#contact-info address { font-style: italic; font-weight: normal; }
#footer .valid { clear: both; margin-bottom: 0.5em; }