/* BODY public html */

body {
background-color: #e3f8ff;
font-family: verdana;
font-size: 12px;
color: #279388;
text-align:center;
margin:0;
}

/* LAYERS */

#container-outside{
width: 100%;
height:auto;
margin: 0px;
border-top:10px solid #7fd3c2;
overflow: auto;
z-index:1;
}

#container-inside{
width: 90%;
height:auto;
margin-left: auto;
margin-right: auto;
position:relative;
overflow: auto;
z-index:2;
}

#header{
text-align:left;
position:relative;
width:100%;
margin-top:5px;
height:auto;
overflow: auto;
z-index:3;
}

#logo{
position:relative;
width:440px;
margin-left: 0px;
height:160px;
overflow: hidden;
z-index:4;
}

#navigation{
text-align:right;
position:relative;
float: right;
margin-top:-20px;
margin-left: auto;
margin-right:0px;
width:480px;
overflow: hidden;
z-index:5;
}

#welcome{
text-align:center;
position:relative;
background-color: #7fd3c2;
font-family: verdana;
font-size: 18px;
color: #047f73;
width:100%;
margin-top:0px;
padding-top: 10px;
padding-bottom: 10px;
height:auto;
overflow: auto;
z-index:6;
}

#content{
text-align:left;
position:relative;
margin-top:20px;
width:100%;
z-index:7;
}

#footer{
position:relative;
background-color: #7fd3c2;
width:100%;
margin-top:20px;
height:220px;
overflow: auto;
z-index:8;
}

/* HEADERS, TABLES & LINKS */

h1{
margin-top:5px;
padding:0px 0px 0px 0px;
font-family:arial;
color:#279388;
text-align:left;
font-weight:bold;
font-size:18px;
letter-spacing:3px;
}

a:link, a:active, a:visited {
font-family: Verdana;
color:#007165;
font-size: 10px;
font-weight: bold;
text-decoration:none;
}

a:hover {
font-family: Verdana;
font-size: 10px;
color: #279bc3;
font-weight: bold;
text-decoration: none; 
}

table {
font-family: verdana;
font-size: 10px;
width: 100%;
border: 0px;
}

td, tr {
border: 0px;
vertical-align: top;
}

table.content {
width: 100%;
}

table.footer {
width: 90%;
margin-left:auto;
margin-right:auto;
}

table.quickcontact {
width: auto;
}

ul {
overflow: hidden;
}

li {
list-style-position: inside;
list-style-type: square;
line-height: 20px;
}

input, textarea {
color: #279388;
background-color: #e3f8ff;
border: 1px solid #279388;
}

div.recent_images {
display: inline;
height: 231px;
width: 320px;
float: right;
margin-left: 10px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
}

/* NAVIGATION */

A.navtop,A.navtop:visited {
background-color:#7fd3c2;
border:0px;
color: #007165;
text-align:center;
font-size: 16px;
display: inline-block;
text-decoration: none;
padding:0 0 0 0px;
letter-spacing:1px;
margin-left: 2px;
width: 90px;
line-height:30px;
}

A.navtop:hover {
background-color:#7de3ff;
border:0px;
color: #279bc3;
text-align:center;
font-size: 16px;
display: inline-block;
text-decoration: none;
padding:0 0 0 0px;
letter-spacing:1px;
margin-left: 2px;
width: 90px;
line-height:30px;
}