/* Generic styles */

* {
	margin: 0;
	padding: 0;
	outline:0;
}

body
{
	background: #fff url(../images/body-bg.gif) repeat-x;
	font : 62.5%/1.6 verdana, arial, "lucida grande", sans-serif;
}

img {
  	border: none;
}

.clear {
  	clear: both;
}

ul {
	list-style-type: none;
	margin-left: 20px;
}

a, a:link {
	color: #2f527a;
	text-decoration: none;
}


/* lets build the page */

#page-wrap {
	width: 953px;
	margin: 0 auto;
	border-top: none;
	font-size: 1.3em;
}

#header {
	width: 100%;
	height: 146px;
	background: transparent url(../images/header.jpg);
	overflow:auto;
	position:relative;
}

/* this is the main navigation */

 #header ul {
  clear:both;
  list-style:none;
  position:absolute;
  bottom:0;
 }
 
#header li {
  float:left;
  background:url("../images/nav/left.png") no-repeat left top;
  margin:0 0;
  padding:0 0 0 5px;
 }
 


h2 {
	font-size: 1.3em;
	background: #7398de;
	padding: 5px;
	color: #fff!important;
		border: 1px solid #3a1600;
	margin-top: 10px;
} 
 
#header a {
  float:left;
  display:block;
  background:url("../images/nav/right.png") no-repeat right top;
  margin-right:5px;
  padding:5px 9px 7px 5px;
  text-transform: uppercase;
  color:#fff;
 }
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   
#header a {float:none;}

/* End IE5-Mac hack */
#header a:hover {
	color:#1454A3;
}

#header .active {
  background-image:url("../images/nav/left_on.png");
}

#header .active a {
  background-image:url("../images/nav/right_on.png");
  color:#fff;
  padding-bottom:5px;
}

#banner {
	clear: both;
	width: 951px;
	height: 183px;
	margin-top: 4px;
	border-left: 1px solid #919189;
	border-right: 1px solid #919189;
}

#main-content {
	border: 1px solid #919189;
	border-top: none;
	width: 951px;
	background: #fff;
}

#left {
	width: 203px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.left-wrap {
	width: 201px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	
}

.left-wrap img, .right-wrap img {
	margin-bottom: -5px!important;
}

#middle {
	float: left;
	width: 500px;
	margin-left: 10px;
	color: #00182c;
}

#h2 {
	border: 1px solid #bfbfbf;
	padding: 5px;
	margin-top: 10px;
}

#h2 h2 {
	font-size: 1.3em;
}

#middle p {
	padding: 5px;
}

#middle form {
    border: 1px solid #666;
	overflow:auto;
}

#middle form p {
    float: left;
    width: 200px;
}

#middle form p input[type=text] {
    height: 14px;
    padding: 3px;
}

#middle form p input[type=text], #middle form p textarea, #middle form p select {
    width: 180px;
    border: 1px solid #666;
}

.feedback {
	border-top:#2F527A solid 1px;
	margin-top:10px;
	padding-top:10px;
}

#postcomment {
	margin-top:20px;
}

#commentform {
	border:none !important;
}

#commentform p {
    float: none !important;
}

#commentform p input[type=text], #commentform p textarea, #commentform p select {
    width: 300px !important;
    border: 1px solid #666 !important;
}

#right {
	width: 203px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.right-wrap {
	width: 201px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

#left h3, #right h3 {
	color: #000c24;
	background: transparent url(../images/h2bg.gif);
	width: 201px;
	height: 32px;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid #5084b8;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
}

.entry {
	overflow: hidden;
	margin-top: 10px;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

.entry dl {
	background: #FFF url(../images/stamp_bg.jpg) bottom left;
	background-repeat: repeat-x;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	padding-top: 0;
	margin: 5px;
}

.entry dt {
	font-size: 17px;
	font-weight: bold;
}

.entry dd {
	font-size: 10px;
	margin-top: 2px;
	text-transform: uppercase;
}

.entry .content {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.entry .small_content {
	width: 200px;
	float: left;
	margin-left: 10px;
}

.entry a {
	font-weight: bold;
	margin: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.entry p {
	padding: 5px;
}

.cta {
	float: left;
	width: 234px;
	height: 210px;
	background: #fff url(../images/cta.gif);
	margin-left: 10px;
	margin-bottom: 25px;
}

.cta img {
	margin: 7px;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta h3 {
	width: 150px;
	margin-left: 10px;
}

.cta p {
	float: right;

 	margin-top: -25px;
	margin-right: 8px;
	font-size: 0.8em;
}

/* footer stuff */

#footer {
	width: 953px;
	margin: 10px auto;
	font-size: 1.3em;
}

.address {
	background: #1d3952;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	font-size: 0.8em;
}

.links, .out-links {
	float:left;
	font-size:80%;
}

.links {
	width:550px;
}

.out-links {
	width:400px;
}

.links li {
float: left;
width: 155px;
margin-top: 10px;
margin-bottom: 10px;
}

.links a, .links a:link {
text-decoration: none;
color: #001436;
}

.out-links li {
float: left;
width: 155px;
margin-top: 10px;
margin-bottom: 10px;
}

.out-links a, .out-links a:link {
text-decoration: none;
color: #7f8e9c;
}

.float-right {
	float:right;
	margin:0 0 5px 5px;
}

.float-left {
	float:left;
	margin:5px 5px 0 0;
}

.copyright {
	clear: both;
	width: 953px;
	margin: 10px auto;
	font-size: 1.3em;
	border-top: 1px solid #1d3952;
}

.copyright img {
	float: right;
}

.copyright p {
	float: left;
	width: 500px;
}

#contactform input, #contactform textarea, #frmSS3 input {
margin-left: 10px;
width: 170px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#contactform label, #frmSS3 label {
margin: 10px;
}

#contactform div, #frmSS3 div {
margin-bottom: 10px;
}

#submitform {
	float:right;
	height:25px;
	margin-right:10px;
	width:175px !important;
}

#gallery-home {
	clear: both;
	border: 1px solid #bfbfbf;
	width: 490px;
	margin-left: 1px;
	margin-top: 10px;
	color: #00182c;
	overflow:hidden;
}

#gallery-home h3 {
	color: #000C24;
	background: transparent url(../images/h2bg.gif);
	width: 480px;
	height: 32px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 1.1em;
	border: 1px solid #5084B8;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
}

.gallery {
	margin-left: 10px;
}

ul.gallery li {
	float: left!important;
	margin: 10px;
    border: 1px solid #bfbfbf;
	background: #fff;
	padding: 5px;
	text-align: center;
	height: 125px;
	width: 125px;
}

ul.gallery li a, ul.gallery li a:link {
	color: #00182C;
	font-size: 0.8em;
}

div.teltop {
    width: 285px;
    height: 82px;
    margin: 0px 25px 0 0;
    padding: 0;
    float: right;
}


div.teltop a {
    background: none!important;
}

.mandatory {
	color:#C00;
}
#booking-button{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#booking-button a{
	background:none;
	
}