/* Global Stuff
----------------------------------------------------------------------------*/

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	min-width: 760px;
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	background-image : url(../images/bodybg.jpg);
	background-repeat : no-repeat;
	background-position : bottom center;
	background-color : #283955;
}

#wrapper {
  width: 730px; 
  margin: 0 auto;
  text-align: left; 
	background-color: #fff;
	padding-bottom: 25px;
}

#second-wrapper {
  width: 730px; 
	background-color: #fff;
}

img {
  border:0
}

hr {
  border-style: solid; border-color: #ccc; border-width: 1px;
}


/* Pretty Text Styles
----------------------------------------------------------------------------*/
a {
	color: #112266;
}
a:hover{
	color : #FF6600;
}
h1 {
  margin-top: 0em;
  font-size: 2.3em;
  font-weight:bolder;
	color:#ff6633;
	padding-left: 22px;
}	

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h3 {
  font-size: 1.9em;
  font-weight: normal;
  color: #3d5071;
  font-family: "Times New Roman", Times, serif;
}

h5 {
  margin-top: 0em;
  font-size: 2.3em;
  font-weight:bolder;
	color:#ff6633;
}

h6 {
  font-size: 1.18em;
  font-weight: normal;
}

.h7{
	font-size: 1.5em;
	font-weight: normal;
}

.test{
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

/* Top Links
----------------------------------------------------------------------------*/
#toplinks_container{
	width:100%;
	height: 40px;
	background: #283955;
	padding-top: 30px;
    font-size: 85%;
}

#toplinks li{
	float:right;
	text-align: right;
	display: inline;
	padding-right: 15px;
	color: #fff;
}

#toplinks li a{
	color: #fff;
	text-decoration:none;
}

#toplinks li a:hover{
	color: #fff;
	text-decoration:underline;
}

/* Welcome Column and Slideshow styles
----------------------------------------------------------------------------*/
#welcome {
  height: 100px;
	width: 213px;
	position: absolute;
	background:url(../images/welcome_small.jpg) no-repeat top left;
}

#welcome h1 {
text-indent:-9999px;
height:1px;
display:block;
}

#slideshow {
	float:right;
	width: 517px;
	height: 100px;
	
}

/* Start the effect of text over the image */
#slideshow_img ul{
	float:left;
}

#slideshow_img li{
	width: 100%;
	height:100px;
	text-align:left;
	position:relative;
	float:right;
	display:inline;
	overflow:hidden;  /* used to hide excess white gap that was overflowing in IE 7 */
}

#slideshow_img a:hover { 
	text-decoration:none;
	cursor: default; /* kills the cursor change over the image, it doesn't actually link anywhere. Yes, this is cheating, I know */
}

#slideshow_img a span {
	/*\*/
	position:absolute;
	background:url(../images/slidehover.png);	
	color: #ffffff;
	text-decoration:none;
	cursor: default;  /* kills the cursor change over the image, it doesn't actually link anywhere. Yes, this is cheating, I know */
}

#slideshow_img a span {	
	bottom: 0;
	left:0px;	
	width:517px;
	color: #ffffff;
	background:url(../images/slidehover.png);
	text-decoration:none;
	cursor: default;  /* kills the cursor change over the image, it doesn't actually link anywhere. Yes, this is cheating, I know */
}

#slideshow_img p {
	color: #fff;
	font-weight: bold;
	font-size:100%;
	text-decoration:none;
	cursor: default;  /* kills the cursor change over the image, it doesn't actually link anywhere. Yes, this is cheating, I know */
	padding: 5px;
	margin: 0;
}

/* Navigation - Controls the navigation styles
----------------------------------------------------------------------------*/
#navcontainer {
	clear: both;
}

#navcontainer ul {
	text-align: center;
	padding-bottom: 22px;
	padding-top: 15px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: url(../images/navbg.jpg) repeat-x top;
	color: white;
	width: 100%;
	font: 1.3em "Times New Roman", Times, serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 22px;
	/* matches link padding except for left and right */
	padding-top: 22px;
}

#navcontainer ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 22px;
	color: white;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background: url(../images/navhover.png);
	color: white;
}

#navcontainer #active { 
	background: url(../images/navhover.png);
	padding-bottom: 15px;
	padding-top: 22px;
}


/* Col 1 - Travel to Glenn
----------------------------------------------------------------------------*/
#col1 { 
  width: 230px; 
	height: 290px;
  float: left; 
	background: url(../images/travel.jpg) no-repeat right bottom #ccc;
	margin-top: 25px;
	margin-left: 20px;
}

#col1 p {
  font-size: 2.1em;
	text-align: center;
	color: #d1def7;
}

#col1 h2 {
  margin-bottom: -.8em;
	margin-top: .3em;
  font-size: 2.8em;
	font-weight: bold;
	color:#fff;
	text-align: center;
}

#col1 h3 {
  margin-bottom: -.8em;
	margin-top: -.1em;
  font-size: 2.2em;
	font-weight: bold;
	color:#ff6633;
	text-align: center;
}

#col1 h3 a{
	color:#ff6633;
	text-align: center;
}

#col1 h3 a:hover{
	color:#ff6633;
	text-align: center;
	text-decoration: none;
}



/* Footer
----------------------------------------------------------------------------*/
#fakefooter { 
  clear: both; 
  background: transparent;
  padding: 35px 25px;
}

#footer { 
  clear: both; 
	width: 730px;
  background: transparent;
	padding: 10px 0 10px 0;
	margin: 0 auto;
} 

#footer p {
	color:#273a5b;
	text-align: left;
	font-size: 1.2em
}

#footer a {
	color: #273a5b;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer img{
vertical-align: middle;
padding-right: 10px;
}

.copy {
background: url(../images/logo.png) no-repeat left center;
padding: 5px 5px 5px 80px;
}

/* Special Padding
----------------------------------------------------------------------------*/
#col1, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#col1 *, #secondaryContent * {
  padding-left: 10px;
  padding-right: 20px;
}

#col1 * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}


/* Dining and other pages styles
----------------------------------------------------------------------------*/
#topbanner {
	width: 100%;
	height: 203px;
	overflow: hidden;
	margin-top: -7px;
}

#header {
	width: 100%;
	height: 203px;
	overflow:hidden;
	margin-top: -7px;
}

#listings { 
  width: 520px; 
  margin-top: -25px;
  margin-left: 20px;
}

#listings h2 {
  	font: 2em
	font-weight: bold;
	color:#ff6633;
}

#listings h2 a {
	color:#ff6633;
	text-decoration: none;
}

#listings p {
  font-size: 1.18em;
}

#listings h4 {
  font-size: 1.18em;
  font-weight: normal;
}

#individualContent { 
  width: 460px; 
  float: left; 
	margin-left: 20px;
	padding-top:15px
}

#individualContent h2 {
  font: 2em "Times New Roman", Times, serif;
	font-weight: bold;
	color:#ff6633;
}

#individualContent h2 a {
	color:#ff6633;
	text-decoration: none;
}

#individualContent p {
  font-size: 1.18em;
}

#sideads { 
  width: 150px;
  float: right; 
	background-color: #fff;
} 

#sideads img{ 
padding-bottom: 15px;
}

#pictures { 
  width: 215px;
  float: right; 
	background-color: #fff;
	padding-top: 25px;
} 

#pictures img{ 
padding-bottom: 15px;
}

table {
/*border-bottom: 1px solid #ccc;*/
margin-bottom: 5px;
}

table p a{
color:
}

.contact_info {
padding: 0;
margin-top: -5px;
color: #666666;
}

.tags img{
padding-left: 8px;
padding-bottom: 5px;
}

#glossaryContainer {
color:#666666;
padding: 0 20px 0px 20px;
font-size: .74em;
margin-bottom: 3em;
}

#glossary {
background-color:#eee;
padding:1px 10px 1px 10px;
border: 1px solid #ccc;
background:url(../images/glossarybg.jpg) repeat-y left top;
}


#glossary img {
padding: 0 5px 0 5px;
vertical-align: text-top;
}

#glossary span {
font-weight: bold;
padding-right: 5px;
}

#generic_col1 {
  width: 460px; 
  float: left; 
	margin-left: 20px;
	padding-top: 25px;
}

#generic_col1 h1 {
  font: 2.3em "Times New Roman", Times, serif;
	font-weight: bold;
	color:#ff6633;
	padding:0;
	margin:0;
}

#generic_col1 h2 {
  font: 2em "Times New Roman", Times, serif;
	font-weight: bold;
	color:#ff6633;
}

#generic_col1 h2 a {
	color:#ff6633;
	text-decoration: none;
}

#generic_col1 p {
  font-size: 1.18em;
}

#generic_col2 {
width: 215px;
  float: right; 
	background-color: #fff;
	padding-top: 25px;
	padding-right: 15px;
}
#generic_col2 img{ 
padding-bottom: 15px;
}

#generic_col2 h1 {
  font: 2.3em "Times New Roman", Times, serif;
	font-weight: bold;
	color:#ff6633;
	padding:0;
	margin:0;
}

#generic_col2 h2 {
  font: 2em "Times New Roman", Times, serif;
	font-weight: bold;
	color:#ff6633;
}

#generic_col2 h2 a {
	color:#ff6633;
	text-decoration: none;
}

#generic_col2 p {
  font-size: 1.18em;
}