@charset "iso-8859-1";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #696;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		height: 100%;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
} 
.twoColFixLtHdr #header  h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #0F6818;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
} 
.twoColFixLtHdr #container #top_nav {
	background-color: #FFF;
	letter-spacing: 2px;
	font-size: .9em;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #top_nav a:link {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFF;
	color: #0F6818;
	text-decoration: none;
}
.twoColFixLtHdr #container #top_nav a:active {
	padding-top: 0;
	padding-bottom: 0;
	color: #FFE103;
}
.twoColFixLtHdr #container #top_nav a:hover {
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: underline;
}
.twoColFixLtHdr #container #top_nav a:visited {
	padding-top: 0;
	padding-bottom: 0;
	color: #63F;
	text-decoration: none;
}
.twoColFixLtHdr h1 {
	font-size: 1.3em;
	color: #0F6818;
}
.twoColFixLtHdr  h2 {
	font-size: 1.2em;
	color: #0F6818;
}
.twoColFixLtHdr #container #mainContent ul {
	text-decoration: none;
	list-style-type: none;
}

.twoColFixLtHdr h3 {
	font-size: 1.1em;
}
.twoColFixLtHdr h4 {
	font-size: 1.3em;
}
.twoColFixLtHdr #container #footer #modified p {
	padding-left: 100px;
}
.twoColFixLtHdr #container #sidebar1 p a img {
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a {
	text-decoration: none;
}

#accessibleOptions {color:#cccccc; padding-left:0.5em; background-color:#0f6818}
#accessibleOptions a {color:#ffffff; font-size:80%}
#accessibleOptions a:hover, #divViewOptions a:focus {color:#ffe103; text-decoration:underline}

/* new styles for contact info */
.indent2em {
	margin-left:2em}
	
dl.tableLayout {
	float:left; 
	overflow:visible; 
	width:100%; 
	line-height:1.4em}
	
dl.tableLayout dt {
	clear:both; 
	display:block; 
	float:left; 
	font-weight:bold; 
	height:auto; 
	margin:0; 
	padding:.5em .5em .5em 0; 
	text-align:right}

dl.tableLayout dd {
	display:block; 
	float:left; 
	margin:0; 
	padding:.5em 0 .5em .5em}

dl.titlePercent10 dt, dl dt.titlePercent10 {
	min-width:4em; 
	width:10%}

dl.titlePercent10 dd, dl dd.titlePercent10 {
	width:80%}

dl.titlePercent20 dt, dl dt.titlePercent20 {
	min-width:8em; 
	width:25%}

dl.titlePercent20 dd, dl dd.titlePercent20 {
	width:66%}

.hide{display:none}

ul.getDirections{font-weight:normal; padding-left:1em; margin-left:1em;}
