﻿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: transparent url("images/content-975.png") repeat-y;
	margin: 0 auto;
	position: relative;
	/* width: 770px; */
	width: 1005px;
}

#header
{
	background: transparent url("images/header-975.png") no-repeat;
	padding-top: 15px;
}

#header h1
{
	background: transparent url("images/headerinner-975.png") no-repeat;
	margin: 0 auto;
	padding: 0;
	/* width: 740px; */
	width: 975px;
	height: 132px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#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%;
}

#content h3
{
	color: #004c78;
	font-size: 115%;
}

#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;
}

/* FORMATTING */
.free, .service
{
	/* Emphasis on features or services */
	color: #4d8b3a;
	font-size: 1.25em;
}

.fine-print
{
	font-size: 0.85em;
}

.spacer
{
	/* Giant nasty hack I wish I didn't have to use */
	clear: both;
}

.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;
}

/* The terms of service signing area */
#content .print-sign
{
	margin-top: 2em;
}

#content .print-sign .line
{
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin-bottom: 2.5em;
}

#content .print-sign label
{
	display: inline-block;
	font-weight: bold;
	width: 275px;
}

#content .print-sign input
{
	border: 0 solid #000;
	border-bottom: 1px;
	width: 650px;
}

/* OLD "WINDOW" STUFF - REMOVE THIS EVENTUALLY */
#content .window, #content .full-window
{
	background: transparent url("images/windowfooter.png") no-repeat left bottom;
	margin: 0;
	padding: 0 22px 8px 22px;
	width: 292px;
}

#content .full-window
{
	background-image: url("images/fullwindowfooter.png");
	width: 666px;
}

#content .window .header, #content .full-window .header
{
	background: transparent url("images/windowheader.png") no-repeat left top;
	color: #fff;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 10pt;
	margin: 0 0 10px -22px;
	min-height: 24px;
	padding: 21px 15px 0 15px;
	text-align: center;
	width: 306px;
}

#content .full-window .header
{
	background-image: url("images/fullwindowheader.png");
	width: 680px;
}

* html #content .window .header, * html #content .full-window .header { height: 24px; }

#content .window .header a, #content .full-window .header a
{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
}

#content .window h3, #content .full-window h3 { font-size: 105%; }

#content .window img, #content .full-window img
{
	display: block;
	margin: 0 auto 1em auto;
}

#content .window ul, #content .full-window ul { list-style-image: url("images/bullet.png"); }

/* LISTS */
#content dl.offers, #content dl.terms-of-service
{
	margin: 0 0 1em 0;
	padding: 0;
}

#content dl.offers dt, #content dl.terms-of-service dt
{
	background: #004c78;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.75em 0;
	padding: 0.25em 0.5em;
}

#content dl.offers dd, #content dl.terms-of-service dd
{
	margin: 0 0.75em 1.5em 0.75em;
	padding: 0;
}

#content ul.plans
{
	list-style: none;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.plans > li
{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 280px;
}

#content ul.plans.large > li
{
	float: none;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

#content .with-additional ul.plans.large > li
{
	width: 633px;
}

#content ul.plans li .signup
{
	font-weight: bold;
}

#content ul.plans li .rate
{
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#content ul.process, #content ul.testimonials
{
	list-style: none;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.process li, #content ul.testimonials li
{
	margin: 0 0 0.75em 0;
	padding: 0;
}

#content ul.process li strong
{
	font-weight: normal;
	text-decoration: underline;
}

#content ul.testimonials > li
{
	background: #ebeff3;
	border: 1px solid #004c78;
	margin: 0 0 1em 0;
	padding: 15px;
}

#content ul.testimonials li .author
{
	font-weight: bold;
	margin: 0;
}

#content ul.areas
{
	list-style: none;
	list-style-position: outside;
	margin: 2em 0;
	padding: 0;
}

#content ul.areas li
{
	border-right: 1px solid #000;
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0.75em;
}

#content ul.areas li.last
{
	border-right: 0;
}

#content ul.sites
{
	list-style: none outside;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.sites li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 325px;
	height: 175px;
}

#content ul.sites li img
{
	border: 1px solid #004c78;
}

#content ul.sites li .name
{
	display: block;
}

/* #free-features
{
	display: inline-block;
	width: 635px;
} */

/* ADDITIONAL SIDE BAR */
#content #additional
{
	margin: 0;
	position: absolute;
	right: 35px;
	top: 132px;
	width: 250px;
}

#content #additional .featured
{
	font-weight: bold;
	text-align: center;
}

#content .with-additional
{
	margin: 0 270px 0 0;
}

/* LOCAL PAGE NAVIGATION */
#content .local-navigation
{
	clear: both;
	text-align: center;
}

#content .local-navigation ul.pages
{
	list-style: none outside;
	margin: 0 0 1em 0;
	padding: 0;
}

#content .local-navigation ul.pages li
{
	/* border-right: 1px solid #000; */
	display: inline;
	/* margin: 0 12px 0 0;
	padding: 0 10px 0 0; */
	margin: 0 10px 0 0;
}

#content .local-navigation ul.pages li a
{
	margin-bottom: 0.75em;
}

/* #content .local-navigation ul.pages li.end
{
	border-right: 0;
} */

/* NAVIGATION */
#navigation
{
	left: 142px;
	top: 80px;
	position: absolute;
}

#navigation ul
{
	/* background: transparent url("images/buttonsep.png") no-repeat left top; */
	left: -2px;
	list-style: none;
	list-style-position: outside;
	margin: -2px 0 0 0;
	min-height: 30px;
	padding: 0 0 0 3px;
	position: relative;
}

* html #navigation ul { height: 30px; }

#navigation ul li
{
	background: transparent url("images/buttonsep.png") no-repeat right top;
	float: left;
	margin: 0;
	padding: 0;
	width: 102px;
}

#navigation ul li.end
{
	background-image: none;
	padding-right: 0;
}

#navigation ul a
{
	color: #fff;
	display: block;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 8pt;
	left: -1px;
	margin: 2px 1px 0 0;
	padding-top: 6px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 101px;
	height: 21px;
}

/* Hover */
#navigation ul a:active, #navigation ul a:hover, #navigation ul li.active a { background: transparent url("images/buttonhover.png") no-repeat; }
#navigation ul li.end a:active, #navigation ul li.end a:hover { background-position: 100% 0; }

/* Active */
#navigation ul li.active a:active, #navigation ul li.active a:hover, #navigation ul li.active a { background-position: 0 100%; }
#navigation ul li.end.active a:active, #navigation ul li.end.active a:hover, #navigation ul li.end.active a { background-position: 100% 100%; }

#footer
{
	background: transparent url("images/footer-975.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;
	}
}