@charset "utf-8";
body {
	margin:0px;
	font-family:'Lora', Times, serif;
	color:#000000;
	font-size:15px;
	line-height:1.5;
	background:url(/SiteDesign/Images/bg.aspx) repeat-y #d8d6cf;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#333333;
	font-size:15px;
	font-family: 'Lora', Times, serif;
}
.e3pagetemplate a {
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	color:#d3954e;
	margin:0;
	font-family: 'Lora', Times, serif;
}
h1 {
	font-weight:bold;
	font-size:32px;
}
h2 {
	font-weight:normal;
	font-size:21px;
	color:#333333;
}
h3 {
	font-weight:bold;
	font-size:21px;
	color:#333333;
}
h6 a {
	color:#333333;
	font-size:15px;
	font-family: 'Lora', Times, serif;
	background: #e39e54;
	padding:4px 8px;
	min-width:150px;
	text-decoration:none;
	font-weight:normal;
	line-height: 4;
}
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: transparent;
    border-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: 1px solid #d3954e;
    margin-bottom: 20px;
    /*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: #d3954e;
    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 #d3954e;
    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 #d3954e;
    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 */
.fullwidth_slideshow {
	height: 774px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	margin-top: 113px;
	min-width: 1064px;
}
.fullwidth_slideshow img {
	position:absolute;
	left:50% !important;
	margin-left: -950px;
	height:774px !important;
	width: 1900px !important;
}
@media screen and (min-width: 1900px) {
    .fullwidth_slideshow img {
		height:auto !important;
		width:100% !important;
		min-height:774px !important;
		min-width: 1900px !important;
		margin:0 !important;
		left:0 !important;
		bottom:0 !important;
	}
}
.EditMode .fullwidth_slideshow {
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden;
}
.TopSideLayout1 {
	float:left;
	width:100%;
	min-width:1064px;
}
.TopSideLayout1 .page_header {
	float:left;
	width:100%;
	min-width:1064px;
	background:url(/SiteDesign/Images/header_bg.aspx) repeat-x;
}
.page_header .page_header_wrapper {
	margin:auto;
	width:980px;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	width:100%;
	float:left;
	margin-top:6px;
}
.page_header_1 .Header_Contact {
	float:left;
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	font-family: 'Lora', Times, serif;
}
.page_header_1 .currentUserLabelText {
	float:right;
	color:#fff;
	font-size:1rem;
	font-family: 'Lora', Times, serif;
	margin:0 8px 0 0;
}
.page_header_1 .cmsdesklink {
	float:right;
	color:#fff;
	font-size:1rem;
	font-family: 'Lora', Times, serif;
	margin:0 8px 0 0;
}
.page_header_1 .signoutLink {
	float:right;
	color:#fff;
	font-size:1rem;
	font-family: 'Lora', Times, serif;
}
.page_header_wrapper .page_header_2 {
	float: left;
    height: 49px;
    margin-left: -40px;
    margin-top: 18px;
    width: 202px;
}
.page_header_2 .logo {
	width:202px;
	height:49px;
}
.page_header_wrapper .page_header_3 {
	float:left;
	margin:8px 0 0 10px;
	padding-bottom: 16px;
}
.page_header_3 .oneCMSMenu {
	cursor:pointer;
	float:left;
	color:#fff;
	font-size:15px;
	font-family: 'Lora', Times, serif;
}
.page_header_3 .oneCMSMenuItem {
	padding: 23px 20px 22px;
}
.page_header_3 .oneCMSMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItem {
	padding: 23px 8px;
	background:#375b42;
}
.page_header_3 .CMSMenu {
	cursor:pointer;
	width:auto !important;
	padding:5px 10px;
	color:#fff;
	font-size:1rem;
	font-family: 'Lora', Times, serif;
}
.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:1064px;
	border-top:10px solid #88867f;
	margin-top: 760px;
}
.page_content .page_content_wrapper {
	margin:-45px auto 0;
	width:1064px;
	background:url(/SiteDesign/Images/content_wrapper_bg.aspx) repeat-y;
	padding:30px 48px;
	box-sizing:border-box;
}
.page_content_wrapper .page_content_top {
}
.page_content_wrapper .page_content_middle {
}
.page_content_middle .content_table {
	margin: 0 auto;
    width: 954px;
}
.content_table .leftbody {
}
.content_table .middlebody {
	box-sizing: border-box;
    width: 954px;
}
.MainContent div {
    margin: 0 auto;
    width: 302px;
}
.content_table .rightbody {
}
.page_content_wrapper .page_content_bottom {
}
.TopSideLayout1 .page_footer {
	float:left;
	width:100%;
	min-width:1064px;
}
.page_footer .page_footer_wrapper {
	margin:0 auto;
	width:1064px;
	padding:40px 0;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #333333;
}
.page_footer_wrapper .page_footer1 {
	width:100%;
	float:left;
	color:#333333;
	font-size:15px;
	font-family: 'Lora', Times, serif;
	padding-bottom: 40px;
}
.page_footer1 .footerleft {
	float:left;
	width:165px;
}
.page_footer1 .footermiddle {
	float:left;
	width:520px;
}
.page_footer1 .footerright {
	float:right;
}
.footerright span {
	display:none;
}
.footerright .fa {
	color: #333333;
	font-size:1.2rem;
}
.poweredby {
	float:right;
	color:#333333;
	clear:right;
	margin-top:18px;
}
.page_footer_wrapper .page_footer2 {
}


/* FIXES  */

.fullwidth_slideshow {
    height: 569px !important;
}

.TopSideLayout1 .page_content {
    margin-top: 559px !important;
}

.page_header_3 .oneCMSMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItem{
	padding: 23px 20px 22px !important;	
}

h6 a {
    padding: 9px 28px !important;
}
