
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontainer {
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	background: #EAEAEA;
	height: 143px; /*Height of top section*/
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 208px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn {
	float: left;
	width: 208px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	background: white;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #06592B;
	line-height: 35px;
	text-align: right;
}

#footer a {
	color: #ffffff;
	background-color: #06592B;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-right: 40px;
}

#footer a:hover {
	color: #e49025;
}

.innertube {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0;
}

.underlinemenu {
	width: 100%;
	background: #06592B;
	line-height: 35px;
}

.underlinemenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

.underlinemenu ul li {
	display: inline;
	color: #ffffff;
	margin-right: 2px;
	margin-left: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.underlinemenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.underlinemenu ul li a:hover,
.underlinemenu ul li a:active,
.underlinemenu ul li a.selected {
	color: #e49025;
}
.underlinemenu #stop {
	padding-right: 40px;
	padding-left: 25px;
}

p:first-letter {
	font-size: 150%;
	color: #2f6938;
	font-weight: bold;
}

p {
	font-size: 12px;
}

.heading {
    color: #2f6938;
	padding-left: 10px;
	padding-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.text {
    padding-left: 10px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 10px;
    color: white;
}

.text a {
/*	text-decoration: none;
	color: white; */
}

.label {
    font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
	color: white;
}

.input {
    font-size: 10px;
	font-weight: bold;
    height: 12px;
	width: 85px;
	background-color: #cccccc;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.input-img {
    padding-left: 5px;
	vertical-align: middle;
	width: 16;
	height: 16;
}

.select {
    font-size: 10px;
	font-weight: bold;
    height: 18px;
	width: 50px;
	background-color: #cccccc;
	margin-top: 3px;
	margin-bottom: 2px;
}

.booking {
    height: 156px;
	background-color: #ee7b00;
}

.contact {
    height: 146px;
	background-color: #ee7b00;
	margin-top: 4px;
}

.flags {
    height: 241px;
	background-color: #ee7b00;
	margin-top: 4px
}

.btn {
	color: black;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	border-left-color: white;
	border-top-color: white;
	border-right-color: gray;
	border-bottom-color: gray;
	font-size: 10px;
	width: 88px;
	background-color: #cccccc;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.btn:hover {
	color: #e49025;
}

.btn-img {
    padding-left: 5px;
	vertical-align: middle;
	width: 11;
	height: 15;
	margin-top: 2px;
	margin-bottom: 2px;
}

.flag-img {
	padding-left: 2px;
	padding-right: 2px;
}

.headln {
	font-weight: bold;
	font-size: 16px;
	color: #097200;
}

div.c11 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.c10 {
	float: left;
	width: 10%;
}

div.c9 {
	float: left;
	width: 90%;
}

div.c8 {
	float: left;
}

div.c7 {
	font-size: 12px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.c6 {
	color: red;
}

div.c5 {
	width: 100%;
}

div.c4 {
	float: left;
	width: 90%;
}

div.c3 {
	float: left;
	width: auto;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.c2 {
	font-size: 12px;
	float: left;
	width: 10%;
}

p.c1 {
	text-decoration: underline;
}
