.black {
	color: black;
}

.box-bordered {
	margin: 10px;
	padding: 10px;
	border: solid 2px #0000CD;
}

.box-bordered-centered {
	margin: 10px 25%;
	padding: 10px;
	border: solid 2px #0000CD;
}

.box-centered {
	margin: 0 25%;
	padding: 0 10px;
}

.button-blue {
	width: 50%;
	margin: 5px 24%;
	font-weight: bold;
	text-align: center;
}

.button-blue a, .button-blue a:visited  {
	display: block;
	width: 90%;
	padding: 5px;
	color: White;
	background: #00008B;
	border-top: 2px #D3D3D3 solid;
	border-left: 2px #D3D3D3 solid;
	border-bottom: 2px #A9A9A9 solid;
	border-right: 2px #A9A9A9 solid;
}

.button-blue a:hover {
	color: White;
	background: Purple;
	border-top: 2px #A9A9A9 solid;
	border-left: 2px #A9A9A9 solid;
	border-bottom: 2px #D3D3D3 solid;
	border-right: 2px #D3D3D3 solid;
}

.button-red {
	width: 50%;
	margin: 5px 24%;
	font-weight: bold;
	text-align: center;
}

.button-red a, .button-red a:visited  {
	display: block;
	width: 90%;
	padding: 5px;
	color: White;
	background: Red;
	border-top: 2px #D3D3D3 solid;
	border-left: 2px #D3D3D3 solid;
	border-bottom: 2px #A9A9A9 solid;
	border-right: 2px #A9A9A9 solid;
}

.button-red a:hover {
	color: White;
	background: Purple;
	border-top: 2px #A9A9A9 solid;
	border-left: 2px #A9A9A9 solid;
	border-bottom: 2px #D3D3D3 solid;
	border-right: 2px #D3D3D3 solid;
}

.button-directory {
	width: 97%;
	font-weight: bold;
	text-align: center;
}

.button-directory a, .button-directory a:visited  {
	display: block;
	padding: 5px 0px;
	color: White;
	background: #00008B;
	border-top: 2px #D3D3D3 solid;
	border-left: 2px #D3D3D3 solid;
	border-bottom: 2px #A9A9A9 solid;
	border-right: 2px #A9A9A9 solid;
}

.button-directory a:hover {
	color: White;
	background: Purple;
	border-top: 2px #A9A9A9 solid;
	border-left: 2px #A9A9A9 solid;
	border-bottom: 2px #D3D3D3 solid;
	border-right: 2px #D3D3D3 solid;
}

.clear-all {
	clear: both;
}

.clear-left {
	clear: left;
}

.myNav {
	margin: 10px 0px;	
}

.dirNav {
	width: 160px;
	padding: 2px;
	border: solid 2px Blue;
}

.dirNav a{
	display: block;
}

.dirNav a:hover {
	background: #00008B;
	color: White;
}

.dirNav ul {
	margin: 0px;
	padding: 0px;
}

.dirNav li {
	margin: 3px 0px;
	padding: 3px;
	list-style: none;
	font-weight: bold;
	display: block;
	border: 2px ridge #0000CD;
}

.fifty {
	width: 47%;
	margin: 0px 5px;
}

.forty {
	width: 40%;
	margin: 0px 5px;
}
	
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.form_1 {
	width: 530px;
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.form_1 dt {
	float: left;
	width: 150px;
	height: 20px;
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}

.form_1 dd {
	float: left;
	width: 350px;
	height: 20px;
	margin: 0;
	padding: 5px;
}

.hidden {
	visibility: hidden;
}

.image-center {
	margin: 0px auto;
	display: block;
	text-align: center;
}

.image-article {
	float: left;
	margin: 10px;
}

.image-left {
	float: left;
	margin-right: 10px;
}

.image-right {
	float: right;
	margin-left: 10px;
}

.letter p {
	text-indent: 1.5em;
}

.list-arrows {
	margin: 5px 0px 0px 40px;
	padding: 0;
	list-style: square;
	list-style-image: url(../images/boomm2_blue.gif);
}

.list-circle, .list-circle-strong {
	margin: 0px 0px 5px 40px;
	padding-left: 0;
	list-style: circle;
}

.list-circle li, .list-circle-strong li {
	margin-left: 20px;
	padding: 0px 0px 5px 5px;
	text-indent: -10px;
}

.list-circle-strong li {
	font-weight: bold;
}

.list-comment {
	width: 98%;
	margin: 5px 0;
}

.list-comment dl {
	margin: -10px 0 10px;
	padding: 0;
	text-align: right;
}

.list-comment dt {
	margin-left: 0;
	padding: 0;
	font-size: .85em;
	font-weight: bold;
}

.list-comment dd {
	margin-left: 0;
	padding: 0;
	font-size: .75em;
}

.list-contact {
	margin-left: 40px;
}

.list-contact dt {
	margin-top: 10px;
	padding: 0px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.list-expanded li {
	padding-bottom: 5px;
}

.list-no-breaks, .list-no-breaks-right {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-no-breaks li {
	float: left;
	padding: 0px 3px;
}

.list-no-breaks-right li {
	float: right;
	margin: 0px;
	margin-left: 5px;
}

.list-no-bullet {
	list-style: none;
}

.list-office dt {
	margin-left: 30px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.list-office dd {
	margin-left: 30px;
	padding: 0;
}

.list-purple {
	list-style: square;
	list-style-image: url(../images/atlbull1.gif);
}

.list-purple li {
	padding-left: 5px;
}

.margin-bottom-minus-five {
	margin-bottom: -5px;
}

.margin-bottom-five {
	margin-bottom: 5px;
}

.margin-bottom-ten {
	margin-bottom: 10px;
}

.margin-bottom-twenty {
	margin-bottom: 20px;
}

.margin-bottom-zero {
	margin-bottom: 0;
}

.margin-left-five {
	margin-left: 5px;
}

.margin-left-ten {
	margin-left: 10px;
}

.margin-left-twenty {
	margin-left: 20px;
}

.margin-top-eighty {
	margin-top: 80px;
}

.margin-top-fifty {
	margin-top: 50px;
}

.margin-top-five {
	margin-top: 5px;
}

.margin-top-forty {
	margin-top: 40px;
}

.margin-top-sixty {
	margin-top: 60px;
}

.margin-top-ten {
	margin-top: 10px;
}

.margin-top-thirty {
	margin-top: 30px;
}

.margin-top-twenty {
	margin-top: 20px;
}

.margin-top-minus-fifteen {
	margin-top: -15px;
}

.margin-top-minus-five {
	margin-top: -5px;
}

.margin-top-minus-ten {
	margin-top: -10px;
}

.margin-top-minus-three {
	margin-top: -3px;
}

.margin-top-minus-two {
	margin-top: -2px;
}

.margin-zero {
	margin: 0;
}

.nav-left, .nav-left ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width: 160px;
	list-style: none;
}

.nav-left li {
	position: relative;
	margin-bottom: -1px;
	padding: 3px;
	float: left;
	width: 160px;
	line-height: 1.25em;
	background: White;
	border: 2px solid #00008B;
}

.nav-left li ul {
	position: absolute;
	left: -999em;
	margin-left: 165px;
	margin-top: -1.35em;
}

.nav-left li a {
	width: 160px;
	display: block;
	font-weight: bold;
}

.nav-left li a ul {
	display: none;
	left: -999px;
}

.nav-left li a:hover {
	background: #00008B;
	color: White;
}

.nav-left li:hover ul ul, .nav-left li:hover ul ul ul, .nav-left li.sfhover ul ul, .nav-left li.sfhover ul ul ul {
	left: -999em;
}

.nav-left li:hover ul, .nav-left li li:hover ul, .nav-left li li li:hover ul, .nav-left li.sfhover ul, .nav-left li li.sfhover ul, .nav-left li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	left: 3px;
}
	
.nav-top, .nav-top ul {
	padding: 0;
	margin: 0;
	margin-left: 1px;
	list-style: none;
	background-color: White;
}

.nav-top a {
	display: block;
	width: 10.2em;
}

.nav-top a:hover {
	background: #00008B;
	color: White;
}

.nav-top li {
	float: left;
	width: 10.2em;
	margin: 0 1px;
	padding: 3px 0;
	background: White;
	border: 2px solid #00008B;
}

.nav-top li ul {
	position: absolute;
	width: 10.2em;
	left: -999em;
	margin-top: 5px;
}

.nav-top li:hover ul, .nav-top li.sfhover ul  {
	left: auto;
	margin-left: 0;
}

.nav-top li.sfhover ul  {
	margin-left: -5em;	
}

.q-a dt {
	margin: 10px 0px;
	font-weight: bold;
}

.q-a dt:first-letter {
	font-size: 1.3em;
}

.q-a dd {
	font-style: italic;
}

.q-a dd:first-letter {
	font-size: 1.3em;
	font-weight: bold;
}

.quote {
	margin: 20px 30px;
	font-style: italic;
}

.reference {
	font-style: normal;
	font-size: 80%;
	color: #8B008B;
}

.tagline-amcconnell {
	height: 148px;
	margin: -40px 0px;
	padding: 100px 0px 10px 105px;
	font-style: italic;
	text-align: center;
	font-size: 1.3em;
	background: url(../images/staff/amcconnell_sm.jpg) left no-repeat;
}

.tagline-bwaldrep {
	height: 148px;
	margin: -40px 0px;
	padding: 100px 0px 10px 105px;
	font-style: italic;
	text-align: center;
	font-size: 1.3em;
	background: url(../images/staff/bwaldrep_sm.jpg) left no-repeat;
}
.text-center {
	text-align: center;
}

.text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.text-larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.text-red {
	color: Red;
}

.text-right {
	text-align: right;
}

.text-strong {
	font-weight: bold;
}

.thirty {
	width: 32%;
	margin: 0 3px;
}

.twenty-five {
	width: 24%;
	margin: 0px 2px;
}


