@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	background-color:#001866;
	text-align:center;
}

div#wrapper{
	margin:0px;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#header{
	background-image:url('images/header.jpg');
	height:230px;
	width:840px;
}

div#spclogo{
	width:200px;
	height:135px;
	cursor:pointer;
	position:absolute;
	top:45px;
	left:320px;
}

div#menu{
	background-image:url('images/menu.jpg');
	width:840px;
	height:25px;
	text-align:center;
	font-size:12px;
	padding-top:5px;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}

div#midcontainer{
	width:840px;
	height:325px;
}

div#leftwing{
	background-image:url('images/leftwing.jpg');
	width:80px;
	height:325px;
	float:left;
}

#leftbox{
	background-image:url('images/leftbox.jpg');
	width:225px;
	height:325px;
	float:left;
}

div#midbox{
	background-image:url('images/midbox.jpg');
	width:235px;
	height:325px;
	float:left;
}

#rightbox{
	background-image:url('images/rightbox.jpg');
	width:225px;
	height:325px;
	float:left;
}

div#rightwing{
	background-image:url('images/rightwing.jpg');
	width:75px;
	height:325px;
	float:left;
}

div#menu_under{
	background-image:url('images/menu_under.jpg');
	width:840px;
	height:30px;
	text-align:center;
	font-size:11px;
	padding-top:5px;
}

div#banking{
	background-image:url('images/banking.jpg');
	width:840px;
	height:40px;
}

div#spacer{
	background-image:url('images/spacer.jpg');
	width:840px;
	height:40px;
}

div#footer{
	width:840px;
	height:80px;
}

div#bottom_left{
	background-image:url('images/bottom_left.jpg');
	width:320px;
	height:80px;
	float:left;
}

#livechat{
	background-image:url('images/livechat.jpg');
	width:200px;
	height:80px;
	float:left;
	padding:0;
	margin:0;
	border:0;
	display: block;
}

img{
	border:0;	
}

div#bottom_right{
	background-image:url('images/bottom_right.jpg');
	width:315px;
	height:80px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}

div#disclaimers{
	padding:10px;
	width:840px;
	text-align:center;
	font-size:9px;
	color:#FFF;
}

