/* CSS Document */

body {
	background-color: #0e3c6a;
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4 {
	margin: 0px;
	position: absolute;
}
div {
	position: relative;
}
a.hds {
	text-decoration: none;
	color: #336666;
	font-size: 16pt;
}
a:hover.hds {
	color: #FF9966;
}
.img1 {
	display: table;
	width: 130px;
	height: 130px;
	#position: relative;
	border: 1px solid #bbb;
	background-color: #ddd;
	overflow: hidden;
}
.img2 {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.img3 {
	#position: relative;
	#top: -50%;
	#left: -50%;
}

.white {
	color: white;
}
.font14 {
	font-size: 14pt;
}

#container {
	width: 780px;
	margin: 0 auto;
}
#footer {
	margin: 15px 0 35px 0;
	color: white;
	line-height: 30px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #66CCCC;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}

#header {
	height: 143px;
	width: 780px;
}

#logo {
	float: none;
	width: 279px;
	height: 143px;
	background:url(../images/fwclogo.gif) no-repeat;
	text-indent: -9999px;
}

#phone {
	left: 279px;
	width: 501px;
	height: 143px;
	background:url(../images/phonenumber.jpg) no-repeat;
	text-indent: -9999px;
}
#discover {
	width: 265px;
	height: 300px;
	background:url(../images/phonenumber.jpg) no-repeat;
	text-indent: -9999px;
	background-color: green;
}
#top {
	position: relative;
	width: 780px;
}
#bar1 {
	position: relative;
	height:44px;
	background: url(../images/bar_bg01.gif) repeat-x;
}
#content {
	width: 780px; 
	background-color: #41465e;
}
#bar2 {
	position: relative;
	height: 21px;
	background-color:#4095c3;
}
#message1 {
	position: relative;
	height: 57px;
	background-color:#d3d5e0;
	padding: 12px 10px 12px 250px;
	font-size: 14px;
	color: #0000a1;
}
#midcontent {
	position: relative;
	background-color: #41465e;
}

.module ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.module ul li {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0 0 6px;
	margin: 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.module ul li a, .module ul li a:link, .module ul li a:visited {
	background: url(../images/hr_bg.gif) no-repeat;
	padding: 12px 0 4px 10px;
	display: block;
	line-height: 15px;
	color: #eccfcf;
	text-decoration: none;
}

.module ul li a:hover {
	background-color: #003366;
}

.module ul li a img, .module ul li a:link img, .module ul li a:visited img {
	border: 1px solid #000049;
	float: left;
	margin-right: 2px;
}

.module ul li a:hover img {
	border: 1px solid #624747;
}

.module ul li.all {
	height: 28px;
}

.module ul li.all a, .module ul li.all a:link, .module ul li.all a:visited {
	padding: 0 12px 0 34px;
	height: 28px;
	display: block;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
	background: url(images/all_bg.gif) no-repeat;
	float: right;
}

.module ul li.all a:hover {
	text-decoration: none;
}
