@charset "utf-8";
/* CSS Document */

html, body, table, td, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
table {
	border-collapse:collapse;
}
img {
	border: none;
}
body {
	background-color: #707988;
	font-family: Tahoma, Arial, sans-serif;
}

/* main link styling */
a.links1:link, a.links1:visited, a.links1:active {
	color: #912E20;
	font-size: 12px;
	text-decoration: underline;
}
a.links1:hover {
	color: #AB893A;
	text-decoration: underline;
}
/* end main link styling */

/* glossay link styling */
a.gloss:link, a.gloss:visited, a.gloss:active {
	color: #715B2A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.gloss:hover {
	color: #937115;
	font-weight: bold;
	text-decoration: underline;
}
/* end link styling */
/* tool tips link styling */
a.tips:link, a.tips:visited, a.tips:active {
	font-size: 12px;
	color: #4E545C;
	line-height: 16px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-image: url(images/bg-tips-up.gif);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left 6px;
	height: 16px;
	background-color: #E2E6EF;
}
a.tips:hover {
	font-size: 12px;
	color: #745C2E;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 16px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #F5EFE9;
	height: 16px;
	background-image: url(images/bg-tips-mo.gif);
}

/* site wrapper */
#wrapper {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* for 3 column pages */
#inner-wrap1 {
	background-image: url(images/bg-repeat.jpg);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	float: left;
}
/* for 2 column pages */
#inner-wrap2 {
	background-image: url(images/bg-repeat2.jpg);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	float: left;
}
#masthead {
	background-image: url(images/bg-masthead.jpg);
	width: 1000px;
	height: 125px;
}
/* main container */
#container {
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#main1 {
	width: 715px;
	padding-left: 285px;
	float: left;
	padding-top: 35px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 25px;
}
#main1-short {
	width: 715px;
	height: 500px;
	padding-left: 285px;
	float: left;
	padding-top: 35px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#left-col {
	width: 230px;
	margin-left: 0px;
	position: absolute;
	left: 13px;
	top: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 28px;
	margin-right: 0px;
	margin-top: 20px;
}
#right-col {
	width: 225px;
	float: left;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* 3 column content container */
#content1 {
	width: 415px;
	float: left;
	margin-top: 5px;
}
/* 2 column content container */
#content2 {
	width: 670px;
	float: left;
	margin-top: 5px;
}
/* begin Glossary page alphabet anchor container */
#alpha {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/* end Glossary alphabet anchor container */

/* sidenav quicklinks */
#sidenav {
	width: 225px;
	color: #333333;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
	
#sidenav ul {
	list-style: none;
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
		}
#sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D9E2;
	padding: 0px;
	margin: 0px;
}
	
#sidenav li a {
	display: block;
	color: #672116;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 24px;
	font-size: 13px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	margin-top: 6px;
	background-image: url(images/btn-quicklink-up.jpg);
	background-repeat: no-repeat;
	letter-spacing: .06em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

html>body #sidnav li a {
	width: auto;
}

#sidenav li a:hover {
	background-color: #E2E6EF;
	background-image: url(images/btn-quicklink-mo.jpg);
	color: #2C3552;
	text-decoration: none;
}
#sidenav ul  li  {
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.sidenavtext1 {
	font-size: 10px;
	color: #636B76;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
}
/* end sidenav quicklinks */

/* clear items */
.clear {
	clear: both;
}

.indent1 {
	margin-left: 10px;
}
.indent2 {
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E8EAEC;
	padding-top: 0px;
	margin-top: 0px;
}
.bgpic1 {
	background-image: url(images/pic-compass1.gif);
	background-repeat: no-repeat;
	background-position: 575px bottom;
}
.bgpic2 {
	background-image: url(images/pic-compass1-md.gif);
	background-repeat: no-repeat;
	background-position: 550px 100px;
}
/* strong (bold), italic and underline text styling */
.bold {
	font-weight: bold;
}
.boldgloss {
	font-weight: bold;
	color: #16335F
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.p-main1 {
	font-size: 12px;
	color: #636B76;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 16px;
	padding-left: 5px;
}
.p-rightcol {
	font-size: 11px;
	color: #636B76;
	padding-bottom: 5px;
	font-weight: normal;
}
.p-leftcol {
	font-size: 12px;
	color: #2D354A;
}
.p-leftrule {
	font-size: 12px;
	color: #2D354A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #415470;
	text-align: left;
	margin-left: 30px;
	padding-left: 5px;
}
h1 {
	font-size: 15px;
	padding-bottom: 5px;
	color: #707988;
	padding-top: 5px;
	padding-left: 5px;
}
.h1clone {
	font-size: 15px;
	padding-bottom: 5px;
	color: #707988;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #707988;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C6CC;
}
.h2clone {
	font-size: 13px;
	color: #795D2E;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5CAD0;
	margin-left: 5px;
	padding-left: 1px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.subhd1 {
	font-size: 12px;
	font-weight: bold;
	color: #707988;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6DBE9;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.subhd1-logo {
	font-size: 12px;
	font-weight: bold;
	color: #2A374A;
	padding-left: 24px;
	padding-bottom: 6px;
	background-image: url(images/pic-logo-leftcol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
}
.subhd2 {
	font-size: 12px;
	font-weight: bold;
	color: #707988;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul.bullet1 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
ul.bullet1 li {
	font-size: 12px;
	color: #636B76;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
}
ul.bullet2 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 325px;
}
ul.bullet2 li {
	font-size: 12px;
	color: #636B76;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
}
ul.bullet3 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
ul.bullet3 li {
	font-size: 12px;
	color: #636B76;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
}
#callout1 {
	float: right;
	width: 225px;
	background: url(img/bg.gif) no-repeat top left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15;
	margin-top: 30px;
  	}


/* begin callouts used on index page, */

#callout1 a:link, #callout1 a:visited, #callout1 a:active {
	color: #912E20;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#callout1 a:hover {
	color: #937115;
	text-decoration: none;
}
#callout1 .subhd2 {
	font-size: 12px;
	font-weight: bold;
	color: #405473;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#callout1 dl {
	float: right;
	width: 230px;
	display: inline; /* fixes IE/Win double margin bug */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(images/bg-item1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
  	}
#callout1 dt {
	width: 195px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #405473;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	float: right;
	padding: 0;
	margin: 0;
  	}
#callout1 dd {
	font-size: 11px;
	color: #636B76;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 38px;
	padding: 0;
  	}
#callout1 dl dd.img {
   	margin: 0;
   	}
#callout1 dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#callout1 .alt dt {
  	float: left;
  	}
#callout1 .alt dd {
  	margin: 0 98px 0 0;
  	}
#callout1 .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
/* end callouts */
/* begin team/staff styling*/

#team-container {
	float: left;
	width: 660px;
	background: url(img/bg.gif) no-repeat top left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
  	}

#team-container a:link, #team-container a:visited, #team-container a:active {
	color: #606875;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
#team-container  a:hover {
	color: #937115;
	text-decoration: underline;
}
.team {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
.team-p {
	font-size: 11px;
	color: #636B76;
	line-height: 14px;
	padding-top: 8px;
	float: right;
	width: 533px;
	margin: 0px;
}
.card-p {
	font-size: 11px;
	color: #636B76;
	line-height: 14px;
	padding-top: 8px;
	float: right;
	width: 250px;
	margin: 0px;
}
.card-title {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #606875;
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
.team-pic {
	float: left;
	width: 115px;
	padding-right: 10px;
	padding-top: 3px;
}
.card-pic {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-top: 3px;
}
.team-name {
	color: #606875;
	font-size: 13px;
	font-weight: bold;
}
.team-title {
	font-size: 11px;
	font-weight: bold;
	color: #606875;
	margin: 0px;
	padding: 0px;
}
.team-divide {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/bg-divide.gif);
	background-repeat: repeat-x;
	height: 20px;
}

/* end team/staff styling*/
.pic-sm {
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
}
.ad1-r {
	width: 225px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}
.ad1-l {
	width: 225px;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
}
/* begin pic-chart styling */
#pic-chart {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	width: 600px;
}
#pic-chart img {
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 500px;
}
#pic-chart p {
	font-size: 10px;
	color: #636B76;
	padding-bottom: 10px;
}
/* end pic-chart styling */

/* begin 175px wide pics */
#pic1, pic1a {
	width: 175px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}
#pic2, pic2a {
	width: 175px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
/* end 175px wide pics */

/* begin 250px wide pics */
#pic3, pic3a {
	width: 250px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}
#pic4, pic4a {
	width: 250px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
/* end 250px wide pics */

#nav-container {
	background-image: url(images/bg-navtop.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav-top {
	position: absolute;
	top: 0px;
	width: 690px;
	margin-left: 276px;
	background-color: #2A374A;
}
#sitemap {
	float: left;
	margin-bottom: 45px;
	padding-left: 25px;
}
/* sitemap link styling */
#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	color: #912E20;
	font-size: 12px;
	text-decoration: none;
}
#sitemap a:hover {
	color: #AB893A;
	text-decoration: underline;
}
#sitemap ul {

}
#sitemap li {
	line-height: 20px;
}
/* end sitemap link styling */

/* Contact page styling */
/* begin interactive Map on contact page */
#map {
	padding: 0px;
	height: 350px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
iframe {
	border: 2px solid #CCCCCC;
}
/* end interactive Map on contact page */
/* contact page email link styling */
#contact-email a:link, #contact-email a:visited, #contact-email a:active {
	color: #912E20;
	font-size: 12px;
	text-decoration: underline;
}
#contact-email a:hover {
	color: #AB893A;
	text-decoration: underline;
}
/* contact page email link styling */
/* End contact page styling */

#footer {
	background-image: url(images/bg-footertop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	clear: both;
	float: left;
}
#footer-top {
	background-image: url(images/bg-footertop.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 1000px;
}
#footer-mid {
	background-image: url(images/bg-footer-mid.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}
#footer-content {
	width: 1000px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer-bot {
	background-image: url(images/bg-footer-bot.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 45px;
	background-position: top;
}

/* begin footer sitemap links container */
#footer-links1 {
	padding-top: 5px;
	padding-bottom: 20px;
	float: left;
	width: 1000px;
}
#footer-links1 a:link, #footer-links1 a:visited, #footer-links1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 3px;
}
#footer-links1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #CC9966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 3px;
}
.footer-text2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#pmm-info {
	clear: both;
}
.dividers {
	color: #7CA7D6;
	font-size: 9px;
	font-weight: normal;
}


/* begin disclaimer styling */
#disclaimer {
	background-image: url(images/bg-grad2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #384963;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #384963;
	padding: 0px;
	clear: both;
}
#disclaimer p {
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #DBDBDB;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#disclaimer a:link, #disclaimer a:visited, #disclaimer a:active {
	font-size: 10px;
	font-weight: bold;
	color: #BBCCDD;
	text-decoration: underline;

}
#disclaimer a:hover {
	font-weight: bold;
	color: #CC9966;
	text-decoration: underline;
}
/* end disclaimer styling */


/* link to pmm only */
.pmm {
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
a.pmm:link, a.pmm:visited, a.pmm:active {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.pmm:hover {
	font-weight: bold;
	color: #755B28;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* end footer styling */
