/* layout.scss */
/* _var.scss */
/* Fonts */
/* Variables */
/* Mixins */
/******************
MAIN PAGE STYLES
******************/
.clear { clear: both; }

body { background: #50707b; padding: 0; margin: 0; }

#bodyWrap { width: 1060px; background: #d9dccb; margin: 50px auto; padding: 30px 0; }
#bodyWrap #headerWrap { width: 980px; margin: 0 auto; position: relative; background: #FFF; padding-bottom: 5px; }
#bodyWrap #headerWrap img { width: 900px; margin: 0 40px 0 40px; }
#bodyWrap #contentWrap { width: 980px; background: #FFF; margin: 0 auto 0 auto; padding: 30px 0 0 0; position: relative; z-index: 10; }
#bodyWrap #contentWrap #innerWrap { width: 900px; margin: 0 0 0 40px; padding: 0 0 0 0; }
#bodyWrap #contentWrap #innerWrap #content { width: 100%; height: 100%; margin: 0; padding: 0 0 30px 0; }
#bodyWrap #footerWrap { width: 980px; background: #a19f9a; margin: 0 auto; padding: 10px 0; }
#bodyWrap #footerWrap .colWrap { float: left; max-width: 135px; padding: 0 8px 0 10px; margin: 0 auto; }
#bodyWrap #footerWrap .colWrap .parentHead { padding: 0 8px 2px 0; }
#bodyWrap #footerWrap .colWrap .parentHead:first-child { padding: 0 8px 2px 8px; }
#bodyWrap #footerWrap .colWrap .parent { font-size: 13pt; font-weight: bold; text-transform: none; }
#bodyWrap #footerWrap .colWrap .parent:hover { text-decoration: none; }
#bodyWrap #footerWrap ul { list-style: none; color: #FFF; margin: 0; max-width: 135px; padding: 0 8px 0 0; }
#bodyWrap #footerWrap ul li { font-size: 12px; margin-left: 8px; }
#bodyWrap #footerWrap ul li a { text-transform: none; }
#bodyWrap #footerWrap a { color: #FFF; text-decoration: none; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; }
#bodyWrap #footerWrap a:hover { text-decoration: underline; }

#navWrap { width: 980px; margin: 0 auto; background-color: #f5f3f2; height: 30px; border-bottom: 1px dashed #465630; z-index: 20; }
#navWrap .parentList { float: left; width: 100%; margin-bottom: 30px; list-style: none; background: #465630; margin: 0 0 8px 0; }
#navWrap .parentList li { display: inline; margin: 0 15px; float: left; }
#navWrap .parentList li a.topLevel { padding: 3px 10px 0px 5px; float: left; color: #FFF; text-decoration: none; }
#navWrap .parentList li a.topLevel:hover { color: #465630; background: #f5f3f2; }
#navWrap .parentList li a.topLevel.visible { color: #FFF; background: #f87957; }
#navWrap .parentList li .childList { margin: 23px 0 0 -4px; padding: 0; background: none; position: absolute; font-size: 12px; background: #465630; z-index: 20; }
#navWrap .parentList li .childList a { text-decoration: none; font-family: Arial, Helvetica, sans-serif; padding: 3px 10px 3px 10px; position: relative; display: block; color: #FFF; margin: 0; }
#navWrap .parentList li .childList a:hover, #navWrap .parentList li .childList a.current { color: #465630; background: #f5f3f2; }
#navWrap .parentList li .childList .bottom { background-color: #f5f3f2; border-bottom: 1px dashed #465630; height: 6px; }

#Bread { margin: 0 auto 0 auto; padding: 5px 0px; width: 980px; background: #FFF; }
#Bread p { font-size: 9pt; padding: 0; margin-left: 18px; color: #69a2aa; }

/* HOMEPAGE */
#HomePage .section { float: left; width: 100%; margin-bottom: 30px; }
#HomePage .section.top .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#HomePage .section.top .tile.left { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#HomePage .section.top .tile.left .tileContent { overflow: none; }
#HomePage .section.top .tile.left .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#HomePage .section.top .tile.left .tileContent p { padding: 0 2px 4px 2px; }
#HomePage .section.top .tile.left .tileContent a img { border: none; }
#HomePage .section.top .tile.left .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#HomePage .section.top .tile.left .tileContent img { margin-bottom: -7px; }
#HomePage .section.top .tile.left .tileContent.sForm fieldset label { width: 152px; }
#HomePage .section.top .tile.left .tileContent.sForm fieldset input { width: 152px; }
#HomePage .section.top .tile.left .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#HomePage .section.top .tile.left .tileContent.sForm fieldset ul input { width: auto; }
#HomePage .section.top .tile.left .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#HomePage .section.top .tile.left .tileContent .chang:hover { cursor: pointer; background: #666; }
#HomePage .section.top .tile.left .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#HomePage .section.top .tile.left .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#HomePage .section.top .tile.left .tileBottom a:hover { text-decoration: underline; }
#HomePage .section.top .tile.left:last-child { margin-right: 0; }
#HomePage .section.top .tile .tileContent { overflow: none; }
#HomePage .section.top .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#HomePage .section.top .tile .tileContent p { padding: 0 2px 4px 2px; }
#HomePage .section.top .tile .tileContent a img { border: none; }
#HomePage .section.top .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#HomePage .section.top .tile .tileContent img { margin-bottom: -7px; }
#HomePage .section.top .tile .tileContent.sForm fieldset label { width: 152px; }
#HomePage .section.top .tile .tileContent.sForm fieldset input { width: 152px; }
#HomePage .section.top .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#HomePage .section.top .tile .tileContent.sForm fieldset ul input { width: auto; }
#HomePage .section.top .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#HomePage .section.top .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#HomePage .section.top .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#HomePage .section.top .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#HomePage .section.top .tile .tileBottom a:hover { text-decoration: underline; }
#HomePage .section.top .tile:last-child { margin-right: 0; }
#HomePage .section.top .tile .summary { color: #f87957; font-size: 1em; }
#HomePage .section.news .tile { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#HomePage .section.news .tile .tileContent { overflow: none; }
#HomePage .section.news .tile .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#HomePage .section.news .tile .tileContent p { padding: 0 2px 4px 2px; }
#HomePage .section.news .tile .tileContent a img { border: none; }
#HomePage .section.news .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#HomePage .section.news .tile .tileContent img { margin-bottom: -7px; }
#HomePage .section.news .tile .tileContent.sForm fieldset label { width: 152px; }
#HomePage .section.news .tile .tileContent.sForm fieldset input { width: 152px; }
#HomePage .section.news .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#HomePage .section.news .tile .tileContent.sForm fieldset ul input { width: auto; }
#HomePage .section.news .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#HomePage .section.news .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#HomePage .section.news .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#HomePage .section.news .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#HomePage .section.news .tile .tileBottom a:hover { text-decoration: underline; }
#HomePage .section.news .tile:last-child { margin-right: 0; }
#HomePage .section.adventure .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#HomePage .section.adventure .tile .tileContent { overflow: none; }
#HomePage .section.adventure .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#HomePage .section.adventure .tile .tileContent p { padding: 0 2px 4px 2px; }
#HomePage .section.adventure .tile .tileContent a img { border: none; }
#HomePage .section.adventure .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#HomePage .section.adventure .tile .tileContent img { margin-bottom: -7px; }
#HomePage .section.adventure .tile .tileContent.sForm fieldset label { width: 152px; }
#HomePage .section.adventure .tile .tileContent.sForm fieldset input { width: 152px; }
#HomePage .section.adventure .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#HomePage .section.adventure .tile .tileContent.sForm fieldset ul input { width: auto; }
#HomePage .section.adventure .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#HomePage .section.adventure .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#HomePage .section.adventure .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#HomePage .section.adventure .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#HomePage .section.adventure .tile .tileBottom a:hover { text-decoration: underline; }
#HomePage .section.adventure .tile:last-child { margin-right: 0; }
#HomePage .section.trips .tile { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#HomePage .section.trips .tile .tileContent { overflow: none; }
#HomePage .section.trips .tile .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#HomePage .section.trips .tile .tileContent p { padding: 0 2px 4px 2px; }
#HomePage .section.trips .tile .tileContent a img { border: none; }
#HomePage .section.trips .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#HomePage .section.trips .tile .tileContent img { margin-bottom: -7px; }
#HomePage .section.trips .tile .tileContent.sForm fieldset label { width: 152px; }
#HomePage .section.trips .tile .tileContent.sForm fieldset input { width: 152px; }
#HomePage .section.trips .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#HomePage .section.trips .tile .tileContent.sForm fieldset ul input { width: auto; }
#HomePage .section.trips .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#HomePage .section.trips .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#HomePage .section.trips .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#HomePage .section.trips .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#HomePage .section.trips .tile .tileBottom a:hover { text-decoration: underline; }
#HomePage .section.trips .tile:last-child { margin-right: 0; }
#HomePage .section .title { float: left; width: 100%; margin-bottom: 30px; margin-bottom: 5px; }
#HomePage .section .title.small { width: 172px; }
#HomePage .section .title h2 { background: #a19f9a; color: #FFF; font-size: 1em; font-weight: normal; padding: 2px 0 0 2px; width: 170px; }
#HomePage .section .title h2.blank { background: none; }

/* LANDINGPAGE */
#LandingPage .section { float: left; width: 100%; margin-bottom: 30px; }
#LandingPage .section.top { height: auto; }
#LandingPage .section.top .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 900px; float: left; margin-right: 10px; }
#LandingPage .section.top .tile .tileContent { overflow: none; }
#LandingPage .section.top .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#LandingPage .section.top .tile .tileContent p { padding: 0 2px 4px 2px; }
#LandingPage .section.top .tile .tileContent a img { border: none; }
#LandingPage .section.top .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#LandingPage .section.top .tile .tileContent img { margin-bottom: -7px; }
#LandingPage .section.top .tile .tileContent.sForm fieldset label { width: 152px; }
#LandingPage .section.top .tile .tileContent.sForm fieldset input { width: 152px; }
#LandingPage .section.top .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#LandingPage .section.top .tile .tileContent.sForm fieldset ul input { width: auto; }
#LandingPage .section.top .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#LandingPage .section.top .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#LandingPage .section.top .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#LandingPage .section.top .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#LandingPage .section.top .tile .tileBottom a:hover { text-decoration: underline; }
#LandingPage .section.top .tile:last-child { margin-right: 0; }
#LandingPage .section.bottom { margin-bottom: 0; }
#LandingPage .section.bottom .tile { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 340px; float: left; margin-right: 10px; position: relative; margin-bottom: 30px; }
#LandingPage .section.bottom .tile .tileContent { overflow: none; }
#LandingPage .section.bottom .tile .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#LandingPage .section.bottom .tile .tileContent p { padding: 0 2px 4px 2px; }
#LandingPage .section.bottom .tile .tileContent a img { border: none; }
#LandingPage .section.bottom .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#LandingPage .section.bottom .tile .tileContent img { margin-bottom: -7px; }
#LandingPage .section.bottom .tile .tileContent.sForm fieldset label { width: 152px; }
#LandingPage .section.bottom .tile .tileContent.sForm fieldset input { width: 152px; }
#LandingPage .section.bottom .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#LandingPage .section.bottom .tile .tileContent.sForm fieldset ul input { width: auto; }
#LandingPage .section.bottom .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#LandingPage .section.bottom .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#LandingPage .section.bottom .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#LandingPage .section.bottom .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#LandingPage .section.bottom .tile .tileBottom a:hover { text-decoration: underline; }
#LandingPage .section.bottom .tile:last-child { margin-right: 0; }
#LandingPage .section.bottom .tile a { text-decoration: none; margin: 0; }
#LandingPage .section.bottom .tile .child { height: 200px; width: 180px; position: absolute; right: 0; background: rgba(245, 243, 242, 0.7); color: #000; text-decoration: none; }
#LandingPage .section.bottom .tile .child:hover { background: rgba(245, 243, 242, 0.8); }
#LandingPage .section.bottom .tile img { height: 200px; }
#LandingPage .section.bottom .tile .fill { height: 200px; }
#LandingPage .section.bottom .tile .tileBottom { margin: 0; padding: 0; }
#LandingPage .section img { margin-bottom: -4px; }

/* CONTENTPAGE */
#ContentPage .left { float: left; width: 536px; padding-right: 10px; }
#ContentPage .left .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#ContentPage .left .tile .tileContent { overflow: none; }
#ContentPage .left .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .left .tile .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .left .tile .tileContent a img { border: none; }
#ContentPage .left .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .left .tile .tileContent img { margin-bottom: -7px; }
#ContentPage .left .tile .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .left .tile .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .left .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .left .tile .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .left .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .left .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .left .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#ContentPage .left .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .left .tile .tileBottom a:hover { text-decoration: underline; }
#ContentPage .left .tile:last-child { margin-right: 0; }
#ContentPage .left #comments { float: left; width: 536px; margin: 20px 0; }
#ContentPage .right { float: right; width: 354px; }
#ContentPage .right .tileWrap { float: left; width: 182px; }
#ContentPage .right .tileWrap:last-child { width: 172px; }
#ContentPage .right .section { float: left; width: 100%; margin-bottom: 30px; }
#ContentPage .right .section .tile.Green.col-1 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Green.col-1 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Green.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Green.col-1 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Green.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Green.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Green.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#ContentPage .right .section .tile.Green.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Green.col-1 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Green.col-1:last-child { margin-right: 0; }
#ContentPage .right .section .tile.Green.col-2 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Green.col-2 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Green.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Green.col-2 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Green.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Green.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Green.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#ContentPage .right .section .tile.Green.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Green.col-2 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Green.col-2:last-child { margin-right: 0; }
#ContentPage .right .section .tile.Orange.col-1 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Orange.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Orange.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#ContentPage .right .section .tile.Orange.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Orange.col-1 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Orange.col-1:last-child { margin-right: 0; }
#ContentPage .right .section .tile.Orange.col-2 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Orange.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Orange.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#ContentPage .right .section .tile.Orange.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Orange.col-2 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Orange.col-2:last-child { margin-right: 0; }
#ContentPage .right .section .tile.Blue.col-1 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Blue.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Blue.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#ContentPage .right .section .tile.Blue.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Blue.col-1 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Blue.col-1:last-child { margin-right: 0; }
#ContentPage .right .section .tile.Blue.col-2 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent { overflow: none; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent a img { border: none; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent img { margin-bottom: -7px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .section .tile.Blue.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .section .tile.Blue.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#ContentPage .right .section .tile.Blue.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .section .tile.Blue.col-2 .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .section .tile.Blue.col-2:last-child { margin-right: 0; }
#ContentPage .right .tile { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#ContentPage .right .tile .tileContent { overflow: none; }
#ContentPage .right .tile .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .tile .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .tile .tileContent a img { border: none; }
#ContentPage .right .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .tile .tileContent img { margin-bottom: -7px; }
#ContentPage .right .tile .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .tile .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .tile .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#ContentPage .right .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .tile .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .tile:last-child { margin-right: 0; }
#ContentPage .right .tileCol { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#ContentPage .right .tileCol .tileContent { overflow: none; }
#ContentPage .right .tileCol .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#ContentPage .right .tileCol .tileContent p { padding: 0 2px 4px 2px; }
#ContentPage .right .tileCol .tileContent a img { border: none; }
#ContentPage .right .tileCol .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#ContentPage .right .tileCol .tileContent img { margin-bottom: -7px; }
#ContentPage .right .tileCol .tileContent.sForm fieldset label { width: 152px; }
#ContentPage .right .tileCol .tileContent.sForm fieldset input { width: 152px; }
#ContentPage .right .tileCol .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#ContentPage .right .tileCol .tileContent.sForm fieldset ul input { width: auto; }
#ContentPage .right .tileCol .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#ContentPage .right .tileCol .tileContent .chang:hover { cursor: pointer; background: #666; }
#ContentPage .right .tileCol .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#ContentPage .right .tileCol .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#ContentPage .right .tileCol .tileBottom a:hover { text-decoration: underline; }
#ContentPage .right .tileCol:last-child { margin-right: 0; }
#ContentPage .title { float: left; width: 100%; margin-bottom: 30px; margin-bottom: 5px; }
#ContentPage .title.small { width: 172px; }
#ContentPage .title h2 { background: #a19f9a; color: #FFF; font-size: 1em; font-weight: normal; padding: 2px 0 0 2px; width: 170px; }
#ContentPage .title h2.blank { background: none; }

/* TILEPAGE */
#TilePage .Left { float: left; width: 546px; }
#TilePage .Right { float: right; width: 364px; margin-right: -10px; }
#TilePage .section { float: left; width: 100%; margin-bottom: 30px; }
#TilePage .section .tileWrap { float: left; width: 182px; }
#TilePage .section .tileWrap:last-child { width: 172px; }
#TilePage .section .tile.Green.col-1 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#TilePage .section .tile.Green.col-1 .tileContent { overflow: none; }
#TilePage .section .tile.Green.col-1 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Green.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Green.col-1 .tileContent a img { border: none; }
#TilePage .section .tile.Green.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Green.col-1 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Green.col-1 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Green.col-1 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Green.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Green.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Green.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Green.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Green.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#TilePage .section .tile.Green.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Green.col-1 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Green.col-1:last-child { margin-right: 0; }
#TilePage .section .tile.Green.col-2 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#TilePage .section .tile.Green.col-2 .tileContent { overflow: none; }
#TilePage .section .tile.Green.col-2 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Green.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Green.col-2 .tileContent a img { border: none; }
#TilePage .section .tile.Green.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Green.col-2 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Green.col-2 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Green.col-2 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Green.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Green.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Green.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Green.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Green.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#TilePage .section .tile.Green.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Green.col-2 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Green.col-2:last-child { margin-right: 0; }
#TilePage .section .tile.Green.col-3 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#TilePage .section .tile.Green.col-3 .tileContent { overflow: none; }
#TilePage .section .tile.Green.col-3 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Green.col-3 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Green.col-3 .tileContent a img { border: none; }
#TilePage .section .tile.Green.col-3 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Green.col-3 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Green.col-3 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Green.col-3 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Green.col-3 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Green.col-3 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Green.col-3 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Green.col-3 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Green.col-3 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#TilePage .section .tile.Green.col-3 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Green.col-3 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Green.col-3:last-child { margin-right: 0; }
#TilePage .section .tile.Orange.col-1 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#TilePage .section .tile.Orange.col-1 .tileContent { overflow: none; }
#TilePage .section .tile.Orange.col-1 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Orange.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Orange.col-1 .tileContent a img { border: none; }
#TilePage .section .tile.Orange.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Orange.col-1 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Orange.col-1 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Orange.col-1 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Orange.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Orange.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Orange.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Orange.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Orange.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#TilePage .section .tile.Orange.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Orange.col-1 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Orange.col-1:last-child { margin-right: 0; }
#TilePage .section .tile.Orange.col-2 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#TilePage .section .tile.Orange.col-2 .tileContent { overflow: none; }
#TilePage .section .tile.Orange.col-2 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Orange.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Orange.col-2 .tileContent a img { border: none; }
#TilePage .section .tile.Orange.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Orange.col-2 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Orange.col-2 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Orange.col-2 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Orange.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Orange.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Orange.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Orange.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Orange.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#TilePage .section .tile.Orange.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Orange.col-2 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Orange.col-2:last-child { margin-right: 0; }
#TilePage .section .tile.Orange.col-3 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#TilePage .section .tile.Orange.col-3 .tileContent { overflow: none; }
#TilePage .section .tile.Orange.col-3 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Orange.col-3 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Orange.col-3 .tileContent a img { border: none; }
#TilePage .section .tile.Orange.col-3 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Orange.col-3 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Orange.col-3 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Orange.col-3 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Orange.col-3 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Orange.col-3 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Orange.col-3 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Orange.col-3 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Orange.col-3 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#TilePage .section .tile.Orange.col-3 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Orange.col-3 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Orange.col-3:last-child { margin-right: 0; }
#TilePage .section .tile.Blue.col-1 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#TilePage .section .tile.Blue.col-1 .tileContent { overflow: none; }
#TilePage .section .tile.Blue.col-1 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Blue.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Blue.col-1 .tileContent a img { border: none; }
#TilePage .section .tile.Blue.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Blue.col-1 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Blue.col-1 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Blue.col-1 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Blue.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Blue.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Blue.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Blue.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Blue.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#TilePage .section .tile.Blue.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Blue.col-1 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Blue.col-1:last-child { margin-right: 0; }
#TilePage .section .tile.Blue.col-2 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#TilePage .section .tile.Blue.col-2 .tileContent { overflow: none; }
#TilePage .section .tile.Blue.col-2 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Blue.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Blue.col-2 .tileContent a img { border: none; }
#TilePage .section .tile.Blue.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Blue.col-2 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Blue.col-2 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Blue.col-2 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Blue.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Blue.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Blue.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Blue.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Blue.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#TilePage .section .tile.Blue.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Blue.col-2 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Blue.col-2:last-child { margin-right: 0; }
#TilePage .section .tile.Blue.col-3 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#TilePage .section .tile.Blue.col-3 .tileContent { overflow: none; }
#TilePage .section .tile.Blue.col-3 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#TilePage .section .tile.Blue.col-3 .tileContent p { padding: 0 2px 4px 2px; }
#TilePage .section .tile.Blue.col-3 .tileContent a img { border: none; }
#TilePage .section .tile.Blue.col-3 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#TilePage .section .tile.Blue.col-3 .tileContent img { margin-bottom: -7px; }
#TilePage .section .tile.Blue.col-3 .tileContent.sForm fieldset label { width: 152px; }
#TilePage .section .tile.Blue.col-3 .tileContent.sForm fieldset input { width: 152px; }
#TilePage .section .tile.Blue.col-3 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#TilePage .section .tile.Blue.col-3 .tileContent.sForm fieldset ul input { width: auto; }
#TilePage .section .tile.Blue.col-3 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#TilePage .section .tile.Blue.col-3 .tileContent .chang:hover { cursor: pointer; background: #666; }
#TilePage .section .tile.Blue.col-3 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#TilePage .section .tile.Blue.col-3 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#TilePage .section .tile.Blue.col-3 .tileBottom a:hover { text-decoration: underline; }
#TilePage .section .tile.Blue.col-3:last-child { margin-right: 0; }
#TilePage .title { float: left; width: 100%; margin-bottom: 30px; margin-bottom: 5px; }
#TilePage .title.small { width: 172px; }
#TilePage .title h2 { background: #a19f9a; color: #FFF; font-size: 1em; font-weight: normal; padding: 2px 0 0 2px; width: 170px; }
#TilePage .title h2.blank { background: none; }

/* NEWSPAGE */
#NewsPage .left { float: left; padding-right: 10px; margin-bottom: 30px; }
#NewsPage .left .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; }
#NewsPage .left .tile .tileContent { overflow: none; }
#NewsPage .left .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .left .tile .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .left .tile .tileContent a img { border: none; }
#NewsPage .left .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .left .tile .tileContent img { margin-bottom: -7px; }
#NewsPage .left .tile .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .left .tile .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .left .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .left .tile .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .left .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .left .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .left .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#NewsPage .left .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .left .tile .tileBottom a:hover { text-decoration: underline; }
#NewsPage .left .tile:last-child { margin-right: 0; }
#NewsPage .right { float: right; width: 354px; }
#NewsPage .right .section { float: left; width: 100%; margin-bottom: 30px; }
#NewsPage .right .section .tile.Green.col-1 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Green.col-1 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Green.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Green.col-1 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Green.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Green.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Green.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#NewsPage .right .section .tile.Green.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Green.col-1 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Green.col-1:last-child { margin-right: 0; }
#NewsPage .right .section .tile.Green.col-2 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Green.col-2 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Green.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Green.col-2 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Green.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Green.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Green.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#NewsPage .right .section .tile.Green.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Green.col-2 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Green.col-2:last-child { margin-right: 0; }
#NewsPage .right .section .tile.Orange.col-1 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Orange.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Orange.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#NewsPage .right .section .tile.Orange.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Orange.col-1 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Orange.col-1:last-child { margin-right: 0; }
#NewsPage .right .section .tile.Orange.col-2 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Orange.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Orange.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#NewsPage .right .section .tile.Orange.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Orange.col-2 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Orange.col-2:last-child { margin-right: 0; }
#NewsPage .right .section .tile.Blue.col-1 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Blue.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Blue.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#NewsPage .right .section .tile.Blue.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Blue.col-1 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Blue.col-1:last-child { margin-right: 0; }
#NewsPage .right .section .tile.Blue.col-2 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent { overflow: none; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent a img { border: none; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent img { margin-bottom: -7px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .section .tile.Blue.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .section .tile.Blue.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#NewsPage .right .section .tile.Blue.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .section .tile.Blue.col-2 .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .section .tile.Blue.col-2:last-child { margin-right: 0; }
#NewsPage .right .tile { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#NewsPage .right .tile .tileContent { overflow: none; }
#NewsPage .right .tile .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .tile .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .tile .tileContent a img { border: none; }
#NewsPage .right .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .tile .tileContent img { margin-bottom: -7px; }
#NewsPage .right .tile .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .tile .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .tile .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#NewsPage .right .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .tile .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .tile:last-child { margin-right: 0; }
#NewsPage .right .tileCol { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#NewsPage .right .tileCol .tileContent { overflow: none; }
#NewsPage .right .tileCol .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#NewsPage .right .tileCol .tileContent p { padding: 0 2px 4px 2px; }
#NewsPage .right .tileCol .tileContent a img { border: none; }
#NewsPage .right .tileCol .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#NewsPage .right .tileCol .tileContent img { margin-bottom: -7px; }
#NewsPage .right .tileCol .tileContent.sForm fieldset label { width: 152px; }
#NewsPage .right .tileCol .tileContent.sForm fieldset input { width: 152px; }
#NewsPage .right .tileCol .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#NewsPage .right .tileCol .tileContent.sForm fieldset ul input { width: auto; }
#NewsPage .right .tileCol .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#NewsPage .right .tileCol .tileContent .chang:hover { cursor: pointer; background: #666; }
#NewsPage .right .tileCol .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#NewsPage .right .tileCol .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#NewsPage .right .tileCol .tileBottom a:hover { text-decoration: underline; }
#NewsPage .right .tileCol:last-child { margin-right: 0; }

/* FEEDBACKPAGE */
#FeedbackPage .left { float: left; padding-right: 10px; margin-bottom: 30px; width: 536px; }
#FeedbackPage .left .tile { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: white; padding-bottom: 5px; width: 536px; float: left; margin-right: 10px; margin-bottom: 20px; }
#FeedbackPage .left .tile .tileContent { overflow: none; }
#FeedbackPage .left .tile .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .left .tile .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .left .tile .tileContent a img { border: none; }
#FeedbackPage .left .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .left .tile .tileContent img { margin-bottom: -7px; }
#FeedbackPage .left .tile .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .left .tile .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .left .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .left .tile .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .left .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .left .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .left .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#FeedbackPage .left .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .left .tile .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .left .tile:last-child { margin-right: 0; }
#FeedbackPage .right { float: right; width: 354px; }
#FeedbackPage .right .tileWrap { float: left; width: 182px; }
#FeedbackPage .right .tileWrap:last-child { width: 172px; }
#FeedbackPage .right .section { float: left; width: 100%; margin-bottom: 30px; }
#FeedbackPage .right .section .tile.Green.col-1 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Green.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#FeedbackPage .right .section .tile.Green.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Green.col-1 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Green.col-1:last-child { margin-right: 0; }
#FeedbackPage .right .section .tile.Green.col-2 { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Green.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#FeedbackPage .right .section .tile.Green.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Green.col-2 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Green.col-2:last-child { margin-right: 0; }
#FeedbackPage .right .section .tile.Orange.col-1 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Orange.col-1 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Orange.col-1:last-child { margin-right: 0; }
#FeedbackPage .right .section .tile.Orange.col-2 { border-bottom: 1px dashed #f87957; border-top: 5px solid #f87957; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent .heading { color: #f87957; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #f87957; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Orange.col-2 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Orange.col-2:last-child { margin-right: 0; }
#FeedbackPage .right .section .tile.Blue.col-1 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Blue.col-1 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Blue.col-1:last-child { margin-right: 0; }
#FeedbackPage .right .section .tile.Blue.col-2 { border-bottom: 1px dashed #69a2aa; border-top: 5px solid #69a2aa; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent { overflow: none; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent .heading { color: #69a2aa; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent a img { border: none; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileBottom { margin-top: 3px; height: 20px; background-color: #69a2aa; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .section .tile.Blue.col-2 .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .section .tile.Blue.col-2:last-child { margin-right: 0; }
#FeedbackPage .right .tile { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 172px; float: left; margin-right: 10px; }
#FeedbackPage .right .tile .tileContent { overflow: none; }
#FeedbackPage .right .tile .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .tile .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .tile .tileContent a img { border: none; }
#FeedbackPage .right .tile .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .tile .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .tile .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .tile .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .tile .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .tile .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .tile .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .tile .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .tile .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#FeedbackPage .right .tile .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .tile .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .tile:last-child { margin-right: 0; }
#FeedbackPage .right .tileCol { border-bottom: 1px dashed #465630; border-top: 5px solid #465630; background: #f5f3f2; padding-bottom: 5px; width: 354px; float: left; margin-right: 10px; }
#FeedbackPage .right .tileCol .tileContent { overflow: none; }
#FeedbackPage .right .tileCol .tileContent .heading { color: #465630; margin: 3px 0 8px 0; font-weight: 600; font-size: 22px; }
#FeedbackPage .right .tileCol .tileContent p { padding: 0 2px 4px 2px; }
#FeedbackPage .right .tileCol .tileContent a img { border: none; }
#FeedbackPage .right .tileCol .tileContent a img:hover { -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }
#FeedbackPage .right .tileCol .tileContent img { margin-bottom: -7px; }
#FeedbackPage .right .tileCol .tileContent.sForm fieldset label { width: 152px; }
#FeedbackPage .right .tileCol .tileContent.sForm fieldset input { width: 152px; }
#FeedbackPage .right .tileCol .tileContent.sForm fieldset textarea { width: 152px; max-width: 152px; min-width: 152px; max-height: 300px; }
#FeedbackPage .right .tileCol .tileContent.sForm fieldset ul input { width: auto; }
#FeedbackPage .right .tileCol .tileContent .chang { color: #FFF; background: #999; border: 1px solid #666; text-transform: uppercase; padding: 2px 8px; width: 40px; font-size: 11px; }
#FeedbackPage .right .tileCol .tileContent .chang:hover { cursor: pointer; background: #666; }
#FeedbackPage .right .tileCol .tileBottom { margin-top: 3px; height: 20px; background-color: #465630; }
#FeedbackPage .right .tileCol .tileBottom a { color: #FFF; text-transform: uppercase; text-decoration: none; padding: 0 0 0 2px; font-size: 14px; }
#FeedbackPage .right .tileCol .tileBottom a:hover { text-decoration: underline; }
#FeedbackPage .right .tileCol:last-child { margin-right: 0; }
