@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #323232;
}
.main #container {
	width: 98%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header {
	background: #CDDBC3 url(images/logo_gerb.gif) no-repeat;
	padding: 0px 10px 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    color: #875C11;
    height: 140px;

}
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  	padd\ing: 0px 0 0px 0;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width.
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".main #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.main #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 206px; /* since this element is floated, a width must be given */
	background: #DEEBFA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0 0 0; /* top and bottom padding create visual space within this div  */
}
/*.main #headersidebar2 {
  background: #434779;
  color: #FFFFFF
} */


.main #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	background: #CEDBC3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0 0 0; /* top and bottom padding create visual space within this div */
    margin: -10% 0px 0px 0px;
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}


.main #sidebarin{
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.main #sidebar1 p, .main #sidebar1 h3, .main #sidebar2 p, .main #sidebar2 h3 {
	margin-left: 3px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 3px;
  	background-image: url(images/headbblue.png);
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.main #headerMainContent, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
/*	fo\nt-size: 100%;*/
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/headorahg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 17px;
    padding: 2px 0px 5px 0px;
    margin: 2px 0 0 0;
  background-color: #E09223;
}




.main #summary {
  color: #FFFFFF;
  background-color: #1E86DD;
  padding: 0px 3px 0px 3px;
  font: bold 75% Verdana, Arial, Helvetica, sans-serif;
  margin: 2px 0 3px 220px;
  text-align: right;
}


.main #mainContent {
	margin: 0 20% 0 208px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
/*    width: 55%;*/
/*    margin: -5% 0px 0px 0px;*/
   padding: 0 5px 0 5px;
   text-align: justify;
   border-left: 1px solid #A5C6EF;
   border-right: 1px solid #A5C6EF;
   border-bottom: 1px solid #A5C6EF;
}
.main #mainContentwide {
	margin: 0 0 0 208px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
/*    width: 55%;*/
/*    margin: -5% 0px 0px 0px;*/
   padding: 0 5px 0 5px;
   text-align: justify;
   border-left: 1px solid #A5C6EF;
   border-right: 1px solid #A5C6EF;
   border-bottom: 1px solid #A5C6EF;
}
.main #postby
{
   text-align: left;
   padding: 2px 2px 2px 2px;
   margin: 6px 0 12px 0;
   color: #000000;
   background-color: #DEEBFA;
   border-bottom: 1px solid #5555FF;
   font: bold 80% Arial, Helvetica, sans-serif;
   border-collapse: collapse;
}

.main #news_info_bottom {
	width: 99%;
	background-color: #f7f7f9;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 12px;
}
.main #footer {
/*	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DEEBFA;
    font:  55% normal;
    text-align: center;
    padding: 0 10px 0 0;
	margin: 0 20% 0 208px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.main #footerwide {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DEEBFA;
    font:  55% normal;
    text-align: center;
    padding: 5px 5px 5px 5px;
	margin: 0 2px 0 208px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}


.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------------------------------------*/
#nav {
  background: red;
/*  position: absolute;
  top: 48px;
  left: 448px;*/
  width: 206px;
  font: bold 95% Tahoma, Arial, sans-serif;
}

#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: 176px;
    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: 205px;
/*    height: 172px;*/
    background: #1ab0e7;
    padding: 0;
  font: normal 80% Tahoma, Arial,  sans-serif;
}

#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 th, #booking td {
    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,
#booking a {
    color: #0c4366;
    text-decoration: none;
    font-weight: bold;
}

#booking img {
/*    float: left;*/
/*    margin-right: 1px;*/
    margin-top: 1px;

}
/*-------------------------------------------------*/
.story
{
/*   padding: 0 4px 0 6px;*/
   margin: 0;
/*   text-align: left;
   border-left: 1px solid #A5C6EF;
   border-right: 1px solid #A5C6EF;
   border-bottom: 1px solid #A5C6EF; */
   /*background: #DDDEE0;
/*   white-space: nowrap; */

  vertical-align: super;
}
/*----------------------------------- link -------------------------------------------------*/
/*.story a:link{
	font: 85% bold Verdana, Arial, Helvetica, sans-serif;
    color: #0069BF;
    font-weight: bold;
}

.story a:visited {
	font: 85% bold Verdana, Arial, Helvetica, sans-serif;
    color: #0C4366;
    font-weight: bold;
}
/*.story a:active {
	color: #5b8c29;
}
*/

/*.story a:hover {
	font: 85% bold Verdana, Arial, Helvetica, sans-serif;
    color:  #008CFF;
    font-weight: bold;
} */
a:link{
    color: #0069BF;
}
a:visited {
    color: #0C4366;
}
a:hover {
    color:  #008CFF;
}
/*----------------------------------- link -------------------------------------------------*/


#search {
    text-align: right;
/*    position: relative;*/
    margin: -30px 22% 0px 0px;
/*    padding: 0px 0px 0px 0px;
/*    float: right;*/
}

#clock {
    margin: -20px 0px 0px 0px;
    color: #0069BF;
    font-weight: bold;
    font-size: 80%;
}
#clockwide {
    margin: 0px 10px 0px 10px;
    color: #0069BF;
    font-weight: bold;
    font-size: 80%;

}

#searchwide {
    text-align: right;
    position: relative;
    margin: -30px 2% 0px 0px;
    padding: 0px 0px 30px 0px;

}
/*---------------------------- FORUMS --------------------------------*/
.fborder {
	border: #ededed 1px solid;
	background-color: #fff;

}

.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
  text-align: justify;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: #fff;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
    text-align: justify;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:25px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #68ADE5;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align: left;
	background-image: url("images/tileage.jpg");

}
.fcaption a{
	padding-right:4px;
	color:#fff;

}

#smallblacktext, smalltext {
	font: 80% verdana, tahoma, arial, helvetica, sans-serif;
}

.nextprev {
   text-align: center;
   padding: 2px 2px 2px 2px;
   margin: 5px 5px 5px 5px;
   color: #000000;
/*   background-color: #DEEBFA;*/
   border-bottom: 1px solid #5555FF;
   font: bold 85% Arial, Helvetica, sans-serif;
   border-collapse: collapse;

}
.categorynews {
	font: 85% bold Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.othernews_extendstring {
  /*background: url(images/readmore.gif) no-repeat*/
	font: 85% bold Verdana, Arial, Helvetica, sans-serif;
/*    color: #0C4366;*/
}
.othernews_titlelink {
	font: 100% bold Verdana, Arial, Helvetica, sans-serif;
}



/*-----------------------------------------*/

/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
	}

/* Actual menu CSS starts here */
	.d_sublink,
	.d_sublink ul {
		margin:0;
		padding:0 10px 0 10px;
		list-style:none;
	}
	.d_sublink {width:200px;}
	.d_sublink li {
		display:block;
		margin:0;
		padding:0 10px 0 10px;
		margin-bottom:1px;
	}
	.d_sublink a {
		display:block;
		padding:2px 5px;
		color:#000;
		background:#b0c23d;
		text-decoration:none;
	}
	.d_sublink a:hover,
	.d_sublink a:focus,
	.d_sublink a:active {background:#d9dcb0;}
	.d_sublink ul li {padding-left:15px;}
	.d_sublink ul a {background:#ced174;}
	.hidden {display:none;}


