@import url(admin/admin-style.css); /*-- DO NOT REMOVE --*/
@import url(menu.css);

* {
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	background-color: #9eabb5;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #053d6c;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input, textarea, select {
	font-size: 100%;
}

a, a * {
	color: #373737;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 240%;
	font-weight: normal;
}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size: 220%;
	font-weight: normal;
	color: white;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #1a5da2;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
	font-weight:normal;
}

hr {
	height: 1px;
	border: 0px;
	color: #b7b7b7;
	background: #b2bcbd;
}

.hr_dark {
	background-image: url(images/hr_bg_dark.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 6px 0px;
	padding: 6px 0px;
}

.hr_light {
	background-image: url(images/hr_bg_light.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 6px 0px;
	padding: 6px 0px;
}

.white {
	color: white;
}

.blue {
	color: #053d6c;
}

.sml {
	font-size: 90%;
}

/* Simple classes - dereferencing single style parameters to avoid inline styles */

.bold {
 font-weight: bold;
}

.clearboth {
 clear: both;
}

.floatleft {
 float: left;
}

.floatright {
 float: right;
}

.invisible {
	display: none;
}

.more_link {
	font-weight: bold;
	text-decoration: none;
}

/* Layout containers  */

#header {
	clear: both;
}

#logo {
	float: left;
	width: 250px;
}

#top_nav {
	float: left;
	width: 524px;
}

#content {
	clear: both;
	float: left;
	background-color: #e7e7e7;
	/*background-image: url(images/content_bg.gif);*/
	border-bottom: 4px solid #e7e7e7;
	padding-top: 6px;
	width: 774px;
}

.page {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 7px;
}

#footer {
	clear: both;
	padding: 17px 25px;
	width: 724px;
}

#left_col {
	float: left;
	width: 532px;
	margin-right: 4px;
}

#left_top {
	float: left;
	clear: both;
	background-color: #3e77a4;
	width: 532px;
}

#left_middle {
	float: left;
	clear: both;
	background-color: #a7c4d7;
	border-width: 3px 0px;
	border-color: #e7e7e7;
	border-style: solid;
	width: 532px;
}

#left_bottom {
	float: left;
	clear: both;
	background-color: #ccd8df;
	width: 532px;
}

#right_col {
	float: left;
	width: 238px;
}

#right_top {
	background-color: #ccd8df;
	border-bottom: 4px solid #e7e7e7;
	width: 238px;
}

#right_bottom {
	background-color: #c0d6e3;
	width: 238px;
}

#footer_links {
	clear: both;
}

#left_top_pic {
	float: left;
	padding-bottom: 20px;
}

#left_top_pic img {
	float: left;
	border: 4px solid white;
	margin: 20px 14px 28px 14px;
}

#left_top_text {
	float: left;
	color: white;
	padding: 20px 14px 28px 14px;
	font-size: 90%;
	line-height: 1.4em;
	width: 235px;
}

#left_middle_pic {
	float: left;
	position: relative;
	top: -20px;
}

#left_middle_pic img {
	border: 4px solid white;
}

#left_middle_text {
	float: left;
	padding: 20px 28px 0px 14px;
	line-height: 1.4em;
	font-size: 90%;
	/*text-align:right;*/
	width: 235px;
	padding-bottom: 20px;
}

#left_bottom_pic {
	float: left;
	position: relative;
	top: -20px;
}

#left_bottom_pic img {
	margin: 0px 28px 0px 48px;
}

#left_bottom_text {
	float: left;
	padding: 20px 28px 0px 14px;
	font-size: 90%;
	line-height: 1.4em;
	width: 235px;
}

#right_top {
	width: 238px;
	padding-top: 10px;
}

#right_top_pic {
	text-align: center;
}

#right_top_pic img {
	border: 1px solid #3e77a4;
}

#right_top_text {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 18px;
}

#right_bottom {
	width: 238px;
	padding-top: 10px;
}

#right_bottom_text {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 18px;
}

#page_left {
	float: left;
	margin-right: 5px;
	width: 236px;
}


#page_right {
	float: left;
	width: 527px;
}

#page_right_text {
	margin: 10px 20px 20px 27px;
}

#page_pic {
	float: right;
	padding-left: 20px;
}

#page_pic img {
	border: 4px solid white;
	position: relative;
	top: -30px;
}

#page_right_text ul {
	padding: 0px;
}

#page_right_text ul li {
	padding: 8px 0px;
	background-image: url(images/hr_bg_page.gif);
	background-repeat: repeat-x;
}

#sitemapcontainer {
	clear: both;
}

#sitemapcontainer ul, #sitemapcontainer ul li {
	background-position: bottom left;
	padding: 0px;
	margin: 0px;
}

#sitemapcontainer ul li div, div.sitemap_az {
	padding: 4px 0px;
}

#sitemapcontainer ul li div a, div.sitemap_az a {
	color: #053d6c;
	text-decoration: none;
	font-size: 90%;
}

.sitemap_letter {
	clear: both;
	color: #053d6c;
	font-weight: bold;
	background-image: url(images/hr_bg_page.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 0px;
}

.button {
	float: left;
	border: 1px solid #053d6c;
	margin: 0px 8px;
}

.button a {
	background: #6aa4c7;
	border: 1px solid white;
	color: white;
	float: left;
	font-weight: bold;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
}


/*---------------------------------------------------------*/

#footer_logos {
	background-image: url(images/footer_dots.gif);
	background-repeat: repeat-y;
	width: 200px;
	padding-left: 20px;
}

.section {
	background-color: #5a94b8;
	border-bottom: 5px solid #e7e7e7;
	font-family: Century Gothic, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: white;
	padding: 11px 20px;
}

.subsection {
	background-color: #bbd5e5;
	border-bottom: 5px solid #e7e7e7;
	font-family: Century Gothic, sans-serif;
	font-size: 180%;
	padding: 10px 27px;
}

.assoc {
	background-color: #6aa4c7;
	clear: both;
	color: white;
	font-weight: bold;
	padding: 7px 14px;
	margin-bottom: 7px;
}

.assoc a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.submit {
	background-color: #6AA4C7;
	color: white;
	font-weight: bold;
	border-width: 0px;
	padding: 1px;
}

/*--------------------------------------*/

.row{
clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}

.col1{
	font-weight: bold;
	width: 120px;
	float: left;
}

.col2{
	float: left;
	width: 350px;
}

.faqquestion, .faqanswer {
	line-height: 1.4em;
}

.faqquestion a {
	color: #053d6c;
	font-weight: bold;
}

hr.pagediv {
	margin: 15px 0px;
}
