
body.mceContentBody, body { 
	background: #F3F3F3; 
}

/* Dark blue = #007A98 */
/* Lt Blue = #00B5DB */

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 120%;}

* {
box-sizing: border-box;
font-family: urw-form, sans-serif;
}

/* NORMAL CLASS STYLES */

/* A */

a, a:link, a:visited {
	color: #007A98;
	text-decoration: none;
} 

a:hover {
	color: #FF0000;
}

/* B */

.button {

    font-size: 20px;
    padding: 5px;
    margin-top: 5px;
}

/* C */

#content {
	width: 95%;
	max-width: 1300px;
	margin: 0px auto 10px auto;
	padding: 10px 10px 10px 220px;
	background: #FFFFFF;
	background-image: url("/images/cms_symbol.png");
	background-repeat: no-repeat;
	background-position: 0px 150px;
	
}

#content_strap {
	colour: #007A98;
	font-size: 18px;
	padding: 10px 0px 20px 0px;
	}

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

#credit {
	color: #BCBCBC;
}

/* D */

.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* E */

/* F */

#footer {
	width: 95%;
	max-width: 1300px;
	background-color: #dedede;
	margin: 0px auto 10px auto;
	padding: 10px 10px 10px 250px;
}

/* G */

#Gallery_surround {
    width: 100%;
    margin: 20px 0px 20px 0px;
}
#Gallery_div {
    width: 100%;
}

#Gallery_Image_surround {
    width: 45%;
    float: left;
}
#goBackCell {
}
#Gallery_Image {
    width:100% !important;
    height: auto;
    cursor: pointer;
}
#Gallery_Caption {
display:none;
}

#Gallery_thumbnail_div {
    width: 54%;
    float:right;
}
.galleryThumbnail {
	height:100px;
	cursor: pointer;
}

#gallerymobileinstructions::after {
	/* FOR MOBILE */
	/* content: "Tap or swipe image to see more"; */
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/arrow_right_large.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#Gallery_thumbnail_div {
}
.galleryThumbnail {
	height:30px;
	cursor: pointer;
}

/* H */

.homeicons {
    height: 250px;
    width: 250px;
    background-color: #1FA8D1;
    border-radius: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    display: table;
    line-height: 22px;
    border: 10px solid #CCCCCC;
    cursor: pointer;
	}

#header {
	width: 95%;
	max-width: 1300px;
	background-color: #dedede;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 15px;
}

#header_logo {
	position: absolute;
}

#header_left {
	text-align: left;
	font-size: 26px;
	color: #000000;
	margin: 20px 0px 0px 205px;
	font-style: normal;
	font-weight: Bold;
}

#header_right {
	font-size: 20px;
	color: #007A98;
	margin: 0px 0px 0px 205px;
	text-align: right;
	font-style: italic;
}

#header_menu {
	width: 100%;
	height: auto;
	padding: 10px;
	display: table;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#007A98), to(#00B5DB));
    background:-moz-linear-gradient(#007A98, #00B5DB);
    background:-o-linear-gradient(#007A98, #00B5DB);
    background:linear-gradient(#007A98, #00B5DB);

}
	
/* I */

img {
    object-fit: contain;
}

.image_100 {
    width: 100%;
    height: auto;
}

.image_left_70, .image_left_60, .image_left_50, .image_left_40, .image_left_30 {
    float:left;
    clear:both;
    height: auto;
    margin: 0px 2% 10px 0px;
}

.image_left_70 {
    width:70%;
}

.image_left_60 {
    width:60%;
}

.image_left_50 {
    width:50%;
}

.image_left_40 {
    width:40%;
}

.image_left_30 {
    width:30%;
}

.image_right_70, .image_right_60, .image_right_50, .image_right_40, .image_right_30 {
    float:right;
    clear:both;
    height: auto;
    margin: 0px 0px 10px 2%;
}

.image_right_70 {
    width:70%;
}

.image_right_60 {
    width:60%;
}

.image_right_50 {
    width:50%;
}

.image_right_40 {
    width:40%;
}

.image_right_30 {
    width:30%;
}

/* J */

/* K */

/* L */

/* M */

#menumobile {
	display: none;
	}
	
#menunavbar {
	width: 95%;
	max-width: 1300px;
	height: auto;
	display: table;
	margin: 0px auto 0px auto;
	padding-left: 220px;
}
	
.mobileonly {
	display: none;
}

/* N */

/* O */

/* P */

/* Q */

/* R */

/* S */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* T */

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

#content {
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	background-image: url("/images/cms_symbol.png");
	background-repeat: no-repeat;
	background-position: 0px 150px;
}



/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

#footer {
	padding: 10px 10px 10px 10px;
}



/* G MOBILE */

.grid_3_across, .grid_4_across, .grid_5_across, .grid_6_across, .grid_3-1 {
    grid-template-columns: 1fr;
}

/* H MOBILE */

#header {
	width: 100%;
	padding: 10px;
}

#header_logo img {
	width: 140px;
}



#header_left {
	margin: 20px 0px 0px 160px;
	font-size: 24px;
	
}

#header_right {
	margin: 0px 0px 0px 160px;
	text-align: left;
}

.homeicons {
        height: auto;
        width: 100%;
        border-radius: 20px;
        float: none;
        margin: 10px 0px 10px 0px;
		padding: 20px;
}

.homeicons div{
        padding: 0px;
}

/* I MOBILE */

.image_left_70, .image_left_60, .image_left_50, .image_left_40, .image_left_30, .image_right_70, .image_right_60, .image_right_50, .image_right_40, .image_right_30 {
    float:none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

#menunavbar {
	width: 100%;
	padding-left: 157px;
}

/* N MOBILE */

.notonmobile {
	display: none;
}

/* O MOBILE */

.mobileonly {
	display: block;
}

/* P MOBILE */

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}

}
