/*
 * 	Media Queries & Responsive Grid
 *		Web Solutions Omaha 
*/

/* Basic Grid */

	.graphicImg {
	  	width:720px;
	  	height:480px;
		background-image: url(../graphic.png);
		/*background-size: 100% 100%;*/
	}

	@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

	.container {
		width:100%;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		background-color:transparent; /*white*/
		border:0px;
	}
	.container-slide {
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		background-color:transparent; /*white*/
		border:0px;
	}	
	.row {
		/*margin-left: -2%;*/
		margin-left: 0;
	}
	[class*="span"] {
		display: inline;
		float: left;
		margin-left: 3%;
	}
	.span-one-half {
		width: 47%;
		display:inline;
		border:orange 0px solid;
	}
	.span-one-third {
		width: 22%;
		display:inline;
		float:left;
		border:orange 0px solid;
		margin-left:8px;
	}
	.span-one-third-column {
		width: 36%;
		display:inline;
		float:left;
		border:red 0px solid;
		margin:0px;
	}
	.span-one-third-footer {
		width: 22%;
		display:inline;
		float:left;
		margin:5px 20px 0px 0px;
		padding:20px 12px 20px 20px;
		text-decoration:none;
		border:orange 0px solid;
	}	
	.span-one-third-btn {
		width: 25%;
		display:inline;
		float:left;
		border:orange 0px solid;
	}	
	.span-two-thirds {
		width: 65%;
		display:inline;
		float:left;
		border:orange 0px solid;
		margin-left: 20px;
		padding-right:10px;
	}
	.span-two-thirds-column {
		width: 59%;
		display:inline;
		float:left;
		border:red 0px solid;
		margin-left:0px;
		margin-right:30px;
	}
	.span-two-thirds-desk {
		width: 68%;
		display:inline;
		float:left;
		border:orange 0px solid;
		margin-left: 20px;
	}
	.span-two-thirds-mobile {
		display:none;
	}
	.span-two-thirds-btn {
		width: 68%;
		display:inline;
		float:left;
		border:pink 0px solid;
	}	
	img {
	    max-width:100%;
	    height:auto;
	    border:0px;
	    }
	.navigation-infinity {
	    width:100%;
	    height:auto;
	    margin:0;
	    height:auto;
	    background-color:#524847; /*gray*/
	    border-bottom:#524847 solid 1px; /*gray*/
	    padding-top:0px;
	    z-index:9999;
	    }	
	.navigation-792 {
	    max-width:910px;
	    margin:0px auto;
	    height:49px;
	    text-align:center;
	    font-family:arial;
	    z-index:100;
	    border:0px solid red;
	    }
	.photo-infinity {
	    width:100%;
	    margin-bottom:-4px;
	    height: auto;
	    background-color:transparent;
	    padding-top:0px;
	    }
	.content-infinity {
	    width:100%;
	    margin:0;
	    height:auto;
	    background-color:transparent;
	    padding-top:0px;
	    }	    
	.content-792 {
	    max-width:1200px;
	    margin:auto;
	    height:auto;
	    text-align:left;
	    font-size:70%;
	    color:#000000;
	    font-family:arial;
	    padding-top:10px;
	    }
	h1  {
		font-size:32pt;
		color:#454140;
		text-decoration:none;
		font-family:'Didact Gothic', arial, sans-serif;
		font-weight:normal;
		background:transparent;
		line-height:120%;
		}
	h2  {
		font-size:30px;
		color:#454140;
		text-decoration:none;
		font-family:'Didact Gothic', arial, sans-serif;
		font-weight:normal;
		background:transparent;
		line-height:130%;
		}
	h3  {
		font-size:22px;
		color:#454140;
		text-decoration:none;
		font-family:arial, sans-serif;
		font-weight:normal;
		background:transparent;
		line-height:130%;
		}
	h4  {
		font-size:18px;
		color:#454140;
		text-decoration:none;
		font-family:arial, sans-serif;
		font-weight:bold;
		background:transparent;
		line-height:130%;
		}
	.MsoNormal p  {font-family:arial,helvetica,sans-serif; font-size:13pt; color:#454140; text-decoration:none; font-weight:500; line-height:150%;}
 	p	  {font-family:arial,helvetica,sans-serif; font-size:13pt; color:#454140; text-decoration:none; font-weight:500; line-height:150%;}	
	a.back-to-top {
		display: relative;
		width: 40px;
		height: 40px;
		text-indent: -9999px;
		position: fixed;
		z-index: 999;
		left: 20px;
		bottom: 60px;
		background: transparent url("/images/top.png") no-repeat center 50%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		}
	.footer-infinity {
	    width:100%;
	    margin-top:0px;
	    height:auto;
	    background-color:transparent;
	    padding:0px 0px;
	    }	
	.footer-infinity2 {
	    width:100%;
	    margin:60px auto 0px auto;
	    height:auto;
	    background-color:#eeeeee;
	    padding:5px 7px;
	    border:solid 0px red;
	    }		    
	.footer-container {
	    max-width:1200px;
	    margin:auto;
	    height:auto;
	    background-color:#365F91;
	    padding:35px 20px 20px 40px;
	    }
	.footer-container-2 {
	    max-width:1200px;
	    margin:40px auto;
	    height:auto;
	    border: red 0px solid;
	    }   
	.pagecontent {
	    margin:0px 20px;
	    height:auto;
	    }
	.event-name  {
	    font-size:36px;
	    color:#454140;
	    text-decoration:none;
	    font-family:'Didact Gothic', arial, sans-serif;
	    font-weight:normal;
	    background:transparent;
	    line-height:120%;
	    margin:17px 0px;
	    }    
	.slogan-bar {
	    max-width:1200px;
	    margin:-10px 0px 0px 0px;
	    height:auto;
	    background-color:#365F91;
	    color:#fff;
	    font-family:'Didact Gothic', arial, sans-serif;
	    font-size:34pt;
	    padding:20px 30px;
	    }
	.img1 {
	    display:inline;
	    float:left;
	    width:60%;
	    height:100%;
	    padding-bottom: 100%;
    	    margin-bottom: -100%;
    	    margin-top:-15px;
	    /*background-image:url('/wfData/images/feature-photo-example.jpg');*/
	    /*background-repeat:no-repeat;*/
	    /*background-position:top center;*/
	    border: solid 0px blue;
	    }
	.goal-box {
	    display:inline;
	    float:left;
	    width:40%;
	    height:100%;
	    /* padding-bottom: 100%; */
    	margin-bottom: -100%;
	    border: solid 0px red;
	    }
	.goal-box-container {
	    padding: 0px 30px 30px 40px;
	    /*margin-left:20px;*/
	    width:100%;
	    height:100%;
	    vertical-align:middle;
	    margin:auto 0px auto 20px;
	    border: solid 0px orange;
	    }
	.goal-box-bar {
	    background-color:#cfcfcf;
	    width:90%;
	    height:40px;
	    }
	#goal-box-amt  {
	    font-size:30pt;
	    color:#454140;
	    text-decoration:none;
	    font-family:'Didact Gothic', arial, sans-serif;
	    font-weight:bold;
	    background:transparent;
	    margin:20% 0% 0% 0%;
	    }   
	 #goal-box-text {
	    font-family: arial, sans-serif;
	    font-size: 14pt;
	    color:#454140;
	    line-height:150%;
	    }   
	.phone_lg {
	    margin:auto;
	    height:79px;
	    position:relative;
	    top:20px;
	    font-size:70%;
	    color:#d2ccaa; /*med tan*/
	    }	    
	.phone_sm {
	    display: none;
	}   
	.logo_lg {
	    /*background: url('/images/photo.jpg') no-repeat;*/
	    position:relative;
	    width:200px;
	    height:200px;
	    margin:0px 0px 0px -8px;
	    text-align:right;
	    border: solid red 0px;
	    }
	.logo_lg img {    
	    width:200px;
	    height:200px;
	    }
	.prodserv ul {
  	   float: left;
 	   width: 100%;
 	   padding: 0;
 	   margin: 0;
 	  /* margin: 0 0 2em 0;*/
   	   list-style-type: none;
	   }
	.prodserv li {
 	   float: left;
 	   width: 33.3%;
 	   padding-right: 3px; 	   
  	   margin: 0;
  	   display: inline;
  	   -moz-box-sizing: border-box;
  	   box-sizing: border-box;
	   }
	.prodserv li a {
  	   display: block;
  	   width: 100%;
  	   overflow: hidden;
   	   }
	.prodserv img {
  	   display: block;
  	   max-width: 100%;
  	   max-height: 100%;
  	   margin: auto;
	   }
	.header {
	    /*max-width:1200px;*/
	    padding:10px 0px 0px 0px;
	    background-color:transparent;
	    height:auto;
	    width:100%;
	    margin:auto;
	    border:0px solid red;   
	    }
	.sidebox {
	    background-color:#EFEFEF;
	    border-radius:10px;
	    padding:15px 20px;
	    text-decoration:none;
	    box-shadow:none;
	    }
	#btn-sm {
	    background-color:#365F91;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#fff;
	    text-align:center;
	    padding:12px 18px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-sm:hover {
	    background-color:#cfcfcf;
	    }
	#btn-sm2 {
	    background-color:#fff;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#454140;
	    border: solid 1px #EAEAE8;
	    text-align:center;
	    padding:12px 18px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-sm2:hover {
	    background-color:#EAEAE8;
	    color:#cfcfcf;
	    }
	#btn-admin {
	    background-color:#fff;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#454140;
	    border: solid 1px #EAEAE8;
	    text-align:center;
	    padding:12px 18px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-admin:hover {
	    background-color:#EAEAE8;
	    color:#cfcfcf;
	    }    
	#btn-sm-mobile {
	    display:block;
	    width:100%;
	    background-color:#365F91;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#fff;
	    border: solid 1px #365F91;
	    text-align:center;
	    padding:12px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-sm-mobile:hover {
	    background-color:#EAEAE8;
	    border: solid 1px #EAEAE8;
	    color:#cfcfcf;
	    }
	#btn-sm2-mobile {
	    display:block;
	    width:100%;
	    background-color:#fff;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#454140;
	    border: solid 1px #EAEAE8;
	    text-align:center;
	    padding:12px 18px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-sm2-mobile:hover {
	    background-color:#EAEAE8;
	    color:#cfcfcf;
	    }
	#btn-sm3-mobile {
	    display:block;
	    width:100%;
	    background-color:#cfcfcf;
	    font-size: 13pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#fff;
	    border: solid 1px #cfcfcf;
	    text-align:center;
	    padding:12px 18px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-sm3-mobile:hover {
	    background-color:#EAEAE8;
	    border: solid 1px #EAEAE8;
	    color:#cfcfcf;
	    }    
	#btn-lg {
	    background-color:#cfcfcf;
	    margin:0px auto;
	    font-size: 28pt;
	    font-family: 'Didact Gothic', arial, sans-serif;
	    color:#fff;
	    text-align:center;
	    padding:14px 26px;
	    text-decoration:none;
	    white-space: nowrap;
	    }
	#btn-lg:hover {
	    background-color:#365F91;
	    }    
	.image1 {
	     background-color:#000;
	     width:65%;
	     margin:-9px 0px 0px -20px;
	    }
	.goal-box {
	     /*background-color:#EAEAE8;*/
	     width:25%;
	     margin:-9px 0px 0px -20px;
	    }   
	.footer {
	    padding:0px 50px 0px 50px;
	    background-color:#ffffff; /*white*/
	    color:#d2ccaa; /*med tan*/
	    height:auto;
	    margin-top:0px;
	    font-size: 100%;
	    font-family: arial, sans-serif;
	    text-align:left;
	    /*border-top:3px solid #d3d0ca;*/
	    }
	 .icons {
	    display:inline;
	    float:right;
	    padding-top:10px;
	    padding-left:10px;
	    }
	.submit-button {
	    background-color:#E79408;
	    border-radius:10px;
	    color:#ffffff;
	    font-family:'Didact Gothic', arial,sans-sefif;
	    font-size:13pt;
	    text-align:center;
	    padding:10px;
	    text-decoration:none;
	    box-shadow:none;
	    }
	input[type=text].contactform {
	    background-color: #fff;
	    padding: 4px 10px;
	    width:100%;
	    box-sizing: border-box;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    font-size: 16px;
	    font-family:arial, sans-serif;
        }
	input[type=text].contactform,select { /* styles dropdowns */
	    background-color: #fff;
	    padding: 4px 10px;
	    width:auto;
	    box-sizing: border-box;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    font-size: 16px;
	    font-family:arial, sans-serif;
        }		
	textarea.contactform {
	    width: 100%;
	    height: 80px;
	    padding: 4px 10px;
	    margin-top:2px;
	    margin-bottom:2px;
	    box-sizing: border-box;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    background-color: #fff;
	    font-size: 13px;
	    font-family:arial, sans-serif;
	    resize: none;
	}



/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color:#ffffff; /*white*/
	overflow-y:scroll;
	/*background-image: url('/images/header-bkgd.png');*/
	background-repeat: no-repeat;
	background-position: top center;
}
.pageTitle {
	font-family:'Didact Gothic', Arial, sans-serif;
	color:#000000;/*black*/
	font-size:160%;
	font-weight:bold;
	margin-left:5px;
	margin-bottom:10px;
	padding-top:5px;
}
.blockleft {
	display:block;
	float:left;
	}
.banner_lg {
	display:block;
	background-color:#524847;
	text-align:center;
	margin-bottom:5px;
}
.banner_med {
	display:none;
}
.banner_lg_int {
	display:block;
	margin-bottom:-8px;
	width:100%;
	height:auto;
	background-image:url('/images/photo_lg_internal.jpg');
	background-position:top center;
	background-repeat:repeat-x;
}
.banner_sm_int {
	display:none;
}
.logo_med {
	display:none;
}
.logo_sm {
	display:none;
}
.socialmedia_lg {
    position:relative;
    display:block;
    float:right;
    text-align:right;
    margin-right:20px;
    height:auto;
    width:100%;
    line-height:200%;
    border:solid 0px blue;
 }
 .icons {
     display:inline;
     padding-left:5px;
     border:solid 0px red;
}
.span-one-fifth {
	width: 20%;
	float:left;
	padding-bottom:15px;
	margin-left:-2px;
}
.span-two-fifth {
	width: 40%;
	float:left;
	padding-bottom:15px;
	margin-left:-2px;
}
.contact1 {
	vertical-align:middle;
	width:auto;
	height:30px;
	display: inline;
	float:left; 
}
.contact2 {
	vertical-align:middle;
	margin-top:5px;
	width:auto;
	height:auto;
	display: inline;
	float:left;
	padding-left:5px;
	padding-top:0px;
	padding-right:10px;
}
nav {   /*menu bar*/
	height: 50px; /*height of menu bar background*/
	background-color:#524847; /*gray*/
	font-size: 12pt;
	font-family: Arial, 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	border: 0px solid red;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 4px;
}
nav li {
	display: inline;
	float: left;
}
nav a {  
	color: #ffffff;  
	display: inline-block;
	width: auto;
	padding:0px 3px; 
	text-align: left;
	text-decoration: none;
	line-height: 50px;	
}
nav li a {
	border-right: 0px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: transparent;
}
nav a#pull {
	display: none;
}
nav #pullborder {
	display: none;
}
nav #navborder {
	display:block;
	width:100%;
	height:4px;
	background-color:green;
}


/*dropdown menu is styled in wfnav.inc file*/


/*Styles for screen 792px and lower*/
@media screen and (max-width: 792px) {
	.container {
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		background-color:transparent; /*white*/
		border:0px solid green;
	}
	.img1 {
	    display:block;
	    float:left;
	    width:100%;
	    height:auto;
    	    margin-top:-15px;
	    /*background-image:url('/wfData/images/feature-photo-example.jpg');*/
	    /*background-repeat:no-repeat;*/
	    /*background-position:top center;*/
	    border: solid 0px orange;
	    }
	.goal-box {
	    display:block;
	    float:left;
	    width:90%;
	    height:auto;
		margin-left:-40px;
	    border: solid 0px purple;
	    }
	#goal-box-amt  {
	    font-size:30pt;
	    color:#454140;
	    text-decoration:none;
	    font-family:'Didact Gothic', arial, sans-serif;
	    font-weight:bold;
	    background:transparent;
	    margin:5% 0% 0% 0%;
	    }      
	.columns {
	    width:33%;
	    height:auto;
	    float:left;
	    padding-right:0px;
	    }
	.banner_lg { 
  		display:none;
  	}
  	.banner_lg_int {
  		display:none;
  	}
	.menu2 { 
  		display:none;
  	}
	.banner_med { 
  		display:block;
  	}		
	.calendar-792 {
	    width:auto;
	}
	.news-792 {
	    width:auto;
	}
	.socialmedia_lg {
	    position:relative;
	    display:block;
	    float:left;
	    text-align:left;
	    margin-left:10px;
	    margin-bottom:8px;
	    height:auto;
	    width:100%;
	    line-height:200%;
	    border:solid 0px purple;
	 }
	  .icons {
	      display:inline;
	      float:left;
	      text-align:left;
	      padding-right:5px;
	      border:0px yellow solid;
	}
	.navigation-792 {
	    width:100%;
	    margin:auto;
	    z-index:100;
	    border:0px yellow solid;
	    }
	.logo-792 {
	    width:auto;
	    margin:auto;
	    }
	.photo-792 {
	    width:auto;
	    margin:auto;
	    height:auto;
	    text-align:right;
	    font-size:70%;
	    color:#d2ccaa;
	    font-family:arial;
	    }
	.content-infinity {
	    width:100%;
	    margin:0;
	    height:auto;
	    background-color:transparent;
	    padding-top:0px;
	    }
	.content-792 {
	    width:auto;
	    margin:auto;
	    height:auto;
	    padding-top:10px;
	    }
	.span-one-fifth {
	    width: 30%;
	    float:left;
	    padding-bottom:15px;
	    margin-left:-2px;
	}
	.span-two-fifth {
	    width: 70%;
	    float:left;
	    padding-bottom:15px;
	    margin-left:-2px;
	}
	.footer-container {
	    width:100%;
	    padding-left:10px;
	    padding-right:10px;
	}
	.footer-container-2 {
	    width:auto;
	    padding-left:10px;
	    padding-right:10px;
	}
	.menu2 {
	    height:auto;
	    margin-top:5px;
	    margin-bottom:5px;
	    }
	.menu2 li {
	    color:#eeeade;
	    font-size:90%;
	    margin-left:-20px;
	    margin-right:50px;
	    margin-top:0px;
	    margin-bottom:0px;
	    padding:0px;
	    }  	
	nav { 
  		height: auto;
  		width:100%;
  		float:left;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 33%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 0px solid white;
		border-right: 0px solid white;
		border-top:0px solid white;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 5px;
  	}
	.pagecontent {
	    height:auto;
	    }
	.pageTitle {
		font-size:120%;
		margin-left:15px;
	}
	.header {
	    padding:0px;
	    background-color:transparent;
	    height:auto;
	    width:auto;
	    border:solid 0px orange;
	    /*border-top:10px solid #615851;*/	    
	    }
	.phone_lg {
	    margin:auto;
	    background:transparent;
	    height:auto;
	    position:relative;
	    top:20px;
	    font-size:150%;
	    }
	 .phone_sm {
	 	    display: none;
	}	    
	.search_lg {
	    margin:auto;
	    height:79px;
	    position:relative;
	    top:20px;
	    font-size:200%;
	    }
	.footer {
	    padding:0px 15px 0px 15px;
	    background-color:#ffffff; /*white*/
	    color:#d2ccaa; /*med tan*/
	    height:auto;
	    font-size: 100%;
	    font-family: arial;
	    text-align:left;
	    border-top:0px solid #d3d0ca; /*med gray*/
	    }
}

/*Styles for screen 480 to 792px and lower*/
@media screen and (max-width: 792px) {
	.content-792 {
	    width:100%;
	    margin-left:5px;
	    height:auto;
	    padding-top:0px;
	    border:solid 0px pink;
	    }
	.columns {
	    	background-color:pink;
	    	width:50%;
	    	height:auto;
	    	float:left;
	    	padding-right:10px;
	}
	.span-one-half {
		width: 95%;
		height:auto;
		border: 0px red solid;
	}
	.span-one-third {
		width: 95%;
		display:inline;
		float:left;
		border:blue 0px solid;
		margin:0px;
		padding-bottom:10px;
	}
	.span-one-third-column {
		width: 100%;
		display:block;
		float:left;
		border:teal 0px solid;
		margin:20px 0px 0px 0px;
		padding-bottom:10px;
		border:blue 0px solid;
	}
	.span-one-third-column img {
		max-width: 300px;
		text-align:center;
	}
	.span-one-third-btn {
		width: 95%;
		display:inline;
		float:left;
		border:blue 0px solid;
		margin:0px;
		padding-bottom:10px;
	}
	.span-one-third-footer {
		width: 95%;
		display:inline;
		float:left;
		margin:5px 20px 0px 0px;
		padding:20px 12px 20px 0px;
		text-decoration:none;
		border:orange 0px solid;
	}
	.span-two-thirds {
		width: 90%;
		display:inline;
		float:left;
		border:blue 0px solid;
		margin-left:0px;
		padding-bottom:10px;
	}
	.span-two-thirds-column {
		width: 95%;
		display:inline;
		float:left;
		border:teal 0px solid;
		margin:0px 10px 0px 0px;
		padding-bottom:10px;
	}
	.span-two-thirds-desk {
		display:none;
	}
	.span-two-thirds-mobile {
		width:99.5%;
		display:block;
		margin:-20px auto 0px auto;
		border:red 0px solid;;
	}
	.span-two-thirds-btn {
		width: 95%;
		display:inline;
		float:left;
		border:blue 0px solid;
		margin:0px;
		padding-bottom:10px;
	}
	.toplinks { 
  		display:block;
  		
  	}
	.logo_lg { 
  		display:none;
  	}
	.logo_med { 
  		position:relative;
  		display:block;
  		margin:0px auto;
	        padding:10px;
	        height:150px;
	        width:150px;
	        text-align:center;
	        border:solid blue 0px;	        
  	}
	.logo_med img {
  		height:150px;
  		width:150px;
  		border:0px;
  	}
	.logo_sm { 
  		display:none;
  	}  	
 	.newslinks { 
  		display:block;
  		
  	} 	
	.banner_lg { 
  		display:none;
  	}
	.banner_med { 
  		display:block;
  	}
  	.banner_lg_int {
		display:none;
	}
	.banner_sm_int {
		display:block;
		width:100%;
		height:auto;
		background-image:url('/images/photo_sm_internal.jpg');
		background-position:top center;
		background-repeat:repeat-x;
	}
	.pagecontent {
	    margin-left:10px;
	    margin-right:20px;
	    height:auto;
	    width:90%;
	    border:solid 0px purple;
	    }
	.pageTitle {
		font-size:150%;
		margin-left:5px;
	}
	.header {
	    padding:10px 0px 10px 0px;
	    background-color:transparent;
	    height:auto;
	    width:auto;
	    margin:auto;
	    font-size: 100%;
	    font-family: arial;
	    border-top:0px solid #615851;/*brown*/	    
	    }
	.phone_lg {
	    display:none;
	    height:auto;
	    font-size:120%;
	    }
	 .phone_sm {
	     display: none;
	}
	.search_lg {
	    display:none;
	    height:auto;
	    font-size:120%;
	    }
	.footer {
	    padding:0px 5px 0px 5px;
	    background-color:#ffffff; /*white*/
	    color:#d2ccaa; /*med tan*/
	    height:auto;
	    font-size: 90%;
	    font-family: arial;
	    text-align:left;
	    border-top:0px solid #d3d0ca; /*med gray*/
	    }
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  		border-top:0px solid white;
  		border-bottom:0px solid pink;
  		
  	}
  	nav li a {
		border-bottom: 1px solid #a0a3a7;
		border-right: 1px solid #a0a3a7;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 0px;
	  	background-color:white;
  	}
	nav a#pull {
		display:block;
		background-color:transparent;
		height:38px;
		width:auto;
		color:#ffffff;
		text-decoration:none;
		position: relative;
		padding:2px 0px 10px 25px;
	}
	nav #pullborder {
		display:block;
		width:100%;
		height:4px;
		background-color:transparent;
	}
	nav #navborder {
		display: none;
	}	
	nav a#pull:after {
		content:"";
		/* background: url('/images/nav-icon.png') no-repeat; */
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 7px;
		bottom: 5px;
		padding-left:10px;
	}
}


/*Styles for screen 380 to 480px and lower*/
@media screen and (max-width: 480px) {
	nav {
		border-bottom: 0;
	}
	.banner_lg {
		display: none;
	}
	.banner_med {
		display: block;
	}
	.banner_lg_int {
		display:none;
	}
	.banner_sm_int {
		display:block;
		width:100%;
		height:auto;
		background-image:url('/images/photo_sm_internal.jpg');
		background-position:top left;
		background-repeat:repeat-x;
	}
	.phone_lg {
	    display:none;
	    }
	.search_lg {
	    display:none;
	    } 
	nav ul {
		display: none;
		height: auto;
	}
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}	
	
	.toplinks {
		display: inline;
		height: auto;
		background-color:transparent;
	}
	.newslinks {
		display: inline;
		height: auto;
		background-color:transparent;
	}	
	.logo_med { 
  		position:relative;
  		display:block;
  		float:left;
  		margin:0px 0px 0px 10px;
	        height:auto;
	        width:90%;
	        text-align:center;
	        border:solid purple 0px;	        
  	}	
	.phone_sm {
	    position:relative;
	    display:block;
	    float:left;
	    margin:0px 0px 0px 32px;
	    width:90%;
	    border: solid green 0px;
	    font-size:130%;
	    text-decoration: none;
	    text-align:left;
	    line-height:160%;
	    border:pink 1px solid;
        }
	.span-one-fifth {
	    width: 90%;
	    float:left;
	    padding-bottom:15px;
	    margin-left:-2px;
	}
	.span-two-fifth {
	    width: 90%;
	    float:left;
	    padding-bottom:15px;
	    margin-left:-2px;
	}        
}

/*Smartphone for screen 320 to 380*/
@media screen and (max-width: 380px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 0px solid #3d3e3e; /*dkgray*/
	}
}

/*Smartphone for screen 320 and lower*/
@media screen and (max-width: 320px) {
	.header {
	    padding:10px 0px 15px 0px;
	    background-color:transparent;
	    height:auto;
	    width:auto;
	    margin-left:-5px;
	    }
}


/*STYLES copied from menu_style.css*/

#nav {
    display:inline;
    text-align:left;
    position:relative;
    list-style-type:none;
    font-family:Arial,sans-serif;
    border: 0px solid green;
}
#nav > li {
    float:left;
    padding:0px;
    margin-left:0px;
    position:relative;
    border: 0px solid red;
}

/* below styles the horizontal text menu */
#nav > li > a {   
    color:#ffffff; /*white*/
    background-color:transparent; /**/
    height:auto;
    display:block;
    font-size:103%;
    padding:0px 18px 0px 18px; /*padding around horizontal menu buttons - to offset the border*/
    position:relative;
    text-decoration:none;
    border: 0px solid #ffffff; /*border on horizontal menu*/ 
}
#nav > li > a:hover {
    background-color:#E29207; /*orange*/
    color:#ffffff; /*white*/
    padding:0px 18px 0px 18px; /*padding around horizontal menu buttons - to offset the border*/
    border: 0px solid #8C8C8C; /*ltgray*/
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
#nav > li.selected  > a {
    background-color:#6E211A; /*red*/
    color:#ffffff; /*white*/
    padding:0px 18px 0px 18px; /*padding around horizontal menu buttons - to offset the border*/
    border: 0px solid #8C8C8C; /*ltgray*/
    z-index:2000;
}
#nav li div {
    position:relative;
}
#nav li div div { /*dropdown box object*/
    background-color:transparent;
    padding:0px;
    display:none;
    font-size:1.0em;
    margin:0;
    position:absolute;
    top:0px;
    z-index:9999;
    width:auto; /*relative width of dropdown menus*/
    color:#ffffff;
    border-bottom: solid 1pt #EFEFEF; /*gray*/
    border-left: solid 1pt #EFEFEF; /*gray*/
    border-right: solid 1pt #EFEFEF; /*gray*/
}


/* dropdown menu */
#nav li div ul li {
    background-color:#EFEFEF; /*gray*/
    color:#ffffff; /*white*/
    padding-left: 0px;
    text-indent:0px;
    width:100%;
    height:auto;
    font-weight:normal;
    margin:0px 0px;
    font-size:1.0em;    
    font-family:arial;
    padding-top:0px;
    padding-bottom:0px;
}

/* dropdown link */
#nav li div ul li a {
    text-decoration:none;
    background-color:#ffffff; /*white*/
    color:#524847; /*dk gray*/
    font-weight:normal;
    margin:0px 0px 0px 0px;
    width:100%;
    font-size:1.0em;
    font-family:arial;
    text-transform:none;
    padding-left: 25px;
    padding-right: 25px;
}

/* dropdown link hover */
#nav li div ul li a:hover {
    background-color:#6E211A; /*red*/
    color:white;
    width:100%;
    font-weight:normal;
    margin:0px 0px;
    font-size:1em;
    font-family:arial;
    text-decoration:none;
    text-transform:none;
    padding-left: 25px;
    padding-right: 25px;
}
