/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #000000;
}

h1, h3, h4, h5, h6 {
	font-size: 180%;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	color: #2e88cf;
}

h2 {
  font-size: 120%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #054f89;
  margin: 0px;
  padding: 10px 0 0 0;
  background-color: transparent;
  border: 0px;
}

h3 {
  font-size: 130%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #2e88cf;
  margin: 0px;
  padding: 10px 0 0 0;
  background-color: transparent;
  border: 0px;
}

div, span, img, form, h1, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #b2ddff url("/images/background.gif") repeat-x;
  margin: 0;
}

#container {
  width: 1000px;
  margin: 10px auto 10px auto;
  background-color: #ffffff;
}

#banner {
  border-top: 5px solid #2e88cf;
  background: url("/images/banner.jpg") no-repeat;
  height: 250px;
}

#banner p.header {
  float: left;
  text-align: left;
  font-size: 210%;
  font-family: "Verdana", "Arial", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 7px 5px 20px;
  color: #054f89;
  background-color: #ffffff;
}

#banner p.header span.header_small {
  font-size: 43%;
  font-style: normal;
  color: #000000;
}

#images {
  float: left;
  width: 300px;
  margin: 20px 20px 0px 0px;
}

#images img {
  margin-bottom: 0px;
  border: 1px solid #054f89;
}

#images p.image_label {
  text-align: center;
  margin: 10px 0px 10px 0px;
  color: #054f89;
  font-size: 80%;
}

#main_content {
  float: left;
  margin: 20px;
  width: 640px;
}

a:link,
a:visited {
  color: #054f89;
}

a:hover {
  color: #2e88cf;
}

#footer {
  background-color: #2e88cf;
  font-family: "Verdana", "Arial", sans-serif;
  height: 55px;
  clear: both;
}

#footer p {
  color: #ffffff;
  text-align: center;
  font-size: 90%;
  padding-top: 7px;
}

#footer img{
  margin-right:20px;
}

#footer p a{
	text-decoration: none;
}

#kcs_tag {
  width: 1000px;
  margin: 0px auto 20px auto;
}

#kcs_tag p {
  text-align: right;
  font: 75% "Verdana", "Arial", sans-serif;
}

/*
----------------------------------------
  CONTACT FORM
----------------------------------------
*/

form {
  margin: 30px 0px;
}
input.big_input {
  width: 360px;
}

span.required {
  float: right;
  color: #990000;
  font-size: 80%;
}

.hr_form {
  border-bottom: 1px solid #2e88cf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

textarea.comments,
input.comments {
  width: 580px;
}

div.blue_bg {
  background-color: #b2ddff;
  padding: 3px 10px;
}

/*
----------------------------------------
  TARIFF TABLE
----------------------------------------
*/

#tariff th {
  font-size: 105%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #054f89;
  padding: 10px 0;
}

#tariff td {
  padding-bottom: 5px;
}

/*
----------------------------------------
  BOOK ONLINE 
----------------------------------------
*/

.book{
	background: #2E88CF;
	color:white;
	padding: 10px;
	font-size: 12pt;
	width:280px;
	margin-bottom:20px;
	
}

#images a,#images a:visited{
	font-weight:bold;
	text-decoration: none;
}

.news{
  background: #ddd;
  padding: 5px;
  margin-bottom:10px;
  border-radius: 5px;
}

.calendar{
  display:inline-block;
  vertical-align: top;
  border: 4px solid white;
  margin: 0px 10px;
  width: 50px;
  padding:5px;
  color:white;
  background: #606c88;
  background: -moz-radial-gradient(center, ellipse cover,  #606c88 0%, #3f4c6b 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
  background: -webkit-radial-gradient(center, ellipse cover,  #606c88 0%,#3f4c6b 100%);
  background: -o-radial-gradient(center, ellipse cover,  #606c88 0%,#3f4c6b 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #606c88 0%,#3f4c6b 100%);
  background: radial-gradient(center, ellipse cover,  #606c88 0%,#3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 );
}

#news-content{
  width: 800px;
  margin: 20px auto;
}

.article{
  width: 700px;
  margin: 15px auto;
  padding:10px;
  background: #add9e4;
  background: #98bede;
  background: -moz-linear-gradient(-45deg,  #98bede 0%, #deefff 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#98bede), color-stop(100%,#deefff));
  background: -webkit-linear-gradient(-45deg,  #98bede 0%,#deefff 100%);
  background: -o-linear-gradient(-45deg,  #98bede 0%,#deefff 100%);
  background: -ms-linear-gradient(-45deg,  #98bede 0%,#deefff 100%);
  background: linear-gradient(-45deg,  #98bede 0%,#deefff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#deefff',GradientType=1 );  
}

.calendar p{
  font-weight: bold;
  font-size:12pt;
  text-align:center;
}

.storyblock{
  display: inline-block;
}

.storyblock h2{
  font-size: 14pt;
}

.oddnews{
  background: #deefff;
  background: -moz-linear-gradient(-45deg,  #deefff 0%, #98bede 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#deefff), color-stop(100%,#98bede));
  background: -webkit-linear-gradient(-45deg,  #deefff 0%,#98bede 100%);
  background: -o-linear-gradient(-45deg,  #deefff 0%,#98bede 100%);
  background: -ms-linear-gradient(-45deg,  #deefff 0%,#98bede 100%);
  background: linear-gradient(-45deg,  #deefff 0%,#98bede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=1 );
}
