body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(255,255,225);
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
}
#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	min-width: 950px;
	width:expression(document.body.clientWidth < 950? "950px": "80%" );
	background-color: rgb(255,255,204);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FDCA60; 
	/* padding: 0 10px; */
	/* 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. */
} 
#header #image { /* was #header h1 in DW template */
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 950px;
	height: 225px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display:block;
	background-repeat:no-repeat;
}

#header #image 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	display:none; /*hides the text for graphics folks */
}
#nav {
	float: left; 
	width: 250px; /* since this element is floated, a width must be given */
	/* the background color/image will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/stationinn-tt-back.jpg);
	padding: 15px 10px 15px 20px;
	height: 100%;
}
#nav a {
	color: #990000;
	text-decoration: none;
	line-height: 50px;
	font-size: 18px;
	text-shadow: #333333;
}
#nav a:hover {
	color: #330000;
	cursor: pointer;
}

/* selection css source http://www.subcide.com/tutorials/csslayout/page11.aspx  */

/* header image selections */
body.news #header #image {
	background-image:url(/images/station-inn-header-2008-ocs.jpg);
}
body.video #header #image {
	background-image:url(/images/station-inn-header-2008-ocs.jpg);
}
body.accommodations #header #image {
	background-image:url(/images/station-inn-header-2008-gold-2.jpg);
}
body.reservations #header #image {
	background-image:url(/images/station-inn-header-2008-gold-3.jpg);
}
body.webcam #header #image {
	background-image:url(/images/station-inn-header-2008-gold-4.jpg);
}
body.radio #header #image {
	background-image:url(/images/station-inn-header-2008-gold-4.jpg);
}
body.photogallery #header #image {
	background-image:url(/images/station-inn-header-2008-gold-5.jpg);
}
body.tomgallery #header #image {
	background-image:url(/images/station-inn-header-2010-gold-1.jpg);
}
body.railroad #header #image {
	background-image:url(/images/station-inn-header-2008-gold.jpg);
}
body.region #header #image {
	background-image:url(/images/station-inn-header-2008-gold-7.jpg);
}
body.directions #header #image {
	background-image:url(/images/station-inn-header-2008-gold-8.jpg);
}
body.reviews #header #image {
	background-image:url(/images/station-inn-header-2008-gold-9.jpg);
}
body.home #header #image 
{
	background-image:url(/images/station-inn-header-2008-gold-6.jpg);
}

/* nav menu selections */

body.news dt#news,
body.news dt#news a,
body.news dt#news a:hover,
body.video dt#video,
body.video dt#video a,
body.video dt#video a:hover,
body.accommodations dt#accommodations,
body.accommodations dt#accommodations a,
body.accommodations dt#accommodations a:hover,
body.reservations dt#reservations,
body.reservations dt#reservations a,
body.reservations dt#reservations a:hover,
body.webcam dt#webcam,
body.webcam dt#webcam a,
body.webcam dt#webcam a:hover,
body.radio dt#radio,
body.radio dt#radio a,
body.radio dt#radio a:hover,
body.photogallery dt#photogallery,
body.photogallery dt#photogallery a,
body.photogallery dt#photogallery a:hover,
body.tomgallery dt#tomgallery,
body.tomgallery dt#tomgallery a,
body.tomgallery dt#tomgallery a:hover,
body.railroad dt#railroad,
body.railroad dt#railroad a,
body.railroad dt#railroad a:hover,
body.region dt#region,
body.region dt#region a,
body.region dt#region a:hover,
body.directions dt#directions,
body.directions dt#directions a,
body.directions dt#directions a:hover,
body.reviews dt#reviews,
body.reviews dt#reviews a,
body.reviews dt#reviews a:hover,
body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover

{
	font-weight:bolder;
	color:#FF9900;
}

/* Tips for mainContent:
1. the space between the mainContent and nav is created with the left margin on the mainContent div.  No matter how much content the nav div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #nav space when the content in #nav ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px 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.
*/
#mainContent { 
	margin: 0 20px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #303030;
} 

#mainContent p {
	text-align : justify;
}

#mainContent a:link
{
	color: #800000;
}

#mainContent a:visited    
{ 
	color: #800080;
}

#mainContent a:active     
{ 
	color: #FF9900;
}

#rightcolumn {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #990000;
	text-align: center;
}


	/* general product page elements */
		table.rooms  {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size: 0.7em;
			text-align: left;
			border-collapse: collapse;
			margin-left: auto;
			margin-right: auto;
			width: 80%;
			border-spacing: 0px;
			padding: 0px;
		}
		.rooms th {
			font-size: 0.7em;
			font-weight: bold;
			padding: 4px;
			background: url('/include/gradhead.png') repeat-x;
			border-top: 2px solid #900;
			border-bottom: 1px solid #fff;
			color: #900;
		}
		.rooms td {
			padding: 4px;
			border-bottom: 1px solid #900;
			color: #900;
			border-top: 1px solid #900;
			background: url('/include/gradback.png') repeat-x;
		}
		.rooms tfoot tr td {
			background: url('/include/gradback.png') repeat-x;
			font-size: 1em;
			color: #900;
		}
		.rooms tbody tr:hover td {
			background: url('/include/gradhover.png') repeat-x;
			color: #000;
		}



#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FDCA60;
	font-size: 11px;
	border-top: 1px solid #990000;
} 

#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 */
}

#footer #left {
   float: left;
   width: 49%;
   text-align: right; /* depends on element width */
}

#footer #right {
   float: right;
   width: 49%;
}

#footer #tagline p {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 20%;
}

#footer a:link
{
	color: #800000;
}

#footer a:visited    
{ 
	color: #800080;
}

#footer a:active     
{ 
	color: #FF9900;
}

/* 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;
	clear: right;
}

.fltlft { /* this class can be used to float an element left in your 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.caption {
	text-align: left;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #660000;
}

.thumbnail {
	text-align: center;
	text-indent: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #660000;
}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
	font-size: 20px;
}
h2
{
	font-family: Times New Roman, Times;
	color: #900; 
	font-size: 19px;
}
h3
{ 
   font-family: 'Times New Roman', Times; 
   color: #633;
   font-size: 18px;
}
h4
{
	font-family: Times New Roman, Times;
	color:#009;
	font-size: 16px;
}

h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #FFFFCC;
}
.highslide:hover img {
	border: 2px solid #990000;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
