/*
light-grey - F8F8F8
med-grey - DCDCDC
dark-grey - 888888
darker-grey - 555555

light-blue - ebf6ff
med-blue - d3ecff
dark-blue - 4096EE
navy - 102b50

med-red - EE5555
red - FF0000
dark-red - CC0000

yellowish - FFFFAA
green: A4C639
*/

body {
	background-image: url(/static/images/body-bg.gif);
	background-repeat: repeat-x;
	color: #555555;
}

#container {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	/*
	background-image: url(d3ecff/static/images/wrapper-bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	line-height: 150%;
	*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 200%;
	font-weight: normal;
	color: #102b50;

}
h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	font-weight: normal;
	color: #4096EE;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #102b50;
}

a {
	color: #4096EE;
}
a:hover {
	color: #CC0000;
}

p {
	margin: 5px 0px 5px 0px;
}

hr {
	width: 100%;
	height: 1px;
	color: #d3ecff;
	background-color: #d3ecff;
}



#topbar {
	height: 50px;
	border-top: 5px solid #102b50;
}
#topbar h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 100%;
	color: #4096EE;
}
#topbar .nav li {
	float: left;
	height: 100%;
	list-style: none;
	margin: 0px 0px 0px 0px;
}
#topbar .nav ul {
	float: right;
	height: 100%;
	margin: 0px 0px 0px 0px;
}
#topbar .nav ul .selected {
}
#topbar .nav a {
	height: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#topbar .nav a:hover {
	color: #102b50;
	text-decoration: none;
}


#header {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	color: #4096EE;
	/*
	border-bottom: 1px solid #303030;
	*/
}
#logo {
}
#logo a {
	border: none;
}

#header .nav {
}
#header .nav h3 {
	margin: 0px 0px 0px 0px;
	color: #102b50;
	font-size: 140%;
	font-weight: normal;
}
#header .nav ul {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 120%;
}
#header .nav li {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 120%;
	list-style: none;
	border-top: 1px solid #ebf6ff;
}
#header .nav a {
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	display: block;
}
#header .nav a:hover {
	color: #102b50;
	background-color: #ebf6ff;
}
#header .nav a img {
	margin-right: 10px;
	float: left;
}
#header .nav p {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 120%;
}
#header .nav .comingsoon {
	padding: 3px 3px 3px 13px;
	color: #888888;
	display: block;
}


.highbar {
	margin: 10px 0px 10px 0px;
	padding: 1px 1px 1px 1px;
	background-color: #ebf6ff;
	border-top: 5px solid #d3ecff;
	border-bottom: 5px solid #d3ecff;
}
.highbar .inside {
	padding: 10px 10px 10px 10px;
}
.highbar table {
	border: 0px solid #FFFFFF;
}
.highbar th {
	padding: 10px 10px 0px 10px;
	color: #102b50;
	font-weight: normal;
	font-size: 150%;
	border-left: 0px solid #FFFFFF;
}
.highbar th a {
	color: #102b50;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}
.highbar th a:hover {
	background-color: #d3ecff;
}
.highbar th img {
	vertical-align: middle;
}
.highbar td {
	padding: 5px 10px 10px 10px;
	border-left: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	font-size: 90%;
}
.highbar p {
	margin: 10px 0px 5px 0px;
	font-size: 120%;
}
.highbar p b {
	background-color: #FFFFAA;
	font-weight: normal;
}
.highbar .button {
	padding: 10px 15px 10px 15px;
	color: #102b50;
	font-weight: bold;
	width: 275px;
}
.highbar li {
	font-size: 110%;
}


#footer {
	background-image: url(/static/images/back_fade_black.png);
	background-repeat: repeat-x;
	margin: 25px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
	color: #EEEEEE;
	background-color: #102b50;
	border-top: 3px solid #d3ecff;
	clear: both;
}
#footer .cell {
	padding: 0px 0px 0px 10px;
}
#footer .headline {
	color: #4096EE;
	margin-bottom: 5px;
	font-weight: bold;
}
#footer .body {
}
#footer .legal {
	margin: 25px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #FFFFFF;
}


.wufoo_form {
	padding: 10px 10px 10px 10px;
	border: 1px solid #d3ecff
}
