﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#000000;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#143874;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#143874;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	color:#000000;
	height: 1px;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */
/* EXAMPLE...
.myClassName {
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 10px;
    color: #842910;
}
*/

#recycling {
	border:1px green solid;
	color:green;
	font-size:90%;
}

.box {
	color:green;
	font-size:70%;
}


.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

.header {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color:#143874; 
	font-weight:bold; 
}

.banner {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color:#F62424; 
	font-weight:bold; 
}

.watermark {
  	background: #fff url('/images/watermark.jpg') no-repeat right bottom;
}

.leftnav {
	border-right: 1px solid #143874;
	border-top: 1px solid #143874;
}

.leftnav a:link, .leftnav a:active, .leftnav a:visited {
	display: block;
	color: #143874;
	height: 26px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #143874;
	background-color:#B0BBCF;
	background-image: url('/images/navbkgrd.jpg');
	background-repeat: no-repeat;
	background-position: right; 
}

.leftnav a:hover {
	display: block;
	color: #F62424;
	height: 26px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #143874;
	background-color:#B0BBCF;
	background-image: url('/images/navbkgrdover.jpg');
	background-repeat: no-repeat;
	background-position: right; 
}

.subnav {
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #143874;	
}

.subnav a:link, .subnav a:active, .subnav a:visited {
	display: block;
	color:#143874;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffffff; 
}

.subnav a:hover {
	display: block;
	color:#B0BBCF;
	height: 26px;
	line-height: 26px;
	font-size: 10px;
	font-weight:bold;
	vertical-align: middle;
	padding-left: 15px;
	text-decoration: none;
	background-color:#ffffff; 
}






/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */

a:link.nav { 
	color: #143874; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:visited.nav { 
	color: #143874; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active.nav {
	color: #143874; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover.nav { 
	color: #F62424; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #F62424; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #F62424; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #F62424; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #143874; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

/* END HYPERLINKS SECTION */