/*============HEADER========================*/
#header{
	
	width:760px;
	height:250px;
	margin: auto auto 0;
	background-repeat: no-repeat;
}

/*============NAVIGATION====================*/

#nav { padding-top: 10px; background-color: #dfbe61; width:760px; margin: 0 auto; font-size:14px; }
#nav a:link { color: #5f2886; background-color: transparent; text-decoration: none; width: auto; height: 40px; padding: 2px; display: inline; }
#nav a:visited { color: #5f2886; text-decoration: none; background-color: transparent; display: inline; padding: 2px; width: auto; height: 40px; }
#nav a:hover { color: #dfbe61; background-color: #5f2886; }
#nav a:link.reserve { color: #fff; background-color: #004a1a;}
#nav a:visited.reserve { color: #fff; background-color: #004a1a; font-family: verdana, arial;}
#nav a:hover.reserve { color: #dfbe61; background-color: #5f2886;}

/*=============CONTENT======================*/

#content{
  background-image: url(../images/content_background_new.jpg);
  width:760px;
  overflow: hidden;
  margin: 0 auto;
}

#content_int{
  background: url(../images/content_top_new.jpg) no-repeat top center;
  text-align: left;
  overflow: hidden;
  width:760px;
}

#content_left{
  width: 550px;
  float:left;
  padding: 5px 0 0 0px;
  padding-left:15px;
  }

#content_right {
	width:195px;
	float: right;
	padding: 5px 0 0 0;
	/*line-height: 30px;*/
  text-align: center;
  }

/*================RIGHT BAR LINKS==========================*/
	#content_right ul{
          list-style: none;
          
		  margin-left:15px;
          padding: 0px;
          font-size: 15px;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          }

        #content_right a:link{
          color: #5f2886;
          text-decoration: none;
          padding: 10px 0px;
          display: block;
          width: 170px;
          }

        #content_right a:visited{
          color: #5f2886;
          text-decoration: none;
          padding: 10px 0px;
          display: block;
          width: 170px;
          }

/*================TABLES===================================*/

table{
	width: 500px;
	border: 0px;
	font-family: 'verdana', sans-serif;
	margin-bottom: 20px;
}

tr.heading{
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

tr.white{
  background-color: #fff;
}

tr.green{
  background-color: #fff;
}

tr.labels{
  background-color: #004a1a;
  color: #fff;
}


/*=======================================================================*/
#center{
        text-align: center;
}

img.sitemap{
         margin: 5px;
         border: 1px solid #000;
}

p.top{
      margin-top: 20px;
      margin-left: 10px;
}
/*=======================================================================*/

#content_left ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content_left ul li{
  margin: 0px 0px 5px 3px;
}

a{
  color: #5f2886;
  text-decoration: none;
}

a:visited{
  color: #5f2886;
  text-decoration: none;
}

a:hover{
  color: #004a1a;

}







#footer{
	width: 760px;
	background-color: #dfbe61;
	text-align: center;
	font-size: 19px;
	padding: 5px 0px;
	margin: auto;
	border-top: 2px solid #000;
	border-bottom-style: double;
	border-bottom-width: 3px;
	height: 165px;

  }
  
#footer p{
	margin-left:80px;
	padding-top:10px;
	
}

#footer img{
  margin-right: 125px
}

.png {
	border:none
}

.right { float: right; margin: 2px 0 2px 2px; border: solid 1px #004a1a; }
.left { float: left; margin: 2px 2px 2px 0; border: solid 1px #004a1a; }

body { color: black; font-family: Georgia, "Times New Roman", Times, serif; background-color: #004a1a; background-image: url(../images/body_background.jpg); background-repeat: repeat-y; background-position: center 0; text-align: center; margin: 0; padding: 0; }

p { margin: 0 0 10px; padding: 0; }

td {}

h2 { color: #004a1a; font-size: 1.2em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 700; margin: 0; padding: 10px 0 5px; }


h3 { font-weight: 400; text-align: center; letter-spacing: 0; /*border-bottom: 2px solid #000; padding-bottom: 10px;*/ }

.spread { letter-spacing: 3px; }
.bold{
  font-weight: bold;
  letter-spacing: 3px;
}




#links a:link { color: #dfbe61; text-decoration: none; }

h1 { color: #5f2886; font-size: 1.4em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: 700; letter-spacing: 1px; }


.video{
	clear: both;
	text-align: center;
	}

/* clearfix */

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
	.group {display:block;}
/* End hide from IE Mac */
	
	
	/* Misc */
	
	.amp {font-style:italic;
	font-family: "Baskerville Old Face", "Book Antiqua", Georgia;}
	
	.updated {
		font-size:85%;}
		
		.updated a {
			text-decoration:underline;}
		
		span.update {
			color:#F00;
			font-style:italic;}