@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#ContentDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 1em;
}
#MenuDiv ul#navmenu {
	display: none;
	margin-bottom: 1em;
}
#MenuDiv h2 { background-image: url('images/patch1rotated.png'); }
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#ContentDiv {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 61.5384%;
	display: block;
}
#LogoDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}
#MenuDiv ul {
	display: block !important;
}
#MenuDiv h2 { background-image: url('images/patch1.png') !important; }
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#ContentDiv {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 69.3877%;
	display: block;
}
#LogoDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 17, 2015 */

@font-face {
    font-family: 'castletbold';
    src: url('fonts/castleb-webfont.eot');
    src: url('fonts/castleb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/castleb-webfont.woff2') format('woff2'),
         url('fonts/castleb-webfont.woff') format('woff'),
         url('fonts/castleb-webfont.ttf') format('truetype'),
         url('fonts/castleb-webfont.svg#castletbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'castletlight';
    src: url('fonts/castlel-webfont.eot');
    src: url('fonts/castlel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/castlel-webfont.woff2') format('woff2'),
         url('fonts/castlel-webfont.woff') format('woff'),
         url('fonts/castlel-webfont.ttf') format('truetype'),
         url('fonts/castlel-webfont.svg#castletligregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'castletregular';
    src: url('fonts/castlen-webfont.eot');
    src: url('fonts/castlen-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/castlen-webfont.woff2') format('woff2'),
         url('fonts/castlen-webfont.woff') format('woff'),
         url('fonts/castlen-webfont.ttf') format('truetype'),
         url('fonts/castlen-webfont.svg#castletregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'castletultregular';
    src: url('fonts/castleu-webfont.eot');
    src: url('fonts/castleu-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/castleu-webfont.woff2') format('woff2'),
         url('fonts/castleu-webfont.woff') format('woff'),
         url('fonts/castleu-webfont.ttf') format('truetype'),
         url('fonts/castleu-webfont.svg#castletultregular') format('svg');
    font-weight: 700;
    font-style: normal;

}

strong, h1, h2, h3, h4, h5, h6, th {
   font-family: 'castletbold', 'Lucida Sans Unicode', 'Lucida Sans', 'Calibri', sans-serif;
   font-weight: 700;
   font-style: normal;
   color: #53369A;
}

a { color: #51BCEC }
#MenuDiv h2 { background-color: #53369A; background-repeat: no-repeat; background-position: left top; background-size: contain; font-size: medium; color: #FFFF00; margin: 0px; padding: 3px; padding-left: 1.7em; font-size: 1.2em; }
#MenuDiv ul { list-style-image: url('images/bullet1.png'); margin-left: 0; margin-top: 10px; margin-bottom: 0; }
#MenuDiv ul li { margin-bottom: 0.4em; }
h1 { font-size: 2.5em; padding: 0; margin: 0; }
#ContentDiv h2 { font-size: 2em; margin-top: 0.1em; padding-top: 0; margin-bottom: 0; padding: 0; line-height: 1; }
.footnote { font-size: 0.8em; }
table.schedule { text-align: left; vertical-align: top; }
table.schedule td, tr, th { vertical-align: top; }
table.schedule td, th { margin: 0; padding-right: 1em; padding-bottom: 0.7em; padding-left: 0; padding-top: 0; }
table.schedule tr { border-bottom: 1px solid #666; border-top: 1px solid #666; }
#ContentDiv ul { list-style-image: url('images/bullet1.png'); margin-left: 0; margin-top: 10px; margin-bottom: 0; }
#ContentDiv ul li { margin-bottom: 0.4em; }
h3 { font-size: 1.5em; margin: 0; padding: 0; margin-top: 1.5em; }
.firstchar { float: left; font-size: 5em; line-height: 0.8em; padding-top: 0; padding-right: 10px; padding-left: 0; font-family: 'castletult', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Calibri, sans-serif; color: #53369A; font-weight: 700; -webkit-text-fill-color: #53369A; 
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: yellow; }
#MenuDiv ul li.twitterlink { list-style-image: url('images/bullet-tw.png'); }
#MenuDiv ul li.facebooklink { list-style-image: url('images/bullet-fb.png'); }
a.facebookinline:before {
    content: "";
    display: inline-block;
    background: url('images/bullet-fb.png') no-repeat;
    width: 21px;
    height: 16px;
    margin: 0;
}
a.twitterinline:before {
    content: "";
    display: inline-block;
    background: url('images/bullet-tw.png') no-repeat;
    width: 24px;
    height: 16px;
    margin: 0;
}
li h3 { margin: 0; margin-left: -5px; padding: 0; padding-left: 4px; font-size: 1.2em; background-color: yellow; }
.highlight { margin-left: -4px; padding: 0; padding-left: 4px; padding-right: 4px; background-color: yellow; }