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

body {
	background-color:WHITE;
	background-position: top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: white;
	margin: 0;
	padding: 0 0 0 20px;
}

#wrapper {
	background-repeat: no-repeat;
	background-position: 690px 15px;
	width: 100%;
	float: left;
}

a, a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: white;
}

h2 {
	float: none;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

p span {
	margin: 0 0 5px 0;
	display: block;
	clear: both;
}

#header {
	float: left;
	width: 100%;
	clear: both;
	height: 65px;
	margin-top: 13px;
	background-image: url(../img/logo_up.png);
	background-repeat: no-repeat;
}

#header img {
	float: left;
	cursor: crosshair;
}

#accordion {
	float: left;
	clear: both;
	width: 900px;
}

.element {
	float: left;
	width: 100%;
	border-left: 23px solid black;
}

.one {
	background-image: url(../img/1px.png);
	background-repeat: repeat;
}

.two {
	background-image: url(../img/2px.png);
	background-repeat: repeat;
}
.twoactive {
	background-image: url(../img/2px.gif);
	background-repeat: repeat;
}

.trigger {
	float: left;
	height: 22px;
	width: 880px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.trigger span {
	float: left;
	padding: 5px 10px;
	height: 12px;
	margin-left: 10px;
}

.trigger a.launchbtn {
	position: absolute;
	padding: 5px 10px;
	height: 12px;
	top: 0px;
	left: 300px;
	text-decoration: none;
	font-weight: normal;
}

.trigger a.launchbtn.hover {
	color: #C69;
	background-image: url(../img/white.png);
}

.trigger a.launchbtn:visited {
	text-decoration: line-through;
}

.trigger img {
	float: right;
	margin: 6px;
	background-image: url(../img/plus.png);
	background-color: #616c7b;
}

.trigger.one span {
	background-image: url(../img/black.png);
	text-decoration: none;
	margin-left: 10px;
	color: white;
}
.trigger.one a {
	background-image: url(../img/black.png);
	color: white;
}
.trigger.one a.launchbtn:hover, .trigger.one a.launchbtn:active {
	color: #616c7b;
	background-image: url(../img/white.png);
}
.trigger.one img {
	background-image: url(../img/minus.png);
	background-color: black;
}

.trigger.two span {
	background-image: url(../img/blank.png);
	margin-left: 0;
}
.trigger.two a {
	background-image: url(../img/blank.png);
	color: white;
}
.trigger.two img {
	background-image: url(../img/plus.png);
	background-color: white;
}

.trigger.twoactive span {
	background-image: url(../img/white.png);
	color: black;
}
.trigger.twoactive a {
	background-image: url(../img/white.png);
	color: black;
}
.trigger.twoactive a.launchbtn:hover, .trigger.twoactive a.launchbtn:active {
	color: #C69;
}
.trigger.twoactive img {
	background-color: white;
}

.expander {
	float: left;
	width: 850px;
	height: 0;
	overflow: hidden;
	position: relative;
}

.expander .text {
	float: left;
	width: 260px;
	min-height: 268px;
	padding: 10px 20px;
}

.expander img {
	position: absolute;
	top: 0;
	left: 300px;
}

.expander iframe {
	position: absolute;
	top: 0;
	left: 300px;
}

.expander a, .expander a:link, .expander a:visited {
	color: #C69;
}

.expander a:hover, .expander a:active {
	color: #9f094f;
}

#whiteborder {
	width: 774px;
	height: 0px;
	float: left;
	border-top: 2px solid white;
}

#footer {
	float: left;
	clear: both;
	width: 774px;
	height: 20px;
	background-image: url(../img/footer_stripes.png);
}

#footer h2 {
	background-color: white;
	padding: 3px 0 8px 3px;
	margin: 0 0 0 33px;
	width: 125px;
	color: black;
}

#date {
	float: left;
	clear: both;
}
