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

/* GLOBAL */

html, body {
	background:url(../images/bg-main.jpg) repeat-x top left #ececec;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

/* POSITIONING */

div.wrapper{
	margin:0 auto;
	width:968px;
	background:url(../images/bg-lower-body.png) repeat-y;
}

div.lower-body{
	margin:0 auto;
	width:925px;
	padding:20px;
	min-height:350px;
	border-bottom:1px solid #a7a7a7;
}

div#top{width:960px; margin:0 auto;}

div#apy{
	float:right;
	margin:0px 0px 5px 7px;
	width:281px;
	height:112px;
	background:url(../images/bg-apy.jpg) no-repeat;
}

div#online-access {
	float:left;
	width:205px;
	height:276px;
	z-index:2;
	margin-left: 19px;
	overflow: hidden;
}

div#left{
	text-align:left;
	width:90px;
	float:left;
}

div#link-right{
	padding:0px;
	margin:0px;
}

div#top{
	height:96px;
	background-color:#fff;
}

div#header{
	width:968px;
	height:286px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:url(../images/header.png) no-repeat;
}

div#inner-body{
	width:650px;
}

div#slideshow-caption{
	float:left;
	width:274px;
	height:252px;
	margin:0px 0px 0px 5px;
	padding:14px;
	overflow:hidden;
}

div#slideshow-header{
	width:433px;
	height:283px;
	padding:0px;
	float:left;
	margin:0px 0px 0px 0px;
}

/* TYPOGRAPHY */
div#online-access h3{
	padding:10px 0px 10px 0px;
	margin:0;
	color:#fff;
	letter-spacing:.75px;
}

.link-right{
	text-align:right;
}

a.link-right{
	padding-right:5px;
}

a.login-link{
	color:#233a7a;
	text-decoration:underline;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

div#slideshow-caption h2{
	margin:0;
}

a.link-learn{
	color:#233a7a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.link-learn:hover{
	color:#363;
}

span.bold{ font-weight:bold; }

/* LISTS */
table#menu ul li, a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#233a7a;
	list-style-image:url(../images/arrow-bullet.png);
	margin-left:0px;
	text-decoration:none;
}

table#menu ul li:hover, a:hover{
	background-color:#BCCDE7;
	color:#333;
}

table#menu ul li.list-head, ul li.list-head:hover{
	color:#000;
	list-style:none;
	font-weight:bold;
	background-color:#fff;
}


/* FORMS */
#singleSignOnForm input.txt{
	padding:3px;
}

/* CONTACT PAGE */
#contact1{
	float: right;
	width:468px;
}

div.AccordionPanelContent img{ padding-right:10px; }

.alert {	color: #F00;
}
#box {	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border:thick;
	border-color:#000066;
	border-style:double;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

div#fbr, div#fbl{
	width:300px;
}

div#ftop{
	width:625px
}

div#fbr{ float:right; }

div#fbl{ float:left; }
