@charset "utf-8";
body {
	margin:0px;
	font-family: 'Roboto', Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	line-height:1.5;
	background:#eeeeee;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#fff;
	font-size:14px;
}
.e3pagetemplate a {
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-family: 'Quattrocento', Times, serif;
	margin:0;
	font-weight:bold;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:21px;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
/*New MC Weather Style*/
.e3pagetemplate .BirAtGlance, .e3pagetemplate .CalAtGlance, .e3pagetemplate .WeaAtGlance {
	font-family:inherit;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: 1px solid #fff;
    margin-bottom: 20px;
	color: #000 !important;
    /*box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.14), 0 64px 0 -30px rgba(0, 0, 0, 0.5) inset;*/
}
.e3pagetemplate .BirAtGlance a, .e3pagetemplate .CalAtGlance a, .e3pagetemplate .WeaAtGlance a {
	color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}
.e3pagetemplate .WeaAtGlance .AGToday, .e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
   	/*weather titles*/
   	padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size:16px;
    font-weight: normal;
}
.e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
	/*events and birthday titles*/
    /*background: #333 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #dedede;
    margin: -10px -10px 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size:16px;
    font-weight: normal;*/
}
.e3pagetemplate .WeaAtGlance .AGToday > img {
    display: block;
    height: 64px !important;
    width: 64px !important;
    margin:0 auto;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    width: 100%;
    font-size:13px;
}
.e3pagetemplate .WeaAtGlance .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.e3pagetemplate .WeaAtGlance .AGDay:first-child {
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.e3pagetemplate .WeaAtGlance .AGDate {
    border: medium none;
    float: left;
    width: 25%;
}
.e3pagetemplate .WeaAtGlance .AGPic {
    float: right;
    width: 25%;
    text-align: right;
}
.e3pagetemplate .WeaAtGlance .AGTemp {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .WeaAtGlance .AGCast {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .BirAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .Cont2 {
	padding:0;
	width:100%;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink, .e3pagetemplate .CalAtGlance .Link, .e3pagetemplate .EveAtGlance .Link {
	/*Upcoming Events even items*/
	margin: 0 -10px;
    padding: 10px;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink {
    /*alt event items only*/
    /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;*/
}
.e3pagetemplate .CalAtGlance .Link2 {
	padding:0 0 3px;
}
.e3pagetemplate .BirAtGlance {
	text-align: center;
}
.e3pagetemplate .BirAtGlance .AGDay {
	margin-top:5px;
}
.e3pagetemplate .BirAtGlance .AGDay div:first-child {
    margin-bottom: 5px;
}
.e3pagetemplate .BirAtGlance a {
	font-size:12px;
}
/* Member Central Web Parts End */

/* White Text Fixes */
.Roster {
	color:#FFF;
}
.Roster a{
	color:#FFF;
}
.ProvisionValidation, .ProvisionRegistration, .ProvisionConfirmation  {
	color:#fff;
}
.e3pagetemplate .LoginForm, .e3pagetemplate .LoginForm a {
	color:#FFFFFF;
}
.e3pagetemplate #holedetails {
	color:#000;
}
.newsletters_Left .item a {
	color:#FFFFFF;
}

.fullwidth_img {
	height: 824px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	min-width: 1460px;
}
.fullwidth_img img {
	position:absolute;
	left:50% !important;
	margin-left: -950px;
	height:824px !important;
	width: 1900px !important;
}
@media screen and (min-width: 1900px) {
    .fullwidth_img img {
		height:auto !important;
		width:100% !important;
		min-height:824px !important;
		min-width: 1900px !important;
		margin:0 !important;
		left:0 !important;
		bottom:0 !important;
	}
}
.EditMode .fullwidth_img {
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden;
}
.TopSideLayout1 {
	float:left;
	width:100%;
	min-width:960px;
}
.TopSideLayout1 .page_header {
	float:left;
	width:100%;
	box-shadow: 0 118px 105px -56px rgba(0, 0, 0, 0.95) inset;
}
.page_header .page_header_wrapper {
	margin:auto;
	width:100%;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	float:Left;
	width: 127px;
	height: 127px;
	margin-top: 10px;
	margin-left: 50px;
}
.page_header_wrapper .page_header_2 {
	float:right;
	width: auto;
	background: #006b35;
	padding: 12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-family: 'Roboto', Helvetica, sans-serif;
    margin-right: 50px;
}
.page_header_2 .social-info {
	float:right;
	color: #fff;
	font-size: 11px;
	font-family: 'Roboto', Helvetica, sans-serif;
}
.page_header_2 .social-info a {
	color: #fff;
}
.page_header_2 .currentUserLabelText {
	float:right;
	color:#fff;
	margin:0 15px 0 0;
}
.page_header_2 .cmsdesklink {
	float:right;
	color:#fff;
	margin:0 15px 0 0;
}
.page_header_2 .signoutLink {
	float:right;
	color:#fff;
	margin:0 15px 0 0;
}
.page_header_wrapper .page_header_3 {
	float: right;
    width: 960px;
    margin-top: -80px;
    clear: both;
    margin-right: 50px;
}
.page_header_3 .oneCMSMenu {
	cursor:pointer;
	color: #fff;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 14px;
	float:right;
}
.page_header_3 .oneCMSMenuItem {
	padding: 0 18px;
}
.page_header_3 .oneCMSMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItem {
	padding: 0 18px;
}
.page_header_3 .CMSMenu {
	cursor:pointer;
	width:auto !important;
	padding:5px 10px;
}
.page_header_3 .CMSMenuItem, .page_header_3 .CMSMenuHighlightedMenuItem {
	padding:4px 20px 4px 10px;
}
.page_header_3 .CMSMenuItemMouseOver, .page_header_3 .CMSMenuHighlightedMenuItemMouseOver {
	padding:4px 20px 4px 10px;
}
/* CSS to style first drop down item
.CMSMenu tr:nth-child(1) .CMSMenuItem, .CMSMenu tr:nth-child(1) .CMSMenuItemMouseOver {
}
*/
.page_header_wrapper .page_header_4 {
}
.TopSideLayout1 .page_content {
	float:left;
	width:100%;
	min-width:960px;
	margin-top: 464px;
	background: rgba(0, 0, 0, 0) url("/SiteDesign/Images2/content-top.aspx") repeat-x scroll 0 0;
}
.page_content .page_content_wrapper {
	margin:0 auto;
	min-width:960px;
	width: 80%;
	background: rgba(0,0,0,.3);
}
.page_content_wrapper .page_content_top {
}
.page_content_wrapper .page_content_middle {
}
.page_content_middle .content_table {
	width: 100%;
}
.content_table .leftbody {
	width: 275px;
	padding:16px 14px;
	box-sizing: border-box;
}
.leftbody .breadcrumbs {
	float:left;
	font-size: 11px;
	color: #fff;
	font-family: 'Quattrocento', Times, serif;
	font-weight:bold;
	background: #006b35;
	padding: 14px;
	box-sizing: border-box;
	text-transform:uppercase;
	width: 275px;
}
.sidenav .topCMSTreeMenuTable {
	width:275px;
	cursor:pointer;
	font-size:13px;
	font-family: 'Roboto', Helvetica, sans-serif;
	background: #fff;
}
.sidenav .topCMSTreeMenuItem, .sidenav .topCMSTreeMenuSelectedItem {
}
.sidenav .topCMSTreeMenuLink, .sidenav .topCMSTreeMenuSelectedLink {
	color:#191919;
	padding:8px 14px;
	text-decoration:none;
	display:block;
}
.sidenav .topCMSTreeMenuLink:hover, .sidenav .topCMSTreeMenuSelectedLink:hover {
	color:#191919;
	padding:8px 14px;
	text-decoration:none;
	display:block;
}
/*.sidenav .topCMSTreeMenuItem:hover, .sidenav .topCMSTreeMenuSelectedItem:hover {
	padding:5px 0;
	width:100%;
	background:url(/SiteDesign/Images/sidenav_hover.aspx) no-repeat;
}
.sidenav .topCMSTreeMenuItem:hover a, .sidenav .topCMSTreeMenuSelectedItem:hover a{
	color:#FEFEFE;
}*/
/*Hide top item border
.topCMSTreeMenuTable tr:nth-child(1) td {
	
	border-top:none;
}*/
.sidenav .subCMSTreeMenuItem, .sidenav .subCMSTreeMenuSelectedItem {
}
.sidenav .subCMSTreeMenuLink, .sidenav .subCMSTreeMenuSelectedLink {
	color:#191919;
	text-decoration:none;
	padding:3px 0 3px 30px;
	display:block;
}
.sidenav .subCMSTreeMenuLink:hover, .sidenav .subCMSTreeMenuSelectedLink:hover {
	color:#191919;
	text-decoration:none;
	padding:3px 0 3px 30px;
	display:block;
}

/*.sidenav .subCMSTreeMenuItem:hover, .sidenav .subCMSTreeMenuSelectedItem:hover {
	color:#8d3d32;
	background:url(/SiteDesign/Images/nav_hover.aspx) repeat;
	padding:3px 0 3px 15px;
}
.sidenav .subCMSTreeMenuItem:hover a, .sidenav .subCMSTreeMenuSelectedItem:hover a {
	color:#edd966;
}*/
.leftbody .left-content {
	float:left;
	font-size: 18px;
	color: #fff;
	font-family: 'Quattrocento', Times, serif;
	background: #bc8d52;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 1px;
	margin-top: 28px;
}
.content_table .middlebody {
	min-width: 645px;
	padding: 16px 20px 52px 20px;
	box-sizing: border-box;
}
.middlebody .breadcrumbs {
	/*float:left;*/
	font-size: 50px;
	color: #fff;
	font-family: 'Quattrocento', Times, serif;
	font-weight:bold;
	width: 100%;
}
.breadcrumbs .CMSBreadCrumbsLink {
	display:none;
}
.breadcrumbs > a {
    display: none;
}
.content_table .rightbody {
}
.page_content_wrapper .page_content_bottom {
}
.TopSideLayout1 .page_footer {
	float:left;
	width:100%;
	min-width:960px;
}
.page_footer .page_footer_wrapper {
	margin:196px auto 0;
	width:100%;
	float:left;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #222;
}
.page_footer_wrapper .page_footer1 {
	float:left;
	width: 100%;
	padding-bottom: 46px;
}
.page_footer1 .footer_sitemap {
	float:left;
	width: 180px;
	color: #222222;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 50px;
}
.footer_sitemap .CMSSiteMapList {
	float:left;
	width:180px;
	margin:0;
	padding:0;
}
.footer_sitemap .CMSSiteMapListItem {
	list-style:none;
}
/*.CMSSiteMapListItem:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
} */
.page_footer1 .footer-left {
	float:left;
	margin-left: 85px;
	width: 20%;
	color: #222222;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 11px;
}
.footer-left h4 {
	color: #006b35;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
.footer-left .fa {
	font-size: 28px;
}
.footer-left span {
	display:none;
}
.page_footer1 .copyright {
	float:right;
	color: #222222;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 50px;
}
.poweredby {
	clear: right;
    color: #222222;
    float: right;
    font-family: "Roboto",Helvetica,sans-serif;
    font-size: 11px;
    margin-top: -32px;
	margin-right: 50px;
}
.page_footer_wrapper .page_footer2 {
}

