/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    margin: 0;
    padding: 0;
	background-color: #ffffff;
}

p    {line-height: 1.6;}

/* responsive stuff */
* {
    box-sizing: border-box;
}

/* Overwrite the Box-Sizing for the Google Search Box */
.forceContentBox * {
  box-sizing: content-box;
  
}

.row {
    max-width: 1200px;
	/* center things */
	margin: auto;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}


.rowBehind {
    width: 100%;
	/* center things */
	margin: auto;
}


.rowBehind::after {
    content: "";
    clear: both;
    display: block;
}


/* color backgrounds for debugging */
.c {
    background-color: #cccccc;
}
.c2 {
    background-color: #e2e2e2;
}
.c3 {
    background-color: #999999;
}
.brd {
    border: 2px solid #73AD21;
}




[class*="col-"] {
    float: left;
    padding: 0px;
}

.addPadding {
	padding: 8px;
}
.addPadding5 {
	padding: 5px;
}

.twitterBoyBG { background-image: url('images/TWITTER2.png'); background-repeat:no-repeat; background-size:contain; background-position:bottom right; }

/* default For mobile phones, everything goes to 100%: */
[class*="col-"] {
    width: 100%;
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1-quarter {width: 2.08%;}
	.col-m-1-half {width: 4.17%;}
	.col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	/* for fifths */
	.col-m-20 {width: 20%;}
	
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
	.col-1-quarter {width: 2.08%;}
    .col-1-half {width: 4.17%;}
	.col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	/* for fifths */
	.col-20 {width: 20%;}
	
	.col-fixSidenav {width: 200px;}
	.col-fillFixedSidenav {
		width: -webkit-calc(100% - 200px);
    	width:    -moz-calc(100% - 200px);
    	width:         calc(100% - 200px);}
	
	
	.hideElementBig { display: none; }
}


/* only if width is under 768px */
@media only screen and (max-width: 768px) {

.hideElement { display: none; }

.showElement { display: block; }



.imageBigger {
    width: 80px;
    height: auto;
}

.adjustHeight {
    height: 90px;
}

	.newsImageWithCaption {
	height: 500px !important;
    background: #f1f1f1;
	opacity:1;
	box-shadow: 3px -1px 8px 2px rgba(0, 0, 0, 0.2);
	min-height: 400px;
	margin:0px auto;
	border-radius:25px;
	width: 300px !important;
	/* max-width: 350px; */
}

}


/* only if width is under 600px */
@media only screen and (max-width: 600px) {

    .hideElement2 { display: none; }
	.twitterBoyBGHide { background-image: url('breakIt.jpg'); }
	
	.calendarBorder {
		margin-left: 0px !important;
	}

	.newsImageWithCaption {
	height: 600px !important;
    background: #f1f1f1;
	opacity:1;
	box-shadow: 3px -1px 8px 2px rgba(0, 0, 0, 0.2);
	min-height: 400px;
	margin:0px auto;
	border-radius:25px;
	width: 200px !important;
	/* max-width: 350px; */
}
}


/* for use on tempEDIT pages to make google calendar responsive */
.responsiveCal {
	position: relative; 
	padding-bottom: 400px;
	 height: 0; 
	 overflow: hidden;
}

.responsiveCal iframe {
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%;

}


.navtable {
	min-width: 200px;
	max-width: 10%;
}


.respImage {
    max-width: 100%;
    height: auto;
}

.headerImage {
    width: 100%;
    height: auto;
	min-width: 300px;
}
.headerImage2 {
    width: 100%;
    height: auto;
	min-width: 300px;
}

.socialIconFlyout {
	margin: 8px 8px;
}

.headerIcon {
	margin: 40px 0px 0px 0px;
}

.headerIconText {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}

.footerImage {
    width: 100%;
    height: auto;
	min-width: 200px;
	max-width: 445px;
}

.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 600px;
	max-width: 1200px;
}






/* page styles */

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color:#333333;
	line-height: 1.6;
}


#diffLog {
	width: 100%;
    height: 25px;
	background-color: #efff6c;
	position: absolute;
    top: 0px;
    left: 0;
	z-index: 999999;
	}
	
.header	{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	color: #ffffff;
	background-color: #282828;
	font-weight: bold;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	}
	
h1	{
	font-size: 20pt; 
	font-family: 'Oswald', sans-serif;
	text-decoration: none; 
	color: #333333;
	font-weight: normal;
	padding-left:0px;
	padding-top:7px;
	padding-bottom:7px;
	line-height: 20px;
	}
	
h2	{
	font-size: 17pt; 
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none; 
	color: #f2a327;
	font-weight: bold;
	}
	

A {
	COLOR: #333333;}
A:hover {
	COLOR: #2884b3;}
	
a.sidelink,a.sidelink:link,a.sidelink:active,a.sidelink:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	display:inline-block; /* to make the top padding work */
}
a.sidelink:hover {
	color: #666666;
}



.staffListTableRow:hover {
	background-color: #d2d2d2;
}



/* this is for use on tempEDIT pages */

A.tempEDsmallLink {font-size: 9pt; text-decoration: underline; color: #333333;}
A.tempEDsmallLink:hover {font-size: 9pt; text-decoration: underline; color: #999999;}

.tempeditHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-left:8px;
	}
	
.tempeditBGcolor {
background-color: #ffffff;
}

.noPadCell{
	padding: 0px 0px 0px 0px;
	}

.tempedsearchBar-submit
{float:left;height:18px}

.tempedsearchBar-submit input[type="submit"]
	{height:18px;
	line-height:18px;
	padding:0 12px 3px 10px;
	margin-left:1px;
	border:0;
	font-size:11px;
	-webkit-border-top-right-radius:2em;
	-webkit-border-bottom-right-radius:2em;
	-webkit-border-top-left-radius:2em;
	-webkit-border-bottom-left-radius:2em;
	-moz-border-radius-topright:2em;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-bottomleft:2em;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	border-top-left-radius:2em;
	border-bottom-left-radius:2em;
	COLOR: #ffffff;
	background: #669933;
	background: -moz-linear-gradient(top, #7bb93e, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bb93e), to(#537c29));}

.tempedsearchBar-submit input[type="submit"]:hover
	{border:0;
	cursor: hand; cursor: pointer;
	background: -moz-linear-gradient(top, #9bcd69, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9bcd69), to(#537c29));}
	
.header2	{
	font-size: 17pt; 
	font-family: 'Oswald', sans-serif;
	text-decoration: none; 
	color: #003366;
	letter-spacing: 0px;
	}
	
.contentpage_headingLinkText, A.contentpage_headingLinkText:link, a.contentpage_headingLinkText:active, a.contentpage_headingLinkText:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	text-decoration: none; 
	color: #666666; 
	}
	
a.contentpage_headingLinkText:hover {text-decoration: none; color: #333333;}


.contentpage_ann_header	{
	font-size: 11pt; 
	color: #3f1f00; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
.contentpage_ann_text	{
	font-size: 10pt; 
	color: #726b6a;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
a.contentpage_linkText, A.contentpage_linkText:link, a.contentpage_linkText:active, a.contentpage_linkText:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: underline; 
	color: #726b6a; 
	}
a.contentpage_linkText:hover {text-decoration: underline; color: #999999;}


.paddedArea {
  padding: 10px 20px 10px 20px;
}

.bulletText {
  width: 180px;
  background: #054810;
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -ms-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  border-top-right-radius:  40px 40px;
  border-bottom-right-radius:  40px 40px;
  border-top-left-radius:  0px 0px;
  border-bottom-left-radius:  0px 0px;
  /* -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px; */
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: 'Oswald', sans-serif;
	font-weight: 300;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.bulletTextSmall {
  width: 180px;
  background: #054810;
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -ms-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  border-top-right-radius:  20px 20px;
  border-bottom-right-radius:  20px 20px;
  border-top-left-radius:  0px 0px;
  border-bottom-left-radius:  0px 0px;
  /* -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px; */
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: 'Oswald', sans-serif;
	font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left:-10px;
}


/* end tempEDIT styles */


.largeWhiteFont	{
	font-size: 18pt; 
	font-family: 'Oswald', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height: 18px;
	font-weight: 300;
	margin-top: 7px;
	margin-bottom: 8px;
	padding-left: 18px;
	}
	
/*FOOTER STYLES  */
a.footerlink2:link,a.footerlink2:active,a.footerlink2:visited,a.footerlink2:hover {
	font-size: 13px; 
	text-decoration: none; 
	color: #eeeeee; 
	font-family:Droid Sans, sans-serif;
	}
	
.footerfont{
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	color: #eeeeee;
	padding-left: 10px;
	}
	
.footerHeader{
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #eeeeee;
	/* padding-left: 10px; */
	border-bottom: 1px solid #F3A226;
	}
	
.footerHeaderBig{
	font-family: 'Sanchez', sans-serif;
	font-size: 28px;
	/* font-weight: bold; */
	color: #eeeeee;
	padding-left: 10px;
	}
	
.footerHeaderSmall{
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
	color: #eeeeee;
	padding-left: 10px;
	}
	
a.footerlink:link,a.footerlink:active,a.footerlink:visited {
	font-size: 14px; 
	text-decoration: none; 
	color: #eeeeee; 
	font-family: "Source Sans 3", sans-serif;
	line-height: 28px;
	}
a.footerlink:hover {
	text-decoration: none; 
	color: #cccccc; 
	}
	
	
.scrollableArea{
	overflow : auto; 
	height:480px;
	width:100%;
	padding-left: 0px;
}


.zoomItem {
  position: relative;
  
 width: 100%;
    height: auto;
	min-width: 75px;
	max-width: 385px;
  overflow: hidden;
      border-radius: 25px 25px 0 0;
  
}
.zoomItem img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoomItem:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.newsImage {
    width: 100%;
    height: auto;
	min-width: 75px;
	max-width: 385px;
	padding: 0 0px 0 0px;
}


.newsImageWithCaption {
	height: 450px;
    background: #f1f1f1;
	opacity:1;
	box-shadow: 3px -1px 8px 2px rgba(0, 0, 0, 0.2);
	min-height: 400px;
	margin:0px auto;
	border-radius:25px;
	width: 350px;
	/* max-width: 350px; */
}

a.noDecoLink:link,a.noDecoLink:active,a.noDecoLink:visited {
	text-decoration: none; 
	}


.newsCaption {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
    color: #011456;
	text-align:center;
	font-weight: 300;
	width: 100%;
	padding-top:8px; 
	font-weight: 400;
	line-height:28px;
}

.newsText	{
	font-size: 16px; 
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none; 
	color: #6a6a6a; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:8px; 
	padding-bottom:8px;
	line-height:22px;
	
}


.bigGreenFont {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
    color: #011456;
	text-align:left;
	font-weight: 400;
	padding-left:8px; 
	
}


.moreNewsLink {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
    color: #011456;
	font-weight: 600;
	padding-left:8px; 	
}

.videoTextHeader	{
	font-size: 16px; 
	font-family: 'Sanchez', sans-serif;
	text-decoration: none; 
	color: #011456; 
	font-weight: 600;
	line-height:18px;
	padding-left:0px; 
}

.videoText	{
	font-size: 16px; 
	font-family: 'Sanchez', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height:18px;
	padding-left:8px; 
}

.calendarBorder {
  width: 100%;
  height: 500px;
  background: #ffffff;
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  padding: 5px 10px 5px 30px;
  margin-left:60px;
  margin-top:10px;
  margin-bottom:10px;
}


.LL{
border-left: 1px solid #999999;
}
.RL{
border-right: 1px solid #999999;
}
.TL{
border-top: 1px solid #999999;
}
.BL{
border-bottom: 1px solid #999999;
}



.headercolor {
background-color: #dfdfdf;
HEIGHT: 35px;}

input {
BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; COLOR: #000066; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #f3f9fe; TEXT-ALIGN: left;
}

SELECT {
BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; COLOR: #000066; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #f3f9fe; TEXT-ALIGN: left;
}

.gl_submit {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #ffffff; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #993300; TEXT-ALIGN: center; HEIGHT: 20px;
}


.gl_input {
	BORDER-RIGHT: #000066 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000066 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000066 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000066 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left;
}

/* end page styles */



/* below is code for the flyout menus */


/* ul, li {
	font-size:14px; 
	font-family:Droid Sans, sans-serif;
	line-height:21px;
	text-align:left;
} */

.menu {
	list-style:none;
	width:0px;
	
	height:0px;
	

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */
	
	/* this border appears as a dot when using a image to mouseover, so set to 0 and adjust margin above */
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-right:0px;
	margin-top:0px;
	border:none;
}

.menu li:hover {
	/* border: 1px solid #ff0000; */
	padding: 0px 0px 0px 0px;
	
	/* Background color and gradients */
	
	/* background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu li a {
	font-family: 'Oswald', sans-serif;
	font-size:20px; 
	color: #ffffff;
	display:inline-block;
	outline:0;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px #000;*/
}

.menu li:hover a {
	color:#cccccc;
	/*text-shadow: 1px 1px 1px #ffffff;*/
}
.menu li .drop {
	padding-right:0px;
	/* background:url("img/drop.png") no-repeat right 8px; */
}
.menu li:hover .drop {
	/* background:url("img/drop.png") no-repeat right 7px; */
}

.dropdown_1column,
.dropdown_1_a_column,
.dropdown_2columns,
.dropdown_2_a_columns,
.dropdown_3columns, 
.dropdown_3_a_columns,
.dropdown_4columns,
.dropdown_4_a_columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	/* border-top:none; */
	
	/* Gradient background */
	background:#eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));

	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 1100px;}

.dropdown_1_a_column {width: 220px;}
.dropdown_2_a_columns {width: 450px;}
.dropdown_3_a_columns {width: 660px;}
.dropdown_4_a_columns {width: 880px;}





.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_1_a_column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_2_a_columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_3_a_columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_4_a_columns, 
.menu li:hover .dropdown_5columns {
	left:-22px;
	top:20px;
}



/* position of flyout on mouseover */
.menu li:hover .align_right {
	left:auto;
	right:-120px;
	top:20px;
}

/* custom for certain elements.  position of flyout on mouseover */
.menu li:hover .bump_left {
	left:-470px;
	top:20;
}

.menu li:hover .bump_left2 {
	left:-300px;
	top:20;
}

.menu li:hover .bump_left3 {
	left:-170px;
	top:20;
}


.menu li:hover .bump_leftHidden {
	left:-9999px;
	top:20;
}


.col_1,
.col_1a,
.col_1a_half,
.col_1a_less_half,
.col_2,
.col_2a,
.col_3,
.col_3a,
.col_4,
.col_4a,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:1100px;}

.col_1a {width:210px;}
.col_1a_half {width:150px;}
.col_1a_less_half {width:50px;}
.col_2a {width:430px;}
.col_3a {width:650px;}
.col_4a {width:870px;}



.menu .menu_right {
	float:left;
	margin-right:0px;
}
.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.menu .flyoutHeader {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 1px 0;
	padding-bottom:1px;
	/* border-bottom:1px solid #666666; */
	color:#333333;
}

.menu p, .menu h2, .menu h3, .menu ul li {
	font-family:Droid Sans, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 1px 0;
	padding-bottom:1px;
	/* border-bottom:1px solid #666666; */
	color:#333333;
}
.menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	/* border-bottom:1px solid #888888; */
}
.menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

.menu li:hover div a {
	font-size:12px;
	color:#015b86;
	font-family:Droid Sans, sans-serif;
	text-shadow: 0px 0px 0px #000;
}
.menu li:hover div a:hover {
	color:#029feb;
	font-family:Droid Sans, sans-serif;
	text-shadow: 0px 0px 0px #000;
}

/* this is for the header links */
.menu li:hover div a .headerLinkText {
	font-size:16px;
	color:#015b86;
	text-shadow: 0px 0px 0px #000;
}
.menu li:hover div a:hover .headerLinkText {
	color:#029feb;
	text-shadow: 0px 0px 0px #000;
}

.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menu li .black_box_no_corner {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 0px;
}

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:260px;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.menu li .greyboxa li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:195px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greyboxa li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.center {
	text-align: center;
}


/* CALENDAR STYLES */

.calendarArea {
    overflow: auto;
    height: 490px;
    width: auto;
    background-color: #FFFFFF;
    padding-left: 0px;
    border-radius: 3px;
    margin: 0px 20px;
}
.calBox {
	width: 64px;
	height: 100%;
	padding: 10px;
	text-align: center;
	margin-bottom: 6px;
	float: left;
	background-color: #FFFFFF;
}

.calMonth {
	font-size: 16px;
	font-family: "Source Sans 3", sans-serif;
	font-weight:600;
	color: #011456;
	line-height: 18px;
	text-align: center;
}

.calDay	{
	font-size: 32px; 
	font-family: "Source Sans 3", sans-serif;
	color: #011456;
	line-height: 24px; 
	text-align: center;
	font-weight:600;
	}

.calHeaderText	{
	font-size: 16px; 
	font-family: "Source Sans 3", sans-serif;
	color: #111938;
	line-height: 18px;
	text-align: left;
	font-weight: 500;
	
	}

.calText	{
	font-size: 11pt; 
	font-family: "Source Sans 3", sans-serif;
	text-decoration: none; 
	color: #111938; 
	}

.CalendarTitleArea {
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #2A2A2A;
    text-align: center;
    margin: 20px auto;
    letter-spacing: 1.2px;
}
	
.calVert {
  	position: relative;
  	font-size: 21px; 
	font-family: 'Oswald', sans-serif;
	text-decoration: none; 
  	-webkit-transform: rotate(270deg);
  	-moz-transform: rotate(270deg);
  	-ms-transform: rotate(270deg);
  	-o-transform: rotate(270deg);
  	transform: rotate(270deg);
	color: #000000;
	font-weight: bold;
}

.calColorCell{
	background-color: #001158;
	color: #ffffff;
	}
	
.calEventsOverflow{
	overflow : auto; 
	width:780px;
	padding-left:8px;
	}
	
.redButton, .redButton:hover {
    background-color: #011456;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
	font-weight: 600;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    width: 160px;
    height: 33px;
    vertical-align: middle;
    color: #FFFFFF;
    padding-top: 5px;
    margin: 20px 5px 16px;
    display: inline-block;
}
	
A.viewMoreFont:link,a.viewMoreFont:active,a.viewMoreFont:visited {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
    color: #011456;
	font-weight: 400;
	padding-left:8px; 	
}

table.StreetsResults {
    width: 100%;
    border: 1px solid #fdba31;
    border-collapse: collapse;
    margin: 20px 0px;
}

th.StreetsResults, td.StreetsResults {
    text-align: left;
    padding: 8px;
}

.StreetsResults tr:nth-child(even){background-color: #f2f2f2}

.StreetsResults th {
    background-color: #fdba31;
    color: black;
    text-align: left;
    font-size: 15px;
}

/*ROUND BUTTON*/
a.RoundButton {
	display: inline-block;
	padding:4px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#FFFFFF;
	text-align: center;
	transition: all 0.2s;
	background-color:#021158;
	font-size:16px;
	line-height: 1.6;
	width:100%;
	}
	a.RoundButton:hover {
	border-color: rgba(219, 219, 219, 1);
	}