
a {
color: #993333;
text-decoration: underline;
}

a:hover {
color: #993333;
text-decoration: none;
}

h1 {} /* Reserved for logo */

h2 {
margin: 0 0 0.8em 0;
font-variant: small-caps;
font-style: italic;
font-size: 1.6em;
}

h3 {
margin: 0 0 0.8em 0;
font-variant: small-caps;
font-size: 1.3em;
}

h4 {
margin: 0 0 0.8em 0;
font-size: 1.1em;
}

h5 {
margin: 0 0 0.8em 0;
font-size: 1em;
}

h6 {
margin: 0;
font-size: 1em;
}

.block-header {
clear: both;
padding: 0.4em 0.8em;
background: #ddd;
color: #000;
}

.header-bullet {
padding-left: 25px;
background: url(/images/icons/header-bullet.jpg) no-repeat left center;
}

.header-bullet-small {
padding-left: 20px;
background: url(/images/icons/header-bullet-small.jpg) no-repeat left center;
}

.header-year {
margin: 0;
font-size: 2em;
font-weight: normal;
}

.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.small-caps {
font-variant: small-caps;
}

.no-caps {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.italics {
font-style: italic;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

.align-center {
margin: 0 auto;
text-align: center;
}

.clear-float {
width: 100%;
clear: both;
}

.clear-left {
clear: left;
}

.clear-right {
clear: right;
}

.sub-columns {
overflow: auto;
}

.left-col {
float: left;
width: 48%;
}

.right-col {
float: right;
width: 48%;
}

ul.decorative-bullets {
list-style: none;
margin-left: 1.5em;
}

ul.decorative-bullets li {
padding-left: 22px;
background: url(/images/icons/header-bullet-small.jpg) no-repeat left top;
}

div.highlight-box {
margin: 0 0 1.2em 0;
padding: 0.6em;
background: #ffc;
border: 1px solid #888;
}

div.image {

}

img.image-border {
border: 1px solid #ccc;
}

div.caption {
/*background: #ddd;*/
padding: 0.4em 0;
font-size: 0.8em;
color: #666;
}

/*========== icons ==========*/
.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.pdf-small {
padding: 10px 0 0 30px !important;
background: transparent url(/images/icons/pdf-icon-small.png) no-repeat left center !important;
}

.email {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}
/*========== END: icons ==========*/



/*========== homepage content ==========*/
.hp-content {
text-align: center;
}

.hp-collage {

}

/*========== END: homepage content ==========*/





/*========== jubilarians ==========*/
ul.jubilarians {
width: 100%;
clear: both;
min-height: 150px;
list-style: none;
margin: 0 0 2.5em 0;
_margin: 0 0 1.5em 0; /** IE6 Hack **/
padding: 0;

_overflow: visible;
overflow: hidden;
}

ul.jubilarians li.name {
float: left;
width: 25%;
margin: 0 1em 0 0;
}

ul.jubilarians li.images {
float: left;
width: 70%;
margin: 0;
}

ul.jubilarians h4 {
padding: 0 0 0.4em 0;
}
/*========== END: jubilarians ==========*/



/*========== events ==========*/
table.events {

}

table.events td {
vertical-align: center;
padding: 1em;
/*font-size: 1.2em;*/
}

table.events td.image {
width: 200px;
text-align: center;
}

table.events .date {
font-variant: small-caps;
font-size: 1.3em;
}

table.events h4 {
font-weight: bold;
font-size: 1.3em;
}

table.events p {
font-size: 1.3em;
}
/*========== END: events ==========*/



/*========== tables ==========*/
table {

}

table tr {

}

table th {
background: #666;
padding: 0.2em 0.4em;
color: #fff;
}

table td {
padding: 0.2em 0.4em;
}
/*========== END: tables ==========*/



/*========== forms ==========*/
table.form {
border-collapse: separate !important;
border: 1px solid #999;
padding: 0.4em;
}

table#form tr {

}

table.form th {
background: #ccc;
padding: 0.2em 0.4em;
color: #000;
}

table.form td {
padding: 0.2em 0.4em;
}

#form input {

}

#form input.button {
cursor: pointer;
}
/*========== END: forms ==========*/




