@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
    margin: auto;
	overflow: auto;
	width: 1100px;
    background-color: #F9F8DF;
}
header {
	text-align: center;
	height: 200px;
	background-color: #999;
	color: #fff;
	border-bottom: 5px solid #FD5;
	border-top: 5px solid #FD5;
	margin-bottom: 10px;
	 background-image: -webkit-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	 background-image: -moz-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	 background-image: url(images/fern.png) , url(images/stripe.png) , linear-gradient(180deg,rgba(0,153,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	background-repeat: no-repeat , repeat-x;
	background-position: 45% center, 0 0;
	background-size: auto 75%, auto auto, auto;
	margin-top: 2.6em;
}
header h2 {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-shadow: 0px 0px 12.48px rgba(0, 0, 0, 0.5);
	color: #183B51;
	line-height: 0.8em;
	font-family: Impact;
	font-size: 66px;
	font-weight: 400;
}

header p {
	margin: 0;
	line-height: 5em;
	font-family: LucidaGrande;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 3px 4px rgba(0, 0, 1, 0.38);
	letter-spacing: .5em;
}
nav {
	background-color: #CCC;
	text-align: center;
	background-image: -webkit-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	-webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 1100px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav ul li {
	margin: 0;
	display: inline-block;
}
nav ul li a:link  , nav ul li a:visited{
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	display: block;
	text-decoration: none;
	border-left: 1px solid #29C;
	border-right: 1px solid #066;
	border-bottom: 1px solid #066;
	border-top: 1px solid #29C;
	color: #ffffcc;
	font-family: 'Source Sans Pro';
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
nav ul li a:hover {
	background-color: #CCC;
	background-image: -webkit-linear-gradient(270deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
	-webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	color: #FFF;
}
.logowhite {
	color: #FFF;
}
main {
	overflow: auto;
}
main aside {
	padding: 10px;
	width: 20%;
	border-bottom: 3px solid #069;
	border-top: 5px solid #069;
	min-height: 150px;
	font-size: 90%;
}
 
main aside h2 {	font-size: 120%;}
main > section {
	width: 58%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0 1%;
	box-sizing: border-box;
}
main section h1 {
	margin: 0 0 5px 0;
	font-size: 42px;
	font-family: BreeSerif;
	color: #08496E;
	font-weight: 700;
	line-height: 22px;
}
main section article h2 {
    font-size: 28px;
    font-family: 'Source Sans Pro';
    color: #98D0F0;
    font-weight: 700;
    line-height: 22px;
    margin-top: 15px;	
    
}
main section article p {
	font-family: 'Source Sans Pro';
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.sidebar1 {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #E1F1F9;
   }
.sidebar1 blockquote {
	padding: 0;
	margin: 0 0 20px 0;
}
.sidebar1 blockquote p {
	padding: 0 .5em;
	margin: 0 0 5px 0;
	text-indent: -0.4em;   
}
.sidebar1 blockquote cite {
	display: block;
	font-size: 90%;
	text-align: right;
	font-style: italic;
}
.sidebar1 p {
	margin: 0 0 .5em 0;
	font-family: 'Source Sans Pro';
	color: #000000;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.sidebar2 {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #E1F1F9;
}
.sidebar2 figure {
	margin: 0 0 10px 0;
}
.sidebar2 figure img {
	margin: 0 auto;
	display: block;
}
.sidebar2 figure figcaption {
	margin: 5px 10px 15px 10px;
	font-size: 90%;
}
.sidebar2 p {
	margin: 0 0 .5em 0;
	font-family: 'Source Sans Pro';
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
footer {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    clear: both;
    margin: 10px 0;
    font-size: 90%;
    border-top: solid 3px #666;
    background-image: -webkit-linear-gradient(270deg,rgba(13,102,153,1.00) 0%,rgba(9,124,162,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(13,102,153,1.00) 0%,rgba(9,124,162,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(13,102,153,1.00) 0%,rgba(9,124,162,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(13,102,153,1.00) 0%,rgba(9,124,162,1.00) 100%);
}
footer p {
	margin: 0 0 5px 0;
	color: #FFC;
}
.profile {
	margin: 0 25px 15px 25px;
	padding-left: 10px;
	border-left: solid 2px #BDA;
	border-bottom: solid 10px #BDA;
}
 
section table {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	margin-bottom: 2em;
	font-size: 90%;
	border-style: solid;
    border-color: #090;
	width: 100%;
	border-collapse: collapse;
    background-color: #F6F7D8;
 }
section td, section th {
	padding: 4px;
	text-align: left;
	border-top: solid 1px #090;
    background-color: #F6F7D8;
  }

section th {
	color: #262AE9;
	text-align: center;
	border-bottom: solid 1px #262AE9;
	background-color: #F6F7D8 ;
}
section .date {
	width: 6em;
}
section .class {
	width: 10em;
}
section .event {
}
section .description {
}
section .location {
}
section .cost {
	width: 4em;
	text-align: center;
}
section .length {
	width: 4em;
	text-align: center;
}
section .day {
	width: 4em;
	text-align: center;
}
table caption {
	margin-top: 20px;
	padding-bottom: 10px;
	color: #090;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
.flt-rgt {
	float: right;
	margin-left: 10px;
}
.flt-lft {
	float: left;
	margin-right: 10px;
}
header h2 a:link, header h2 a:visited {
	color: inherit;
	text-decoration: none;
}
.ctr {
	text-align: center;
	margin-top: 2em;
}
table h3  {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 130%;
	font-family: "Arial Narrow", Verdana, "Trebuchet MS", sans-serif;
}
table h3 a:link  , table h3 a:visited{
	color: #090;
}
.ui-state-default  ,.ui-widget-content .ui-state-default  ,.ui-widget-header .ui-state-default{
	border-left: 1px solid #FFC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-image: -webkit-linear-gradient(90deg,rgba(3,75,9,1.00) 0%,rgba(3,185,36,1.00) 100%);
	background-color: #CCC;
	font-weight: bold;
	color: #1c94c4;
	background-image: linear-gradient(0deg, #034b09 0%, #03b924 100%);
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #FFC;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #0C0;
	background-image: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: #090;
	-webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	background-repeat: repeat-x;
	background-position: 50% 50% ;
	background-image: none;
}
.ui-widget-content {
	background-image: none;
	background-color: #FFC;
}
.dropdown {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0D9BD3;
    color: #F4F4D4;
}
a:link {
  color: #070707;
  text-decoration: underline;
}
a:visited {
  color: #021C2D;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:yellow;
  background-color: #0B719D;
  text-decoration: underline;
}
a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}
caption {
		color: #0D0000;
}

.slideh3   {
    color:#183B51;
     }
* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 3px;
}


#rtop {
}
#rmid {
}
#rbot {
}
#TamalePie {
}
#cornbreadTopping {
}
#RedBeansRice {
}
#tamalepie {
}
#cornbreadtopping {
}
#chilicheese {
}
#baconcheese {
}
#eggbusiness {
}
#healthyveggie {
}
#eggwhite {
}
#huevos {
}
#breakfasttacos {
}
#stickybun {
}
#breakfasttacos {
}
#farrorisotto {
}
#mushroomrisotto {
}
#quinoatabbouleh {
}
#gazpachoquinoa {
}
#Quinoawithspinach {
}
#quinoatabbouleh {
}
#gazpachoquinoa {
}
#Quinoawithspinach {
}
#biscuitbake {
}
#stuffedchilies {
}
#cheesestraws {
}
#bakedbrie {
}
#crunchychickpeas {
}
#stuffedchilis {
}
.honeynut {
}
#honeynut {
}
#grinding {
}
#frapp {
}
#bananacrunch {
}
#herbroll {
}
#multibread {
}
#whitebread1 {
}
#frenchbread {
}
#wheatbread {
}
#garlicdip {
}
.salsa {
}
#salsa {
}
#lobsterchowder {
}
#garlicshrimp {
}
#gyro {
}
.maccheese {
}
#mac_cheese {
}
#mac {
}
#lemonchicken {
}
#picantechicken {
}
#maplechicken {
}
#pecanchicken {
}
#parmesanchicken {
}
#cheesychicken {
}
#friedchicken {
}
.chiliconcarne {
}
#texaschili {
}
.whitechickenchili {
}
#whitechickenchili {
}
#beefoyster {
}
#searedbeef {
}
.coffeepuddingcake {
}
#coffeepuddingcake {
}
#applecoffeecake {
}
.snickerdoodles {
}
#snickerdoodles {
}
#oatmealnutcookie {
}
.peanutbuttercookie {
}
#peanutbuttercookie {
}
#lentilsoup {
}
#sunrisecocktail {
}
#lobsterfondue {
}
#sunrisecocktail1 {
}
#macaronicheese {
}
#skilletlasagna {
}
.tuscanstew {
}
#tuscanstew {
}
#tunacasserole {
}
#turkeycasserole {
}
#lemoncaperchicken {
}
#layerpiedelight7 {
}
#sevenlayerbar {
}
#15minfudge {
}
#deviledeggs {
}
#baconfrittata {
}
#eggsalad {
}
#orangeroughy {
}
#spicyorangeroughy {
}
#crabimperial {
}
#blackenedsalmon {
}
#shrimpburrito {
}
#blackenedcatfish {
}
#marylandcrabcakes {
}
#fiestafishtaco {
}
#cucumbersaucefish {
}
#lemonricefish {
}
#bakedcod {
}
#peas {
}
#guacamole {
}
#filetmignon {
}
#scallopslemondill {
}
#blackenedcatfish2 {
}
#lobstercrabfondue {
}
#chocolatefondue {
}
#carmelrumfondue {
}
#gazpacho {
}
#mayonnaise {
}
#softpretzel {
}
#kugelis {
}
#potatopancakes {
}
#dropbiscuits {
}
#garlictoast {
}
#lemongarlicbutter {
}
#garlicsoup {
}
#quinoatab {
}
#quinoaspinach {
}
#gazpachoquinoa2 {
}
#grilledsalmon {
}
#grilledchickentarragon {
}
#roastedpeppers {
}
#grillroastedpeppers {
}
#salmonburgers {
}
#cucumbersalad {
}
#cornchowder {
}
#chickecurry {
}
#holidayeggnog {
}
#holidayscallopedpotatoes {
}
#italianrumballs {
}
#strawberryjam {
}
#swedishmeatballs {
}
#gyroandtzatziki {
}
#tzatzikisauce {
}
#fishermansoup {
}
#crispyfriedshallot {
}
#goulash {
}
#amatriciana {
}
#linguiniclamsauce {
}
#macaronivodkasauce {
}
.penneveg {
}
#penneveg {
}
#greekpasta {
}
#sausagepenne {
}
#watergatesalad {
}
#cottagejello {
}
#strawberrygelatin {
}
#bananarama {
}
#strawberryshake {
}
#chickenandrice {
}
#mexican_rice {
}
#carnitas {
}
#blackbeanburritos {
}
#eggnog {
}
#hotcocoa {
}
#tahitiantea {
}
#skillet_chicken_lemon_capers {
}
#dinner_greek_salad {
}
#meatloaf {
}
#brussel_sprouts {
}
#chumky_applesauce {
}
#applesauce {
}
#omelet {
}
#thai_chicken_curry {
}
#pesto_pizzettas {
}
#gumbo {
}
#portobello_pizza {
}
#fish_taco {
}
#meatloaf_italian_cheese_stuffed {
}
#goulash_meat {
}
#tenderloin {
}
#quesadilla {
}
#chorizo_nachos {
}
#chorizo {
}
#burritos_blackbean {
}
#fish_lemon_rice {
}
#fish_cucumber {
}
#twice_baked_potato {
}
#smore_pies {
}
#egg_pie {
}
#noodles_butter {
}
#chicken_dumplings {
}
#noodles_poppy_seeds {
}
#bolivian_stew {
}
#crawfish_etouffee {
}
#bacon_gruyere_quiche {
}
#broke_bean {
}
#asparagus_grilled {
}
#salmon_grilled {
}
#chicken_chipolte {
}
#pasta_caprese {
}
#pasta_primavera {
}
#pasta_e_fagioli {
}
#spaghetti_casserole {
}
#shepherd_pie {
}
#apple_pie {
}
#coconut_cream_pie {
}
#pepperoni_pizza {
}
#pizza_sausage {
}
#pizza_portobello {
}
#potato_gnocchi {
}
#potato_galette {
}
#turkey_tetrazzini {
}
#turkey_casserole {
}
#chicken_piccata {
}
#pressure_cooker_risotto {
}
#pressure_cooker_ziti {
}
#pressure_cooker_chicken_rice {
}
#enchiladas {
}
#mini_quiche {
}
#ham_quiche {
}
#crabmeat_quiche {
}
#fruit_split {
}
#dumplings {
}
#tomato_sauce {
}
#filet_mignon {
}
#roasted_garlic {
}
#roast_chicken {
}
#cobb_salad_vinaigrette {
}
#salad_vinaigrette {
}
#salsa_vinaigrette {
}
#24hour_salad {
}
#cobb_salad {
}
#balsamic_salad {
}
#grilled_chicken_salad {
}
#waldorf_salad {
}
#greek_salad {
}
#apple_parsley_dressing {
}
#tartar_sauce {
}
#gravy {
}
#parmesan_sauce {
}
.thyme_sauce {
}
#thyme_sauce {
}
#parmesan_cauliflower {
}
#peas_coconut_milk {
}
#broiled_salmon {
}
#applesauce_simple {
}
#muchrooms_roasted {
}
#pot_pie {
}
#mushrooms_roasted {
}
#baked_beans {
}
#chili_slow_cooker {
}
#short_ribs_slow_cooker {
}
#smoothie_fruit {
}
#smoothie_berry {
}
#smoothie_melon {
}
#souffle_black_olive {
}
#soufflet_salmon {
}
#souffle_spinach {
}
#salmon_souffle {
}
#french_onion_soup {
}
#carrot_soup {
}
#black_bean_soup {
}
#spicy_seafood_chowder {
}
#smoky_pea_soup {
}
#fisherman_stew {
}
#broccoli_caraway {
}
#jambalaya {
}
#fish_stew {
}
#beef_stew {
}
#ciambotta_stew {
}
#chevy_salsa {
}
#chili_salsa {
}
#outback_dressing {
}
#fiesta_fish_taco {
}
#fish_taco2 {
}
#beef_taco {
}
#chili_thai_basil {
}
#shrimp_thai {
}
#thai_peanut_salad_dressing {
}
#thai_crab_cakes {
}
#bagel_melt {
}
#baked_parmesan_eggs {
}
#pizza {
}
#tomato_shrimp {
}
#tomato_tempura {
}
#provencale_tomatoe {
}
#provencale_tomato {
}
#tomato_prov {
}
#iced_vanilla_parfait {
}
#strawberry_puffs {
}
#cream_patissiere {
}
#slow_cooker_chili {
}
#broccoli_cashews {
}
#fettuccine_garlic {
}
#potato_casserole {
}
#sweetpotato_casserole {
}
#sweet_potato_casserole {
}
#scalloped_potatoes {
}
#sweet_potatoes {
}
#marinated_cucumbers {
}
#baked_beans2 {
}
#parmesan_roasted_cauliflower {
}
#brussels_sprouts_hazelnuts {
}
#thyme_squash {
}
#black_bean_quesadillas {
}
#sweet_potato_noskin {
}
#bacon_wrapped_greenbean {
}
#garlic_beans {
}
#southern_sweet_potato {
}
#rosemary_root_veggies {
}
#mushroom_garlic {
}
#chicken_enchiladas {
}
#potatopancake {
}
