@charset "utf-8";
/* CSS Document */



body {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF; /*#535353; */
	margin: 0;
	padding: 15px 0 15px 0;
	color: #000;
	text-align:left;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	line-height:1.3em;
	list-style:inside;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	line-height:1.3em;
	padding-right: 2%;
	padding-left: 2%; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-size:130%;
	text-align:left;
		}
	
	
h2 {font-size:120%;
text-align:left;
padding-top:7px;

}

h3 {
	color:#666;}
	
.la {text-align:left;
}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}



/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	max-width:60em;
	background: #FFF;
	border-width:2%; border-color:#FFF; 	border-style:solid;
	display:block;
	margin: 0 auto; 
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	background: #FFF;

}

.headerpic {
	max-width:100%;
	display:block;
	padding:0 0 0 0;
	margin:auto;
	
	}
	
ul.paragraph {
	margin-left:3%;
	list-style-position:outside !important;
}	

ol.paragraph {
	margin-left:2em%;
	list-style-position:outside !important;
}

ul.paragraph li{
	padding-bottom:8px;
}

ol.paragraph li{
	padding-bottom:8px;
}

/*Flexbox menu*/
.topflexmenu {  
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/ 
  margin-top:3px;
  margin-bottom:2px;
  background-color: #55a4bb;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
} 

.navitem {
	text-align:center;
	font-size:110%;
  	width: 80px;
	 /* height: 100px;*/
  	padding: 10px;
  	color:#000;  
  	background-color:  #55a4bb;
  /*border: 1px solid #000;*/
}

.navitem a, navitem a:visited { 
	text-decoration: none;
	width:80px;
	color:#000;
	background: #55a4bb;
}


.navitem a:hover{
	text-decoration:none;
	color: #333;
}

/* end Flexbox menu */	
	
	
#logomenu {
		display:none;
	visibility:hidden !important;
}

/*.topbar {
	display:block;
	margin:auto;
	/*float: left;*/
	/*height:30px;
	max-width:100%;
	background:#535353;
	padding-bottom: 10px;
}

.topnav {
	font-size:1em;
	height:25px;
	padding-top: 12px;
	padding-bottom:0px;
	text-align:center;
	background-color: #FFF;
	}

#tcmenu {
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:15px;
	float:left;
	width:100%;
	background:#535353;
	overflow:hidden;
	position:relative;
}
 
#tcmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
} 

#tcmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#tcmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px 5px;  
   background:#535353;
   color:#FFF;
   text-decoration:none;
   line-height:1.3em;
}

#tcmenu ul li a:hover {
	background:#C8C8C8;
   	color:#000;
}

/*#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}*/ */
 



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */*/

/*ul.hornav {
	list-style: none;
	display:block;
	margin:auto;
 	border-top: 1px solid #FFF; 
	margin-bottom: 15px;
}

ul.hornav li {
	float:left;
	border-bottom: 1px solid #FFF;
}

ul.hornav a, ul.hornav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */

	/*height:25px;
	padding: 10px 5px 5px 5px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	/*width: 117px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	/*text-decoration: none;
	text-align:center;
	color:#FFF;
	background:#535353;
}
ul.hornav a:hover, ul.hornav a:active, ul.hornav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	/*background: #AAAC34;
	color: #FFF;
} */

<!--prev blocktopabout-->
.blocktopabout{
	/*padding-top:25px;*/
	padding-top:2%;
	padding-bottom:8px;
	background-color:#C8C8C8;
}


/*.subcontainer {
	width: 1004px;
	background: #238754;
	margin: 0 auto; 
}	
*/	
	
.sidebarleft {
	display:none;
	visibility:hidden !important;
	/*float: left;
	width: 200px;
	background: #FFF;
	padding-bottom: 10px;*/
}

.sidebarheader {text-align:center;
	padding: 10px 0px 10px 0px;
	background-color: #FFF;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

ul.nav {
	list-style: none;
 	border-top: 1px solid #FFF; 
	margin-bottom: 15px;

}



ul.nav li {
	border-bottom: 1px solid #FFF;
}




ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	height:25px;
	padding: 10px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	max-width: 100%; /*180px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color:#FFF;
	background: #55A4BB;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #AAAC34;
	color: #FFF;
}



.content {
	/*width:814px;*/
	/*float: left;
	margin-left: 10px;*/
	max-width: 100%;
	/*padding-left:3%;
	padding-right:3%;
	margin-bottom: 2px;*/
	padding: 0;
	background-color:#fff;
}



/*Flexbox menu*/
.pubrow {  
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/
  padding-top:20px;
  margin-top:3px;
  margin-bottom:3px;
  background-color:#fff;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
}


/*.pubrow {
	clear:both;
	max-width:770px;
	/*height:320px;*/
	/*display:block;
	margin:auto;
} */
		
.pubitem {
	width:250px;
	height:460px;
	padding-top:10px;
	overflow:auto;
}

.pubpic  {
	padding-bottom:10px;
	display:block;
	margin:auto;
}

.nlitem {
	width:210px;
	height:360px;
	padding-top:10px;
/*	font-size:x-small; */
/*	float:left;		*/
	overflow:auto;
}

.captionnl {
	text-align:center;
	font-size:100%;
}

/*.fpcontent {
	padding: 0;
	background-color:#fff;
	width: 924px;
	display:block;
	margin:auto;
	
}  */

/*
.topnav {
	font-size:1em;
	height:25px;
	padding-top: 12px;
	padding-bottom:0px;
	text-align:center;
	background-color: #FFF;
	}
	
.ftopnav {
	font-size:1em;
	height:25px;
	padding-top: 12px;
	padding-bottom:0px;
	text-align:center;
	
	}	
	
*/



.contentheading  {
	height:25px;
	/*width:814px;*/
	max-width:100%;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#55A4BB;
	color:#FFF;
	display:block;
	margin:auto;

}

.contentblockhead {
	max-width:200%;
	background-color:#55A4BB;
	font-size:130%;
	color:#FFF;
	text-align:center;
	min-height:28px;
	border-bottom: solid thin #FFF;
	padding-top:11px;
	padding-bottom:4px;
	display:block;
	margin:auto;
}

.contentblockheadmedia {
	background-color:#55a4bb;
	font-size:100%;
	color:#FFF;
	/*width: 814px;*/
	max-width:100%;
	padding-top:3px;
	padding-bottom:10px;
	margin:auto;
	border-bottom: solid thin #55A4BB;
}

.contentblockheadopinion {
	background-color:#55a4bb;
	font-size:100%;
	color:#FFF;
	/*width: 814px;*/
	max-width:100%;
	padding-top:3px;
	padding-bottom:10px;
	margin:auto;
	border-bottom: solid thin #55A4BB;
}




.contentblockheadmedia a:link {color:#fff;}
.contentblockheadmedia a:hover, ul.nav2 a:active, ul.nav a:focus {
	color: #bbb;}

.contentblockheadnews2 {
	background-color:#55A4BB;
	font-size:small;
	color:#FFF;
	/*text-align:center;
	height:28px;*/
	/*width: 814px;*/
	max-width:100%;
	padding-top:3px;
	padding-bottom:10px;
	/*display:block;*/
	margin:auto;
}

.contentblockheadnews2 a:link {
	color: #FFF;
	text-decoration: none;
}
.contentblockheadnews2 a:visited {
	color: #FFF;
	text-decoration: none;
}

.contentblockheadnews2 a:hover, a:active, a:focus {
	text-decoration: underline;
}

.contentblock {
	background-color:#FFF;/*#C8C8C8;/.
	/*width:814px;
	max-width:100%;
	display:block;
	margin:auto;*/
}

.contentblocktop {
	font-size:120%;
	background-color:#AAAC34;/*#c8c8c8;*/
	border-bottom:solid thin #FFF;
	max-width:100%;
	margin-top:2px;
	padding-bottom:10px;
	padding-top:25px;
	padding-right:2%;
	padding-left:2%;
}

.contentblockitem {
	overflow:auto;
	border-bottom: solid thin #55a4bb;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:2%;
	padding-left:2%;
}


.contentblockitemlast {
	/*height:35px;*/
	padding-bottom:20px;
	padding-top:20px;
	padding-right:3%;
	padding-left:3%;
	border-bottom: solid thin #FFF;
} 


.contentblockitemsr {
	overflow:auto;
	border-bottom: solid thin #55A4BB;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:3%;
	padding-left:3%;
}

.contentblockitemsrlast {
	overflow:auto;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:3%;
	padding-left:3%;
}

.contentblockitemabout {
	max-width:100%;
	min-height:300px;
	overflow:auto;
	border-bottom: solid thin #55a4bb;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:2%;
	padding-left:3%;
} 


.contentitemopinion {max-width:100%;
	/*min-height:300px;*/
	border-bottom: solid thin #55a4bb;
	padding-bottom:10px;
	padding-top:25px;
	padding-right:2%;
	padding-left:3%;
}  

.contentblockitempt {
	min-height:150px;
	border-bottom: solid thin #FFF;
	padding-bottom:15px;
	padding-top:15px;
	padding-left: 2%;
	padding-right:2%;
	border-bottom: solid thin #55A4BB; 
}

/*.contentblockabout {
	border-bottom: solid thin #FFF;
	background:#FFF;
	padding-bottom:10px;
	margin-top:20px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
} */

.contentblockitemsubs {
	min-height:100px;
	border-bottom: solid thin #FFF;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:20px; 
	padding-left:20px;
}

/*.fpcontentheading  {
	height:25px;
	width:920px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#535353;
	color:#FFF;
	display:block;
	margin:auto;

}

.fpcontentblockhead {
	background-color:#535353;
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:28px;
	width: 920px;
	padding-top:11px;
	padding-bottom:4px;
	display:block;
	margin:auto;
}



.fpcontentblock {
	background-color:#C8C8C8;
	width:920px;
	display:block;
	margin:auto;
	
}

.fpcontentblockitem {
	text-align:justify;
	border-bottom: solid thin #FFF;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;


}*/

ul.medialist li{
	padding-bottom:8px;
}

/*.camprow {clear:both;
	width:770px;
	height:290px;
	display:block;
	margin:auto;
}*/

/*Flexbox menu*/
.campaignflex {  
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/
  padding-top:20px;
  margin-top:3px;
  margin-bottom:10px;
  background-color:#c8c8c8;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
}

.campitem {
	padding:15px;
	/*width:385px;
	height:290px;*/
	/*font-size:medium;*/
	/*float:left;*/
}

.camppic{
	max-width:100%;
}

.campcaption{
	text-align:center;
	font-size:120%;
	/*font-weight:bold;*/
	
}

.campcaption2{
	text-align:center;
	
	
}



/*
.backtop{
	clear:both;
	text-align:right;
	font-size:small;
	padding-right:10px;
	padding-bottom:10px;
} */

.navyear {
	background-color:#FFF;
	padding-top:15px;
	
}

.heading  {
	height:35px;
	width:800px;
	padding-top:15px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#55A4BB;
	color:#FFF;
	display:block;
	margin:auto;

}

.contentpic {
	max-width:100%;
	display:block;
	padding:0;
	margin:auto;
	margin-bottom:20px;
	
	}
	
	
	.contentpictop {
	max-width:100%;
	display:block;
	border-top: 1px solid #FFF;
	padding:0;
	margin:auto;
	margin-bottom:20px;
	
	}
	
	
.inlinepic {
	float:left;
	margin-bottom:10px;
	padding-right:2em;
	padding-bottom:10px;	
	max-width:100%;
	/*display:block;
	margin:auto;*/
}

.inlinepicright{
	float:right;
	margin-bottom:10px;	
	padding-left:2em;
	padding-right:0;
	padding-bottom:20px;
	max-width:100%;
}

.caption{
	font-size:85%;
	text-align:center;
	padding-bottom:10px;
	
}


.vid1  {
	Max-width:600px !important;
	height:auto !important;
	display:block;
	margin:auto;}

.rcap {text-align:center;
font-size:16px;
}/*.rcap {text-align:center;
font-size:85%;
}*/

.shline {
	height:2px;
	width:25%;
	background-color:#CCC;
	margin-bottom:5px;
	margin-left:3%;
}



.filler  {
	height:15px
	width:610px;
	background-color:#FFF;
}

/*.sidebar2b {
	background:#C8C8C8;
	margin-top: 20px;
	/*margin-left:-10px;*/
	/*max-width:85%;
	padding: 20px 0 20px;
}*/


.smbottom{
	width:150px;
	display:block;
	margin:auto;
}

/*.fb-like {
	padding-left:70px;}*/

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 30px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

	
ul.contentblockitem {
	margin-left: 5%;
	padding-top:5px;
	border-bottom: none;
	
}

/* ul nav2 code */

.sidebar2b {
	background-color:#c8c8c8;
	list-style:none;
	margin-top: 20px;
	/*margin-left:-10px;*/
	max-width:100%;
	display:block;
	margin:auto;
	padding: 20px 2% 20px 0;
}

ul.nav2 {
	margin-left:3%;  
	max-width:90%;
	background-color:#55A4BB;
	list-style: none;
	line-height:1.2em;
	text-align:left;
	/*border-top: 1px solid #FFF; */			    margin-bottom: 15px;
}


ul.nav2 li {
	text-decoration:none;
	border-bottom: 1px solid #FFF;
	}

ul.nav2 a, ul.nav2 a:visited { 
	/*height:115px;*/ /* changed from 60 */
	padding: 10px 10px 10px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	/*width: 180px;*/ width:100%;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #55A4BB;
	color:#FFF;
}

ul.nav2 a:hover, ul.nav2 a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #AAAC34;
	color: #FFF;
}

.botnav {
	max-width:95%;
	background-color:#55A4BB;
	font-size:1em;
	/*min-height:25px;*/
	padding-top: 0px;
	padding-bottom:0px;
	text-align:center;
	}
	
.backtop{
	position:fixed;
	right:10%;
	bottom:0;
}

/* ~~ The footer styles ~~ */
.footer {clear: both;
	max-width:100%;
	margin-top:-12px;
	padding: 10px 20px 0px 20px;
	font-size:0.9em;
	background: #AAAC34;
	/*position: relative;/* this gives IE6 hasLayout to properly clear */
	
}

#datestamp {
	/*width: 984px;
	display:block;
	margin:auto;*/
	max-width:100%;
	font-size:0.8em;
	text-align:center;
	padding:10px 10px 5px 0px;
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
