@charset "UTF-8";
/* Main */
html,
body {
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:13px;
	background-image: url(bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #fdba31;
}
p {
	margin: 0;
	padding: 9px 18px;
}
#wrapper {
	min-height:100%;
	position:relative;
	width: 760px;
	border-right: 2px solid #2b90c0;
	border-left: 2px solid #2b90c0;
	background-color: #fff;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
	padding:0;
	text-align:center;
	height: auto !important;
	height: 100%;
}
#banner {
	width: 936px;
	background-color: #fff;
	background-image: url(layout/banner.gif);
	background-repeat: no-repeat;
	height: 216px;
}
.banner_info {
	text-align: right;
	position: relative;
	padding: 0;
	top: 154px;
}
a:link {
	color:#7bc143;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #7bc143;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #c1d82f;
	text-decoration:underline;
	font-weight: bold;
}
a:active {
	color: #7bc143;
	text-decoration:none;
	font-weight: bold;
}
.header {
	font-size: 24px;
	color: #0073a2;
	font-stretch:ultra-condensed;
}
.subhead {
	font-size: 16px;
	color: #0073a2;
	font-stretch:ultra-condensed;
}
.caption {
	font-size: 11px
}
.image_left {
	width: 144px;
	padding-right:36px;
	float:left;
	margin-bottom: 10px;
}
.image_right {
	width: 144px;
	padding-left:36px;
	float:right;
	margin-bottom: 10px;
}
#footer{
	padding: 54px 0 36px 0;
	text-align:left;
	position:relative;
	background-color: #fff;
	background-image: url(layout/footer.gif);
	background-repeat: no-repeat;
}

/* Online Forms */
label {
	float: left;
	width: 120px;
}
input, textarea {
	width: 72px;
	margin-bottom: 3px;
	background: #eeeeee;
	border: 1px solid #7bc143;
}
textarea {
	width: 72px;
}
#submitbutton {
	width: 108px;
}
.border {
	border: 2px solid #FFFFFF;
}

/* Navigation */
#navybean {
	position:relative;
	display:block;
	height:38px;
	padding-bottom:9px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	font-size:13px;
	font-weight:bold;
	background:transparent url("layout/menu_bg.gif") repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
}
#navybean ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#navybean ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#navybean ul li a {
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding: 9px 18px;
	height:28px;
}
#navybean ul li a:hover,.blue #navybean ul li {
	color:#fff;
	background:transparent url("layout/menu_bg_over.gif") repeat-x top center;
}
#navybean ul li a.current {
	color:#fff;
	background:transparent url("layout/menu_bg_current.gif") repeat-x top center;
	cursor:default;
}

/* Accordion */
.unfolder  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px solid black;
}
.unfolder div {
	background-color: #eee;
}
.unfolder p {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 9px 18px 9px 252px;
}
.unfolder ul {
	margin: 0px;
	padding: 9px 18px 9px 270px;
}
.unfolder a {
	color: #333;
	font-weight: bold;
	cursor:pointer;
	display:block;
	padding: 0px 36px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-color: #ffda98;
	background-image:url(layout/arrow_b.gif);
	background-repeat: no-repeat;
}
.unfolder a:hover {
	color: black;
	font-weight: bold;
	background-color: #fdbb30;
}
.unfolder a.selected {
	color: black;
	font-weight: bold;
	background-color: #c1d82f;
	background-image:url(layout/arrow_a.gif);
	background-repeat: no-repeat;
	cursor:default;
}


/* Footer */
.push {
	height: 36px; /* .push must be the same height as .footer */
}
.footer {
	height: 36px; /* .push must be the same height as .footer */
	padding: 36px 0 18px 0;
	background-color: #fff;
	background-image: url(layout/footer.gif);
	background-repeat: no-repeat;
	position:relative;
	width: 936px;
	border-right: 2px solid #2b90c0;
	border-left: 2px solid #2b90c0;
	background-color: #fff;
	margin: 0 auto -18px;
}