/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 15px auto;
	padding: 0;
	color: #505854;/*dark grey text*/
	background-color: #3A403D;/*grey background around window*/
	font-size: 85%;
	font-family: Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h4_1, h5, h6 {
	background-color: transparent;
	color: #272b29;
	clear: both;
}

h2, h3, h4, h5, h6 {
	margin-top: 24px;/*was margin-top: 15px; */
}

h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b55e11;
}

h1_hotel {
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b55e11;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #8f8fb3;
	font-size: 150%;
	color: #b55e11;
	font-weight: normal;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 0 solid #8f8fb3;
	color: #818f6c;
	font-size: 100%;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	height: 30px;
	text-align: left;
	padding-top: 10px;/* -- was 10px -- */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background: url(https://www.visiting-niagara-falls.com/image-files/xnavigationbg.gif.pagespeed.ic.9fR8mMIA5w.png) no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;/*width: 179px;*/
	position: relative;
}


h4_1

{
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	line-height: 30px;
	color: #555e59;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0pt;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	height: 30px;
	width: 160px;
	/* [disabled]max-width: 170px; */
}


h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	height: 30px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(https://www.visiting-niagara-falls.com/image-files/xh5bg.jpg.pagespeed.ic.-5QmxL4-V_.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	clear: both;	
	position: relative;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	width: 115px;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(https://www.visiting-niagara-falls.com/image-files/xh6bg.jpg.pagespeed.ic.sAPMi1fpc0.jpg);
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: capitalize;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
	border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color:#62753E; 
text-decoration: underline;
}

a:visited {
color: #6F7B75;
text-decoration: underline;
}

a:hover {
color: #1F2513;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 958px; /* ------ was width: 799px; ------- */

}

#Header {
position: relative;
height: 154px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {/* was 	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 179px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px; */
	margin: 10px 180px 0 196px; /* was margin: 0 0 0 180px; */
	padding-left: 30px; /* padding-left: 30px; */
	padding-right: 10px; /* padding-right: 10px; */
}

#NavColumn {
	float: left;
	margin-top: 10px;
	width: 195px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -958px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	text-decoration: none;
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}


#Footer {
clear: both;
padding: 0px 0;
margin: 0px auto;
border-top: 0px solid #f0f5fb;
}

.Liner {
	; /* was padding: 10px; */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0px auto;
	background-image: url(../image-files/niagra_rcenter.jpg); /* was background-image: url(https://www.visiting-niagara-falls.com/image-files/xpage800.png.pagespeed.ic.1Au4viA8mh.png); */
	background-repeat: repeat-y;
}

#Header {
background-image: url(https://www.visiting-niagara-falls.com/image-files/xheader960.jpg.pagespeed.ic.sUMsfcwLG0.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {

background-color: transparent;
}

#NavColumn {
	background-color: transparent;
}

#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	background-image: url(../image-files/niagra_rfooter.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #3A403D;
	height: 56px;
	text-align: center;
	font-size: 82%;
	color: #181b1a;
}

#ThumbnailT3 {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

/* ------ Section 4 - Left Column Navigation ------ */

#Nav {
width: 100%;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */
/*
.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}*/

#nav h4_1  {
font-family: Tahoma, Geneva, sans-serif;
display: block;
line-height: 30px;
color: #555e59;
font-weight: bold;
font-size: 13px;
letter-spacing: 0pt;
text-transform: uppercase;
text-decoration: none;
text-align: left;
height: 30px;
width: 160px;
}


/* -- Nav List -- */

#nav h4_1 a:link {
	color: #555e59;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	height: 30px;
	padding-right: 0px;
	padding-left: 3px;
	display: block;
}

#nav h4_1 a:visited {
	color: #555e59;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;

}

#nav h4_1 a:hover {
	color: #cfd3d1;
	text-decoration: underline;
	background-color: #636e69;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	height: 30px;
	width: 160px;
	display: block;
	text-transform: uppercase;
	padding-left: 3px;
	
}

/* -- Nav List -- */

#nav ul {
	font-size: 90%;
	margin-left: -40px;
	list-style-image: none;
	list-style-type: none;
	max-width: 160px;
	margin-top: 0px;
}

#nav ul li a:link { 
	color: #4b534f;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	height: 22px;
	padding-right: 0px;
	padding-left: 15px;
	display: block;
	padding-top: 5px;
	width: 150px;
}


#nav ul li a:visited {
	color: #999;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	height: 22px;
	text-transform: uppercase;
	width: 150px;
	display: block;
}

#nav ul li a:hover {
	color: #555e59;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	height: 22px;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	text-transform: uppercase;
	background-image: url(../image-files/navsubitembkg.gif);
	background-repeat: repeat-x;
}

/* end of sbi navigation css files*/

#ThumbnailT3 h5 {
	font-size: 120%;
	color: #000;
	margin: 0;
	background: url(https://www.visiting-niagara-falls.com/image-files/xnavigationbg.gif.pagespeed.ic.9fR8mMIA5w.png) no-repeat;
	width: 180px;
	height: 40px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}



/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
padding-top: 0px;
}

.ExtraNav ul li:hover {
display: inline;
background-color: transparent;
text-align: left;
padding-top: 10px;
}

.ExtraNav a:link {
color: #a27d37;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #ccc;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}

.ExtraNav a:hover {
color: #fff;
text-decoration: none;
background-color: transparent;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

h4 a:link {
color: #000;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 0px;
text-decoration: none;
}


h4 a:visited {
color: #000;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}

h4 a:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	padding: 0 0px;
	text-decoration: underline;
}

h6 a:link {
color: #000;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


h6 a:visited {
color: #000;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}

h6 a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	background-image: url(https://www.visiting-niagara-falls.com/image-files/xh6bg-hover.jpg.pagespeed.ic.JUJccnnman.jpg);
}

#Header .DropNav {
	height: 21px;
	background-image: url('https://www.visiting-niagara-falls.com/image-files/xnav.png.pagespeed.ic.o01Wb-uR34.png');
	background-position: top center;
	width: 946px; /*was width: 780px;*/
	position: absolute;
	top: 154px;/*was width:top: 180px;*/
	left: 6px; /*was width:left: 10px;*/
}

#Footer .ExtraNav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	background-color: transparent;
	width: 958px; /*was width: 799px;*/
	padding-top: 2px;/*was padding-top: 2px;*/
	margin: 0px auto 0px auto;
	position: relative;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
	border: none;
}

#Footer .ExtraNav a:link {
	color: #d1dcbc;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px; /* -- 0 0px;-- */
}

#Footer .ExtraNav a:hover {
color: #181b1a;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px; /* -- 0 0px;-- */
}


#Footer .ExtraNav a:visited {
	color: #d1dcbc;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px; /* -- 0 0px;-- */
}
.Tier2 table {
	height: auto;
	width: auto;
}



/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}


/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
	text-decoration: underline;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}

/* -- t2 Thumbnail-with-Caption Navigation -- */

.t2 .ThumbnailLink {
text-align: left;
}

.t2 .ThumbnailLink a:link {
text-decoration: none;
}

.t2 .ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}
.t2 .ThumbnailLink a:hover .h3 {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 0 solid #272b29;
	
/* -- Horizontal Text NavBar -- */


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
	color: #666;
	font-size: 13px;
}

.3col{
	font-family: Palatino, 'Times New Roman', Georgia;
	font-size: 80%;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #dde5cd;
	width: 85%;
	border: 0px  #f3d047;/*was border: 3px  #f3d047;*/
	border-style: double;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: #272b29;
	text-align: center;
	position: static;
}

div.CalloutBox p {
	margin: 13px;
}

p.CalloutBox {
	/* [disabled]padding: 13px; */
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #f7e18c;
width: 30%;
border: 2px solid #887202;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #506f7f;
text-align: center;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
border-bottom: 2px solid #887202;
font-family: papyrus, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: #f3d047;
min-height: 40px;
}

html>body .ReminderBox h4 { /* Hides H-graphics from IE6 */
background-image: url(stylesheet2.css,23.pagespeed.ce.riIVUtIr7T.css);
background-repeat: no-repeat;
background-position: left;
padding-left: 40px;
} 

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
background-image: url(stylesheet2.css,23.pagespeed.ce.riIVUtIr7T.css);
background-position: bottom;
background-repeat: repeat-x;
width: 90%;
margin: 0 auto 12px auto;
padding-bottom: 5px;
color: #7d3a01;
text-align: center;
line-height: 120%;
}
/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #bac1c4;
border: 3px  #f3d047;
border-style: double;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #506f7f;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
	margin: 2px auto 12px auto;
	clear: both;
	text-align: center;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
#NavColumn p{
	color: #272B29;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
#nav {
	border-top-width: 1px;
	border-top-color: #CCC;
	position: relative;
}

.hotel_rating {
	text-align: center;
}
