#container {
font-size: 82%;
font-family: tahoma;
color: #626262;
text-align : left;
line-height: 150%;
}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em; color: #008C9B;}
h2 {font-size: 1.7em; color: #008C9B; margin-top: 0;}
h3 {font-size: 1.4em; color: #008C9B;}
h4 {font-size: 1.2em; color: #008C9B;}
h5 {font-size: 1.1em; color: #008C9B;}
h6 {font-size: .9em; color: #008C9B;}

.content a {color: #008C9B;}
.content a:hover {color: red;}

/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding-top: 40px;
padding-left: 42px;
padding-right: 47px;
padding-bottom: 30px;
}

.rhs {
padding-top: 20px;
padding-bottom: 35px;
padding-right: 40px;
background: 0;
}

.photo {
padding-top: 13px;
line-height: 1em;
font-size: .9em;
}

.caption {
padding-top: 3px;
font-size: .8em;
line-height: 1.2em;
}

#contact {
background: #5EC7CD;
border: 2px solid white;
color: #575652;
text-align: center;
padding: 13px;
font-size: .9em;
font-weight: bold;
}

#contact a {
color: #575652;
text-decoration: none;
}

#contact a:hover {
text-decoration: underline;
}

#topbar {
border: 2px solid white;
}

#credits {
background: #008C9B;
color: #ffffff;
text-align: center;
padding-top: 10px;
font-size: .85em;
}

#credits a {
color: #ffffff;
text-decoration: none;
}

#credits a:hover {
text-decoration: underline;
}

.row0 {
background-color: white;
}

.row1 {
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}

#bookform label {
display: block;
margin-top: 5px;
}

#bookform input, #bookform textarea, #bookform select {
width: 99%;
border: 1px solid #008c9b;
}

#bookform input:focus, #bookform textarea:focus, #bookform select:focus, #bookform input:active, #bookform textarea:active, #bookform select:active {
background: #C0FFFF;
}

#bookform fieldset {
background: #eaeaea;
margin-bottom: 15px;
padding: 10px;
padding-top: 20px;
position: relative;
border: 1px solid #109cab;
border-top: 6px solid #109cab;
}

#bookform legend {
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
border: 1px solid #008c9b;
background: #C0FFFF;
position: absolute;
top: -.5em;
left: .2em;
}

.room {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #008c9b;
border-bottom: 0;
background: white;
}

.room th {
background: #008c9b;
color: white;
text-align: center;
}

.room th a {
color: white;
}

.room td {
border-bottom: 1px solid #008c9b;
}

#quicklinks {
width:100%;
border:2px solid #008c9b;
}

#quicklinks th {
background: #008c9b;
color:white;
}

#quicklinks a, #quicklinks a:visited {
font-weight:bold;
color: #008c9b;
text-decoration:none;
}

#quicklinks a:hover {
text-decoration:underline;
}



.news-story {
border-bottom: 1px dashed #008C9B;
padding-bottom: 10px;
margin-bottom: 10px;
}

.news-headline {
font-size: 16px;
color: #008C9B;;
}

.newsstorylink {
display:block;
margin-top:5px;
text-align:right;
text-decoration:none;
}

.newsstorylink:hover {
text-decoration:underline;
}

#loginform {
font-size:10px;
margin-top:10px;
background:#008c9b;
color:white;
padding:5px 5px 10px 5px;
}

#loginform h2 a {
color:white;
text-decoration:none;
font-size:13px;
}

#loginform h2 a:hover {
text-decoration:underline;
}

#loginform select, #loginform input {
font-size:9px;
}