/* LINKS */

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #90361A;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.div-mainNav {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.mainNav:link {
	color: #003366;
	background-color: #F4E4BC;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	border: 2px solid #793722;
	font-size: 13px;
	line-height: 13px;
}
.mainNav:visited {
	color: #003366;
	background-color: #F4E4BC;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	border: 2px solid #793722;
	font-size: 13px;
	line-height: 13px;
}
.mainNav:hover {
	color: #90361A;
	background-color: #FED295;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	border: 2px solid #793722;
	font-size: 13px;
	line-height: 13px;
}
.mainNav:active {
	color: #9B000F;
	background-color: #FDD497;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	border: 2px solid #793722;
	font-size: 13px;
	line-height: 13px;
}


.whiteNAV:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.whiteNAV:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.whiteNAV:hover {
	text-decoration: underline;
	color: #FED396;
	font-weight: normal;
}
.whiteNAV:active {
	text-decoration: underline;
	color: #FED396;
	font-weight: normal;
}


/* TAGS */

body {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #000000;
	background-image: url(images/bg-brick.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
}
p {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 5px 15px 8px;
	margin: 0px;
}
h1 {
	font-size: 48px;
	line-height: 34pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 10px 15px;
	color: #560506;
	text-align: center;
}
h2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin: 0px;
	padding: 28px 15px 15px 12px;
	color: #9D4839;
	font-style: italic;
}
h3 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #560506;
}
h4 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
h5 {
	font-size: 12px;
	line-height: 13px;
	padding: 2px 15px 6px;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	padding: 2px 15px 0px;
	margin: 0px;
	font-weight: normal;
}


ol {
	font-size: 12px;
	line-height: 14px;
}
li {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-right: 15px;
	list-style-type: square;
}
ul {
	margin-top: 0px;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
hr {
	color: #180405;
	height: 1px;
	width: 100%;
}



/* TEXT */


.text-White {	color: #FFFFFF;	font-weight: normal	}
.text-White-Bold {	font-weight: bold;	color: #FFFFFF}

.Black {	color: #000000;		font-weight: normal	}
.Black-Bold {	font-weight: bold;	color: #000000	}

.Gray-Light {	color: #8591AE;	font-weight: normal	}
.Gray-Light-Bold {	font-weight: bold;	color: #8591AE	}

.Gray-Medium {	color: #596D93;	font-weight: normal	}
.Gray-Medium-Bold {	font-weight: bold;	color: #596D93	}

.Gray-Dark {	font-weight: normal;	color: #353F57	}
.Gray-Dark-Bold {	font-weight: bold;	color: #353F57	}

.text-Tan {	color: #FFF0D9;	font-weight: normal	}
.text-Tan-Bold {	font-weight: bold;	color: #FFF0D9	}

.text-Orange {
	color: #AD642E;
	font-weight: normal
}
.text-Orange-Bold {	font-weight: bold;	color: #F39A61	}

.text-Orange-light {	color: #FED396;	font-weight: normal	}
.text-Orange-light-Bold {	font-weight: bold;	color: #FED396	}

.text-Red {	color: #9B000F;	font-weight: normal	}
.text-Red-Bold {	font-weight: bold;	color: #9B000F	}







.text-italic {  font-style: italic }
.text-bold {  font-weight: bold }
.text-normal { font-weight: normal }

.text-justified { 	text-align: justify}
.text-center {  text-align: center}
.text-left {  text-align: left}
.text-right {  text-align: right}
.text-superscript {	vertical-align: super;	font-size: xx-small	}




		
.text-legalese {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 11px;
	background-color: #000000;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}	

.text-story-subhead {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	width: 330px;
	color: #560506;
	border: 1px solid #560506;
	font-style: italic;
	background-color: #E0D3BD;
}
.text-pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #999999;
	width: 215px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: 44px;
	margin-right: 15px;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-sans {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-serif {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}







/* BACKGROUNDS */

.bg-white {	background-color: #FFFFFF}
.bg-black {	background-color: #000000}
.bg-gray-light { background-color: #8591AE}
.bg-gray-medium { background-color: #596D93}
.bg-gray-dark {	background-color: #353F57}
.bg-Tan { background-color: #FFF0D9}
.bg-Orange {	background-color: #F39A61}
.bg-Orange-light {	background-color: #FED396}
.bg-Red {	background-color: #9B000F}





	
/* IMAGES */

.image-left {
	float: left;
	padding: 0px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 4px;
}
.image-left-nomargins {
	float: left;
	padding: 0px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.image-right {
	float: right;
	padding: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-top: 4px;
}
.image-rightcolumn {
	padding: 2px 5px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* TABLES */

.table-main {
	width: 800px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(images/bg-content.jpg);
}
.table-menu {
	width: 780px;
	margin-left: 20px;
}

.cell-Header {
	height: 90px;
	width: 850px;
}


/* CONtENT CELLS */

.cell-content-home {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/11.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-breakfast {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-lunch {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/7.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-dinner {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-specials {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/6.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-weekend {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-content-events {
	width: 800px;
	vertical-align: top;
	padding-top: 200px;
	background-image: url(images/bg-content/3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.cell-footer {
	background-color: #6B3F28;
	background-image: url(images/bg-footer.jpg);
	width: 800px;
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	padding-bottom: 5px;
}







.cell-LeftColumn-top {
	width: 150px;
	padding-top: 20px;
	vertical-align: top;
	background-color: #180405;
	background-image: url(http://www.visualgeneration.com/canyontravel/images/interface/bg-LeftColumn-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.cell-SubNavigation {
	width: 200px;
	vertical-align: top;
	padding-bottom: 5px;
}
.cell-MainNavigation {
	width: 850px;
	height: 30px;
}





/*        ======    GRAYBOX     =========        */



#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}


/*       WINDOW TITLE        */

.GB_Window .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
}

.GB_Window .close { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: right; }

/*       CLOSE LINK        */
.GB_Window .close span { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    cursor: pointer; 
	color: #BA2025;
}

/*       CLOSE CHECKBOX IMAGE        */

.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
	vertical-align: bottom;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

