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

.pawCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
	padding-left: 25px;
	padding-bottom: 5px;
	background-image: url(images/paw.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.largeCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
	text-align: left;
	padding-bottom: 5px;
}

.pageMainCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

.nameCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
	text-align: left;
}

.tabNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
}
.tabNavigation a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 5px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
}
.tabNavigation a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	white-space: nowrap;
	display: block;
}
.tabNavigation a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px;
	display: block;
	background-image: url(images/tab-over.gif);
	background-repeat: no-repeat;
}



.homeShortBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
	color: #575757;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
}

.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
	color: #575757;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
}
.bodyText a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.bodyText a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.bodyText a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: underline;
}


.bodyTextPadding25Left {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
	color: #575757;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left:25px;
}
.bodyTextPadding25Left a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.bodyTextPadding25Left a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.bodyTextPadding25Left a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: underline;
}




.verticalLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3e3e3;
}
.horizontalLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}



.footerNavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #575757;
	text-decoration: none;
	padding-right:10px;
	padding-left:20px;
	padding-bottom: 50px;
}
.footerNavigation a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigation a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigation a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: none;
}


.footerNavigationLarger {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #575757;
	text-decoration: none;
	padding-right:10px;
	padding-bottom: 50px;
}
.footerNavigationLarger a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigationLarger a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigationLarger a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: none;
}


.footerNavigationAlignRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	color: #575757;
	text-decoration: none;
}
.footerNavigationAlignRight a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigationAlignRight a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: none;
}
.footerNavigationAlignRight a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: none;
}





.formList {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #575757;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.formList a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #575757;
	text-transform: capitalize;
	text-decoration: none;
	text-align: left;
	display: block;
}
.formList a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #575757;
	text-align: left;
	display: block;
	text-decoration: none;
}
.formList a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FA6A00;
	text-align: left;
	display: block;
	text-decoration: underline;
}


.subNavSelected {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #fa6a00;
	text-decoration: none;
}
.subNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #035875;
	text-decoration: none;
}
.subNav a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #035875;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
.subNav a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #035875;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}
.subNav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}

.subNavDivideLine {
	padding-left: 3px;
	padding-right: 3px;
	color: #BCBCBC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}


.quickLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
	color: #575757;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
}
.quickLinks a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.quickLinks a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #575757;
	text-decoration: underline;
}
.quickLinks a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fa6a00;
	text-decoration: underline;
}
.imagePaddingPDF {
	padding: 5px;
	}