@charset "utf-8";
/* CSS Document */

@import "nav.css";
@import "menu.css";
body {
	margin:0;
	background:url(../images/misc/side_menu_bg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#197aa6;
}
a:hover {
	color:#cc6600;
}
img {
	border:0;
}
h2{
	color: #041e97;
	font-weight: bold;
	text-transform:uppercase;
	font-size:14px;
	
}
h3{
	color: #041e97;
	font-weight: bold;
	text-transform:uppercase;
	font-size:12px;
}
#header {
	background:url(../images/misc/hfl_topband_part2.jpg) repeat-x;
	height:76px;
}
#container {
	overflow:hidden;
}
#main {
	padding-bottom:3000px;
	margin-bottom:-3000px;
	float:left;
	width:430px;
	padding-left:40px;
	padding-top:20px;
}
#footer{
	font-weight: normal;
	font-size: 10px;
	color: #cccccc;
	width:229px;
	text-align:center;
	padding-bottom:10px;
}
.clear_fix {
	clear:both;
}
.right{ float:right;}
.left{ float:left;}
.divider{
	margin-top:35px;
	padding-bottom:20px;
	border-top:1px solid #cccccc;
	width:550px;
}
.title{
	padding:10px 0 10px;
	width:550px;
	color:#041e97;
	font-size:20px;
	text-transform:capitalize;
}
.indent{
	padding-left:15px;	
}
li{
	margin-bottom:5px;	
}
.inset{
	margin-top:30px;
	background:#ddecf6;
	padding:1px 1px 1px 38px;
}
.locale{
	padding:5px 20px;
	float:left;
	text-align:center;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
}

.thumbnail{
	float:left;
	padding-right:35px;
	width:105px;
	padding-bottom:40px;
}
.thumbnail .image{
	text-align:center;
	margin-bottom:5px;	
	width:103px;
	border:1px solid #000000;
}

.thumbnail .thumb_title{
	font-size:11px;
	text-align:center;
}

.photo{ float:left; }
.photo .image{
	margin-bottom:15px;	
	border:1px solid #000000;
	width:327px;
}
.photo .photo_title{
	font-weight: bold;
	font-size: 12px;
	color: #031e96;
	padding-bottom:5px;
}