BODY{ font-family: Arial; font-size: 0.9em; line-height: 1.3em; color: #666666; }

h1, h2, h3, h4, h5, h6 { font-family: Arial; margin: 0 0 0.5em 0; color: #0c5aa0; font-weight: bold; }

h1 { display: block; text-indent: -2500%; position: absolute; outline: none; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

a:link, a:active, a:visited { color: #0c5aa0; text-decoration: none;  }
a:hover { color: #083d6c; text-decoration: underline; }

p { margin: 0 0 0.6em 0; }

ul{ margin-left: 1em; padding-top: 0; padding-bottom: 0.6em; list-style: none outside none; }
ul li { list-style-type: bullet; }

ol { margin-left: 1em; padding-top: 5px; padding-bottom: 15px; list-style: none inside none; }
ol li { list-style-type: decimal; }

strong, b { font-weight: bold; } 
em, i { font-style: italic; }

table { width: 100%; }
td { vertical-align: top; }

/* Navigation */
.navigation ul { margin: 0; padding: 0; }
.navigation ul li { margin: 5px 0 0; padding: 0; height: 25px; display: block; border-bottom: 2px solid #FFFFFF;}
.navigation ul li a { margin: 0; padding: 0; display: block; text-decoration: none; }
.navigation ul li a:hover { text-decoration: none; }

.navigation ul li a span { color: #000000; text-decoration: none; font-size: 0.9em; text-transform: uppercase; display: block; font-size: 1em; }  
.navigation ul li a span:hover { color: #0c5aa0; }

/* Current Navigation */
.navigation ul li.selected  { border-bottom: 2px solid #0c5aa0; }
.navigation ul li.selected a { margin: 0; padding: 0; }
.navigation ul li.selected a:hover { text-decoration: none; }
.navigation ul li.selected a span { color: #0c5aa0; }
.navigation ul li.selected.home  { border-bottom: 2px solid #FFFFFF; }

/* Gallery Page */
table.gallery-table { width: 450px; margin: 0 0 0.6em 1em; }
table.gallery-table td.year { width: 80px; }

/* Contact Page */
.contact .padding p { float: left; }
.contact .padding .contactform { float: right; }

/* Footer and End */
#footer .footer-left p { font-size: 1.3em; color: #FFFFFF; margin: 0; text-transform: uppercase; }
#footer .footer-right p { font-size: 0.7em; color: #FFFFFF; line-height: 1em; margin: 0; }

/* Contact Page */
table.forms td { padding-bottom: 5px; }
table.forms td.textright { text-align: right; }
input, textarea { width: 300px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #d5d4d4; background-color: #f2f2f2; padding: 3px 5px; margin-left: 15px; box-shadow: 1px 1px 3px #C8C8C8; }
textarea { height: 60px; }
input.button { width: auto; background-color: #0C5AA0; border: 0; color: #FFF; font-weight: bold; resize: vertical; }