﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */

html {
	height: 101%;
	margin-bottom: 1px;
	}
  
body {
	font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	color: #202020; 
/*	background-image:url('images/tipsbox.png');   */
	text-align: left;
	padding: 0;
	margin: 0;
	}

header, footer, nav, article, section, aside, figure, figcaption {display: block;}  

	
 
img {border: none;}

hr {
	background-color: #3AA5AF;
	color: #3e81a6;
	height: 1px;
	width: 80%;
	border-right: 200px solid #404040;
	border-left: 200px solid #404040;
	}

ul li a {
	color: #3AA5AF;
	font-weight: bold;
	padding: 0;
	}
 
ul li a:hover {
	color: #404040;
	text-decoration: underline;
	}

ul.list1 li {
	list-style-type: none;
	background: url(https://www.swcleanair.gov/images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
	}

ul.listc li {
	list-style-type: none;
	background: url(https://www.swcleanair.gov/icons/comment.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
	}

.indent {
	margin-left: 30px;
}

.indent2 {
	margin-left: 60px;
}

.indent3 {
	margin-left: 90px;
}

.indent4 {
	margin-left: 120px;
}

.indent5 {
	margin-left: 170px;
}


.lightbox {
	background-color: #F0F0F0;
	box-shadow: 2px 2px 3px #DDD;
	font-weight: bold;
	text-shadow: 2px 2px 3px #AAA;
	border-radius: 7px;
	font-size: 1.2em;
}

.chairbox {
	background-color: #C0D4FE;
	box-shadow: 2px 2px 3px #DDD;
	font-weight: bold;
	text-shadow: 2px 2px 3px #AAA;
	border-radius: 7px;
	font-size: 1.2em;	
}

.shadowbox {
	border-radius: 7px;
	box-shadow: 2px 2px 4px #AAA;

}

.bottom {
	vertical-align:baseline;
}

.quot {
	color: #27596F;
	font-weight: bold;
	text-shadow: 1px 1px 2px #DDD;
	font-size: 1.2em;
}

.qalt {
	color: #990000;
}

.names {
	color: #27596F;
	font-weight: bold;
	text-shadow: 1px 1px 2px #DDD; 
	font-size: 1.1em;

}
.addresspanel {
	border: 1px solid #CCCCCC; 
	background-color: #F5F5F5; 
	border-radius: 5px; 
	width: 300px; 
	padding: 5px; 
	box-shadow: 2px 2px 5px #EEE;
}

.halfpanel {
	border: 1px solid #CCCCCC; 
	background-color: #F5F5F5; 
	border-radius: 5px; 
	width: 500px; 
	padding: 5px; 
	box-shadow: 2px 2px 5px #EEE;
}

.fullpanel {
	border: 1px solid #999999; 
	background-color: #F0F0F0; 
	border-radius: 5px; 
	width: 98%; 
	padding: 7px; 
	box-shadow: 2px 2px 5px #CCC;
	font-size: .9em;
}


.panel {
	padding:7px; 
	border: 1px solid #999999; 
	border-radius: 5px; 
	background-color: #F0F0F0;
	font-size: .9em;
}

.dotted {
	border-bottom: 1px #CCCCCC dotted;
}
.tdhed {
	border: 1px #999999 solid;
	background-color: #D5D5D5;
	padding: 1px;
	vertical-align: top;
	font-size: .8em;
}

.tdhed3 {
	border: 1px #999999 solid;
	background-color: #A5A5A5;
	padding: 1px;
	vertical-align: top;
	font-size: .8em;
}

.tdsubhedg {
	border: 1px #999999 solid;
	background-color: #D7FFD7;
	padding: 1px;
	vertical-align: top;
	font-size: .8em;
}

.tdsubhed {
	border: 1px #999999 solid;
	background-color: #D7F0FF;
	padding: 1px;
	vertical-align: top;
	font-size: .8em;
}




.bolder {
	font-weight: bold;
}

.std {
	
	font-weight: normal;
}

.tdcell {
	border: 1px #999999 solid;
	padding: 1px;
	vertical-align: top;
	font-size: .7em;
}

.tdcellwhite {
	border: 1px #999999 solid;
	vertical-align: top;
	font-size: .9em;
	background-color: #FFFFFF;
}

.tddot {
	border-bottom: 1px #999999 dotted;
	padding: 1px;
	vertical-align: top;
	font-size: .8em;
	line-height: 18px;
}

.butstyle {
	font-family: Arial;
	font-size: 8pt;
	color: black;
	font-weight: bold;
}
.pnt {
	border: 1px solid #999999;
	background-color: cyan;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;

}
.seg {
	border: 1px solid #999999;
	background-color: #CCCCFF;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
}

.sorted {
	background-color: #D5E7FF;
	border-bottom: 1px #CCCCCC dotted;
}

.ttwo {
	border: 1px solid #000000;
	background-color: DarkGreen;
	color: white;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	font-size: 8pt;
}

.q1:hover {
	background-color: #808080;
}


.new {
	color: #CC0000;
	font-weight:bold;
	font-style: italic;	
}

blockquote{ 
	padding:5px 40px 5px 40px; 
	line-height: normal; 
	font-style: italic;
	background: url('https://www.swcleanair.gov/images/quote.png') no-repeat top left; 
	color:#404040;
	border:dashed 1px #c0c0c0;
	}

.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	}
	
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	}

fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
	}

legend {
	color: #3e81a6;
	background-color: #ffffff;
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif; 
	color: #3e81a6; 
	margin: 0 0 0 1%; 
	letter-spacing: .08em;
	padding: 1%;
	}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
	}

.cellborder {
	border: solid 1px #c0c0c0;	
	padding: 5px;
	}
.foottext {
	color: #27596F;
	font-weight: bold;
}

.scroll-to-top {
  	display: block;
  	position: fixed; bottom: 20px; right: 10px;
  	z-index: 5;
  	width: 30px;
  	height: 30px;
  	padding: 2px;
  	text-align:center;
  	color: #ffffff;
	text-decoration: none;
	background-color: #3c5598;
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}
.scroll-to-top:hover {text-decoration: none; background-color: #777; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
.scroll-to-top a, .scroll-to-top a:hover {text-decoration: none;}




/* ======== TYPOGRAPHY ======== */

a {color: #3AA5AF;	text-decoration: underline; font-weight: bold;	outline: none;}
a:hover {color: #404040; text-decoration: underline;	font-weight: bold; outline: none;}

h1 {font: 1.6em Arial, Helvetica, sans-serif; color: #27596F; margin: .3em 0 .3em 0; letter-spacing: 1px;}
h2 {font: 1.2em Arial, Helvetica, sans-serif; color: #404040; margin: .3em 0; letter-spacing: 1px; text-align: left; border-bottom: 1px solid}
h3 {font: 1.4em Arial, Helvetica, sans-serif; color: #27596F; margin: .2em 0; padding: 0;}
h4 {font: normal 1.2em Arial, Helvetica, sans-serif; color: #27596F; margin: .3em 0;}
h5 {font: normal 1.2em Arial, Helvetica, sans-serif; color: #27596F; margin: .3em 0; text-align: left; border-bottom : 1px solid;}
h6 {font: bold 1.2em Arial, Helvetica, sans-serif; color: #26596F; margin: .3em 0;}
h1.alternate {font: 1.6em Arial, Helvetica, sans-serif; color: #27596F; margin: .3em 0 .3em 0; letter-spacing: 1px; text-shadow: 1px 1px 3px #333}


/* altback.jpg original */
h2.alternate {
	font: 1.5em Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	margin: .3em 0; 
	letter-spacing: 1px; 
	text-align: center; 
	background: #3E81A6 url('https://www.swcleanair.gov/images/altbackblue.jpg') repeat-x; 
	border: 1px solid #ffffff; 
	border-radius: 10px 10px; 
	box-shadow: 0 0 10px #000;
	}

.dropcap {
	float: left; 
	color: #3e81a6; 
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
	}

p.dropcap {overflow: hidden;}

.bignumber {
	font: 22px 'Philosopher', Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	display: inline-block;
	color: #ffffff; 
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background-color: #3e81a6;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float:left;
	text-decoration: none;
	}

.button {
	font-size: 0.8em;
	color: #ffffff;
	padding: 3px;
	border-radius: 1px;
	background-color: #27596F;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

.paybutton {
	font-size: 0.8em;
	color: #ffffff;
	padding: 3px;
	border-radius: 1px;
	background-color: #3E81A6;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}



.button:hover {
	color: #ffffff;
	padding: 3px;
	border-radius: 1px;
	background-color: #3e81a6;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

.paybutton:hover {
	color: #ffffff;
	padding: 3px;
	border-radius: 1px;
	background-color:  #27596F;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}


.box {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.box:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* ======== LAYOUT RULES ======== backbar.jpg */
#headerContent {
  width: 100%;
 	background: #fff url('https://www.swcleanair.gov/gallery/HomeTop2.png') repeat-x;
	height: 134px;
	}

#headerContent2 {
	width: 100%;
	background: #fff url('https://www.swcleanair.gov/gallery/HomeTop3.png');
 	max-width: 1920px;
 	background-repeat: no-repeat;
	height: 200px;
	}

#headerContent2g {
  	width: 100%;
 	background: #fff url('https://www.swcleanair.gov/gallery/gorgeTop.png');
 	max-width: 1920px;
 	background-repeat: no-repeat;
	height: 200px;
	}


#headerContent3 {
	width: 100%;
 	background: #fff url('https://www.swcleanair.gov/gallery/NoFootTop.png');
 	max-width: 1920px;
 	background-repeat: no-repeat;
	height: 100px;
	}

#headerContent4 {
	width: 100%;
 	background: #fff url('https://www.swcleanair.gov/gallery/NoFootTop1.png');
 	max-width: 1920px;
 	background-repeat: no-repeat;
	height: 100px;
	}


#innerContent {
	clear: both;
 	width: 100%;
	height: 100%;
 	background-color: #FFF;
  }
  
/* original graphic is footer.jpg */
#footerContent {
	clear: both;
	width: 100%;
/*	background: transparent url('../images/bottomblue.png') repeat-x;  */
} 
#footerNoContent {
	clear: both;
	width: 100%;
	background-color: white; 
}
.wrapper {
	width: 1080px;
	max-width: 1080px;
	margin: 0 auto;
	}
.wrapperh {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	}

.wrapperhh {
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
	}

/* ======== HEADER AREA ======== */
header {
	position: relative; 
	width: 100%; 
	height: 100px;
	color: #fff;
	}
	
headerh {
	position: relative; 
	width: 100%; 
	height: 200px;
	color: #fff;
	}

	
header img {
	width: 100%;
	height: 100%;
	}
	
/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 95%;
	text-align: center;
	padding: 0px;
	z-index: 5;
	}

#nameplateh {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 95%;
	max-width: 95%;
	text-align: right;
	padding: 10px;
	z-index: 5;
	float: right;
	}
#fireplate {
	position: relative;
	top: 30px;
	left: 400px;
	width: 20%;
	max-width: 20%; 
	text-align: right;
	padding: 5px;
	z-index: 10;
	float: right;
	color: white;
	text-shadow: 2px 2px 3px #333;
}

#nameplate h1 {
	font: 38px 'Agency FB', Verdana, Helvetica, sans-serif; 
	color: #fff; 
	letter-spacing: 0.02em;
	margin-top: 0;
	}
	
#nameplate p {
	font-size: 18px;
	font-family: 'Agency FB', cursive, Verdana, Helvetica, sans-serif; 
	color: #fff; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	}
/* original left was 0 for tagline */
#tagline {
	position: absolute;
	bottom:80px;
	left: 105px;
	width: 500px;
	max-width: 500px;
	text-align: center;
	font: 18px 'Agency FB', Verdana, Helvetica, sans-serif; 
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 3px #333;
	}
	
#address {
	position: absolute;
	top: 10px;
	right:5px;
	height: 100px;
	width: 500px;
	text-align: right;
	font: 20px 'Agency FB', Verdana, Helvetica, sans-serif; 
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 3px #333;
	}
#address2 {
	border-radius: 10px; 
	background-color: #F0F0F0; 
	float: right; 
	height: 35px; 
	width: 380px; 
	text-align: right;
	maxwidth: 380px;  
	margin-top: 30px;
	padding-right: 5px;
	margin-right: 10px;
	overflow: hidden;
	}


/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	position: absolute;
	top: 15px;
	left: 0;
	color: #ffffff;
	width: 100%;
	height: 10px; 
	text-align: center;
	margin: 0;
	font-size: 0.85em;
	}

#mainnavh {
	position: absolute;
	top: 115px;
	left: 0;
	color: #ffffe1;
	width: 100%;
	height: 120px;
	text-align: center;
	margin: 0;
	font-size: 0.85em;
	}


#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background-color: transparent;
	position: relative;
	z-index: 500;
	margin: 0 4px;
	padding: 0;
	}

/* this is the parent menu */
#nav li a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	font-weight:normal;
	letter-spacing: 1px;
	}

#nav li a:hover {
	color: #dcdcdc;
	}

/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	border-top: 3px solid #27596F;
	}

#nav ul li {
	width: 230px;
	float: left;
	background-color: #27596F;
	border-radius: 0;
	padding: 0;
	margin: 0;
	}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 12px;
	padding: 4px 5px;
	color: #ffffff;
	background-color: #27596F;
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-weight:normal;
	font-size: 0.85em;
	text-transform: none;
	}

#nav ul a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #3AA5AF;
	}

.selectnav { 
	display: none; 
	}

#nav li.navhead {
	background-color: #27596F; 
	font-size: .9em;
	font-weight: normal;
	padding: 2px;
	color: #FFFFE1;
	text-shadow: 1px 1px 2px #333;
	width: 226px;
}


/* ======== SLIDE SHOW, TOP TEXT AREA FOR SLIDE SHOW, MAIN IMAGE AREA AND TOP BOXES ======== */
#topsection {
	position: relative;
	width: 100%;
	padding-top: 1px;
	margin: 0;
	border-radius: 10px;
	line-height: normal;
	height: 220px;
/*
	padding: 20px 5%;
	position: relative;
	;	height: 300px;

*/
	}

#topsectionH {
	position: relative;
	width: 100%;
	padding-top: 1px;
	height: 600px;
	margin: 0;
	background-repeat: no-repeat; 
	background-image: url('https://www.swcleanair.gov/gallery/HomeMain3.png'); 
	border: none; 
	max-width: 100%;

	line-height: normal;
/*
	box-shadow: 0px 10px 15px #999;	
	padding: 20px 5%;
	position: relative;
	;	height: 300px;
	border-radius: 10px;
*/
	}



#Shadow {
	background: transparent url('https://www.swcleanair.gov/images/shade.png') repeat-x;
	width: 100%;
	display: block;
	position: absolute;
	height: 24px;
	top: 188px;
	z-index: 50;
}

#Shadow3 {
	background: transparent url('https://www.swcleanair.gov/images/shade.png') repeat-x;
	width: 100%;
	display: block;
	position: absolute;
	height: 24px;
	top: 153px;
	z-index: 50;
}


#slider {
  float: left;
  width: 60%;
//  border: 10px #f8f8f8 solid;
//  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 5px #BBB;
	height: 220px;
	max-height: 220px;
	margin: 5px 20px 0 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: 200px;
}
.nivo-caption {
	position: absolute;
  bottom: 0;
  left: 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
	font-size: .75em;
  width: 100%;
  height: auto;
	z-index: 8;
	padding: 4px;
	overflow: hidden;
	display: none;
  border-radius:  0 5px 5px 0;
	opacity: 0.8 !important;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 2px;
	margin: 0;
}



#topsection p:first-of-type {
	font: normal 1.1em 'Agency FB', Georgia, Garamond, serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #3e81a6;
	font-weight: bold;
}
#topsection p:last-of-type {
	color: #404040;
	font: 0.85em 'Philosopher', Georgia, Garamond, serif;
	font-style: italic;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topsection p {
	color: #404040;
	font-size: 0.9em;
	text-transform: none;
	padding-bottom: 0;
	margin-bottom: 0;
}



#mainimagearea {
	width: 400px;
	max-width: 400px;
	height: 220px;
	max-height: 220px;
	text-align:left;
	box-shadow: 0 0 10px #000;
	background-color: #c0c0c0;
	border: 10px solid #ffffff;
	margin: 0 auto;
	}
	
#mainimagearea img {
	width: 100%;
	height: 100%;
	}



.captionarea {
	z-index: 2;
	position:absolute;
	bottom: 15%;
	right: 23%;
	width:30%;
	color:#fff;
	background: #3e81a6;
	opacity: 0.8;
	padding: 2px 10px;
	text-align:left;
	border-radius: 15px 15px;
	border: 1px #fff solid;
	}
	
.captionarea h1 {
	font-family: 'Philosopher', Verdana, Helvetica, sans-serif; 
	font-size: 16px;
	color: #fff; 
	margin: .1em 0; 
	letter-spacing: 1px;
	}

.captionarea p {
	font-family: 'Philosopher', Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #fff; 
	margin: .1em 0;
	}
  
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 23%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	margin: 0 1%;
	}
	
#sidebarRight {
	float: right;
	width: 23%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	margin: 0 1%;
	}

#sidebarRightHome {
	float: right;
	width: 31.33%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	margin: 0 1%;
	}

/* ======== BREADCRUMBS ======== */
#breadcrumbs {
	font: italic .75em  Arial, Helvetica, sans-serif; 
	text-align: right; 
	color: #000; 
	padding: 0 15px 0 5px;
	}

/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
	}
	
#contentLeft {
	float: left;
	width: 71%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
	}

#contentLeftHome {
	float: left;
	width: 62.66%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
	}

	
#contentMiddle {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
	}
	
#contentFull {
	width: 98%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}

/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 48%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

.contentBox2h{
	float: left;
	width: 25%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

.contentBox2b{
	float: left;
	width: 20%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

	
.contentBox3 {
	float: left;
	width: 31.333%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

.contentBox3x {
	float: left;
	width: 31.333%;
	text-align: left;
	margin: 0 0%;
}

.contentBox3h {
	float: left;
	width: 48%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

	
.contentBox4 {
	float: left;
	width: 18%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 2% 0 5%;
}

.contentBox4-gallery {
	float: left;
	width: 23%;
	text-align: center;
	line-height: 1.4em;
	margin: 0 1%;
}

/* ======== FOOTER ======== */
footer {
	clear: both;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
/*	font-size: 75%; */
	line-height: 1.5em;
	padding-top: 20px;
	font: normal .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  

}

footer p {
	padding: 0;
	margin: 0;
}
  
footer a {
	color: #000000;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
  
footer a:hover {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	display: block; */
	width: 100%;
}

footer ul a {
	display: block;
}

footer li {
	margin: 0;
/*	display: block; */
	width: 100%;
	padding: 0;}

footer li a {
	color: #27596F;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
/*	background-color: #27596F; */
}

footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #3AA5AF;
}

footer h2.alternate {
	font: 1.8em 'Agency FB', Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff; 
	margin: .3em 0; 
	letter-spacing: 3px; 
	text-align: center; 
	background: #3E81A6 url('https://www.swcleanair.gov/images/altback.jpg') repeat-x; 
	border: 1px solid #ffffff; 
	border-radius: 10px 10px; 
	box-shadow: 0 0 10px #000;
	}

/* ======== CONTACT FORM ======== */
form.contactform {
	width: 100%;
	text-align: left;
	}
.contactform label {
  width: 100%;
  text-align: left;
	}
.contactform input {
  width: 100%;
  border: 1px #c0c0c0 solid;
  padding: 3px;
  margin-bottom: 10px;
	}
.contactform textarea {
  width: 100%;
  border: 1px #c0c0c0 solid;
  padding: 3px;
	}
.contactform .submit {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #3e81a6;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
  }

/* ======== MISCELLANEOUS CLASSES ======== */
.center {text-align: center;}  
.tiny {font-size: 75%; text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.clearsmall {height: 1px; line-height: 0; margin: 0; padding: 0; clear: both;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html 
.clearfix{zoom:1}

.calendar {text-align:center;}
.highlight {background-color: #3AA5AF; color: #FFFFFF;}
.lowlight {background-color: #27596F; color: #FFFFFF;}
.home {background: url('https://www.swcleanair.gov/icons/home.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.call {background: url('https://www.swcleanair.gov/icons/call.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.email {background: url('https://www.swcleanair.gov/icons/email.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.hours {background: url('https://www.swcleanair.gov/icons/hours.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.comment {background: url('https://www.swcleanair.gov/icons/comment.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.formz {background: url('https://www.swcleanair.gov/icons/form.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.calen {background: url('https://www.swcleanair.gov/icons/calen.png') no-repeat 0 3px; padding: 0 0 5px 25px;}
.clip {background: url('https://www.swcleanair.gov/icons/clip.png') no-repeat 0 3px; padding: 0 0 5px 25px;}

/* ======== IMAGE FORMATTING ======== */
img {border: none;}
.imageleft {margin: 0 10px 0 0; float: left;}
.imageright {margin: 0 0 0 10px; float: right;}
.imageleft-border {background-color: #ffffff; margin: 0 10px 0 0; padding: 3px; float: left; border: 1px #d0d0d0 solid;}
.imageright-border {background-color: #ffffff; margin: 0 0 0 10px; padding: 3px; float: right; border: 1px #d0d0d0 solid;}
.image-catalog {border: 1px #d0d0d0 solid; padding: 1%;margin: 1% 2%; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.image-gallery {border: 1px #d0d0d0 solid; padding: 1%; margin: 1% 2%;}
.lgproduct-image {float: left; width: 350px; padding: 1%; margin: 2%;}
.lgproduct-text {float: left; width: 200px; padding: 1%; margin: 2%; text-align:center;}
figure {float:left; width: 150px; text-align:center;}
figcaption {text-align: center; font-size: .90em;}

/* ======== PRODUCT TAB FORMATTING ======== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #3e81a6;
	border-left: 1px solid #3e81a6;
	border-radius: 15px 15px 0 0;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #3e81a6;
	border-left: none;
	font-weight: bold;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}

ul.tabs li:hover {
	background: #c0c0c0;}
	
ul.tabs li.active{
	background: #3e81a6;
	border-bottom: 1px solid #3e81a6;
	color: #ffffff;
}
	
.tab_container {
	border: 1px solid #3e81a6;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #ffffff;
}
		
.tab_content {
	padding: 10px;
	font-size: 1.0em;
	display: none;
}

/* ================ MEDIA QUERIES ============== */
/* ================ phone/portrait ============== */
@media screen and (max-width: 320px) {
	.wrapper {width: 94%; font-size: 0.90em;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; min-width: 250px; max-width: 400px; margin: -18px 0 0 5px; padding: 3px; font-size: 1.1em; letter-spacing: 1px; border: 1px #404040 solid;}
	select#selectnav1 option {background-color: #404040; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
 	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* ===header area === */
	#nameplate {text-align: center; top: 20px; width: 98%;}
  #nameplate h1 {font-size: 2.7em; text-align:center; }
  #tagline {display: none;}
  #address {display: none;}
  #mainnav {top: 123px;}
/* ===slideshow and static image area === */
  #topsection {padding: 5px 5px 0 5px; height: 140px;}
  .captionarea {display: none;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 3px solid #ffffff; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff; border-bottom: 1px solid #ffffff;}
/* ===miscellaneous coding === */
	footer { width: 98%;}
  .captionarea {display:none;}
  .lgproduct-image {width: 75%; margin: 1%; padding: 0;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
  h2 {font-size:1.5em }
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
}
#nav li.navhead {
	background-color: #3AA5AF; 
	font-size: 1em;
	font-weight: normal;
	padding: 2px;
	color: #FFFFE1;
	text-shadow: 1px 1px 2px #333;
}

/* ================ phone/landscape ============== */
@media screen and (max-width: 480px) and (min-width: 321px) {
  .wrapper {width: 96%; margin: 0 auto; font-size: 0.90em;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; margin: 0 0 0 20px; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #404040 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #404040; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* ===header area === */
  #nameplate {text-align: center; top: 20px; width: 97%;}
  #nameplate h1 {font-size: 1.5em; text-align:center; }
  #tagline { display: none;}
  #address {display: none;}
/* ===slideshow and static image area === */
  #topsection {margin: 0; padding: 10px 3px 0 3px; height: 220px;}
  .captionarea {display: none;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 3px solid #ffffff; border-right: 3px solid #ffffff; border-left: 3px solid #ffffff; border-bottom: 1px solid #ffffff;}
/* ===miscellaneous coding === */
  .lgproduct-image {width: 75%; margin: 1%; padding: 0;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
  h2 {font-size:1.4em }
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
}
#nav li.navhead {
	background-color: #3AA5AF; 
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	color: #FFFFE1;
	text-shadow: 1px 1px 2px #333;
}
 
/* ================ small tablet/portrait ============== */
@media screen and (max-width: 600px) and (min-width: 481px) {
 	.wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; margin: 0 auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #404040 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #404040; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* ===header area === */
  #nameplate {text-align: center; top: 20px; width: 98%;}
  #nameplate h1 {font-size: 1.5em; text-align:center; }
  #tagline { display: none;}
  #address {display: none;}
/* ===slideshow and static image area === */
  #topsection {margin: 0; padding: 0 5px 0 5px; height: 330px;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; border-left: 5px solid #ffffff; border-bottom: 2px solid #ffffff;}
  .captionarea  {bottom: 0; width: 80%;	opacity: 1.0;}
/* ===miscellaneous coding === */
  .lgproduct-image {width: 60%; margin: 1%; padding: 0; text-align:center;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
	h2 {font-size:1.5em }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
}
 
/* ================ small tablet/landscape ============== */
@media screen and (max-width: 800px) and (min-width: 769px) {
 	.wrapper {width: 95%; margin: 0 auto; } 
/* ===slideshow and static image area === */
  #topsection {margin: 0; padding: 0 5px 20px 5px; height: 390px;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; border-left: 5px solid #ffffff; border-bottom: 2px solid #ffffff;}
  .captionarea  {bottom: 0; width: 80%;	opacity: 1.0;}
/* ===miscellaneous coding === */
  h2 {font-size:1.5em }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
  .lgproduct-image {width: 60%; margin: 1%; padding: 0;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
}
 
/* ================ large tablet portrait ============== */
@media screen and (max-width: 768px) and (min-width: 601px) {
	.wrapper {width: 95%; margin: 0 auto;} 
/* ===slideshow and static image area === */
  #topsection {margin: 0; padding: 0 5px 0 5px; height: 410px;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; border-left: 5px solid #ffffff; border-bottom: 2px solid #ffffff;}
  .captionarea  {bottom: 0; width: 80%;	opacity: 1.0;}
/* ===miscellaneous coding === */
  h2 {font-size:1.2em; }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
	.lgproduct-image {width: 60%; margin: 1%; padding: 0; text-align:center;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
}
 
/* ================ between desktop laptop large tablet landscape ============== */
@media screen and (max-width: 914px) and (min-width: 801px) {
	.wrapper {width: 96%; margin: 0 auto; font-size: 0.90em;} 
/* ===slideshow and static image area === */
  #topsection {margin: 0; padding: 0 5px 0 5px; height: 410px;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; border-left: 5px solid #ffffff; border-bottom: 2px solid #ffffff;}
}
 
/* ================ desktop laptop ============== */
@media screen and (max-width: 1020px) and (min-width: 915px) {
	.wrapper {width: 98%; margin: 0 auto;} 
  #topsection {margin: 0; padding: 0 5px 0 5px; height: 440px;}
  #mainimagearea {width: 90%; height: auto; background-color: #fff; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; border-left: 5px solid #ffffff; border-bottom: 2px solid #ffffff;}
	.captionarea {bottom: 4%;	right: 5.5%;}
}

@media print {
.nonp {
	display: none;
	}
body {
	clear: both;
	width: 100%;
 	background: transparent none;
 
}
}

