*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body.mceContentBody { 
	background: #FFFFFF; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #000000;
    font-size:9pt;
}


/* CLASS STYLES */

/* A */

a[href$=".pdf"] {
	background-image: url(/admin/images/pdf_small.gif);
	background-repeat: repeat;
	}



/* B */

/* C */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

/* D */

/* E */

.EventSummaryDiv { width: 29%; float: left; background-color: #FF0; border: 1px solid #000; padding:20px; cursor: pointer;}
.EventSummaryDiv h1 { font-size: 20px;}
.EventSummaryDiv h2 {font-size: 14px; }
.EventSummaryDiv p {font-size: 10px; }
.EventSummaryThumbnail { 
     float:right; 
     max-width:150px;
     height: auto;
     max-height:100px;
     width: auto;
}

.EventCategory {
        text-align: center;
	font-size: 20px;
	font-weight: normal;
        padding:20px;
}
.EventCalendarTable {
	width: 100%;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
}
.EventSelectMonthRow {
        background-color: #FFCC00;
}
.EventMonthSelect {
       cursor: pointer;
}
.EventPreviousMonth {
	cursor: pointer;
	background-image: url(/admin/images/slideshow_arrow_previous.gif);
	background-repeat: no-repeat;
	background-color: #666;
	background-position: center center;
}
.EventCurrentMonth {
	color: #FFF;
	background-color: #666;

}
.EventNextMonth  {
	cursor: pointer;
	background-image: url(/admin/images/slideshow_arrow_next.gif);
	background-repeat: no-repeat;
	background-color: #666;
	background-position: center center;
}
.EventSMTWTFS {
	color: #FFF;
	background-color: #CCC;
	width: 14%;
}
.EventCalendarToday {
	width: 14%;
	background-color: #FFF;
}
.EventCalendarToday A  {
}
.EventMonthDays {
	background-color: #FFC;
}
.EventCalendarOtherDays {
	/* lead in and lead out days from previous/next month */
	width: 14%;
	background-color: #FF0000;
}
.EventCalendarWeekend {
	width: 15%;
	background-color: #393;
}
.EventCalendarWeekend A {
}
.EventCalendarTable A  {
}
.EventCalendarTable A:hover {
}
.Event {
	border-top:#999 1px solid;
	margin-top:0px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}
.EventListThumbnail {
	float:left;
	padding-right: 10px;
}
.EventThumbnail {
}

/* F */

fieldset {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formleftcol {
	font-weight: bold;
	font-style: italic;
}
.formrightcol {
}
.formitem {
	font-weight: bold;
	font-style: italic;
}
.formfield {
	margin-left: 20px;
}
.formnotestart {
}
.formnote {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* G */

/* H */

p {
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 2%;
}

h1 {
	font-family: "ff-tisa-web-pro", Georgia, Times New Roman, serif;
  	font-size: 33px;
	line-height: 38px;
	font-weight: 400;
	color: #4d0327;
	margin-bottom: 2.5%;
}
h2 {
	font-family: "ff-tisa-web-pro", Georgia, Times New Roman, serif;
  	font-size: 26px;
	line-height: 31px;
	font-weight: 700;
	color: #ad960c;
	margin-bottom: 2.5%;
}
h3 {
  	font-size: 27px;
	line-height: 32px;
	font-weight: 300;
	color: #4d0327;
	margin-bottom: 2.5%;
}
h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	color: #4d0327;
	margin-bottom: 2%;
}
h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #4d0327;
	margin-bottom: 2%;
}
h6 {  
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #ad960c;
	margin-bottom: 2%;
}

/* I */

img {
	border: opx;
}

.image_left_pad_10_right {
	float: left;
	padding-right: 10px;
}

.image_right_pad_10_left {
	float: left;
	padding-right: 10px;
}

input[type="text"] {
	color: #000000;
	vertical-align: middle;
	border: 1px rgba(77,3,39,0.58) solid;
	height: 20px;
	background-color: #ffffff;
}

input[type="text"]:hover {
	background-color: #FFFFFF;
}

input[type="button"], input[type="submit"]  {
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	padding: 4px;
	border-radius: 4px;
	background-color: #AF233F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFF;
	/* h-shadow v-shadow blur spread color */
	-moz-box-shadow:    4px 4px 2px 0px #ccc;
	-webkit-box-shadow: 4px 4px 2px 0px #ccc;
	box-shadow:         4px 4px 2px 0px #ccc;
}

input[type="button"]:hover, input[type="submit"]:hover  {
	background-color: #FF0000;
}

/* J */

/* K */

/* L */

/* M */

/* N */

.navigation {
	background-color:#CCCCCC;
	padding:20px;
}

.none {}

.newitemdiv {
      border: 1px #993300 solid;
      border-radius: 5px;
      background-color: #EDE2c6;
      padding:10px;
      margin-bottom: 10px;
    -moz-box-shadow:    3px 3px 3px 0px #ccc;
    -webkit-box-shadow: 3px 3px 3px 0px #ccc;
    box-shadow:         3px 3px 3px 0px #ccc;
    width: 250px;
    float:left;
}
.newsitemthumbnail {
      float:left;
      max-width: 150px;
      height:auto;
      max-height:100px;
      width:auto;
}
.newsitemheadline {
      font-size:14px;
      font-weight:bold;
}
.newsitemsummary {
      font-style:italic;
      font-size:8px;
}
.newitemlink {
}





/* O */

/* P */

/* Q */

/* R */

.roundedbox {
      border: 1px #993300 solid;
      border-radius: 5px;
      background-color: #EDE2c6;
      padding:10px;
      margin-bottom: 10px;
      
}

/* S */

.shaddowbox {
	 /* box-shadow: h-shadow v-shadow blur spread color inset; */
    -moz-box-shadow:    3px 3px 3px 0px #ccc;
    -webkit-box-shadow: 3px 3px 3px 0px #ccc;
    box-shadow:         3px 3px 3px 0px #ccc;
}

.slideShowImage {
	height: 100px;
	width: auto;
}


/* T */

.textbox   {
	color: #000000;
	vertical-align: middle;
	border: 1px #993300 solid;
	height: 20px;
	background-color: #EDE2c6;
}
.textblock  {
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border: 1px rgba(77,3,39,0.57) solid;
	background-color: #ffffff;
}

textarea:hover {
	background-color: #FFFFFF;
}

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */

/* =================== for mobiles devices ================================================== */

@media only screen and (max-width: 1200px) {


.MainMenu, .MainCurrentTab {
	padding-right: 20px !important;
	padding-left: 20px !important;
	
}

.MainMenu:hover, .MainCurrentTab:hover {
	padding-right: 20px !important;
	padding-left: 20px !important;
}



#menumobile {
	float:right;
	display: block;
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-right: 15px;
	cursor:pointer;
	z-index: 99;
	width: auto;
}
#menu_surround {
	display:none;
}
}
@media only screen and (max-width: 950px) {
.MainMenuContainer {
	clear:both;
	float:none !Important;
	display:block !Important;
	width: 100% !Important;
	
	
}
.MainMenuDivider {
	display:none !Important;
}
.MainMenu, .MainCurrentTab {
	float: none !Important;
	height: auto !important;
	width: 100% !important;
	font-size: 23px !Important;
	line-height: 28px !important;
	font-weight: 200 !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	/*display: inline;*/
	
}

.MainMenu:hover, .MainCurrentTab:hover {
	height: auto !important;
	width: 100% !important;
	font-size: 23px !Important;
	line-height: 28px !important;
	font-weight: 200 !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.Mainsmcontainer  {	
	margin-top: 10px !important;
	border-width: 1px;
	border-color: #1d2962;
	border-style: none solid solid solid;
		
}
}
@media only screen and (max-width: 770px) {
	
#tagline {
	display:none;	
}
	
#content_main {
	width: 92%;	
	padding-bottom: 5px;
	padding-left: 4%;
	padding-right: 4%;
}
#content_right {
	width: 92%;	
	padding-left: 4%;
	padding-right: 4%;
}
	
	


	
}

@media only screen and (max-width: 600px) { 



/* A - MOBILE STYLE */
/* B - MOBILE STYLE */
/* C - MOBILE STYLE */
.calendarIcon {
	height:40px;
	width:auto;
}
.CalendarTable {
	width:100%;
	font-size: 20px;
	height: 100%;
}
.CalendarTable TD {
	/*padding: 10px;*/
}
.CalendarSelect {
	font-size: 20px;
}

/* D - MOBILE STYLE */
/* E - MOBILE STYLE */
/* F - MOBILE STYLE */
/* G - MOBILE STYLE */
/* H - MOBILE STYLE */
/* I - MOBILE STYLE */
input[type=radio], input[type=checkbox] 
{ 
width:30px; 
height:30px; 
margin:10px;
}
/* J - MOBILE STYLE */
/* K - MOBILE STYLE */
/* L - MOBILE STYLE */
/* M - MOBILE STYLE */
/* N - MOBILE STYLE */
/* O - MOBILE STYLE */
/* P - MOBILE STYLE */
/* Q - MOBILE STYLE */
/* R - MOBILE STYLE */
/* S - MOBILE STYLE */
/* T - MOBILE STYLE */
.textbox, .textblock, input[type="text"] {
	width: 90% !Important;
}

/* U - MOBILE STYLE */
/* V - MOBILE STYLE */
/* W - MOBILE STYLE */
/* X - MOBILE STYLE */
/* Y - MOBILE STYLE */
/* Z - MOBILE STYLE */

}

/* ======= SPECIAL BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE ====== */

.example-right {
  position:relative;
  padding: 15px 15px 10px ; /* T R B L */
  margin:0;
  color:#fff;
  background:#FF9966; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#FF9966), to(#FF6600));
  background:-moz-linear-gradient(#FF9966, #FF6600);
  background:-o-linear-gradient(#FF9966, #FF6600);
  background:linear-gradient(#FF9966, #FF6600);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.example-right:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:50px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent #FF6600;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}





















































