@charset "utf-8";
/* CSS Document */

/* ====================== background ======================= */

body {
	background-color: #0060a9;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

#topheader {
	width: 813px;
	height: 20px;
	text-align: right;
	margin: 15px auto;
	padding:5;	
}

#outline {
    background-color:white;
	border: thin solid #9C0C00;
	width: 813px;
	height: 846px;
	text-align: left;
	margin: 15px auto;
	padding:0;	
}

#innerline {
    background-color: #C1A15B;
	border: thin solid #000000;
	width: 802px;
	height: 836px;
	padding: 0;
	margin: 3px 0 0 3px;
}

#content {
    background-image: url(images/body-background.jpg);
	margin: 0;
	padding:0;
	width: 800px;
	height: 732px;
}

#notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
}

#notice a {color: #fff; text-decoration: none;}
#notice a:hover {color: #990000; text-decoration: underline;}
/* =========================  left side content ======================*/
.l-container {
    width: 573px;
	float:left; 
}


.slideshow {
  margin-top:124px;
  float: left;
  width:573px;
}

#text-main {
	margin-top: 10px ;
	margin-left:36px;
	width: 498px;   
}

.intro {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13.7px;
	color: #ffffff;
	line-height: 1.85;
	float: left;
	width: 300px;
	text-align: left;
	padding: 0 0 0 5px;
}

.news {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 003279;
	line-height: 1.25;
	float: right;
	text-align: left;
	padding: 0;
	width: 162;
}

.news a {color: #9C0C00; text-decoration:none;}
.news a:hover { text-decoration:underline;}

/* ========================= right side content ==========================*/
.r-container {
    width: 227px;
	float:right;
}
		
#menu {
	padding-right: 15px;
	margin-top: 125px;
}

.nav {
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	font-weight: bold;
	line-height: 1.75;
}

.nav a {
    text-decoration: none;
	color: #003279;
}

.nav a:hover {
    text-decoration: underline;
	color: 9C0C00;
}

#reservation {
	width: 200px;
	text-align: left;
	margin:110px 10px 0 0;
}

#res-header {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	position: relative;
    left: 2px;
    top: 2px;
	color: #333;
	
}

#res-header p{
	margin: 0;
}

.res-shadow {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #C1A15B;
}

input {
    /*height: 14px;*/
	/*background-color: #B88F11;*/
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: #000;
	/*border: 1px solid #ffffff;*/
	 
}

select {
	font-size:10px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.form td {
    padding-bottom: 5px;
}

.shadow-effect {
  position: relative;
  left: 2px;
  top: 2px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.text-shadow {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #fff;
}

/* ==========================  footer content ======================== */

#links {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px ;
	margin-top: 15px;
}

#links a { color:#ffffff; text-decoration: none;}
#links a:hover { color: #9C0C00; text-decoration: underline;}

#footer {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 47px;
	width: 799px;
	height: 23px;
}

#footer2 {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 25px;
}

#footer a {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #9C0C00; text-decoration: underline;}


#footer2 a {color: #ffffff; text-decoration: none;}
#footer2 a:hover {color: #9C0C00; text-decoration: underline;}




