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

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/bodybkgrd.png);
	background-attachment: fixed;
}
	
h1 {
	background-image:url(images/h1logo.png) ;
	position: relative left: 0px;
	background-repeat: no-repeat;
	height: 200px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

h2 {
	font-size: 1.5em;
	padding-right: 0px;
	margin-right: 0px;
	color: #0071BC;
	border: none;
}

p {
	margin: 0;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-color: #B6B8C1;
	padding: 0 2em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #000000;
	text-indent: 1.4em;
	font-size: .9em;
}

ul {
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}

#navlinks {
	margin: 0;
	padding: .5em 3em;
	color: #FFFFFF;
}

#navlinks li {
	display: inline;
	margin-right: .3em;
	padding-right: .3em;
	border-right: 1px solid #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

#navlinks li.last {
	border: 0
}

#navlinks a {
	color:#888888;
	text-decoration: none;
}

#navlinks a:hover {
	border-bottom: solid #888888;
}

#content {
	margin: 0 25% 5% 25%;
}

#donahue_info {
	margin-left: 2em;
	float: left;
	width: 45%;
	margin-top: 1em;
}

#bauer_info {
	float: right;
	width: 50%;
	margin-top: 1em;
}

#directions, #rgdinfo li, #mcbinfo {
	font-size: 1.1em;
}

#metrosidebar, #directions, #googlesidebar {
	list-style-type: none;
	width: 150px;
	float: left;
	margin: 10px;
} 

#officedirections #directions {
	width: 420px;
}

#metrosidebar p, #googlesidebar p{
	text-indent: 0px;
	border: 0;
	padding: 10px;
	margin: 0;
	letter-spacing: 0em;
}

#metrosidebar a, #googlesidebar a {
	text-decoration: none;
}

dl {
	letter-spacing: 0.1em;
	font-size: .9em;
}

dl a {
	letter-spacing: 0
}

	
#footer {
	clear: both;
	padding: .5em 3em;
	background-color: #ADD1F3;
	text-align: center;
	}

#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	border: none;
	letter-spacing: 0;
}

#footer a {
	color:#555555
}

#washingtonian {
	float: left;
}

#consumercheckbook {
	float:right;
}

#officedirections {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

form {
	width: 460px;
	background: #efefef;
	color: #999;
	border: 10px solid #efefef;
	text-align: left;
	margin: 0 25%;
}
label {
	clear: left;
	float: left;
	width: 100px;
	
}
label1 {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, select, textarea {
	float: left;
;
	width: 340px;
	background: #ccc;
	color: #555;
	border: 2px solid #aaa;
	font: 100% "Arial", "Verdana", "Tahoma", sans-serif;
}
input1, select1, textarea1 {
	float: left;
	margin-bottom: 10px;
	width: 340px;
	background: #ccc;
	color: #555;
	border: 2px solid #aaa;
	font: 100% "Arial", "Verdana", "Tahoma", sans-serif;
}
input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:100px;
	width: auto;
	cursor: hand;
	cursor: pointer;
}