
body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#051629;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	max-width:1920px;					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:110%;
	font-family:Arial; }

#header {
  	width:100%;
	border-top:1px solid #000;
	margin-left:-20px; }

#header img {
	margin:0 auto; }

#footer {
  	clear:both;
  	float:left;
  	width:100%;
	border-top:1px solid #000; }

a {
	color:#369; }

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

h1, h2, h3, h4 {
	margin:.8em 35px 1em 35px;
	padding:0;
	font-size:120%; }

p {
	margin:.4em 35px .4em 35px;
	padding:0;
	line-height:150%; }

blockquote {
  	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-left: 50px;
 	padding-left: 15px;
  	border-left: 5px solid maroon; } 

blockquote p {
	color:maroon; }

aside {
	color: #013220;
	margin-left:2em;
	width:50%;
	float:right;
	border-left:7px solid #013220;
	border-radius:10px;
	margin:3em; }

aside p {
	color: #013220;
	font-size:120%;
	font-weight:600;
	line-height:115%;
	margin-top:.4em;
	margin-bottom:.1em;
	margin-left:.5em;
	margin-right:.5em;
	font-family:caslon; }

aside p:first-child {
	margin-top:10px; }

aside p:last-child {
	margin-bottom:10px; }

img {
	border-radius:8px;
	margin:.4em 15px .8em 15px; }
	
.menutableA {							/* ----Menutable is used for the top navigation horizontal.--- */
	margin:1px auto 0 auto;
	background-color:; }

.menutableA td a {
	display:block;
	font-size:105%;
	font-weight:bold;
	margin:1px 5px 1px;
	padding:6px;
	text-align:center;
	background:#5D755F;
	color:#F0E5D0;
	text-decoration:none;
	border-radius:.58em;
	font-family:ubuntu; }

.menutableA td a:hover {
	transition: all .4s linear; 
	background-color:#97A890;
	color:black; }
	
.milliontable {
	margin:0 auto;
	width:90%;
	background-color:#013220;
	border-radius:10px; 
	border-collapse: collapse;
}

.milliontable td {
	 box-sizing: border-box;
}

.milliontable td img {
	width:98%;
	 box-sizing: border-box;
}

.sanitationtableB {
	margin:0 auto;
	border:2px solid maroon;
	border-collapse:collapse;
	border-radius:4px;
	font-size:90%; }
	
.sanitationtableB th {
	text-align:center;
	padding: 9px;
	border:2px solid maroon;
	border-radius:4px; }
	
.sanitationtableB td {
	text-align:center;
	padding: 4px 12px;
	border:2px solid maroon;
	font-weight:800; }

.sanitationtable {
	margin:0 auto;
	border:4px solid maroon;
	border-collapse:collapse;
	font-size:120%; }
	
.sanitationtable th {
	text-align:center;
	border:4px solid maroon;
	font-weight:800;
	border-radius:4px; }
	
.sanitationtable td {
	text-align:center;
	padding: 10px 15px;
	border:2px solid maroon;
	font-weight:800;
	border-radius:4px; }

.navigtable {
	margin:0 auto;
	background-color:#F0E5D0;
	border-collapse:separate; }

.navigtable td {
	font-weight:600;
	font-size:85%;
	text-align:center;
	background:#97A890;
	color:black;
	border-radius:.5em;
	padding:12px;
	margin-right:20px; }

.navigtable td a {
	background:#97A890;
	color:black;
	text-decoration:none; }

.navigtable td a:hover {
	color:white !important; }


.whynottable {
	margin:0 auto;
	width:94%;
	background-color:#013220; }

.whynottable th {
	background-color:#013220;
	width:50%;
	margin:0 auto; }

.whynottable td {
	line-height:130%;
	padding:8px 8px;
	border:10px;
	border-radius:6px;
	width:50%;
	background-color:#013220;
	margin:0 auto; }

.whynottable td img {
	width:96%;
	margin:0 auto;
	padding:1px 15px;
	border-radius:26px; }

.whynottable p {
	font-size:105%;
	color:whitesmoke;
	text-align:left;
	font-weight:300; }

.whynottable p a {
	color:whitesmoke; }

.dotetable {
	margin:0 auto;
	width:97%;
	border:4px solid #013220;
	border-radius:6px;
}

.dotetable td {
	width:50%;
	border:4px solid #013220;
	padding:12px;
	font-size:115%;
	vertical-align:top;
}

.dotetable td p {
	font-size:95%;
}

.dotetable tr:nth-child(even) {
    background-color:#97A890;
    color:black;
}


ul {
	margin:1em 5em; }


ul li {
	line-height:150%;
	margin-top:10px;
	font-size:100%; }

.center {
	text-align:center;
	margin:0 auto; }

.treelist {
	list-style-image: url("images/treeimg.png"); }

#backdiv {
	 background-image: url('images/sunsetalaska2.jpg'); }


.intextimgright {
	float:right;
	margin:10px;
	display:block;
	padding:0px;
	border-radius:8px; }

.intextimgright img {
	width:100%;
	display:block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px; }

.intextimgleft {
	float:left;
	margin:10px 20px 0px 35px;
	display:block;
	padding:0px; }

.intextimgleft img {
	width:100%;
	display:block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px; }

	/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden; }		/* This chops off any overhanging divs */

	/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative; }

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden; }

figcaption {
	margin:0 auto;
	color:black;
	text-align:left;
	font-size:85%;
	line-height:120%;
	padding:7px 10px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color:#97A890;
	margin-bottom:5px; }

	/* F
	l page settings */
.fullpage {
	background:#F0E5D0; }		/* page background colour */

.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%; }			/* page left padding */

body#index a#indexnav,
body#propertytax a#propertytaxnav,
body#urbanforest a#urbanforestnav,
body#streambanks a#streambanksnav,
body#medians a#mediansnav,
body#invasives a#invasivesnav,
body#parkinglots a#parkinglotsnav,
body#curbside a#curbsidenav,
body#affordable a#affordablenav,
body#greenhouses a#greenhousesnav,
body#milliontrees a#milliontreesnav,
body#whynot a#whynotnav,
body#townhall a#townhallnav,
body#dote a#dotenav {
	font-weight:700;
	text-align:center;
	background:#97A890;
	color: maroon;
	text-decoration:none;
	font-size:115%; }
