.pngfix, .nav img, #buttons img, #ps_left, #ps_right { behavior: url("/iepngfix.htc") }
.x_input { display: none; }
html, body, #wrapper_outer { height: 100%; }
body {
	background-color: #c5e0f5;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_wrapper_outer.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Trebuchet MS;
}
a { color: #96df51; }
#wrapper_outer {
	width: 977px;
	margin: 0px auto;
}
#wrapper {
	width: 938px;
	margin: 0px 0px 0px 23px;
	background-image: url(/images/bg_wrapper.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#top {
	height: 153px;
	overflow: hidden;
}
#logo {
	width: 471px;
	height: 142px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#top_right {
	width: 434px;
	height: 153px;
	float: right;
	background-image: url(/images/top_right.png);
}
#nav {
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.nav {
	float: left;
}
#content {
	width: 900px;
	margin: 25px 0px 0px 30px;
	color: white;
}
#footer {
	padding: 8px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-x;
	color: black;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	font-family: Trebuchet MS;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 922px;
	height: 27px;
	overflow: hidden;
}
#footer a { color: black; }
#footer_push { height: 278px; }
#photo_slides {
	position: absolute;
	height: 138px;
	width: 924px;
	background-image: url(/images/bg_photos.png);
	left: -23px;
	bottom: 58px;
	padding-top: 55px;
	padding-left: 53px;
}
#ps_left {
	width: 28px;
	height: 97px;
	cursor: pointer;
	float: left;
	background-image: url(/images/move_left.png);
}
#ps_right {
	width: 28px;
	height: 97px;
	cursor: pointer;
	float: left;
	background-image: url(/images/move_right.png);
}
#ps_outer {
	height: 97px;
	width: 788px;
	margin: 0px 10px;
	float: left;
	overflow: hidden;
	position: relative;
}
#ps_inner {
	width: 5000px;
	position: absolute;
}
.slide {
	float: left;
	margin-right: 8px;
	border: 1px solid white;
	width: 120px;
	height: 92px;
	overflow: hidden;
}
.slide a { color: white; text-decoration: none;}
.news_date {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#buttons {
	margin-top: 25px;
}
#buttons div {
	float: left;
	margin-right: 12px;
}
#left_col, #right_col {
	margin-top: 20px;
	margin-bottom: 20px;
}
#left_col {
	width: 185px; 
	float: left;
	margin-right: 45px;
	font-size: 18px;
}
#right_col {
	width: 620px;
	float: left;
}
#left_col a {
	color: white;
	text-decoration: none;
}
#left_col a:hover {
	text-decoration: underline;
}
#left_col div {
	margin-bottom: 8px;
}
#left_col .left_sub {
	font-size: 12px;
	margin-left: 30px;
}
.top_left_link a { color: #96df51; }
.faq {
	margin-bottom: 25px;
}
.faqq {
	font-size: 16px;
	font-weight: bold;
}
.faqa {
	padding: 6px 30px 0px 30px;
}
.required_action {
	border: 1px solid red;
}