@charset "utf-8";
/* CSS Document */

/* RESET some sensible defaults */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol, ul, li {
	list-style:none;
}
* a {
	position:relative;
} /* Gets links displaying over a PNG background */
a {
	outline:none;
} /* Gets rid of Firefox's dotted borders */
a img {
	border:none;
} /* Gets rid of IE's blue borders */
/* ---------------------------------- */
* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none;
}
html, body, #bg, #bg table, #bg td, #content {
	width:100%;
	overflow:hidden;
	height:100%
}
/*body{font-family:Arial,Helvetica,sans-serif;font-size:10px;cursor:default;background:url(../images/loading.gif);color:#000;}*/
body {
	background: #D5D5D7 /*url(../images/bg.gif) repeat-x left top*/;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:default;
	color: #000;
}
a {
	text-decoration:none;
	color:#666666;
	outline:0;
}
a:hover {
	text-decoration:none;
	color:#999999;
	outline:0;
}
img {
	display:block;
}
h1, h2, .large, .left {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size:40px;
}
h2, .box div img {
	padding-bottom:10px;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}
#bg td {
	vertical-align:middle;
	text-align:center;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}
#content {
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	overflow:auto;
}
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:80;
	width:100%;
	line-height:12px;
}
#footer div {
	height:70px;
	background:#000;
	padding:7px 0 0 20px;
	color:#666666;
	color:#CCCCCC;
	line-height:15px;
}
#footer address {
	float:left;
	margin-left:141px;
	text-align:left;
	font-style:normal;
}
#footer label {
	float:left;
	margin-left:0px;
	text-align:left;
	font-style:normal;
	color:#333333;
	color:#999999;
}
#logo {
	position:relative;
	width:100px;
	height:100px;
	float:right;
	margin-right:25px; /*margin-right:-15px;*/
	z-index:200;
	margin-top:30px;
}
#logo h1 {
	width: 153px;
	height:83px;
	/*background:url(../images/logo.png) no-repeat;*/
	font-size:1px;
	color: #D5D5D7;
}
#logo h2 {
	
	/*background:url(../images/logo.png) no-repeat;*/
	font-size:1px;
	color: #D5D5D7;
}
.element img {
	float:right
}
h1 {
	position:relative;
	left:-141px;
	margin-bottom:-63px;
	width:140px;
}
h1 a {
	padding:41px 10px 10px 0;
	color:#fffff7;
	font-size:11px;
	text-align:right;
	display:block;
}
h1 a:hover {
	background:#000 0 43px repeat-x;
}
#content ul {
	float:left;
	width:400px;
	padding-bottom:10px;
}
#content ul li a {
	height:12px;
	padding:3px 5px;
	font-weight:bold;
	color:#356CAE;
	display:block;
	text-decoration:none;
}
#content ul li a:hover, li.cur a {
	color:#000000;
}
.box {
	position:absolute;
	top:60px;
	right:200px;
	width:513px;
	padding-bottom:100px;
	background:#ffffff;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.box div {
	line-height:1.5em;
	;
	padding:10px 30px;
}
.box div a {
	text-decoration:underline;
}
.large {
	text-align:right;
	top:20%;
	right:0px;
	font-size:13px;
}
.left {
	text-align:left;
	right:auto;
	left:120px;
	font-size:13px;
}
.large h2 {
	font-size:60px;
}
.white {
	color:#fffff7;
}
h3 {
	position:relative;
	border-bottom-width:1px;
	padding:30px 30px 10px 30px;
	margin:0 -30px 20px -30px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:bold;
}
h3 span {
	position:absolute;
	right:510px;
	top:29px;
	background:#D6D3CE;
	text-align:center;
	padding:0 5px;
	white-space:nowrap;
	display:block;
	color:#fffff7;
	font-weight:normal;
}
dl {
	margin:10px 0;
}
dt, dd p {
	padding:15px 0 25px 0;
	display:block;
	border-top-width:1px;
	width:440px;
}
dt {
	text-transform:uppercase;
	padding:0 5px;
	cursor:pointer;
	line-height:20px;
	height:20px;
	font-weight:bold;
	width:430px;
}
dd {
	height:0px;
	overflow:hidden;
	width:440px;
}
#form input, textarea {
	background-color:#356CAE;
	color:#FFFFF7;
}
/* accordian*/
#accordion {
	margin:20px 0px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #356CAE;
	color: #fffff7;
	text-decoration:none;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
h3.toggler a {
	text-decoration:none;
	color:#000000;
}
div.element p, div.element h4 {
	margin:0px;
	padding:0px 4px 10px 4px;
}
blockquote {
	padding:5px 20px;
}
/* captcha_wrapper*/
.captcha_wrapper {
	margin-left:-104px;
}
