* {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

button::-moz-focus-inner {
    border:0;
    padding:0;
}

a img {border: none; }

html {
    background: #d6cfc5;
}

body {
    position: relative;
    background: url("https://ecd240.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/back_header_repHorz.jpg") repeat-x,
                url("https://08e4a5.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/nav_full_back_repHorz.jpg") 0 143px repeat-x,
                url("https://8a622f.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/mid_back_repHorz.jpg") 0 208px repeat-x,
                url("https://c845d4.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/bot_repHorz2.jpg") 0 556px repeat-x;

    font-family: 'Open Sans', sans-serif;
    font-size: small;
}

#page {
    position: relative;
    width: 960px;
    min-height: 860px;
    padding-bottom: 40px;
}

#divHeader {
	height: 143px;
    width: 960px;
}

#txtMailingList {
	background-color: #000;
    border: 2px solid #681c1c;
    border-radius: 9px;
    color: #fff;
    font-size: 0.9em;
    padding: 2px 14px 2px 14px;
    width: 206px;
    line-height: 20px;
}

#txtMailingList:focus {
	outline: none;
}

#divResWidget {
    width: 300px;
    text-align: center;
}

#content_container {
}

#divHeaderLeft {
	width: 300px;
}

#divHeaderRight {
	width: 400px;
    height: 143px;
}

#divHeaderRightTop {
    height: 20px;
}

#imgLogo {
    width: 267px;
    height: 108px;
}

#divMenu {
    position: relative;
    width: 960px;
    height: 61px;
    background: url("https://2b4733.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/nav_mid_front_repHorz.jpg") repeat-x;
    -moz-box-shadow: 0px 6px 4px #4d4c4d;
    -webkit-box-shadow: 0px 6px 4px #4d4c4d;
    box-shadow: 0px 6px 4px #4d4c4d;
    z-index: 99;
}

#divMenu ul {
    position: relative;
    height: 61px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#divMenu ul li {
	float: left;
    margin: 0;
    padding: 0;
    height: 61px;
    /*border-right: 1px solid #666;*/
}

#divMenu ul li a {
	float: left;
    display: block;
    color: #fafafa;
    margin: 0;
    padding: 22px 20px 18px 20px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    height: 21px;
    text-align: center;
}

.menuSep {
	width: 1px;
    background-image: url("https://2df35d.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/menuSep.jpg");
}

#divMenu ul li a:hover, #divMenu ul li a.menuItemFocus {
    background: url("https://e47df9.claudeassets.com/20150319212045im_/http://camillesontheriver.com/images/nav_mid_front_repHorz_hover.jpg") repeat-x;
	color: #ff8300;
}

#divMenu ul li a.menuItemFocus {
	border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#divContent {
    background-color: #f6efe8;
}

#divInnerContent {
	min-height: 200px;
}

#map-canvas {
    width: 500px;
    height: 400px;
    background-color: #CCC;
    border: 1px solid #333;
}

#divAddressInfo {
	width: 380px;
    height: 340px;
}

#txtMyAddress {
	width: 310px;
    border-radius: 4px;
    font-size: 0.9em;
    padding: 2px 14px 2px 14px;
    line-height: 20px;
}

#divAddressTopCont {
	width: 340px;
}


#divGetDirections input[type="text"] {
    background-color:#ffffff;
    border:1px solid #cccccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border linear .2s, box-shadow linear .2s;
    -moz-transition:border linear .2s, box-shadow linear .2s;
    -o-transition:border linear .2s, box-shadow linear .2s;
    transition:border linear .2s, box-shadow linear .2s;
}

#divGetDirections input[type="text"]:focus {
    border-color:rgba(82, 168, 236, 0.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#divLeftEvents {
    position: relative;
    width: 390px;
    border: 1px solid #744906;
    background-color: #5B0D0D;
}

#divEventsHeader {
    position: relative;
    height: 26px;
    border-bottom: 1px solid #000;
    background-color: #5B0D0D;
    color: #fff;
}

#divEventsContent {
    position: relative;
    background-color: #fff;
    height: 248px;
    overflow-y: scroll;
}

.sectionHeaderText {
    font-size: 2em;
    color: #eb7700;
    font-weight: bold;
    -webkit-text-shadow: 1px 1px 1px #ddd;
    text-shadow: 1px 1px 1px #ddd;
}


#divRightMain {
	width: 495px;
}

#divHomeResCont {
	width:245px;
    position: relative;
}


#divBannerMapContainer {
	position: relative;
    width: 960px;
    height: 350px;
    -moz-box-shadow:inset 0px 0px 16px #4d4c4d;
    -webkit-box-shadow:inset 0px 0px 16px #4d4c4d;
    box-shadow:inset 0px 0px 16px #4d4c4d;
    z-index: 99;
}

#divBannerMap {
    width: 960px;
    height: 350px;
    z-index: -1;
}

#divHomeBottomPad {
    position: relative;
	-moz-box-shadow: 0px -2px 11px #4d4c4d;
-webkit-box-shadow: 0px -2px 11px #4d4c4d;
box-shadow: 0px -2px 11px #4d4c4d;
    z-index: 99;
}


#divBannerBGCont {
    position: relative;
	width: 960px;
    height: 350px;
    overflow: hidden;
}

/*#map-container {
    background-color: transparent;
    position: relative;
    width: 960px;
    -moz-box-shadow:inset 0px 0px 16px #4d4c4d;
    -webkit-box-shadow:inset 0px 0px 16px #4d4c4d;
    box-shadow:inset 0px 0px 16px #4d4c4d;
    z-index: 1;
}*/

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 350px;
    z-index: 20;
}

/*#map-container  {
    position: relative;
    width: 960px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 0 0 #4d4c4d inset, 0 -1px 0 0 #4d4c4d inset, 0 -2px 0 0 #4d4c4d inset, 0 -3px 0 0 #4d4c4d inset;
    z-index: 1999;
}

#map    {
    position: relative;
    height: 350px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1
}*/


#mainImage {
	position: relative;
    z-index: 30;
}

#divHomePageFloatText {
    position: absolute;
    bottom: 30px;
    right: 30px;
	border: 2px solid #eab300;
    background-color: #000;
    background:rgba(0,0,0,0.6);
    width: 400px;
    z-index: 40;
}



div.scaleOn {
/*General*/
transform: translate(0, -10%) scale(0.5, 0.8);
/*Firefox*/
-moz-transform: translate(0, -10%) scale(0.5, 0.8);
/*Microsoft Internet Explorer*/
-ms-transform: translate(0, -10%) scale(0.5, 0.8);
/*Chrome, Safari*/
-webkit-transform: translate(0, -10%) scale(0.5, 0.8);
/*Opera*/
-o-transform: translate(0, -10%) scale(0.5, 0.8);
}


.easing {
    /*general version*/
    transition: 2s ease-in-out;
    /*browser specific versions*/
    -moz-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
}
/*
     FILE ARCHIVED ON 09:41:16 Dec 19, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:26:59 Aug 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.915
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.069
  esindex: 0.013
  cdx.remote: 8.724
  LoadShardBlock: 171.355 (3)
  PetaboxLoader3.resolve: 104.375 (4)
  PetaboxLoader3.datanode: 117.55 (4)
  load_resource: 84.814
*/