@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B7B7B;
	font-size: 13px;
	font-weight: normal;
}
.splash {
	background-image: url(images/splash_tile.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#divider {
	background-color: #C1C1C1;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #3a8cc4;
	text-decoration: none;
}
a:visited {
	color: #3a8cc4;
	text-decoration: none;
}
a:hover {
	color: #329E35;
	text-decoration: underline;
}
a:active {
	color: #329E35;
	text-decoration: underline;
}
.navigation_blue {
	background-image: url(images/navigation_tile.gif);
	background-repeat: repeat-x;
}
.news_content {
	background-image: url(images/news_tile.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #7E7E7E;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
.home_content {
	padding-right: 20px;
	padding-left: 35px;
	padding-top: 11px;
	padding-bottom: 15px;
}
.home_content_wrapper {
	background-image: url(images/content_tile.gif);
	background-repeat: repeat;
	padding-bottom: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #0984C9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9D9D9D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #0984C9;
	font-weight: normal;
}
.callout {
	font-size: 14px;
}
.image_right {
	margin-left: 30px;
	float: right;
	margin-bottom: 20px;
}
.image_bottom_padding {
	padding-bottom: 8px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 25px;
	font-size: 12px;
	color: #c7e8ff;
	line-height: 17px;
}
.button_set_secondary {
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/secondary_button_bar.gif);
}
li {
	padding-bottom: 10px;
}
.box_callout {
	width: 400px;
	background-color: #E3EDF9;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
	border: 2px solid #6CB36F;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}
ul {
	margin-top: 12px;
	margin-bottom: 8px;
}
.secondary_content {
	padding-right: 20px;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 11px;
	min-height: 400px;
}
.image_right_border {
	margin-left: 30px;
	float: right;
	border: 4px solid #0984C9;
}



#footer {
}


a.footer_links:link {
	color: #c7e8ff;
	text-decoration: none;
	font-size: 11px;
}

a.footer_links:visited {
	color: #c7e8ff;
	text-decoration: none;
	font-size: 11px;
}

a.footer_links:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

a.footer_links:active {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
.image_border {
	border: 4px solid #0984C9;
}
h3 {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}
.white_text_on_blue {
	color: #FFF;
	background-color: #094681;
}

