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

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#5f7284
}
#container{
	width:910px;
	padding:0px 25px 20px 25px;
	margin:0px auto;
	}
#mainArea{
	clear:both;
	display:block;
	overflow:hidden;
	padding-bottom:20px;
	}	
#rightPanel{
	float:right;
	width:234px;
	}
#leftPanel{
	float:left;
	width:644px;
	padding-top:15px;
	text-align:justify;
	}	
#footer{
	clear:both;
	display:block;
	overflow:hidden;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:11px;
	color:#96b9dd;
	padding:6px 10px;
	}	
	
	
	
	
	
	
#header{
	clear:both;
	display:block;
	overflow:hidden;
	height:180px;
	}
.logo{
	float:left;
	width:310px;
	}
.headerRight{
	width:600px;
	float:left;
	}
.topNavigation{
	height:34px;
	width:600px;
	text-align:center;
	background-image:url(../images/btn-panel-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	list-style:none;
	padding-top:9px
	}
.topNavigation li{
	display:inline;
	margin-right:5px;
	
	}
	
	
	
	

a{
	outline:none;
	}
a img{
	outline:none;
	border:none;
	}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	padding-top:5px;
	color:#1d5ea0;
	font-size:20px;
	font-weight:normal;
	}
h3{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	padding-top:5px;
	color:#e8ba20;
	font-size:16px;
	}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
	}
#mainArea ul{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
	list-style:none;
}
#mainArea ul li{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:14px;
}	
	
	
	
	
	
.picLeft{
	float:left;
	border:1px solid #96b9dd;
	padding:2px;
	margin-right:20px;
	margin-top:5px;
	}
.happyBins{
	clear:both;
	font-weight:bold;
	padding:40px 0px 10px 80px;
	font-size:14px;
	color:#FFF;
	background-image: url(../images/happybins.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.happyBins a{
	color:#f1c314;
}
.happyBins a:hover{
	color:#fff;
}
