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

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

/* ~~ 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.4em;
	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:1300px;
	background: #FFF;
	/*border-width:1%; 
	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;
	
	}


/*Flexbox menu*/
.topflexmenu {  
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/
   display:none;
	visibility:hidden !important;
}
/* end Flexbox menu */


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

#tcmenu {
	display:none;
	visibility:hidden !important;
} 

/*.topbar {
	display:block;
	margin:auto;
	float: left;
	width:100%;
	background:#535353;
	position:relative;
	/*background-image: url(images/tilegrey.gif);
	border-image-repeat:repeat; 
	padding-bottom: 10px;
}  */

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

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

ul.paragraph {
	margin-left:3%;
	list-style-position:outside;
}

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

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

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

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:#55A4BB;
}
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;
}

	
.blocktopabout{
	margin-top:1px;
	max-width:100%;
	padding: 15px;
	background-color:#55A4BB;
}

/*.contentblockheadopinion a:link {
	color: #FFF;
	text-decoration: none;
}
.contentblockheadopinion a:visited {
	color: #FFF;
	text-decoration: none;
	font-size:125%;
	text-align:center;
}

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

/*.subcontainer {
	width: 1004px;
	background: #238754;
	margin: 0 auto; 
}	
*/	


/*Flexbox menu sidebar*/
/*.siflex {  
	float:left;*/
 /* border: 5px solid rgb(111,41,97);
  border-radius: .5em;*/
  /*  background-color: #535353;
	width: 180px;
  	padding: 10px;
  	display: flex;
  	flex-direction: column;
  	/*flex-flow: row wrap;*/
  /*	justify-content: center;
}*/

/*.smallitem {
	text-align:center;
  width: 22%;/*180px;*/
 /* height: 100px;*/
 /* padding: 10px 0 5px 0;
  color:#FFF;  
  background-color: #535353;
  border-bottom: 1px solid #FFF;
  /*border: 1px solid #000;*/
/*}

.smallitem a, smallitem a:visited { 
	text-decoration: none;
	color:#FFF;
	background: #535353;
}


.smallitem a:hover{
	text-decoration:none;
	color:#CCC;
}*/

/* end Flexbox menu sidebar */
	
.sidebarleft {
	float: left;
	width: 22%; /*240px;*/
	background: #FFF;
	padding-bottom: 10px;
	margin-right:1%;

} 

.sidebarheader {text-align:center;
	padding-top:10px;
	padding-bottom:15px;
}

/* ~~ 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 {
	text-decoration: none;
	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. */
	width: 233px%; /*220px;*/  /*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;
		text-decoration: none;
}



.content {
	float:left;
	width:77%;
	/*margin-bottom: 10px;*/
	padding: 0 0 0 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;
/*	font-size:x-small; */
/*	float:left;		*/
	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%;
}


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

.rcap {text-align:center;
font-size:16px;
}

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



/*.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;
	max-width:100%; /*814px;*/
	/*font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#535353;
	color:#FFF;
	display:block;
	margin:auto;

}*/

.contentblockhead {
	background-color:#55A4BB;
	font-size:200%;
	color:#FFF;
	/*font-weight:bold;*/
	text-align:center;
	min-height:45px;
	max-width=100%;
	/*width:814px;*/
	padding-top:11px;
	padding-bottom:4px;
	display:block;
	margin:auto;
}

.contentblockheadmedia {
	background-color:#55A4BB;
	font-size:100%;
	color:#000;
	max-width:100%;
	padding-top:3px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:10px;
	border-bottom: solid thin #FFF;
	margin:auto;
}

.contentblockheadopinion{
	margin-top:1px;
	max-width:100%;
	padding: 15px;
	background-color:#AAAC34;/*#C8C8C8;*/
}	
		
	
.contentblockheadmedia a:link {color:#55A4BB;}
.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;*/
	max-width:100%;
	padding-top:3px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	/*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;*/
	display:block;
	margin:auto;
	
}

.contentblocktop {
	font-size:120%;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:2%;
	padding-left:2%;
	background-color:#AAAC34;/*#C8C8C8;*/
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF; 
	
}

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

.contentblockitemlast {
	/*height:auto;*/
	/*border-bottom: solid thin #FFF;*/
	overflow:auto;
	/*padding-bottom:10px;*/
	padding-top:20px;
	padding-right:2%;
	padding-left:2%;
}


.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%;
}


.contentblockitempt {
	overflow:auto;
	border-bottom: solid thin #55A4BB;
	padding-bottom:15px;
	padding-top:15px;
	padding-left: 2%;
	padding-right:2%;
}

.contentblockitemabout {
	/*max-width:100%;*/
	overflow:auto;
	border-bottom: solid thin #55A4BB; 
	padding-bottom:10px;
	padding-top:20px;
	padding-left:3%;

}

.contentitemopinion {
	max-width:100%;
	min-height:300px;
	border-bottom: solid thin #55A4BB;
	padding-bottom:10px;
	padding-top:20px;
	padding-right:2%;
	padding-left:3%;
} 
.contentitemopinion {
	max-width:100%;
	border-bottom: solid thin #55A4BB;
	padding-bottom:10px;
	padding-top:20px;
	/*padding-right:3%;*/
	padding-left:3%;
	 
}
/*.contentblockheadmedia {
	background-color:#c8c8c8;
	font-size:100%;
	color:#000;
	width:100%;
	padding-top:3px;
	padding-bottom:10px;
	border-bottom: solid thin #FFF;
	margin:auto;
}


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



.contentblockitemsubs {
	min-height:100px;
	border-bottom: solid thin #55A4BB;
	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;


}  */



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

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

.campitem {
	width:375px;
	min-height:290px;
	font-size:medium;
	padding:15px;

}

.camppic{
	max-width:100%;
}

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

.campcaption2{
	text-align:center;
}


.backtop{
	position:fixed;
	right:10%;
	bottom:0;
}

.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:15px;

}

.inlinepicright{
	float:right;
	margin-bottom:10px;
	padding-left:3%;
	padding-right:0;
}

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

.rcap {text-align:center;
font-size:16px;
}

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

.sidebar2 {
	width:100%;
	background: #FFF;
	padding: 15px 0;
}

.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 */

ul.nav2 {
	list-style: none;
	line-height:1.2em;
	text-align:left;
	border-top: 1px solid #FFF; 	margin-bottom: 15px;

}
 

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

ul.nav2 a, ul.nav2 a:visited { 
	height:115px; /* changed from 60 */
	padding: 15px 15px 15px 20px;
	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%;  /*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;
}

.logonavbottom {
	display:none;
	visibility:hidden !important;
}

.sidebar2b {display:none;
	visibility:hidden !important;
}

.sidebar3 {
	display:none;
	visibility:hidden !important;
}

.smbottom {
    display:none;
	visibility:hidden !important;
}

.botnav {
	background-color:#55A4BB;
	text-align:center;
	display:none;
	visibility:hidden !important; 
	
}

.footer{
	max-width:100%; 
	display:block;
	margin:auto;
	clear:both;
	background:#aaac34;
	font-size:0.9em;
	padding-top:15px;
	padding-left:20%;
	padding-right:20%;
}

#datestamp {
	background:#aaac34;
	/*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;
}
