table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border: 0; }

ol, ul {
	list-style: none;
}


/* Global */

html 	{	}




/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-color: #999;
	font-size: 26px;
	border-bottom-style: none;
	text-transform: none;
	background-color: #FFF;
}
h2 {
	color: #B07B00;
	font-size: 16px;
	font-style: normal;
	padding-left: 10px;
	float: left;
}


h3 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 14px;
}
h4 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	vertical-align: top;
	text-decoration: underline;
}

h5 {
	font-size:14px;
	color: #000;
}
H8 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-align: center;
}

h6 {
	font-size:12px;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight: normal;
	text-decoration: none;
	float: left;
}
h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
h9 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}



h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

a           	{   }
a:link			{
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;

}
a:visited		{
	color: #000;
	text-decoration: none;
}
a:active		{
	color: #000;
	text-decoration: none;
}
a:focus			{
	color: #000;
}
a:hover     	{
	color: #B07B00;
}

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }


/* Lists */

ul          	{
	list-style-type: none;
	list-style-image: url(../images/nav/base.jpg);
	list-style-position: inside;
	width: 144px;
	margin-top: 60px;
}
ol          	{ list-style-type:decimal; }

ul li		    {
	color:#AA7500;
	font-size:12px;
	text-align: left;
}
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{
	text-align: center;
}
caption 		{ 	}

tfoot       	{	}

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}
#body {
	background-image: url(../images/bkgrnd5_1.jpg);
}


/* Containers */

#outer 			{
	width: 926px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#wrapper 			{
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
	height: auto;
}
#wrapper #logo {
	width: 880px;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
	padding: 10px;
	background-image: url(../images/banner/b2.jpg);
}

#outer #wrapper #topnav {
	clear: none;
	float: left;
	width: 900px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#outer #wrapper #logo a img {
	position: static;
	margin-top: 106px;
	margin-left: 690px;
}
#outer #wrapper #content {
	float: left;
	width: 900px;
	background-color: #FFF;
	height: auto;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding: 0px;
}
#outer #wrapper #content #left-side {
	float: left;
	width: 650px;
	background-color: #E9E9E9;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#outer #wrapper #content #left-side p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#outer #wrapper #content #left-side #left-side-head {
	height: 45px;
	width: 640px;
	background-color: #FFF;
	text-align: left;
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#outer #wrapper #content #left-side #left-side-head a img {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#outer #wrapper #content #left-side #left-side-head #hd1 {
	float: left;
	height: auto;
	width: 300px;
	line-height: 14px;
}
#outer #wrapper #content #left-side #left-side-head #hd2 {
	float: right;
	height: auto;
	width: 300px;
	padding: 0px;
	margin-right: 10px;
}


#outer #wrapper #content #left-side img {
	padding: 14px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-left: 7px;
}
#outer #wrapper #content #left-side #times {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#outer #wrapper #content #left-side #times ul {
	list-style-type: disc;
	list-style-image: none;
	width: 600px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#outer #wrapper #content #left-side #times ul li {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

#outer #wrapper #content #left-side #haulertimes {
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: none;
	background-color: #FFF;
}
#outer #wrapper #content #left-side #haulertimes ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	width: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#outer #wrapper #content #left-side #haulertimes ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#outer #wrapper #content #left-side #form_div {
	height: 300px;
	background-color: #FFF;
	float: left;
	clear: both;
}
#outer #wrapper #content #left-side #nav_bot {
	float: left;
	width: 650px;
	margin-top: 0px;
}



#outer #wrapper #content #rightside{
	float: left;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: auto;
}
#outer #wrapper #content #rightside #right_top {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: thin none #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




#outer #wrapper #content #rightside #right_top p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#outer #wrapper #content #rightside #right_mid {

}
#outer #wrapper #content #rightside #pymt {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#outer #wrapper #content #rightside #right_bot {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #930000;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px none #B07B00;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
	padding-bottom: 10px;
}
#outer #wrapper #content #rightside #right_bot #right_bot_1 {
	height: 51px;
	width: 54px;
	float: left;
	margin-top: 72px;
	margin-left: 30px;
}
#outer #wrapper #content #rightside #right_bot #right_bot_2 {
	height: 51px;
	width: 56px;
	margin-left: 125px;
	float: left;
	clear: both;
	margin-top: -51px;
}
#outer #wrapper #content #rightside #right_bot1 {
	height: auto;
	width: 200px;
	background-color: #F7EDDF;
	margin-top: 10px;
	background-image: url(../images/georgetown.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 0px solid #F4EDDD;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#outer #wrapper #content #rightside #right_bot1 p {
	margin-top: 96px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	height: 100px;
}





#outer #wrapper #bottom {
	width: 900px;






	height: 100
\;
	background-color: #FFF;
	float: left;
	height: 100px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
	padding-top: 10px;
}

#outer #wrapper #bottom #bot_1 {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	height: auto;
	padding-bottom: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outer #wrapper #bottom #bot_2 {
	float: left;
	height: auto;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outer #wrapper #bottom #bot_3 {
	float: left;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outer #wrapper #bottom #bot_4 {
	float: left;
	height: auto;
	vertical-align: text-bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outer #wrapper #bottom  a img {
}

#outer #wrapper #bottom #bot_5 {
	float: left;
	height: auto;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outer #wrapper #bottom #bot_6 {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#outer #wrapper #bottom a img {
	display: inline;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#outer #wrapper #footer {
	width: 880px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	clear: both;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#outer #wrapper #content #left-side #form_div form table tr td label {
	vertical-align: text-top;
}
#outer #wrapper #content #left-side #form_div form table tr td {
	font-size: 12px;
}

	
input, select, textarea, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }




#box1 {   }


#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }


/* Layout Extra */




/* Navigation Extra */



/* Forms */

form { text-align:left; margin:20px;	}

label, submit, input, textarea {
	border:0;
	padding:0;
	margin:0;
	background:none;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	}

label { 
	float: left; width: 150px;
	text-align:right; display:block;
	}
	
input, textarea {
	border:1px #333 solid;
	margin-left:10px;
	font-weight: normal;
	}

input { 
	width: 280px; margin-bottom: 16px; 
	}

textarea {
	width: 280px; height: 150px;
	margin-bottom: 16px;
	}


select {	}

br	{ clear: left; 	}

.submit {
	width:200px;
	height:25px;
	font-size:14px;
	float: right;
	margin-left: 150px;
}


/* Miscellaneous  */

.date{font-weight:bold; color:#980201;

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{
	font-size:10px;
	font-style:normal;
	color:#000;
	margin-left: 0px;
	font-weight: lighter;
	padding-left: 0px;
	text-align: center;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
}

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

/* Images */
.image-frame	{
	border:1px ridge #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

.float-right	{ float:right; }

.float-left		{
	float:left;
	padding-top: 28px;
}
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{
	display:block;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
}
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }
#mapdiv {
	height: 814px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#recyclediv {
	background-image: url(../images/paper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
}
#recyclediv p {
	margin-left: 70px;
}
