/* COLOR SCHEME
==================================================

background: #F0F8FA
text: #3B3B3B
headers + captions + legends + extra: #C0211D
anchors (link | visited | hover + active): #003955 | #55002F | #C0211D
note: #6E6E6E
borders: #B5C9D1
backgrounds: #CBE1EA */

/* SCREEN RULES
================================================== */

@media screen {
	
/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: .8em/1.5 "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
}
body {
	text-align: center;
	color: #333333;
	min-width: 980px;
	background: #F0F8FA url(../img/body.jpg) no-repeat center top;
	padding: 20px 0;
}

/* HEADLINES
-------------------------------------------------- */

h1 {
	font: normal 2em/1.2 serif;
	word-spacing: -.1em;
	color: #C0211D;
	margin: 0 0 .2em 0;
	text-transform: uppercase;
}
h2 {
	font: bold 1.25em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #C0211D;
	margin: 1.2em 0 .4em 0;
	text-transform: uppercase;
	padding-bottom: .4em;
	border-bottom: 1px solid #B5C9D1;
}
h3  {
	font: bold 1em/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1.2em 0 .2em 0;
	color: #C0211D;
}

/* BLOCKS
-------------------------------------------------- */

address {
	margin: .8em 0;
}
blockquote {
	margin: .8em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #B5C9D1;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
p {
	margin: .8em 0;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .8em 0;
}
dt {
	margin: .2em 0;
}
dd {
	margin: .2em 0 .2em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .8em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .2em 0;
	padding: 0 0 0 15px;
	background: url(../img/bullet.gif) no-repeat 0 .45em;
}
ol {
	display: block;
	list-style: decimal;
	margin: .8em 0 .8em 20px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .2em 0;
	padding: 0;
	background: none;
}

/* TABLES
-------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #B5C9D1;
	background-color: white;
	margin: 1.2em 0;
}
caption {
	margin: 0;
	padding: 0 0 .8em 0;
	text-align: left;
	color: #C0211D;
}
th {
	border: none;
	padding: .4em .8em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #CBE1EA;
}
td {
	border: none;
	padding: .4em .8em;
	vertical-align: top;
	background-color: #F0F8FA;
}
table.construct {
	border-collapse: collapse;
	border: none;
	margin: .8em 0;
	background: transparent none;
}
table.construct caption {
	text-align: left;
}
table.construct th, table.construct td {
	border: none;
	padding: 0 10px .8em 0;
	font-weight: normal;
	background: transparent none;
	color: #333333;
}

/* FORMS
-------------------------------------------------- */

form {
	margin: 1em 0;
}
fieldset {
	border: 1px solid #B5C9D1;
	margin: 1em 0 .8em 0;
	padding: 9px;
}
legend {
	margin: .8em 10px .8em 0;
	padding: 0 10px;
	color: #C0211D;
}
input, textarea, select {
	font-size: 1em;
}
table.construct label {
	vertical-align: middle;
}

/* INLINES
-------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* ANCHORS
-------------------------------------------------- */

a:link {
	color: #003955;
}
a:visited {
	color: #55002F;
}
a:hover, a:active {
	color: #C0211D;
}
h1 a, h2 a, h3 a {
	color: #C0211D !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

/* LAYOUT
-------------------------------------------------- */

#case {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid white;
	background-color: #CBE1EA;
	padding: 9px;
}
#case-in {
	width: 958px;
	border: 1px solid white;
	background: white url(../img/case-raster.jpg) no-repeat left top;
}

/* Global
-------------------------------------------------- */

#global {
	width: 928px;
	padding: 4px 20px 4px 10px;
	border-top: 1px solid #427C99;
	border-bottom: 1px solid white;
	background: #427C99 url(../img/global.gif) repeat-x left top;
	color: white;
	height: 29px;
	overflow: visible;
}
#global:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#site {
	float: left;
	width: 620px;
	margin: 0;
	padding-top: 4px;
}
#p5 {
	background: url(../img/p5.gif) no-repeat left center;
	padding-left: 21px;
}
#site strong {
	font-weight: normal;
}
#search {
	float: right;
	width: 280px;
	margin: 0;
	text-align: right;
}
#search legend {
	display: none;
}
#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#search input {
	vertical-align: middle;
}
#search-type {
	width: 170px;
}
#global a {
	color: white;
}

/* Header
-------------------------------------------------- */

#header {
	width: 958px;
	height: 149px;
	background: url(../img/header.gif) no-repeat left top;
}
#header-in {
	background: url(../img/composition.jpg) no-repeat 280px 31px;
}
#logo {
	margin: 0;
}
#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}

/* Main
-------------------------------------------------- */

#main {
	width: 958px;
}

/* Content
-------------------------------------------------- */

#content {
	float: right;
	width: 670px;
	padding: 10px 19px 20px 0;
}
.imagebox {
	background-color: #CBE1EA;
	padding: 9px;
}
.imagebox img {
	border: 1px solid white;
}
.gallery {
	margin: 1.2em -19px 1.2em 0;
	width: 689px;
	height: 1%;
	overflow: visible;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	background: #CBE1EA none;
	border: 1px solid #B5C9D1;
	text-align: center;
	width: 140px;
	height: 130px;
}
html>body .gallery li {
	height: auto;
	min-height: 130px;
}
.gallery li img {
	border: 1px solid white;
	background-color: white;
}
.gallery li span {
	display: block;
	padding: .4em 0 0 0;
	color: #427C99;
}

/* Sidebar
-------------------------------------------------- */

#sidebar {
	float: left;
	width: 258px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background: #F0F8FA url(../img/sidebar.jpg) no-repeat left top;
}
#sidebar ul#nav {
	margin: 0;
}
#sidebar ul#nav li {
	border-top: 1px solid white;
	margin: 0;
	padding: 9px 9px 9px 24px;
	background: url(../img/bullet.gif) no-repeat 9px 1.2em;
}
#sidebar ul#nav ul {
	margin: 9px 0 0 0;
}
#sidebar ul#nav ul li {
	border-top: none;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/bullet.gif) no-repeat 0 .45em;
}
#sidebar ul#nav a.selected, #sidebar ul#nav strong.selected {
	font-weight: bold;
	color: #C0211D;
}

/* Footer
-------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	background: url(../img/footer.gif) repeat-x left bottom;
	padding: 20px 9px;
	text-align: center;
	color: #6E6E6E;
}
#footer span {
	color: #C0211D;
	font-weight: bold;
}
#tools {
	margin: 0;
	border-top: 1px solid #CBE1EA;
	padding: 10px 0;
}
#disclaimer {
	margin: 0;
	border-top: 5px solid #CBE1EA;
	padding: 10px 0;
	font-style: normal;
}
#owner {
	color: #C0211D;
	font-weight: bold;
}

/* START OF CUSTOM STYLES
-------------------------------------------------- */
#search-options {
	background-color: #CBE1EA;
	margin-bottom: 1em;
}
#search-categories {
	clear: both;
	overflow: hidden;
}
#search-categories span {
	display: block;
	float: left;
	width: 222px;
}
#association-search-form input[type=submit]{
	clear: both;
}


/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix-after {
	height: 1%;
	overflow: visible;
}
.fix-after:after, .fix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.note {
	color: #6E6E6E;
	word-spacing: -.1em;
	font-family: serif;
}
p.note {
	line-height: 1.2;
}
.float-left {
	float: left;
	margin: .2em 10px .8em 0;
}
.float-right {
	float: right;
	margin: .2em 0 .8em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.middle {
	vertical-align: middle;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #C0211D;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
.nomargin {
	margin: 0 !important;
}
.nomargintop {
	margin-top: 0 !important;
}




.blind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
}

.npaInfo address {
	margin-top: 0;
	margin-left: 1em;
}
.npaInfo .association-categories {
	margin-top: 0;
	margin-left: 1em;
}

#alphabet strong,
#alphabet a {
	font-size: 1.5em;
	color: #C0211D;
	margin: 0 0.15em;
}

#alphabet .selected {
	font-weight: bold;
}

.article .perex {
	font-weight: bold;
}
.article .info {
	text-align: right;
}

}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #search, #header, #sidebar, #tools {
	display: none;
}
.gallery li {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
}
.gallery li span {
	display: block;
}

}

