/* design */

body {
margin: 0px;
background: #ffffff;
}

.drop_left {
background: #cccccc url(photos/shadow_left.jpg) top right repeat-y;
}

.drop_right {
background: #cccccc url(photos/shadow_right.jpg) top left repeat-y;
}



.nav {
background:  url(photos/bg_nav.jpg) top left repeat-x;
}

.nav_text {
font-size: 10pt;
font-weight: bold;
color: #ffffff;
font-family: verdana, arial, sans-serif;
}

/* nav buttons */

a.nav_l:link {
text-decoration: none;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
font-family: verdana, arial, sans-serif;
padding: 0px 1px 0px 1px;
display: block;
background: url(photos/bg_nav.jpg);
height: 28px;
}

a.nav_l:visited  {
text-decoration: none;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
font-family: verdana, arial, sans-serif;
padding: 0px 1px 0px 1px;
display: block;
background: url(photos/bg_nav.jpg);
height: 28px;
}

a.nav_l:hover {
text-decoration: none;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
font-family: verdana, arial, sans-serif;
padding: 0px 1px 0px 1px;
display: block;
background: url(photos/button_over.jpg);
height: 28px;
}

.spacing {
font-size: 5px;
}

.img_border {
border: solid 2px #01908B;
}

.content {
font-size: 9pt;
font-weight: normal;
font-family: verdana, arial, sans-serif;
padding: 6px;
line-height: 20px;
text-align: justify
}

h1 {
font-size: 12pt;
font-weight: bold;
color: #008984;
font-family: verdana, arial, sans-serif;
margin-bottom: 3px;
}

hr {
border: solid 1px #000000;
}

ul {
margin: 0px;
}


/* contact tables */

.row_1 {
font-family: arial, verdana, sans-serif;
font-weight: bold;
font-size: 8pt;
background: #ebebeb;
padding: 3px;
border-bottom: solid 1px #000000;
}

.row_2 {
font-family: arial, verdana, sans-serif;
font-weight: bold;
font-size: 8pt;
background: #f8f8f8;
padding: 3px;
border-bottom: solid 1px #000000;
}

.contact_box {
border-top: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
}

.text_box {
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 8pt;
}



.gallery_nav {
font-weight: normal;
font-family: verdana, sans-serif;
font-size: 8px;
color: #000000;
background: #D9FFFE;
border: solid 1px #000000;
display: block;
width: 250px;
margin-left: 260px;
margin-top: 15px;
margin-bottom: 10px;
}



a.footer_link:link {
text-decoration: underline;
font-size: 7pt;
font-weight: normal;
color: #ffffff;
font-family: verdana, arial, sans-serif;
}

a.footer_link:visited  {
text-decoration: underline;
font-size: 7pt;
font-weight: normal;
color: #ffffff;
font-family: verdana, arial, sans-serif;
}

a.footer_link:hover {
text-decoration: none;
font-size: 7pt;
font-weight: normal;
color: #ffffff;
font-family: verdana, arial, sans-serif;
}


.footer {
background:  url(photos/bg_nav.jpg) top left repeat-x;
font-size: 7pt;
font-weight: normal;
color: #ffffff;
font-family: verdana, arial, sans-serif;
padding: 1px 0px 1px 0px;
}













