@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #CAD8E9;
	text-align: center;
}


#container {
	margin: auto;
	padding: 0;
	width: 950px;
	border: 0;
	text-align: left;
}
#banner {
	margin: 0;
	padding: 10px 22px 15px 0;
	width: 928px;
	height: 145px;
	border: 0;
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
}
#top-nav {
	margin: 0;
	padding: 0;
	width: 932px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	float: right;
}
#top-nav a:link, #top-nav a:visited, #top-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main-nav {
	margin-top: 105px;
	padding: 0;
	width: 257px;
	height: 34px;
	border: 0;
	color: #FFFFFF;
	text-align: right;
	float: right;
}
#middle {
	margin: 0;
	padding: 6px 18px 12px;
	width: 914px;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-y;
	float: left;
}

/* Home Page Only */

#item-main {
	margin: 0;
	padding: 0;
	width: 620px;
	height: 307px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#subitem-left {
	margin-top: 12px;
	padding: 12px 16px;;
	width: 279px;
	height: 201px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#subitem-right {
	margin: 12px 0 0 9px;
	padding: 12px 16px;
	width: 266px;
	height: 201px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}

/* end Home Page Only */

#left-container {
	margin: 0;
	padding: 0;
	width: 622px;
	float: left;
}
#left-content {
	margin: 0;
	padding: 20px 20px 30px;
	width: 580px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#left-content-sm {
	margin: 0;
	padding: 20px 20px 30px;
	width: 580px;
	height: 497px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#right-container {
	margin-left: 9px;
	padding: 6px 0 0 7px;
	width: 271px;
	height: 540px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#right-container-expand {
	margin-left: 9px;
	padding: 6px 0 0 7px;
	width: 271px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#news-container {
	margin-left: 9px;
	padding: 6px 0 0 7px;
	width: 271px;
	background-color: #DEE8F0;
	border: #10427B solid 1px;
	float: left;
}
#waf-news-container {
	margin: 0;
	padding: 50px 17px 25px;
	width: 230px;
	background-image: url(images/rt-waf-news.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#related-news-container {
	margin: 0;
	padding: 61px 17px 10px 0;
	width: 247px;
	background-image: url(images/rt-related-news.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#footer {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 32px;
	border: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float:left;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #00558F;
}
.waf-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #00558F;
}
.waf-blue a:link, .waf-blue a:visited, .waf-blue a:active {
	text-decoration: underline;
	color: #00558F;
}
.waf-blue a:hover {
	text-decoration: none;
	color: #00558F;
}
.eighteen-bold-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #00558F;
}
.fourteen-bold-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00558F;
}
.twelve-bold-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #00558F;
}
.twelve-bold-blue a:link, .twelve-bold-blue a:visited, .twelve-bold-blue a:active {
	color: #00558F;
	text-decoration: underline;
}
.twelve-bold-blue a:hover {
	color: #00558F;
	text-decoration: none;
}
.pic {
	margin: 0 0 10px 10px;
	border: #00B085 solid 2px;
	float: right;
}
.pic-large {
	border: #00B085 solid 2px;
	text-align: center;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}