html
{
	height: 100%;
}

body
{
	margin:0;
	padding:0;
	font:13px/16px "Lucida Grande", Arial, Sans-serif;
	color:#333333;
	background: #f5f6ea;
	height: 100%;
}

#page 
{
	padding: 20px;
}

a:link, a:visited {
	color:#27b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}

#topnav {
	
	background: url('../images/topnav_bg.png') repeat-x #3388af;
	height:167px;
	width:100%;
	
}
#topnav a { color: white; font-size: 9pt; }
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}

#signin_menu {
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	display:block;
	background-color:#9a9c7e;
	width:350px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	color:#ffffff;
	font-size:11px;
	margin: 30px auto 30px auto; 
	
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #44462e;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:325px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#606249;
	border:1px solid #44462e;
	color:#fff;
	text-shadow:0 -1px 0 #44462e;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

select#soflow
{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #606249;
   color: #555;
   font-size: inherit;
   margin: 10px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 220px;
}

select#soflow2
{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #606249;
   color: #555;
   font-size: inherit;
   margin: 2px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 80px;
}

#ch_stmt { padding: 20px; }

#ch_stmt .menu { }

#ch_stmt .menu .search { white-space: nowrap; }
#ch_stmt .menu .print_pdf { }
#ch_stmt .menu .empty { padding:0% 0% 0% 90%; }

#ch_stmt .stmt
{
	margin: 0% 12% 0% 12%;
	background-color: white;
	border: 2px solid #606249;
}

#ch_stmt .stmt .stmt_head { font-family: "Times New Roman", Times, serif; }

#ch_stmt .stmt .stmt_head .stmt_head_title { font-size:large; font-weight:bold; padding:10px 0px 7px 0px; }
#ch_stmt .stmt .stmt_head .stmt_head_dates { font-weight:normal; padding: 0px 0px 15px 0px; }
#ch_stmt .stmt .stmt_head .stmt_addr_info { font-weight:bold; font-size:small; }
#ch_stmt .stmt .stmt_head .empty_col { padding:0% 0% 0% 5%; }

#ch_stmt .stmt .stmt_body
{
	font-family: "Times New Roman", Times, serif;
	padding:0px 0px 15px 0px;
}

#ch_stmt .stmt .stmt_body .column_header
{
	padding:0px 0px 10px 0px;
	font-size:105%;
	font-weight:bold;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
#ch_stmt .stmt .stmt_body table { border-collapse:collapse; }
#ch_stmt .stmt .stmt_body .first_content { padding:5px 0px 0px 10px; font-size:small; }
#ch_stmt .stmt .stmt_body .content { padding:0px 0px 0px 10px; font-size:small; }
#ch_stmt .stmt .stmt_body .empty_col { padding:0% 0% 0% 5%; }
#ch_stmt .stmt .stmt_body .small_text { font-size:x-small; }

.wrapper
{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -84px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 84px; /* .push must be the same height as .footer */
}

.footer { 
	background: url('../images/tall_footer.gif') repeat-x;
	width:100%;
	text-align: center;
	font-size:0.75em; 
	color:#ffffff; 
	word-spacing:7px; 
	height: 84px;
	margin: 0px auto 0px auto; 
	line-height:8em
}
.footer a { color: white; }

.footer_inside {
	position:absolute;
	top:50%;
	height:100em;
	margin-top:-50em 
}