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


.main-nav {
	background-image: url(../images/nav-tile.gif);
	background-repeat: repeat-x;
	height: 46px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #f7f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table, thead, tbody, td, th, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.main-container {
	padding: 0px 9px 9px 9px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #718b8c;
	padding-top: 20px;
}
.footer a:link{
	color: #43b8bd;
	text-decoration: underline;
}
.footer a:visited{
	color: #43b8bd;
	text-decoration: underline;
}
.footer a:hover{
	color: #43b8bd;
	text-decoration: none;
}
.footer a:active{
	color: #43b8bd;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #369398;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #385f60;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
a:link {
	color: #43b8bd;
	text-decoration: underline;
}
a:visited {
	color: #43b8bd;
	text-decoration: underline;
}
a:hover {
	color: #43b8bd;
	text-decoration: none;
}
a:active {
	color: #43b8bd;
	text-decoration: underline;
}
.main-nav-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #466768;
}
.main-nav-tile {
	background-image: url(/images/main-nav-tile.gif);
	background-repeat: repeat-x;
}

.home-feature-padding {
	padding: 20px 15px 0px 15px;
	font-size: 14px;
	color: #657e7f;	
}
.home-box-tile {
	background-image: url(/images/home-tbl-tile.gif);
	background-repeat: repeat-y;
}
.home-box-padding {
	padding: 10px 20px 0px 20px;
}
.home-box-padding p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385f60;
	margin: 0px;
	padding: 0px 0px 5px 0px;	
}
.padding8 {
	padding-bottom: 8px;
}

.subpage-rhs-border {
	padding: 5px;
	border-top: solid 1px #cfcfcf;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	background-color: #f7f5f5;
}

.subpage-rhs-top-image
{
	padding-bottom: 4px;
	text-align:center;
}

.subpage-rhs-image-link
{
	padding-bottom: 6px;
	text-align:center;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 10px;
	text-align: left;
	vertical-align: bottom;
	list-style-type: circle;
	
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
li {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

.tbl-brdr-thin-btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.tbl-brdr-thin-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.tbl-brdr-thick-btm {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.tbl-brdr-thick-btm-thin-top {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.tbl-brdr-med-btm {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

a img
{
	border: none;
}

.bg-info-module1 a:link, .bg-info-module1 a:visited, .bg-info-module1 a:hover, .bg-info-module1 a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}


.bg-info-module1 strong
{
	font-weight: bold;
	color: #FFFFFF;
}

.bg-info-module1 em
{
	font-style: italic;
	color: #FFFFFF;
}