     @charset "utf-8";
/* CSS Document */
div, table, tr, td	{margin: 0; padding: 0;}
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background-color: #fff;
}

body {
	color: #2679A9;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #fff;
	margin: 0;
	font-size: small;
	width: 100%;
}


#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:1000px;
	clear:left;
	background-color:#fff;
}


#wrapper	{
	width: 1000px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2679A9;
	border: 1px solid #2679a9;
}

	
div.center {
	width: 1001px;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited	{
	color: #2679A9;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

ul 	{
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
}

#banner-top	{
	width: 1000px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #2679A9;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}


#banner-right	{
	width: 520px;
	height: 185px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin: 0 25px 0 0;
	padding: 15px 0 0 50px;
	text-align: left;
	
}

html>body	#banner-right	{
	margin: 0 50px 0 0;
}


#address	{
	width: 380px;
	float: left;
}

#address a:link, #address a:visited	{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}

#address a:hover	{
	text-decoration: underline;
}

#tlogo-cont	{
	float: right;
	width: 125px;
	height: 184px;
	margin: 0 10px 0 0;
	padding:0;
}

#tlogo	{
	float: right;
	width: 100px;
	height: 99px;
	margin: 0;
	padding: 0;
	background-image: url(../images/4starguesthouse.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#contact	{
	float: right;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 94px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 50px 0 0 0;
	text-align: center;
	padding: 3px 5px 3px 10px;
	font-size: 0.9em;
}

#contact a:link, #contact a:visited	{
	color: #fff;
	text-decoration: none;
}
	

#banner-right p 	{
	margin: 5px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

html>body #banner-right p 	{
	margin: 5px 0 0 -25px;
}

#main-content	{
	width: 1000px;
/*	min-height: 364px; */
	float: left;
	margin: 0;
}

h1	{
	font-family: Harrington, Arial, Helvetica, sans-serif ;
	font: 2.5em;
	color: #000000;
	padding: 0 0 10px 0;
	text-align: center;
}

.wide-l	{
	float: left;
	width: 50%;
	margin: 35px 15px 0 25px;
}

html>body .wide-l	{
	margin: 35px 15px 0 50px;
}


.wide-r	{
	float: left;
	width: 50%;
	margin: 35px 25px 0 15px;
}


html>body .wide-r	{
	margin: 35px 50px 0 15px;
}

.narrow-l	{
	float: left;
	width: 35%;
	margin: 35px 15px 0 25px;
}


html>body .narrow-l	{
	margin: 35px 15px 0 50px;
}

.narrow-r	{
	float: left;
	width: 35%;
	margin: 35px 25px 0 15px;
}

html>body .narrow-r	{
	margin: 35px 50px 0 15px;
}

p	{
	margin: 15px 0;
	font-size: 1.1em;
}

td	{
	margin: 8px 0;
	font-size: 1.1em;
}

#footer	{
	height: 50px;
	width: 100%;
	background-color: #2679A9;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 25px;
}

.Surname {

	visibility: hidden;
	font-size: 3px;

}

form	{
	margin: 0 0 25px 0;
}


