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


#page {
	width: 1020px;
	margin: auto;
	padding: auto;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#upperNav{
	float: right;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	position: relative; right: 45px;
}

#header{
	height: 111px;
	position: relative; top: 20px;
	background-image: url(images/header.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 0;
}

#pcbLogo{
	height: 39px;
	width: 212px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative; top: 12px; right: -265px;
	
}

#logo{
	float: left;
	position: relative; top: 20px; left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 1;
}

#nav{
	float: right;
	width: 705px;
	position: relative; bottom: -65px; left: 1.75em; 
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;

}

#nav a{
	color: #333;
	
}

#nav a:hover{
	color: #00C;
}

#sidebar{
	width: 220px;
	height: 500px;
	background-image: url(images/sidebar.jpg);
	position: relative; left: 40px;
	font-size:14px;
}

#sidebarHeadings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

#motto{
	height: 50px;
	width: 213px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative; left:2px;
}

#onlineBanking{
	height: 180px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#onlineBanking a{
	color: #333;
}

#onlineBanking a:hover{
	color: #00C;
}

#sideMenu{
	padding: 0;
	margin: 0;
	position: relative; left: -10px;
}

#sideMenu li {
	list-style-type: none;
}

#sideMenu a{
	display: block;
	width: 200px;
	border-bottom: 1px dotted #000;
	vertical-align: middle;
	line-height:25px;
	
}

#sideMenu a:hover{
	background-color: #FFF;
}


#quickLinks{
	height: 105px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#quickLinks a{
	color: #333;
}

#quickLinks a:hover{
	color: #00C;
}

#alerts{
	height: 170px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	position: relative;	left: 5px;
}

#alerts h3{
	font-size: medium;
	color: #B80000;
}

#contentArea{
	background-image: url(images/page.jpg);
	position: relative; top: 20px;
}

#pageContent{
	position: relative; right: 40px;
	width:720px;
	height:500px;
	float: right; 
}

#flashContent{
	position: relative;
	width:720px;
	height:400px;
	 
}

#addContent{
	position: relative;
	width: 720px;
	height:100px;
}

#endCap{
	position: relative; 
}

#footer{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	position: relative; top: 20px;
}

#fdicLogo{
	position: relative; right: 45px; bottom: 90px;
	float: right;
}

a{
	text-decoration: none;
	color:#00C;
}

a:hover{
	color: #900;
}

#noflash{
	align: left;
	background-image: url(images/noflash.html);
}

