
/*body{
	  background-color: #fffcf6!important;
}
*/
.ui-dialog {
    z-index:9999;    
}

div.interior_slider_image img {
	margin:-80px 0 0 0;
}

@media all and (max-width: 760px) {
  div.interior_slider_image img {margin:0 0 0 0;}
  .navbar-left {margin:0 0 0 0 !important;}
}
@media all and (min-width: 760px) {
  .navbar-left {margin:0 0 0 -40px !important;}
}
.navbar-default .navbar-nav>.active>a{
	background: transparent !important;
}
.page-container {
    background-image: url(../arrowTopREV.png);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    padding-top: 4em;
    padding-bottom: 3em;
	margin:auto;
	margin-top:-10px;
}


.content {
    background-color: #ffffff;
    border: 0 none;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 3px 6px #e9e7da;
    -moz-box-shadow: 0 3px 6px #e9e7da;
    box-shadow: 0 3px 6px #e9e7da;
}

