
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #52626f;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

#home_img {
	position: absolute;
	z-index: 50;
	background-color: #000;
}
#home_img img {
	position: absolute;
	z-index: 51;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -54px;
}

.cycle_img {
	position: absolute;
}

#ds_left {
	position: absolute;
	top: 0px;
	width: 10px;
	background-image: url(../images/ds-left.png);
	z-index: 1;
}

#container {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

#ds_right {
	position: absolute;
	top: 0px;
	width: 10px;
	background-image: url(../images/ds-right.png);
	z-index: 1;
}

#nav_container {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -483px;
	width: 966px;
	height: 40px;
	z-index: 100;
	color: #FFF;
}

.the_nav {
	width: 966px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	list-style-type: none;
}

.the_nav a:link, .the_nav a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
}

.the_nav a:hover, .the_nav a:active {
	text-decoration: none;
	color: #FFF;
	display: block;
}

.the_nav li {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	cursor: pointer;
	margin-right: 1px;
	background-image: url(../images/trans-70.png);
}
.the_nav li a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/trans-90.png) !important;
}
.the_nav li a:hover {
	width: 160px;
	background-image: none !important;
}

.the_nav li ul {
	width: 160px;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	list-style-type: none;
	clear: both;
	overflow: hidden;
	display: none;
	z-index: 200;
}

.the_nav li ul li {
	width: 160px;
	height: 28px;
	line-height: 28px;
	float: left;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	z-index: 20;
}

.the_nav li ul li a {
	width: 152px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	background-image: url(../images/trans-90.png) !important;
}
.the_nav li ul li a:hover {
	width: 152px;
	padding: 4px;
	background-image: none !important;
}

#content_wrap {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 350px;
	z-index: 150;
}

#content_close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
}

#content_hd {
	width: 330px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	color: #FFF;
	background-image: url(../images/trans-90.png);
	margin-bottom: 1px;
	cursor: move;
}

#content_hd h1 {
	padding: 0px;
	margin: 0px;
}

#content {
	width: 330px;
	padding: 10px;
	color: #FFF;
	background-image: url(../images/trans-90.png);
}

#content_logo {
	width: 330px;
	padding: 10px;
	background-image: url(../images/trans-90.png);
}

#footer {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/trans-90.png);
	z-index: 100;
}

#extra {
	height: 80px;
	background-color: #52626F;
}

#extra_links {
	margin: 0px auto;
	width: 966px;
	height: 40px;
}
#extra_links > ul > li > ul {
	position: absolute;
	margin-top: -125px;
}

#extra_content {
	text-align: center;
	line-height: 40px;
	margin: 0px auto;
	color: #FFF;
}

.trans_90 {
	background-image: url(../images/trans-90.png) !important;
}

#ctas ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.form_row {
	width: 330px;
	overflow: hidden;
	clear: both;
}
.form_label {
	width: 75px;
	float: left;
}
.form_field {
	width: 255px;
	float: right;
}
