html { overflow-y: scroll; }


.dark-blue-bg {
	background-color: #1BABB4;
}
.white-bg {
	background-color: #FFF;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #442B0D;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
.white-bg-sub-nav {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A2D8CE;*/
	top: 20px;
	bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #FFF;
}

.white-bg-no-padding {
	background-color: #FFF;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #442B0D;
}
.white-bg-no-top-padding {
	background-color: #FFF;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #442B0D;
	padding-right: 20px;
	padding-bottom: 10px;
}




.header-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1babb4;
	background-color: #FFF;
	font-weight: bolder;
	text-align: left;
	font-style: italic;
}
.header-text-padded {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1BABB4;
	background-color: #FFF;
	font-weight: bolder;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;
}


.sub-nav-text {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #442B0D;
	text-decoration: none;
	padding-left: 4px;
}

.sub-nav-text:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #1BABB4;
	text-decoration: none;
	padding-left: 4px;
}

.sub-nav-text-selected {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #1BABB4;
	text-decoration: none;
	padding-left: 7px;
	font-weight: normal;
}

.sub-nav-text-selected:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #00958D;
	text-decoration: none;
	padding-left: 7px;
	font-weight: normal;
}

.divider {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #442B0D;
	background-color: #FFF;
}
.left-shadow {
	background-image: url(img/left_shadow.png);
	background-repeat: repeat-y;
}
.pura03 {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	background-image: url(img/pura_03.jpg);
}
.right-shadow {
	background-image: url(img/right_shadow2.png);
	background-repeat: repeat-y;
}
.pura-header-01 {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	font-weight: bolder;
}
.pura-header-02 {
	background-image: url(img/header_02.png);
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-right: 25px;
	padding-left: 64px;
	background-repeat: no-repeat;
}
.pura-header-03 {
	background-image: url(img/header_01-TR.png);
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	padding-right: 36px;
	background-repeat: no-repeat;
}

.footer_01 {
	background-image: url(img/footer_01.png);
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-right: 36px;
	padding-left: 64px;
	background-repeat: no-repeat;
}

.footer_02 {
	background-image: url(img/footer_02.png);
}
.footer_03 {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 9px;
}


.nav-divider {
	background-image: url(img/nav-divider.png);
	background-repeat: repeat-y;
}
.buttons a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #897D67;
}

.buttons a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}




.buttons-center a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #897D67;
}

.buttons-center a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1AA3AA;
	border-left-color: #1AA3AA;
	background-color: #1BABB4;
}


.buttons-center-selected a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}

.buttons-center-selected a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}

.buttons-left a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #897D67;
}

.buttons-left a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}

.buttons-left-selected a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}

.buttons-left-selected a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}




.buttons-right a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #897D67;
}

.buttons-right a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #1BABB4;
}

.buttons-right-selected a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #1BABB4;
}

.buttons-selected a {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #1BABB4;
}
.buttons-selected a:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bolder;
	background-color: #1BABB4;
}


.top-links {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.top-links:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

.top-links:visited {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.bold-subheader {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #442B0D;
}

.nobold-subheader {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #442B0D;
	font-style: italic;
}

.reg-link {
	font-family: Calibri, Arial, Georgia, sans-serif;
	color: #1BABB4;
	text-decoration: none;
}

.reg-link:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	color: #1BABB4;
	text-decoration: underline;
}

.bullet-text {
	font-size: 13px;
	text-align: justify;
}
.table-padding {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
}
.table-bg {
	background-color: #FFF;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	color: #000;
	padding-top: 20px;
}
.table-padding-grey {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
}
.table-padding-blue {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #E8E8FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CACAFF;
	border-bottom-color: #CACAFF;
}
.table-padding-green {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #E8FFE8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #93FF93;
	border-bottom-color: #93FF93;
}
.table-padding-yellow {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #FFD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCDE85;
	border-bottom-color: #FCDE85;
}
.table-padding-white {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	color: #442B0D;
}
.table-padding-whiteR {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #FFF;
	color: #442B0D;
	
}.white-bg-L-padding {
	background-color: #FFF;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 13px;
	color: #442B0D;
	padding-left: 10px;
}
.table-text {
	padding: 5px;
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}
.quote-text {
	font-family: Calibri, Arial, Georgia, sans-serif;
	color: #1babb4;
	text-decoration: none;
}
.map-border {
	border: 1px solid #CCC;
	left: 50%;
}
.bold-subheader-link {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #442B0D;
	text-decoration: none;
}
.brown-link {
	font-family: Calibri, Arial, Georgia, sans-serif;
	color: #442B0D;
	text-decoration: none;
}

.brown-link:hover {
	font-family: Calibri, Arial, Georgia, sans-serif;
	color: #1BABB4;
	text-decoration: underline;
}
.white-selected-link {
	font-family: Calibri, Arial, Georgia, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

