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

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

h1 {} /* Reserved for logo */

h2 {
font-family: Helvetica Neue, Arial, Sans-serif;
color: #6c8ca6;
font-size: 22px;
line-height:1.2em;
margin-bottom:10px;

}

h3 {
font-family: Helvetica Neue, Arial, Sans-serif;
color: #6c8ca6;
font-size: 18px;
line-height: 26px;
/*
margin-bottom: 20px;
margin-top: 10px;
*/
margin: 0 0 1.2em 0;
border-bottom: 1px solid #cccccc;
}

h4 {
font-family:Helvetica Neue, Arial, Sans-serif;
font-size:14px;
/*
margin-bottom:20px;
margin-top:10px;
*/
margin: 0 0 1.2em 0;
border-bottom: 1px solid #cccccc;
}

h5 {

}

h6 {

}

.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;
}

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

.lowercase {
text-transform: lowercase;
}

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

.no-bold {
font-weight: normal;
}

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

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

.clear-float {
clear: both;
display: block;
}

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

/*========== Homepage Styles ==========*/
#home-photo {
border-top: 15px solid #90b0cd;
border-bottom: 15px solid #90b0cd;

position: relative;
z-index: 1;
}

#home-photo iframe { /** flash animation & background photo **/
position: relative;
z-index: 3;
}

#home-photo .home-text { /** text layer **/
position: absolute;
z-index: 9;
width: 520px;
height: 300px;
left: 32px;
top: 130px;
color: #003c60;
}

#home-photo .home-text h3 {
border-width: 0 !important;
line-height: normal !important;
margin: 0 0 0.8em 0 !important;
font-size: 1.3em !important;
color: #003c60 !important;
}

#home-photo .home-text a {
color: #003c60;
}

/*========== END: Homepage Styles ==========*/


form label.required {
padding: 0 0 0 10px !important;
background: transparent url(/images/icon-asterisk.gif) no-repeat left top !important;
}

table.logos {

}

table.logos tr {

}

table.logos td.thumb {
width: 150px;
padding-bottom: 2em;
text-align: center;
}

table.logos td.text {
padding-bottom: 2em;
}

table.logos td.line-spacer {
height: 2em;
}