html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/background.gif) no-repeat;
	font-family: Verdana, Arial, Georgia;
}
#page-container {
	width: 982px;
}
#header {
	height: 178px;
	background-image:url(../images/TOPphotos.jpg);
	background-repeat: no-repeat;
	background-position: 415px 0px
}
#headerAddress {
	margin-left: 321px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header h1 {
	margin-left: 321px;
	z-index: 4;
	position: absolute;
	left: 77px;
	top: 160px;
	font-family: Terbuchet, "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #5474a9;
	height: 25px;
	}

#content {
	margin-left: 246px;
	padding-top: 40px;
}

#content h2 {
	font-family: Terbuchet, "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #5474a9;
	padding-top: 10px;
}

#content h3 {
	font-size: .85em;
	line-height: 1.4em;
	color:#333;
	border-bottom: 1px dashed;
	width: 100%;
	clear:right;
}
/* used on Staff pages */
#content h4 {
	font-size: .9em;
	line-height: 1.4em;
	color:#5474a9;
	border-bottom: 1px dashed;
	width: 100%;
	margin-bottom:2px;
}
.staffPage {
	margin-top:2px;
	margin-bottom:12px;
}

#content p, #content ul, #content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	color:#333;
	}
#content .indent {text-indent: 30px;}

#content ul.left {
    float: left;
    width: 203px; 
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: 30px;
  }
  
#content ul.right {
    float: right;
    width: 200px; 
    margin: 0 150px 25px 0;
    padding: 0;
    list-style: none;
  }

#content ul.photo {margin-right: 0;}  

#content p.space {margin-bottom: 25px;}
TD 
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	color:#333;
	} 
  
img.imageleft {
	float: left;
	margin-right: 25px;
	padding: 5px 5px 5px 0;
}
img.imageright {
	float: right;
	margin-left: 25px;
	padding: 5px 0 5px 5px;
}
/* images with rounded corners using css, not in use now */
.imageleftCorner {
	float: left;
	margin-right: 25px;
	padding: 5px 5px 5px 0;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}
.imageleftCorner img { opacity: 0; }
.imagerightCorner {
	float: right;
	margin-left: 25px;
	padding: 5px 0 5px 5px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}
.imagerightCorner img { opacity: 0; }

#main-nav {
	float: left;
	width: 221px;
	padding-top: 43px;
}




#footer {
	height: 66px;
	clear: both;
}

#copyright {
	font-size: 12px;
	line-height: 25px;
	padding-left: 270px;
	text-align: center;
}
/* Techniques page needed a smaller padding left attribute */
#copyrightTechniques {
	font-size: 12px;
	line-height: 25px;
	padding-left: 27px;
	text-align: center;
}

#breadcrumb a:link {
	color: #f68953;
	text-decoration: underline;
}

#breadcrumb a:visited {
	color: #f68953;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #5474a9;
	text-decoration: underline;
}

a:link {
	color: #5474A9;
	text-decoration: none;
}

a:visited {
	color: #5474A9;
	text-decoration: none;
}

a:hover {
	color: #5474A9;
	text-decoration: underline;
}

ul.homepage {margin-left: 15px;}
ul.homepage li {margin-left: 15px; line-height: 1.2em;}


/* styles for site map */
.ItemStyle {
	font-family: "Arial";
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(/images/usm.gif);
	color: #003399;
}
.PopItemStyle {
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(/images/dsmh.gif);
	color: #003399;
	font-family: "Arial";
}
/* end site map styles */

