﻿*
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

HTML, BODY
{
	background-color: gray;
	text-align: center;
}

#container
{
	width: 756px;
	background-color: #fff;
	margin: 0 auto;		/* align for good browsers */
	text-align: left;	/* counter the body center */
	background-image: url(../images/bg-faux-column.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/* @group Header */

#header
{
	padding-top: 15px;
	background-image: url(../images/header-background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 147px;
	width: 756px;
	margin: 0;
}

#header #navigation
{
	background-image: url(../images/header-navigation-background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 147px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 756px;
	left: 0px;
	top: 0px;
	text-align: left;
	overflow: hidden;
}

/* @group Navigation Buttons */

#header #navigation ul
{
	top: 122px;
	margin: 0 auto;
	padding: 0px;	/* Fixes the left issue in FF/IE6 */
	list-style-type: none;
	width: 555px;
	position: relative;
	left: 121px;
}

#navigation ul li
{
	text-transform: uppercase;
	/*display: inline;*/
	font: 14px Georgia, "Times New Roman", Times, serif;
	/*min-width: 125px;*/
	/*display: -moz-inline-box;
	display: inline-block;*/
	margin: 0 0 0 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	float: left;
	font-weight: bold;
	width: 101px;
	height: 22px;
	display: inline;
}

#navigation a
{
	display: block; /* Making the hole tab a clickable link */
	width: 102px;
}

#navigation a:visited
{
	color: #fff;
	text-decoration: none;
}

#navigation a:link,
#navigation a:visited
{
	color: #fff;
	text-decoration: none;
}

#navigation a:hover
{
	color: #FFFF00;
}

/* @end */

/* @end */

#contents
{
	height: auto;
	min-height: 428px;
	padding-right: 20px;
	margin-left: 227px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

#contents p
{
	color: gray;
	font-size: .8em;
	margin-bottom: 20px;
}

#sidebar
{
	width:227px;
	float:left;
	height:428px;
	background-image: url(../images/buildings-street_level.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#clearone
{
	clear: both;
}

/* @group Footer */

#footer
{
	height: 86px;
	background-color: #033481;
}

#footer #contact-info
{
	text-align: right;
	color: #9FB3D4;
	font-size: .8em;
	margin-right: 15px;
	padding-top: 18px;
}

#footer #contact-info a
{
	color: #9FB3D4;
}

#footer #contact-info a:hover
{
	color: #fff;
}

#footer #contact-info a:active
{
	color: #9FB3D4;
}

#footer #contact-info a:visited
{
	color: #9FB3D4;
}

/* @end */

/* @group Blue Shading */
.blue1
{
	background-color: #00266D;
}

.blue2
{
	background-color: #33518A;
}

.blue3
{
	background-color: #4C6799;
}

.blue4
{
	background-color: #7489AF;
}

.blue5
{
	background-color: #99A8C5;
}
/* @end */

.spacer
{
	clear: both;
}

#lists ul
{
	list-style-type: square;
	margin-bottom: 20px;
}

#lists ul li
{
	color: gray;
	font-size: .8em;
	margin-bottom: 20px;
	list-style-position:inside;
}

#terms ul
{
	list-style-type: decimal;
	margin-bottom: 20px;
}

#terms ul li
{
	color: gray;
	font-size: .8em;
	margin-bottom: 20px;
	list-style-position:inside;
}

#signup
{
	color: gray;
	font-size: .8em;
}