<@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	/*	width:100%;*/
	background: #fff;
	/* min-width: 600px;
Minimum width of layout - remove line if not required 					The min-width property does not work in old versions of Internet Explorer */
	max-width: 1280px;
	margin: 0 auto !important;
	float: none !important;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
    
    
a {
	color:#000;
}

a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}

a.itembox {
	padding-top:5px;
	padding-bottom:5px;
	height:100px;
	margin:0px;
	padding-right:10px;
	text-decoration: none;
	background:#fff782;
	/* background: #ffffff; */
	color:#000;
	display:block;
}
a.itembox:link {
	text-decoration: none;
}
a.itembox:visited {
	text-decoration: none;
}
a.itembox:hover {
	text-decoration: none;
	color:#fff;
	background:#000;
	border:none;
}

   
    
    .rightButton {
        height: 42px;
        display:block;
        text-decoration:none;
        padding:2px 1px;
        float: left;
    }    
    
    .rightButton img {
        height: 40px;
        width: auto;
        border:none;
        float:left;
        margin:0px 5px 0px 0px;
    }
    .gridless {
        clear: both
    }

    

.footermenu {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
  }
.footermenu li {
  float:left; position:relative; right:50%;
  }
.footermenu a {
  width:auto;
  display:block;
  line-height:1em;/* orig 1.1 */
  font-weight:bold;
  padding:.1em .6em;
  font-size:.7em;
  color:#000; 
  text-decoration:none;
  }
.footermenu a:hover {
  color:#fff; 
  background:#000;
  }    
    
img {
	width: 100%;
	height: auto;
}
/*try to remove underlines from images as links*/
a[href*=archres] {
	text-decoration: none;
	border: 0 none;
	}    
    
.row::after {
	content: "";
	clear: both;
	display: table;
}
[class*="col-"] {
	float: left;
	padding: 15px;
}
html {
	font-family: "Lucida Sans", sans-serif;
}
.header {
	padding: 15px 10px 5px 20px;
	/* max-width: 635px; */
}
.header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 66%; */
}

/* Footer styles */
.footer {
	color: #ffffff;
	clear:both;
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
}
.footer p {
	padding:10px;
	margin:0;
}
    
    nav {padding: 15px 8px;}
/*    hide sf-menu by default*/
    nav .sf-menu {
        display: none;
    }
    nav select {
        background-color: #FFE900;
	    display: block;
        font-size: 24px;
	    font-family: sans-serif;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: bold;
    }
    #example {
        font-size: 16px;
    }
    .sf-vertical {width: 100%;}
    .hideme {display: none;}
    .footer {display: none;}
    .header img {width: 95%;}

    
[class*="col-"] {
	width: 100%;
	padding: 5px 15px;
}
img.halfsize {max-width: 100%} 
.programbanner {
	float:left;
/*	background-image:url(/main_images/visualbackground-bw.jpg);*/
    background-repeat: no-repeat;
	height:100px;
	width: 100%;
	margin:0px;
	margin-right:10px;
    font-weight: bold;
    font-family: Helvetica, Sans-Serif;
}
/*
.programbanner:hover {
	background-image:url(/main_images/visualbackground.jpg);
}
*/
.programbanner span {font-size: 1.5em}
@media only screen and (min-width: 800px) {
/* For tablets: */
.col-s-1 {
	width: 8.33%;
}
.col-s-2 {
	width: 16.66%;
}
.col-s-3 {
	width: 25%;
}
.col-s-4 {
	width: 33.33%;
}
.col-s-5 {
	width: 41.66%;
}
.col-s-6 {
	width: 50%;
}
.col-s-7 {
	width: 58.33%;
}
.col-s-8 {
	width: 66.66%;
}
.col-s-9 {
	width: 75%;
}
.col-s-10 {
	width: 83.32%;
}
.col-s-11 {
	width: 91.66%;
}
.col-s-12 {
	width: 100%;
}
.col-s-left {
	min-width: 170px;
	padding-top: 5px;
}
.col-s-right {
	min-width: 192px;
	padding-top: 5px;
}
    nav .sf-menu {display: inline-block; }
    nav select {display: none; }
    .hideme {display: block;}
    .footer {display: block}
    img.halfsize {max-width: 100%} 

.programbanner span {font-size: 2.0em}    
}

/*@media only screen and (min-width: 768px) {*/
    @media only screen and (min-width: 1020px) {
/* For desktop: */
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.col-left {
	min-width: 170px;
	padding-top: 5px;
}
.col-right {
	min-width: 192px;
	padding-top: 5px;
}
    
.footer {display: block}
    
.header img {width: 33%;margin-left: 0;}
img.halfsize {max-width: 45%}   

.programbanner span {font-size: 2.5em}        
}


/* other stuff from main.css */

a.gallerybox {
	text-decoration: none;
	/*text-align:justify;*/
	background: #ffffff;
	color:#000;
	display:block;
	border:none;
}
a.gallerybox:link {
	text-decoration: none;
	border:none;
}
a.gallerybox:visited {
	text-decoration: none;
	border:none;
}
a.gallerybox:hover {
	text-decoration: none;
	color:#fff;
	background:#000;
}

	
.resizeablcen {
	width:100%;
	padding:.5em 0 .5em 0;
	float:left;
	text-align:center;
}
.resizeablcen img {
	max-width: 100%;
	height: auto;
}
.resizeablcen span {
	font-style:italic;
	font-size:.8em;
	color:#666;
	display:block;
}	

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 35px; */
	height: 0;
	overflow:hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}    
 
/* old */    
.hiddenPic {display:none;}

/*late additions - make a quasi-responsive risizable image that
floats right and takes up half the container and can have a caption */	

@media screen and (min-width: 800px) {
.resizeablflr {
	width:100%;
	float:none;
}
.resizeablfll {
	width:100%;
	float:none;
}
.resizeablcen {
	width:100%;
	float:none;
}

.resizeablflr {
	width:50%;
	padding:0 0 .5em .5em;
	float:right;
	text-align:center;
}
.resizeablflr img {
	max-width: 100%;
	height: auto;
}
.resizeablflr span {
	font-style:italic;
	font-size:.8em;
	color:#666;
	display:block;
}		
.resizeablfll {
	width:50%;
	padding:0 .5em .5em 0;
	float:left;
	text-align:center;
}
.resizeablfll img {
	max-width: 100%;
	height: auto;
}
.resizeablfll span {
	font-style:italic;
	font-size:.8em;
	color:#666;
	display:block;
}	
.resizeablcen {
	width:100%;
	padding:.5em 0 .5em 0;
	float:left;
	text-align:center;
}
.resizeablcen img {
	max-width: 100%;
	height: auto;
}
.resizeablcen span {
	font-style:italic;
	font-size:.8em;
	color:#666;
	display:block;
}	

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 35px; */
	height: 0;
	overflow:hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-width: 0;
    }
}
my-email::after {
        content: attr(data-domain);
      }
my-email::before {
        content: attr(data-user) "\0040";
      }

.aucgrid dl {text-align:center;font-size:.75em;margin-top:25px;}
/* dt,dd {width:10.5em;float:left;} */
.aucgrid dt,dd {max-width:45%;float:left;padding:.75em;}
.aucgrid img {max-width: 100%; height: auto;}

.aucgrid-3 dl {text-align:center;font-size:.75em;margin-top:25px;}
/* dt,dd {width:10.5em;float:left;} */
.aucgrid-3 dt,dd {max-width:30%;float:left;padding:.75em;}
dt.aucgrid-3 {max-width:30%;float:left;padding:.75em;}
.aucgrid-3 img {max-width: 100%; height: auto;}	 
  
a.noul {
	text-decoration: none;
	background: none;
	border: none;
	color:black;
	}     
a.noul:link {
	text-decoration: none;
	background: none;
	border: none;
	}   
a.noul:visited {
	text-decoration: none;
	background: none;
	border: none;
	}    
a.noul:hover {
	text-decoration: none;
	background: none;
	border: none;
	}   

.greybox {
	background-color: #BBBBBB;
    margin: .5em, 0em;
	padding: .25em;
}    


    .pubthumb {
        float: left;
        padding-bottom: 10px;
        max-width: 100px;
    }  
/*  old stuff  */
.floatright {
/*	max-width: 100%;*/
/*    max-width: 600px;*/
    width:auto;
	height: auto;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0;
	padding: 2px;
	}
.floatleft {
/*	max-width: 100%;*/
/*    max-width: 600px;*/
    width: auto;
	height: auto;
	float: left;
	margin-top: 0;
	margin-right: 10px;	
	margin-bottom: 10px;
	margin-left: 0;
	border: 0;
	padding: 2px;
	}   
a.news {
	text-decoration: none;
	background: #ffffff;
	color:#000;
}
a.news:link {
	text-decoration: none;
	background: #ffffff;
	color:#000;
}
a.news:visited {
	text-decoration: none;
	background: #ffffff;
	color:#000;
}
a.news:hover {
	text-decoration: none;
	background: #ffffff;
	color:#000;
	/* border:1px solid black; */
}
.newsheadline {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:.25em;
	}
	
 .caption { 
 	font-size: .8em;
    font-family: Verdana, Arial, sans-serif;
	font-style: italic;
    text-align: center;
	}    