﻿html
{
	background: #ebeff3;
	color: #000;
	font-family: sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 2px 0;
	padding: 0;
}

a, a:visited
{
	/* color: #5185a3; */
	color: #4d8b3a;
	text-decoration: underline;
}

a:active, a:hover
{
	/* color: #003e68; */
	color: #62bb46;
	text-decoration: none;
}

acronym
{
	border: 0;
	cursor: help;
}

address
{
	font-style: normal;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: 0;
}

p
{
	text-align: justify;
}

ul
{
	list-style-position: inside;
	margin: 0 0 1em 0;
	padding: 0;
}

ul li
{
	margin: 0.25em 0;
	padding: 0;
}

#container
{
	background: url('images/content.png') repeat-y;
	margin: 0 auto;
	position: relative;
	/* width: 770px; */
	width: 1005px;
}

#header
{
	background: url('images/header.png') no-repeat;
	padding-top: 15px;
}

#header h1
{
	background: url('images/headerinner.png') no-repeat;
	margin: 0 auto;
	padding: 0;
	/* width: 740px; */
	width: 975px;
	height: 132px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content { margin: 0 35px; }

#content a.button, #content .local-navigation ul.pages li a
{
	background: transparent url("images/button.png") no-repeat;
	color: #fff;
	display: inline-block;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 8pt;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	width: 106px;
	height: 23px;
}

#content a.button:active, #content a.button:hover,
#content .local-navigation ul.pages li a:active, #content .local-navigation ul.pages li a:hover, #content .local-navigation ul.pages li.active a
{
	background-position: 100% 0;
}

#content h2
{
	color: #004c78;
	font-size: 125%;
	text-align: center;
}

#content h3
{
	color: #004c78;
	font-size: 115%;
}

#content p
{
	text-align: center;
}

#content img.odd
{
	border: 1px solid #4d8b3a;
	float: right;
	margin: 0 0 0.5em 1em;
}

#content img.even
{
	border: 1px solid #4d8b3a;
	float: left;
	margin: 0 1em 0.5em 0;
}

/* SITE LISTINGS */
#sites ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sites ul li
{
	float: left;
	padding-top: 111px;
	text-align: center;
	width: 233px;
	height: 5em;
}

#sites ul li a
{
	font-weight: normal;
}

#sites ul li img
{
	border: 1px solid #007dc5;
	display: block;
	margin: -111px auto 5px auto;
}

#sites ul li span
{
	display: block;
}

#sites ul li .name
{
	color: #004c78;
	font-weight: bold;
}

#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;
}

/* FORMATTING */
.free, .service
{
	/* Emphasis on features or services */
	color: #4d8b3a;
	font-size: 1.25em;
}

.fine-print
{
	font-size: 0.85em;
}

.gap
{
    text-align: center;
}

/* SECTIONS */
#content .section
{
	/* General purpose section styling - a container with a title bar */
	background: #ebeff3;
	border: 1px solid #004c78;
	border-top: 0;
	margin: 0 0 1em 0;
	/* padding: 3.25em 15px 15px 15px; */
	padding: 0 15px 15px 15px;
}

#content .section .header
{
	background: #004c78 url("images/section-heading.png") repeat-x left top;
	color: #fff;
	font-size: 15px;
	height: 24px;
	margin: 0 -15px 1em -15px;
	padding: 6px 0.5em 0 0.5em;
}

#content .section .header a
{
	background: transparent url("images/section-heading-button.png") no-repeat right top;
	color: #fff;
	display: block;
	height: 24px;
	margin: -6px 0 0 0;
	padding: 6px 25px 0 0;
	text-decoration: none;
}

#content .section .header a:active, #content .section .header a:hover
{
	background-position: right bottom;
}

/* NAVIGATION */
#navigation
{
	left: 133px;
	top: 80px;
	top: 73px;
	position: absolute;
}

#navigation ul
{
	list-style: none;
	margin: -8px 0 0 0;
	margin-top: 0;
	min-height: 30px;
	padding: 5px 0 0 0;
}

* html #navigation ul { height: 30px; }

#navigation ul li
{
	background: transparent url("images/buttonsep.png") no-repeat right top;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li.last
{
	background-image: none;
}

#navigation ul a
{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 8pt;
	left: -1px;
	margin: 2px 1px 0 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#navigation ul a span
{
	display: inline-block;
	height: 21px;
	padding: 6px 22px 0 22px;
}

/* Hover */
#navigation ul a:active, #navigation ul a:hover, #navigation ul li.active a
{
	background: transparent url("images/navbuttons.png") no-repeat left top;
}

#navigation ul li.last a:active, #navigation ul li.last a:hover
{
	background-position: 0 -54px;
}

#navigation ul a:active span, #navigation ul a:hover span, #navigation ul li.active a span
{
	background: transparent url("images/navbuttonends.png") no-repeat right top;
}

/* Active */
#navigation ul li.active a:active, #navigation ul li.active a:hover, #navigation ul li.active a
{
	background-position: 0 -27px;
}

#navigation ul li.active a span
{
	background-position: right -27px;
}

#navigation ul li.last.active a:active, #navigation ul li.last.active a:hover, #navigation ul li.last.active a
{
	background-position: 0 -81px;
}

#navigation ul li.last.active a span
{
	background-position: right -81px;
}


#footer
{
	background: url('images/footer.png') no-repeat left bottom;
	clear: both;
	font-size: 75%;
	padding: 2em 30px 21px 30px;
	text-align: center;
}

#footer .copyright
{
	margin: 0 0 0.5em 0;
}

/* FOOTER NAVIGATION */
#footer .navigation ul
{
	list-style-position: inside;
	margin: 0 0 1em 0;
	padding: 0;
}

#footer .navigation ul li
{
	border-right: 1px solid #000;
	display: inline;
	margin: 0 12px 0 0;
	padding: 0 10px 0 0;
}

#footer .navigation ul li.end
{
	border-right: 0;
}

#footer .navigation ul li a
{
	font-size: 1.15em;
	font-weight: bold;
}

#footer .navigation ul li.active a
{
	color: #004c78;
	text-decoration: none;
}

@media print
{
	html
	{
		background: #fff;
		color: #000;
	}

	body
	{
		margin: 0;
		padding: 0;
	}

	a, a:visited
	{
		color: #000;
	}

	a:active, a:hover
	{
		color: #000;
	}

	#container
	{
		width: auto;
	}

	#header
	{
		display: none;
	}

	#content
	{
		margin: 0;
	}

	#content h2, #content h3
	{
		color: #000;
	}
	
	#content dl.offers dt, #content dl.terms-of-service dt
	{
		background: transparent;
		color: #000;
	}
	
	#content .section
	{
		/* General purpose section styling - a container with a title bar */
		background: transparent;
		border: 1px solid #000;
		padding: 0.75em;
	}

	#content .section .header
	{
		background: transparent;
		color: #000;
		font-size: 1em;
		height: auto;
		margin: 0 0 1em 0;
		padding: 0;
	}

	#navigation
	{
		display: none;
	}

	#footer
	{
		display: none;
	}
}