/* ---------------------------------------------------------------------------
LANDSCAPED orientation on MEDIUM device styles between 31.3125em or 501 - 800px
-----------------------------------------------------------------------------*/
/*--- HEADER ---*/
.header  /* THIS DIV HOLDS THE first thing on each page; */
{
	margin: 10px auto 13px auto;
	background-color: #fff;
	padding: 0px;
}
.header2 /* THIS DIV HOLDS THE first thing on each page; */
{
	display:none;
}
.header-container  /* This holds the centered, header container inside the 100% width header but at the same width as the nav, content, footer */
{
	max-width: 70em;
	margin: 0 auto;
	height: auto;
	padding-right:1em;
	padding-left:1em;
}

.header-container ul {
	float: right;
	margin: 0px 10px 8px auto;
	padding-left: 4px;
	background-color: #d2dcef;
	list-style-type: square;
	list-style-position: inside;
    max-width: 100%;
    max-height: 100%;
	border: 1px solid black;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.header li {
	display:list-item;
	float: none;
	padding: 6px 4px 4px 4px; /* gives spaces around links in nav when in large screen mode */
	margin: 0 auto;
	font-size: .8em;
}

.header ul img {
    display:none;
}

.header a {
	color: #000;
	text-decoration: underline;
}
	
.header a:hover { color:#00F; text-decoration: underline; }  /*from nav on this new site to edit for header */

.fbheader  {
	clear: both;
	float: right;
	position: relative;
	margin: 0 auto;
}

/*--- LAYOUT CSS---*/
.themiddle  /* THIS DIV HOLDS THE CONTENT OF THE PAGE between the navigation and the footer; */
{
	background-color: #e3e5e9;
	padding-bottom: 1em;

}

/* Use this only if main content div "unique meat" of the webpage is WITHOUT A SIDEBAR
.bigcontentwrapperONLY
{
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
}
 */

.bigcontentwrapper  /* This is main content div "unique meat" of the webpage and THAT INCLUDES PRIORITYCONTENT AND THE SIDEBAR. Elements inside here will be 2 columns equal height*/
{
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	height: auto;
	background: #d2dcef url("../images/2colbkgd.jpg") repeat-y center top;
	background-size: contain;
	
}

.prioritycontentCOL1   /* This is bigger column with the priority info inside of the bigcontentwrapper on inside pages*/
{
	background-color: #fff;
	float: left;
	width: 74.5%;
	margin-right: .5%;
}

	  
.sidebarCOL2  /* This is smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	background-color: #d2dcef;
	float: left;
	width: 25%;
}
	
.paddedwrap
{ padding: 1em;
}  /* --- For anything you want to have a small padding around--*/

/* --END LAYOUT CSS---*/
.sidebarCOL2 a /* This is links for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	color: #000;
	text-decoration: none;
	font-size: .9em;
}

.sidebarCOL2 a:hover /* This is hover links for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	color:#999;
	text-decoration: underline;
}

.sidebarCOL2 h3 /* This is h3 for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	text-decoration: underline dotted;
	font-weight: bold;
}

.sidebarCOL2 ul 
{
	height:auto;
	list-style-type:none;
}
.sidebarCOL2 ul li
{
    text-indent: -.8em;
    padding-left: .8em;
}

.img-regular-display {
 	float: left;
	margin-right: 2em;
	border: 1px solid black;	
	max-width: 100%;
	height: auto;
}

.img-responsive { max-width: 100%; }

.clear { clear: both; }

.article { background-color: #fff; padding: 10px 10px 10px 10px; }

.article h1 {
	font-size: 1.8em;
	font-weight: 700;
	line-height: .85em;
}



.promo_container { padding: 0px; margin: 0; }

.promo_container .promo  {
	width: auto; /* now takes full width available by parent instead off the 33% on larger screens */
	float: none;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0px;
	background-color: white;
	height: auto;
	overflow: auto;
}
.promo img  { max-width:80px; float:left; padding:0px; margin-right: 5px;}
.promo_container .promo .content { 
	padding: 10px 10px 5px 10px; } /* takes into account the small image on the left and flushing text to the image now.*/
	
.small_promo_box {
	padding: 0;
	float: left;
	width: auto;
	background-color: white;
}

.small_promo_box img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.small_promo_box ul {
	padding: .8em;
	list-style-type:none;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.small_promo_box li {
	display: inline-block;
	float: left;
	margin: .5em;
	background-color: white;
	border: 1px solid #174b97;
	font-size: .8em;
	padding: .4em;
}

.big_promo {
	padding: .5em;
	margin: .8em auto;
	width: 90%;
	overflow: auto;
	background-color: white;
	border: 1px solid #174b97;
	display: block;
}

.big_promo_p, .big_promo_h4{
	float: left;
	margin: .4em;
}

.big_promo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
}

.big_promo ul {
	padding: .6em;
	list-style-type: square;
	margin: 0 auto;
	height: auto;
	text-align: left;
}

.big_promo li {
	float: left;
	margin: .3em 1em;
	background-color: white;
	font-size: 1em;
	padding: .4em;
}

.twoCOLlist_right, .twoCOLlist_left {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.twoCOLlist_right { float: none; }
.twoCOLlist_left { float: none; }

.twoCOLlist_right ul, .twoCOLlist_left ul {
	padding: .3em;
	margin: 0 auto;
	height: auto;
	text-align: left;
}

.twoCOLlist_right li, .twoCOLlist_left li {
	display: block;
	margin: .7em .4em;
	padding: .1em;
	font-size: .8em;
}

:target {
	position: relative;
    border-left: 4px double #009eff;
	margin: .2em .2em .2em .5em;
	padding: .2em .2em;
	display: inline-block;
}

/*--- NAVIGATION ---*/
.nav-bar  /* THIS DIV HOLDS THE CONTENT OF THE NAVIGATION between the header and .themiddle section; */
{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-image:url(../images/navbkgd.jpg);	
	background-repeat: repeat;
}

.nav-container  /* This holds the centered, nav listing inside the 100% width nav-bar but at the same width as the .bigcontentwrapper */
{
	max-width: 70em;
	margin: 0 auto;
	height: auto;
}

.nav-container ul {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}

.nav li {
	display: inline-block;
	padding-top: 1em; /* gives spaces around links in nav when in large screen mode */
	padding-right: 1.5em; /* gives spaces around links in nav when in large screen mode */
	padding-bottom: 1em; /* gives spaces around links in nav when in large screen mode */
    padding-left: 1.5em;
	font-size: .7em;
}

.nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
	
.nav a:hover { color:#d2dcef; text-decoration: underline; }

#nav-extra { /* This is a submenu and Facebook link that displays on the top for bigger displays and beneath nav on small screens as .header-extra */
	display: none;
}

/*--- FOOTER ---*/
.footer  {  /* THIS DIV HOLDS THE CONTENT OF THE FOOTER at the very end of the page after .themiddle section; */ 
	font-size: .75em; color: #9ba0bd; height: auto; background-image:url(../images/navbkgd.jpg); background-image: repeat; width: 100%; margin: 0; padding: 0;
}

.footer a { color: #FFFFFF; text-decoration: none; }

.footer a:hover { color: #9ba0bd; }

.footer ul { height:auto; list-style-type:none; margin:0; padding:0;}

.footer ul li {
	 padding-bottom: .8em;
}

.footer hr {
    width: 100%;
    font-size: 1px;
    color: #FFF;
    line-height: 1px;
    margin-top: 1px;
    margin-bottom: 10px;
}

.footerwrap { 
	max-width: 95%;
	padding: .8em;
	margin: 0px auto 0px auto;  /* top, right, bottom, left (clockwise) */
	height: auto;
	text-align:center;
}

.footer .col {
	width: calc(33.333% - 14px); 
	float: left;
	border: 0px;
	margin: 2px;
	padding: 0px;
}