body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
td {
	font-size: 1em;
}
#logo, .logo-repeating {
	width: 1.2in;
	height: 1.2in;
}
h1 {
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 1.15em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
p {
	margin-bottom: 5px;
}
img {
	border: none;
}
#masthead, .masthead-repeating {
	color: #999999;
	padding: 0px;
	margin: 0px;
	height: 1.3in;
	position: relative;
}
/*
Calculations for logo and seal image sizes/positioning

Dimensions:
Logo: 223 x 225
Circle inside logo: ~175 x 175 (not counting very light edge pixels)
Seal: 176 x 178
Seal: 174 x 176 (not counting very light edge pixels)
Logo: 1.2in x 1.2in
Circle inside logo: ? x 0.9333in (not counting very light edge pixels)
Seal: 0.9227in x 0.9333in (not counting very light edge pixels)
Seal: 0.9333in x 0.9439in

Offsets (not counting very light edge pixels):
Circle inside logo: (119 - 174/2 = 32) x 20
Seal (from right): 32 x 20
Seal image: 31 x 19
Seal image: 0.165in x 0.101in
Seal image (from left): (7-0.94in-0.165in = 5.895in) x 0.101in
*/

#masthead #heading-bg,
.masthead-repeating .heading-bg-repeating {
	width: 7in;
	height: 0.98in;
	position: absolute;
	top: 0in;
	left: 0in;
}
#masthead #logo,
.masthead-repeating .logo-repeating {
	position: absolute;
	top: 0in;
	left: 0in;
}
#masthead #seal-link,
.masthead-repeating .seal-link-repeating {
	position: absolute;
	display: block;
	top: 0.11in;
	left: 5.90in;
}
#masthead #seal-link #seal-print,
.masthead-repeating .seal-link-repeating .seal-print-repeating {
	width: 0.94in;
	height: auto;
}
#masthead #seal-link #seal-print,
.masthead-repeating .seal-link-repeating .seal-print-repeating.theme-blue {
	position: relative;
	left: -15px;
	width: 1.20in;
	height: auto;
}
#masthead #title,
.masthead-repeating .title-repeating {
	position: absolute;
	left: 1.5in;
	top: 0.22in;
	height: 100px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 19pt;
	line-height: 0.25in;
	width: 4.1in;
	font-weight: bold;
	color: #1a4ab0;
	margin: 0px;
	text-align: left;
}
.theme-blue #masthead #title,
.masthead-repeating .title-repeating {
	left: 1.3in;
	top: 0.20in;
	font-size: 18pt;
	line-height: 0.24in;
	width: 4.6in;
	text-align: center;
}
#masthead, .masthead-repeating {
	text-align: center;
}
#masthead #top-menu, #nav, #right, #footer, #rotator, #seal-screen, .screen-only {
	display: none;
}
.banner-committee {
        background-image: none !important;
}
table#meetings-table th,
table#contacts-table th {
	text-align: left;
}

table#advanced-search th {
	text-align: right;
	width: 140px;
}
.smaller {
	font-size: 0.85em;
}
table#advanced-search .discipline {
	display: inline-block;
	vertical-align: top;
}
table#advanced-search label.discipline {
	width: 110px;
}
table#advanced-search td.specialty {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
table tr {
	vertical-align: top;
}
table.licensee-info,
table.licensee-extra-info,
table.full {
        width: 6.9in;
}
table.licensee-info .photo {
        display: block;
        border: 1px solid #ccc;
        margin: 10px 0px 0px;
}
table.licensee-info,
table.licensee-extra-info,
table.grid,
table#staff {
        border-collapse: collapse;
}
.licensee-seperator {
        page-break-after: always;
}
table.licensee-info td,
table.licensee-info th,
table#staff td,
table#staff th {
        text-align: left;
	border: 1px solid black;
        padding: 5px;
}
table.licensee-extra-info td,
table.grid td {
	border: 1px solid black;
        padding: 2px;
}
table.licensee-info td td,
table.licensee-info td th {
        padding: 1px;
	border: none;
}
table.licensee-extra-info th,
table.grid th {
        padding: 2px;
	border: 1px solid black;
	text-align: left;
}
table.files td.file-link {
	width: 25px;
}
.calendar-selector {
	display: none;
}
table.calendar {
        width: 100%;
        border-spacing: 0px;
        border-collapse: collapse;
}
table.calendar caption {
	font-size: 1.1em;
        font-weight: bold;
}
table.calendar th, table.calendar td {
        border: 1px solid #999;
        padding: 3px;
        margin: 0px;
        width: 14%;
}
table.calendar td {
	height: 80px;
}
table.calendar td.day-spacer {
        background-color: #999;
}
table.calendar td p.day {
        margin: 0px;
        font-weight: bold;
}
table.calendar td ul, ul.calendar {
        margin: 0px;
        padding: 0px;
}
table.calendar td ul li {
        margin-top: 5px;
}
table.calendar td ul li, ul.calendar li {
        list-style-type: none;
}
#filter-boards-committees {
        display: none;
}
table.calendar-event {
        border-spacing: 0px;
}
table.calendar-event th {
	padding: 0px 10px 0px 0px;
	text-align: right;
}
.calendar-link-back {
	display: none;
}
div#calendar {
	margin-bottom: 10px;
}
.sitemap ul {
        font-weight: bold;
}
.sitemap ul li ul {
        font-weight: normal;
}
.important {
        color: red;
        font-weight: bold;
}
.heading, .heading a {
	font-size: 1.1em !important;
        font-weight: bold;
}
table.registration th {
	text-align: right;
}
.event-heading {
        font-weight: bold;
        padding: 8px 0px 5px;
}
.posted-date {
        font-size: 0.9em;
}
#support-services-linkbox {
	display: none;
}
#lounge {
        display: none;
}
.login-box {
    margin: 10px 0px 20px;
}
.login-label {
    float: left;
    font-weight: bold;
    width: 70px;
    padding-top: 3px;
    padding-left: 1px;
}
#govdelivery {
    display: none;
}
#board-members-table th:first-child {
    width: 300px;
}
#board-members-table th {
    text-align: left;
}
#board-members-table th, #board-members-table td {
    padding-top: 15px;
}
