body {
color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color:#003366;
margin: 0;
padding: 0;
}

top {
background: url(../images/logo_sm.gif);
background-repeat: no-repeat;
margin: 0 auto;
height: 73px;
width: 350px;
text-align: left;
background-position: left;
}

td {
font-size: 10pt;
}

p {
font-size: 10pt;
margin-bottom: 7px;
margin-top: 0;
}

a {
color: #76DEFC;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: White;
}

form {
margin:0;
}

#header {
width: 760px;
margin-left: auto;
margin-right:auto;
}

#header ul {
margin: 0;
padding-left: 0;
height: 44px;
line-height: 44px;
display: block;
list-style: none;
background-color: #4D4D4D;
}

#HEADER li{ display: inline; background-color: #222222;  float: right;  }
#HEADER li a{ height: 44px; line-height: 44px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid Black;  float: left;     }
#HEADER li a:hover{ background-color: #444444; text-decoration: none;}


h1 {
margin: 0;
padding: 40px 0 0 0;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: normal;
letter-spacing: .005em;
color: White;
font-size: 20pt;
}

#content {
width:760px;
margin-left:auto;
margin-right:auto;
}

#flash {
width: 760px;
height: 500px;
margin-left: auto;
margin-right: auto;
background: #000000;
text-align: center;
}

h2 {
margin: 0;
padding: 24px 0 7px 40px;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: normal;
letter-spacing: .005em;
color: White;
font-size: 15pt;
}

h3 {
margin: 0;
padding: 0 0 7px 0;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: normal;
letter-spacing: .005em;
color: White;
font-size: 13pt;
}

h4 {
margin: 0;
padding: 0 0 0 0;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: bold;
letter-spacing: .005em;
color: White;
font-size: 13pt;
}

#text {
padding: 35px 40px 35px 40px;
border-bottom: 1px solid #2c76f5;
border-top: 1px solid #2c76f5;
background-color: #222222;
}

#text p {
margin-bottom: 1em;
}

#chromemenu{
width: 757px;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color:#494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
padding: 5px;
width: 100%;
margin: 0;
text-decoration: none;
background: url(../images/chromebg2.gif) center center repeat-x;
}

#footer{
width:758px;
margin-top:27px;
margin-left:auto;
margin-right:auto;
border-top: 4px solid #2c76f5;
text-align: right;
padding-top: 5px;
}

#footer p {
font-size: 11px;
line-height: 14px;
margin: 0;
color: #DDDDDD;
}

#footer a {
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: White;
}

#footer a:hover {
color: white;
text-decoration: underline;
}

.gallerycontainer{
position: relative;
height: 415px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0099FF;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}