@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {						
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 CSS ROLES FOR OLDER BROWSERS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */
body {
	font-family: 'Open Sans', sans-serif;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
.AbsoluteOuterPage {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.OuterPage {
	position: relative;
	background-color: #ffffff;
}
.NavigationArea {
	background-color: #1b97b3;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.NavigationArea li {
	display: inline-block;
	position: relative;
}
.NavigationArea li a {
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 13px;
}
.NavigationArea li ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 194px;
}
.NavigationArea li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 220px;
	text-align: left;
	background-color: #2d3039;
	z-index: 100;
	padding-bottom: 5px;
	padding-top: 5px;
}
.HeaderArea {
	width: 100%;
	height: 120px;
	background: #03658c; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #228bb6 0%, #196584 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#228bb6), color-stop(100%,#196584)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #228bb6 0%,#196584 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #228bb6 0%,#196584 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #228bb6 0%,#196584 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #228bb6 0%,#196584 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228bb6', endColorstr='#196584',GradientType=0 ); /* IE6-9 */
	float: left;
}
.HeaderWrapper {
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.PageLogo {
	float: left;
	height: 50px;
	width: 500px;
}
.PageTopTitle {
	float: right;
	height: 50px;
	width: 500px;
}
.MobileMenuButton {
	display: none;
}
.MenuLevelOne {
	background-color: #1b97b3;
	text-shadow: none;
}
.MenuLevelOne.darkbg {
	background-color: #2d3039;
	text-shadow: none;
}
.MenuLevelTwo li a {
	text-shadow: none;
}
.MainPageOuter {
	float: left;
	width: 100%;
}
.MainContentArea {
	float: left;
	width: 100%;
}
.MainContentWrapper {
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.PageColumnRight {
	float: left;
	width: 370px;
	margin-left: -370px;
}
.PageColumnLeft {
	float: left;
	max-width: 730px;
	margin-right: 370px;
	font-size: 16px;
	color: #2d3039;
	font-weight: 400;
	line-height: 1.2;
}
.PageColumnLeft p {
	margin-bottom: 10px;
}
.PageColumnLeft ul {
	list-style-type: circle;
	margin-left: 30px;
	margin-bottom: 15px;
}
.PageColumnLeft a {
	color: #2d3039;
}
.AdvertRight {
	background-color: #eeeeee;
	padding: 20px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.AdvertRightMore {
	background-color: #eeeeee;
	padding: 20px;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	color: #2d3039;
	text-transform: none;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: -10px;
	border-bottom-style:solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	color: #2d3039;
	text-transform: none;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: 30px;
	border-bottom-style:solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
.FullWidth {
	width: 100%;
	margin-top: 5px;
}
.BoxRight {
	background-color: #eeeeee;
	padding: 20px;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #2d3039;
	float: left;
}
h2 {
	font-size: 22px;
	font-weight: 600;
	color: #2d3039;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.SideBarIcon {
	float: left;
	height: 65px;
	width: 65px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.SideBarInfo {
	float: left;
	height: 60px;
	width: 190px;
	line-height: 1.3;
	padding-bottom: 10px;
	padding-top: 5px;
}
.SideBarInfo a {
	color: #2d3039;
	text-decoration:none;
}
.BoxRightInner {
	width: 270px;
	border: 1px solid #cccccc;
	float: left;
	background-color: #FFF;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.MobileBanner {
	float: left;
	width:100%;
	text-align: center;
	background-color: #eeeeee;
	padding-bottom: 10px;
	padding-top: 10px;
	display: none;
}
.FullBanner {
	float: left;
	width:100%;
	text-align: center;
	background-color: #eeeeee;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 30px;
}
.LatestHomeImage {
	float: left;
	width: 25%;
	margin-right: 3%;
	height: 100px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.LatestHomeTitle {
	float: left;
	width: 72%
}
h4 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 8px;
	margin-top: 15px;
}
.LatestOuter {
	width: 100%;
	float:left;
	margin-bottom: 20px;
}
.LatestHomeText {
	margin-top: 10px;
	float: left;
	width: 72%
}
.LatestOuter a {
	color: #2d3039;
	text-decoration: none;
}
.LatestOuter a:hover {
	text-decoration: underline;
}
.FooterArea {
	width: 100%;
	background: #2d3039;
	float: left;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.FooterWrapper {
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.FooterIcons {
	float: left;
	width: 100%;
}
.FooterSocial {
	float: right;
	height: 26px;
	margin-left: 15px;
	border: 1px solid #FFF;
	padding: 9px;
}
.FooterSuffolkLocal {
	float: left;
	height: 46px;
}
.FooterText {
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 100%;
}
.FooterTextRight {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 15px;
}
.FooterTextLeft {
	float: left;
	width: 50%;
	margin-top: 15px;
}
.NewsPubDate {
	background-image: url(../images/icon_clock_small.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 4px;
	height: 20px;
	color: #9c9c9c;
}
.PlacePageImageOne {
	width: 48.5%;
	margin-bottom: 15px;
	float: left;
	margin-top: 3px;
}
.PlacePageImageTwo {
	width: 48.5%;
	margin-bottom: 15px;
	margin-left: 3%;
	float: left;
	margin-top: 3px;
}
.PhotosOuter {
	float: left;
	width: 31%;
	margin-top: 0px;
	margin-right: 3.5%;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	text-align:center;
}
.PhotosOuterEnd {
	float: left;
	width: 31%;
	margin-top: 0px;
	margin-right: none;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	text-align:center;
}
.PhotosSection {
	padding-bottom: 20px;
	float: left;
	width: 100%;
	clear:both;
}
.PhotosPhoto {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.PhotosRow {
	width: 100%;
	float: left;
}
.BannerHome {
	font-size: 14px;
	font-weight: 600;
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	text-transform: uppercase;
	line-height: 1.2;
}
.BannerRed {
	background-color: #F00;
	color: #fff;
}
.BannerRed a {
	text-decoration: none;
	color: #fff;
}
.BannerYellow {
	background-color: #FF0;
	color: #000;
}
.BannerYellow a {
	text-decoration: none;
	color: #000;
}
.NewsLinksOuter {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.NewsLinksImage {
	float: left;
	width: 48.5%;
	border: 1px solid #ababab;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.NewsLinksSpaced {
	margin-left: 3%;
}
.BusinessName {
	float: left;
	width: 53%;
}
.BusinessWeb {
	float: left;
	width: 13%;
	background-image: url(../images/business_www.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.BusinessMap {
	float: left;
	width: 13%;
	background-image: url(../images/business_map.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.BusinessEmail {
	float: left;
	width: 13%;
	background-image: url(../images/business_email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.BusinessTel {
	float: left;
	width: 21%;
	background-image: url(../images/business_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.BusinessBlank {
	background-image: none !important;
}
.BusinessOuter {
	width: 100%;
	float: left;
	margin-bottom: 7px;
}
.BusinessDivide {
	float: left;
	height: 10px;
	width: 100%;
}
@media only screen and (max-width : 1100px) 
{
.NavigationArea li a {
	padding-right: 8px;
	padding-left: 8px;	
}
.NavigationArea li ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 13px;
	width: 194px;
}
.PageLogo {
	float: left;
	height: 46px;
	width: 460px;
}
.PageTopTitle {
	float: right;
	height: 46px;
	width: 460px;
}
.HeaderWrapper {
	padding-top: 37px;
	padding-bottom: 37px;
}
.OuterPage {
	left: auto;
}
.AdvertRight {
	padding: 10px;
}
.PageColumnLeft {
	margin-right: 350px;
	max-width: 730px;
}
.PageColumnRight {
	width: 350px;
	margin-left: -350px;
}
.BoxRight {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
h4 {
	font-size: 22px;
}
.LatestHomeImage {
	width: 22%;
	margin-right: 3%;
}
.LatestHomeTitle {
	float: left;
	width: 75%;
}
.NewsPubDate {
	background-image: url(../images/icon_clock.png);
	background-size: 20px 20px;
}
.FullBanner {
	padding-bottom: 10px;
	padding-top: 10px;
}
}
@media only screen and (max-width : 960px) 
{
.PageLogo {
	float: left;
	height: 40px;
	width: 400px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.PageTopTitle {
	display: none;
}
.HeaderWrapper {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.HeaderArea {
	height: 88px;
}
.NavigationArea li {
	display:block;
	width:100%;
}
.NavigationArea li ul {
	display:none;
	width:100%;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}
.NavigationArea {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 180px;
	right: -180px;
	text-align: left;
	text-transform: none;
	padding-top: 0px;
}
.NavigationArea li a {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
	display: block;
	width: 165px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.NavigationArea li ul li a {
	font-weight: 600;
	width: 165px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.MobileMenuButton {
	display: block;
	float: right;
	width: 48px;
	height: 48px;
	border: none;
}
.PageColumnRight {
	width: 100%;
	margin-left: auto;
}
.PageColumnLeft {
	max-width: none;
	width: 100%;
	margin-right: auto;
	font-size: 15px;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: -10px;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: 20px;
}
h5 {
	font-size: 16px;
}
.AdvertRight {
	display: none;
}
.MainContentWrapper {
	padding-top: 20px;
}
.BoxRight {
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #2d3039;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.BoxRightInner {
	width: 100%;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.SideBarIcon {
	float: left;
	height: 65px;
	width: 65px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.SideBarInfo {
	float: left;
	line-height: 1.3;
	padding-bottom: 14px;
	padding-top: 0px;
	clear: left;
	width: 95%;
	padding-right: 5%;
	height: auto;
}
.SideSection {
	width: 33.33333333%;
	float: left;
}
.MobileBanner {
	display: block;
}
.LatestHomeImage {
	width: 25%;
	margin-right: 3%;
}
.LatestHomeTitle {
	float: left;
	width: 72%
}
.NewsPubDate {
	font-size: 13px;
	padding-left: 20px;
	padding-top: 1px;
	height: 15px;
	background-size: 15px 15px;
}
.PhotosOuter {
	font-size: 13px;
}
.PhotosOuterEnd {
	font-size: 13px;
}
}
@media only screen and (max-width : 620px) 
{
.BusinessName {
	width: 100%;
	margin-bottom: 5px;
}
.BusinessWeb {
	width: 75px;
}
.BusinessMap {
	width: 70px;
}
.BusinessEmail {
	width: 75px;
}
.BusinessTel {
	width: 120px;
}
.BusinessBlank {
	display: none;
}
.BusinessOuter {
	margin-bottom: 12px;
}
}
@media only screen and (max-width : 530px) 
{
.PageLogo {
	float: left;
	height: 23px;
	width: 230px;
	margin-top: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.HeaderWrapper {
	text-align: inherit;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.HeaderArea {
	height: 49px;
}
.MobileMenuButton {
	display: block;
	float: right;
	width: 41px;
	height: 41px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: -10px;
	text-transform: none;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: none;
}
.SideBarIcon {
	height: 60px;
	width: 60px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
	clear: left;
}
.SideBarInfo {
	height: 55px;
	width: 170px;
	line-height: 1.3;
	padding-bottom: 10px;
	padding-top: 5px;
	clear: none;
	padding-right: 0px;
}
.BoxRight {
	padding-right: 10px;
	padding-left: 10px;
}
.SideSection {
	width: auto;
	float: none;
	padding-right: 0px;
}
.LatestHomeText {
	margin-top: 10px;
	float: left;
	width: 100%
}
.LatestHomeImage {
	height: 50px;
}
h4 {
	font-size: 20px;
}
.FooterSocial {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}
.FooterSuffolkLocal {
	float: left;
	margin-top: 20px;
	clear: both;
	height: 38px;
}
.FooterTextRight {
	float: left;
	width: 100%;
	text-align: left;
}
.FooterTextLeft {
	float: left;
	width: 100%;
}
.PlacePageImageOne {
	width: 100%;
}
.PlacePageImageTwo {
	display: none;
}
.NewsLinksImage {
	width: 100%;
}
.NewsLinksSpaced {
	margin-top: 20px;
	margin-left: 0px;
}
}
.ReadMore {
	display: none;
}
