﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 800px;
    position: relative;
}

#nav {
	font: small Tahoma;
	background: red;
	position: absolute;
	top: 48px;
	left: 448px;
	width: 106px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #8dc445 url(images/menu_bg.gif) repeat-y;
}

#nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

#nav a {
    color: #387009;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 30px;
}

* html #nav a {
    width: 100%;
    w\idth: 76px;
    padding: 5px 0 5px 30px;
    padd\ing: 6px 0 6px 30px;
}

#nav a:hover {
    background: #5b8c29;
    color: white;
}


#booking {
    position: absolute;
    top: 0;
    left: 555px;
    width: 245px;
    height: 172px;
    background: #1ab0e7;
    padding: 0;
}

#booking h2 {
    background: #27a2ce;
    color: #0c4366;
    border-bottom: 1px solid white;
    padding: 7px 15px;
}

#booking .jtype {
    text-align: center;
    padding: 0 0.7em 1em 0em;
}

#booking form {
    margin: 1.5em 0 0.5em 1.5em;
    padding: 0;
}

#booking td {
    text-align: left;
    padding-right: 7px;
    padding-bottom: 10px;
    color: #0c4366;
}

#booking th {
    text-align: left;
    padding-right: 7px;
    padding-bottom: 10px;
    color: #0c4366;
}

#booking .text {
    width: 90px;
    border: 1px solid #0c8dbd;
}

#booking .submit {
    border: 1px solid #0a5f7e;
    background: #177da2;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

#booking .advanced {
    margin-top: 3px;
    margin-left: 20px;
}

#booking a {
    color: #0c4366;
    text-decoration: none;
    font-weight: bold;
}

#booking {
    color: #0c4366;
    text-decoration: none;
    font-weight: bold;
}

#booking img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {

}

#page_content .inner {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

#footer {
    clear: both;
    padding: 7px 15px;
}

#footer2 {
    clear: both;
    background: images/footer.jpg;
    color: #000000;
    padding: 7px 15px;
}

#footer2 a {
    color: #000000;
}

.blue {
    color: #4165af;
}

.green {
    margin-top: 3em;
    color: #598e1e;
}

form {margin:0; padding:0}
.form td input{ width:300px; height:21px; border:1px solid #CC3016; padding:1px 0 1px 6px; font-size:11px; font-family:tahoma; font-weight:bold}
.form td textarea{ width:300px; height:121px; border:1px solid #CC3016; padding:1px 0 1px 6px; font-size:11px; font-family:tahoma; overflow:auto; font-weight:bold;}
