/*  ************* body, links and common test styles *************** */
body  {
	font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;
	font-size: 100.1%;
	text-align: center;  /* this centers the container in IE 5* browsers. */
	margin: 0;
	padding: 0;
	background-color: #003D00;
}
	
a:link {text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {text-decoration: none;
 		background-position: 0;} /* fix pop-up on hover */

p, h1, h2, h3, h4, h5, h6 ul, li {
	font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* ********* fix IE whitespace bug for ul lists re: Georg WD-i list ******** */
li a {height: 1%;} /* kill whitespace bug */
li a:hover {background-position: 0;} /* fix pop-up on hover */
/* ************** */

#cntrdc {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	height: 700px;
	position: relative;
	background-image: url(../graphics/images/dc_map.jpg);
} 
#cntrCO {
	width: 700px;
	margin: 0 auto 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/images/corp_map.jpg);
	background-position: left top;
	height: 450px;
	position: relative;
}
#addr {
	width: 40%;
	position: relative;
	left: 120px;
	padding: 360px 0px 0px;
	margin: 0px 75px 0px 0px;
	float: left;
	height: 100%;
}
#dirs {
	padding: 0px;
	text-align: left;
	width: 46%;
	height: 100%;
	position: relative;
	margin: 55px 20px 0px 0px;
	float: right;
} 
#dirsCO {
	padding: 0px;
	text-align: left;
	width: 45%;
	height: auto;
	margin: 0px 25px 0 350px;
}
#dirs h1 {
	font-size: 1em;
	color: #990000;
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0px;
	font-weight: 600;
	line-height: 1.2em;
}
#dirsCO h1 {
	font-size: 1em;
	color: #990000;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
	clear: right;
	padding-top: 40px;
}
/* h1 class under map */
.dsh {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
}
h2 {
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	line-height: 1.1em;
	margin: 4px 0px 2px;
}
h3 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 530px;
	margin-top: 1px;
	margin-bottom: 5px;
}
.dsctr {
	font-size: 1em;
}
.ph8 {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}

.fx {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 43px;
	margin-right: 3px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin-bottom: 3px;
	font-style: italic;
	margin-top: 1px;
}
ul {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
li {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 2px;
	line-height: 1em;
	margin-left: 10px;
}
/* for sub and superscript */
#dirs sup {
	font-size: 0.8em;
    vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
}
/* return to page link */
.CW a:link {
	font-family: Georgia, Times, "Times New Roman", "Trebuchet MS", serif;
	font-size: 0.9em;
	color: #990000;
	text-decoration: underline;
	text-align: left;
}
.CW a:visited {
	color: #FF0000;
}
.CW a:hover {
	font-size: 0.9em;
	color: #003300;
}
/* this class placed on break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

