@charset "UTF-8";
/* Main */
html,
body {
	height:100%;
	margin:0;
	padding:0;
	color:#EDF2C1;
	font-family: Verdana, Geneva, sans-serif;
	line-height:120%;
	font-size:12px;
	background-image: url(layout/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #340C34;
}
p {
	margin: 0;
	padding: 9px 0px;
}
#main {
	width:auto;
	display:block;
	padding:18px;
}
#column_left {
	width:216px;
	margin-right:18px;
	float:left;
}
#column_right {
	width:734px;
	float:left;
}
div.spacer {
	clear:both; 
	height:10px; 
	display:block;
}
#container {
	min-height:100%;
	position:relative;
	width: 1008px;
	border-right: 2px solid #925D6F;
	border-left: 2px solid #925D6F;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
	padding:0;
	text-align:left;
	height: auto !important;
	height: 100%;
}
#banner {
	height: 144px;
	padding:18px;
}
.banner_info {
	text-align: right;
	position: relative;
	padding: 0 18px;
	top: 154px;
}
a:link {
	color:#A5BB5A;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #A5BB5A;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #C7D696;
	text-decoration:underline;
	font-weight: bold;
}
a:active {
	color: #A5BB5A;
	text-decoration:none;
	font-weight: bold;
}
.header {
	font-size: 18px;
	color: #EDF2C1;
	font-stretch:ultra-condensed;
}
.subhead {
	font-size: 15px;
	color: #EDF2C1;
	font-stretch:ultra-condensed;
}
.caption {
	font-size: 10px
}


/* 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;
}

/* No Accordion */
.spaciousness  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid #925D6F;
}
.spaciousness p {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 9px 18px 9px 252px;
}
.spaciousness ul {
	margin: 0px;
	padding: 9px 18px 9px 270px;
}


/* Accordion */
.unfolder  {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid #925D6F;
}
.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: #EDF2C1;
	cursor:pointer;
	display:block;
	padding: 0px 36px;
	margin-top: 0;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	border-top: 1px solid #EDF2C1;
	border-bottom: 1px solid #415B38;
	background-color: #415B38;
	background-image:url(layout/arrow_b.gif);
	background-repeat: no-repeat;
}
.unfolder a:hover {
	color: #EDF2C1;
	font-weight:normal;
	background-color: #A5BB5A;
}
.unfolder a.selected {
	color: #EDF2C1;
	font-weight:normal;
	background-color: #A5BB5A;
	background-image:url(layout/arrow_a.gif);
	background-repeat: no-repeat;
	cursor:default;
}
#in_left {
	float: left;
	width: 252px;
	text-align:left;
}
#in_left p {
	margin: 0px;
	padding: 9px 18px 9px 18px;
}
#in_right {
	float: right;
	width: 396px;
	text-align:left;
}
#in_right p {
	margin: 0px;
	padding: 9px 18px 9px 18px;
}

/* 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 18px 36px 18px;
	position:relative;
	width: 972px;
	border-right: 2px solid #925D6F;
	border-left: 2px solid #925D6F;
	margin: 0 auto -18px;
}

/* Table */
.table_border {
	border: 1px solid #a5bb5a; 
}
.table_field {
	border: 1px solid #a5bb5a;
	background-color:#340C34;
	color:#ffffff;
}
.table_button {
	border: 1px solid #a5bb5a;
	background-color:#340C34;
	cursor:pointer;
	color:#ffffff;
}