/* media="all" */

body {
	background: #757074;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}

/* Main */
#main {
	background: #fff;
	margin: 10px 0 0 0;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* content */
#content {
	background: #fff;
	font-size: 12px;
	padding: 15px 40px 40px; 
	color: #666;
	margin: 0 0 0 0px;
	position: relative;
	min-height: 100px;
	}

	
* html #content {
	height: 1px;
	}
	
#content p {
	line-height: 18px;
	margin: 0 0 20px 0;
	}
	
#content ul {
	margin: 10px 100px 50px 0px;
	padding: 0;
	font-size: 11px;
	}
	
#content li {
	margin: 0 0 10px 0;
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
	}

/*  links */

#content a {
	color: #004272;
	text-decoration: none;
	/*border-bottom: 1px dotted #757073;*/
	}
	
#content a:hover {
	background-color: #757073;
	color: #fff;
	border: none;

	}
	
/*
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
*/
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -4px;
	}	
	
h1 {
	color: #757074;
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 10px;
	}
	
h2 {
	color: #757074;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;	
	}
	
h3, h4 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px 0;
	color: #757074;
	font-weight: bold;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	position: relative;
	min-height: 1px;
	border-bottom: 1px dotted #ccc;
	}

 h5 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #757074;
	}

.separator {
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 40px 0 -20px;
	}

/* breadcrumb */
#breadcrumb {
	border-bottom: 1px dotted #e6e7ee;
	padding: 0 0 5px 0;
	color: #999;
	font-size: 10px;
	line-height: 20px;
	margin: 0 -20px 20px ;
	}
	
#breadcrumb strong {
	font-weight: normal;
	color: #999;
	}
	
#breadcrumb a {
	color: #678f00;
	border: 1px solid #fff;
	padding: 1px 2px;
	margin: 0;
	}
	
#breadcrumb a:hover {
	background: #e6f3c0;
	color: #1a5307;	
	border: 1px solid #87d300;
	padding: 1px 2px;	
	margin: 0;
	}

	
/* Wrapper */

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
#wrapper_pre, #wrapper_post {
	height: 30px;
	width: 810px;
	margin: 0 auto;
	background: url(images/wrapper_pre.png);
	}
	
#wrapper_post {
	background: url(images/wrapper_post.png);
	}
	
	
#page {
	background: #042a46;
	padding: 10px 10px 10px;
	}
	
	
/* Header */

#header {
	position: relative;
	height: 100px;
	background: #004272 url(images/header.gif);
	}
	
#header_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#header_logo h1
{
	padding:20px 0 0 20px;
	font-size: 40px;
	font-family:Book Antiqua;
	color: white;
	}
	
/* Main Nav Container */
#menu_container {
	width: 750px;
	height: 25px;
	z-index: 1000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 1px solid #1c5781;
	border-left: none;
	border-right: none;
	}





/* Footer */
#footer {
	margin: 0;
	padding: 5px;
	font-size: 9px;
	color: #8295a3;
	line-height: 16px;
	position: relative;
	clear: both;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 5px 0;
	}
	
#footer a {
	text-decoration: none;
	color: #c0cad1;
	border-bottom: 1px dotted #435f74;
	}
	
#footer a:hover {
	color: #fff;
	border-color: #8295a3
	}
	
p#footer_legal {
	font-size: 10px;
	line-height: normal;
	margin: 20px 0;
	width: 600px;
	}
	


	
	
/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 10px 2px 25px;
	line-height: 16px;
	margin:  0 100px 0 0;
	display: block;
	position: relative;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 1px;
	left: 0;
}

.page_message_critical {
  color: #666;
}

.page_message_warning {
  color: #999;
}

.page_message_information {
  color: #999;
}

/*** Sidebar & Nav ***/
#sidebar {
	width: 190px;
	float: left;
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(images/sidebar.gif) no-repeat top right;;
	min-height: 400px;
	}
	
* html #sidebar {
	height: 400px;
	}
		
#sidebar_nav {
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
/* info table */
.info_table {
	background: #f9f9f9;
	border: 1px solid #ccc;
	width: 100%;
	margin: 20px 0 40px;
	font-size:11px;
	}
	
.info_table th {
	background: #eee;
	text-align: left;
	}
	
.info_table th, .info_table td	{
	padding: 5px;
	border: 1px solid #fff;
	}

/* Multi column list */

.two_col_list {
	min-height: 10px;
	margin: 20px 0;
	}
	
* html .two_col_list {
	height: 10px;
	}
	
.two_col_list:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content .two_col_list ul {
	width: 200px;
	float: left;
	padding: 0 0 0 20px;
	margin:0;
	}

/* Button strip */

.button_strip {
	text-align: right;
	height: 28px;
	margin: 40px 0 20px;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	}
	
#content .link_button {
	text-decoration: none;
	line-height: 20px;
	height: 22px;
	display: block;
	padding: 1px 10px;
	border-bottom: none;
	position: absolute;
	right: 0;
	top: 2px;
	color: #678f00;
	text-transform: uppercase;
	font-size: 10px;
	}
	
#content .link_button:hover {
	background: #678f00;
	color: #fff;	
	border: 1px solid #4d5a11;
	padding: 0 9px;	
	margin: 0;
	}
	
#content .back {
	left: 0;
	right: auto;
	}

	
#content .link_button strong {
	font-weight: normal;
	color: #87d300;
	position: relative;
	top: -1px;
	font-size: 12px;
	}

	
.link_button em {
	color: #b3c77f;
	font-style: normal;
	}
	
/* Sponsors */
.sponsor {
	margin: 20px 0 40px 0;
	padding: 20px 50px 20px 0px;
	font-size: 11px;
	color: #666;
	}
	
#content .sponsor p {
	line-height: 16px;
		}
	

.gallery{
	background:#F9F9F9;
	width: 600px;
	border:1px solid #BBBBBB;
	color:#666666;
	padding: 5px 5px 5px 5px;
	margin :10px 10px 10px;
	position:relative;

}
.accomodation-links	{
	background:#F9F9F9;
	border:1px solid #BBBBBB;
	color:#666666;
	position:relative;
	min-height:20px;
	padding:10px;

	}
	
	
	
.accomodation-links h3
{
	font-size:12px;
	line-height:15px;
	padding:0 10x 0 0;
}
.accomodation-links a
{
	margin: 0 10px 0 10px;
}
.room
{
	background:#F9F9F9;
	width: 600px;
	border:1px solid #BBBBBB;
	color:#666666;
	padding: 5px 5px 5px 5px;
	margin :10px 10px 10px;
	position:relative;
}

.room a
{
	border:1px solid #BBBBBB;
	color:Red;
	Kbackground: #004272
}
.home_section 
{
	width: 600px;
	
	border:1px ridge #757073 ;
	padding: 5px 5px 5px 5px;
	margin :10px 10px 10px;
	position:relative;
	
}

.home_section h2
{
	font-size: 20px;
	
}
.home_section a 
{
	color: #666;
	
	display: block;
	min-height: 1px;
	border-bottom: none important!;
	
	}
	
* html .home_section a {
	height: 1px;
	}
	
.home_section  a:hover {
	border: 1px solid gray;
	
	}
	.home_section  a:hover  h2{
	color:White;
	
	}
	
/*.home_section  .more {
	color: #e10000;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	top: 1px;
	}*/

#gallery_thumbs {
	border-top:1px solid #BBBBBB;
	left:10px;
	margin:20px -15px 0pt;
	min-height:1px;
	padding:5px 0pt 10px;
	position:relative;
}

.gallery_thumb {
	display:block;
	float:left;
	margin:0pt;
	padding:5px;
}