@charset "utf-8";
body {
	margin:0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	font-size:14px;
	line-height:1.5;
	background: #2b2b2b;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#ffffff;
	font-size:16px;
}
.e3pagetemplate a {
	color:#fae499;
}
.e3pagetemplate a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#ffffff;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-weight:normal;
	font-size:60px;
}
h2 {
	font-weight:normal;
	font-size:37px;
}
h3 {
	font-weight:normal;
	font-size:24px;
}
h4 {
	font-weight:normal;
	font-size:19px;
}
h5 {
	font-weight:normal;
	font-size:16px;
}
h6 {
	font-weight:normal;
	font-size:14px;
}
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: rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: 1px solid #96793a;
    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: #fae499;
    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 #96793a;
    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%;
}
.e3pagetemplate .WeaAtGlance .AGDay:first-child {
	border-bottom: 1px solid #96793a;
    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;*/
}
.CalAtGlance .AltCont, .CalAtGlance .AltLink, .EveAtGlance .AltLink {
    background-color: rgba(0, 0, 0, 0.8);
}
.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_img {
	height: 453px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	margin-top: 90px;
	min-width: 960px;
}
.fullwidth_img img {
	position:absolute;
	left:50% !important;
	margin-left: -750px;
	height:511px !important;
	width: 1500px !important;
}
@media screen and (min-width: 1500px) {
    .fullwidth_img img {
		height:auto !important;
		width:100% !important;
		min-height:511px !important;
		min-width: 1500px !important;
		margin:0 !important;
		left:0 !important;
		top:0 ;
	}
}
.EditMode .fullwidth_img {
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden;
}
.TopDropLayout1 {
	float:left;
	width:100%;
	min-width:960px;
}
.TopDropLayout1 .page_header {
	float:left;
	width:100%;
	min-width: 960px;
	background:url(/SiteDesign/Images/header_bg.aspx) repeat-x;
}
.page_header .page_header_wrapper {
	margin:auto;
	width: 960px;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	float:left;
	width: 378px;
	height: 75px;
	margin: 15px 0;
} 
.page_header_wrapper .page_header_2 {
	float:right;
	margin-top: 35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.page_header_2 .currentUserLabelText {
	float:right;
	color:#96793a;
	margin:4px 15px 0 0;
}
.page_header_2 .cmsdesklink {
	float:right;
	color:#96793a;
	margin:4px 15px 0 0;
}
.page_header_2 .signoutLink {
	float:right;
	color:#ffffff;
	background: #96793a;
	border-radius: 3px;
	padding:3px 5px;
}
.page_header_wrapper .page_header_3 {
	float:left;
	width:100%;
	margin-top:12px
}
.page_header_3 .oneCMSMenu {
	cursor:pointer;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.page_header_3 .oneCMSMenuItem {
	padding: 6px 10px;
}
.page_header_3 .oneCMSMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItem {
	padding: 6px 10px;
}
.page_header_3 .CMSMenu {
	cursor:pointer;
	width:auto !important;
	background: #000000;
	color: #ffffff;
	border: 1px solid #96793a;
}
.page_header_3 .CMSMenuItem, .page_header_3 .CMSMenuHighlightedMenuItem {
	padding:10px 30px 10px 10px;
}
.page_header_3 .CMSMenuItemMouseOver, .page_header_3 .CMSMenuHighlightedMenuItemMouseOver {
	padding:10px 30px 10px 10px;
	background: #96793a;
}
/* 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 {
}
.TopDropLayout1 .page_content {
	float:left;
	width:100%;
	min-width: 960px;
	background:url(/SiteDesign/Images/bg.aspx) repeat center center;
	border-top: 5px solid #96793a;
	margin-top: 392px;
}
.page_content .page_content_wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 45px 0 35px;
}
.page_content_wrapper .page_content_top {
}
.page_content_wrapper .page_content_middle {
}
.page_content_wrapper .page_content_bottom {
}
.TopDropLayout1 .page_footer {
	float:left;
	width:100%;
	min-width: 960px;
	background:url(/SiteDesign/Images/ft_bg.aspx) repeat-x top center;
    margin-top: -23px;
	font-family: 'Lora', serif;
}
.page_footer .page_footer_wrapper {
	margin: 0 auto;
	width: 960px;
	color:#ffffff;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #ffffff;
}
.page_footer_wrapper .page_footer1 {
	float:left;
	width:100%;
}
.page_footer1 .footerleft {
	float:left;
	margin-top:50px;
	width: 500px;
	line-height: 1.9;
}
.footerleft span {
	display:none;
}
.footerleft .fa-facebook-square, .footerleft .fa-twitter-square {
	color:#96793a;
	font-size:35px;
}
.page_footer1 .footerright {
	float:right;
	margin: 45px 0 20px;
	width:300px;
	height:166px;
}
.page_footer_wrapper .page_footer2 {
	float:right;
	width: 100%;
}
.poweredby {
	float:right;
}
.e3pagetemplate .container {
	overflow: hidden;
}
.e3pagetemplate .content {
	padding: 30px 5px 30px 5px;
}
.e3pagetemplate .menu ul {
	list-style-type: none;
    padding:0;
}
.e3pagetemplate .menu li {
	margin-top:10px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    transition: all 0.5s;
    color: #ffffff;
    padding: 8px 30px;
    box-sizing: border-box;
    font-weight:lighter;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.e3pagetemplate .addon-selected {
    background-color: #000000;
    border: 1px solid #96793a;
}
.e3pagetemplate .container .menu ul li:hover {
    background-color: #000000;
    border: 1px solid #96793a;
    transition: all 0.5s;
}
.e3pagetemplate h6 a {
    background-color: #000000;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 40px;
    letter-spacing: 0.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    border: 1px solid #96793a;
}
.e3pagetemplate h6 a:hover {
	transform: scale(1.1);
	-webkit-transition: scale(1.1);
}
.newsletters .item a {
  	color:#ffffff;
}