@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  background-color: #dadccf;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 200px;
}

/* Set the fixed height of the footer here */
#footer {
  padding-top: 30px;
  height: 200px;
/*   background-color: #FFFCBE; */
}

.frame {
	display: block;
	color: black;
	text-align: center;
	background-color: #ecead6;
	box-shadow: 0px 1px 10px -2px #000;
	-webkit-box-shadow: 0px 1px 10px -2px #000;
	-moz-box-shadow: 0px 1px 10px -2px #000;
	padding: 5px;
}

.frame:hover {
	color: black;
	background-image: none;
	background-color: #eeeac7;
	text-decoration: none;
}

.frame * {
	font-family: comic sans ms;	
}

.frame img {
	border: white 5px solid;
}

.frame2 {
	text-align: left;
}

.frame2 img {
	box-shadow: 0px 1px 10px -2px #000;
 	-webkit-box-shadow: 0px 1px 10px -2px #000;
}

.navbar {
	border-radius: 0px;
	min-height: 70px;
	border: none;
}

.navbar-inverse {
	background-color: #234424;
	border-bottom: #56AA6D 10px solid;
	padding-bottom: 15px;
	margin-top: 16px;
	margin-bottom: 50px;
}

.navbar-inverse .navbar-brand {
	position: absolute;
	box-shadow: 0px 1px 10px -2px #000;
	-webkit-box-shadow: 0px 1px 10px -2px #000;
	-moz-box-shadow: 0px 1px 10px -2px #000;
	padding: 0px 0px;
	margin-left: 15px;
	margin-top: -35px;
}

.brand-text {
	color: white;
	margin-left: 180px;
}

.brand-text p {
	font-size: 18px;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-default {
	padding-bottom: 10px;
}

.navbar-nav > li > a {
	padding-top: 25px;
} 

.navbar-header {
	padding-top: 10px;
}

.navbar-nav{
	padding-top: 55px;
	border: none;
	font-size: 18px;
}

.nav .dropdown {
	border-left: white solid 1px;
	border-right: white solid 1px;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #234424;
}

.menuTop {
	margin-top: 5px;
	height: 10px;
}

#carousel {
	box-shadow: 0px 1px 10px -2px #000;
	-webkit-box-shadow: 0px 1px 10px -2px #000;
	-moz-box-shadow: 0px 1px 10px -2px #000;
}

.carousel-indicators .active {
	background-color: #575757;	
}

.carousel-indicators li {
	border: 1px solid #575757;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0, rgba(0, 0, 0, 0) 100%)
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.07) 100%)
}

.menuList {
	list-style: none;
	padding-left: 0px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 0px;
}

.menuTable {
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
	width: 800px;
	font-size: 21px;
	line-height: 35px;	
}

.menuTable tr:first-child td h2{
	font-weight: bold;
}

.menuTable tr td h3 {
	font-weight: bold;
}

#slTable {
	table-layout: fixed;
}

#slTable tr td:first-child {
    width: 74%; /* To ensure proper spacing when 3 td's are used in menu table */
}

#customHr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 3px solid #dadada;
}

.mainContainer {
	width: 1300px;/*1415px;*/
	background-color: white;
	margin: 0 auto;
	padding: 50px 50px 50px 50px;
	box-shadow: 0px 1px 10px -2px #5F5F5C;
}

/*Image Sprites*/
#img_frn {
	background: url('../images/frame_sprite2.jpg') no-repeat 0px 0px;
	width: 400px;
	height: 480px;
}

#img_ss {
	background: url('../images/frame_sprite2.jpg') no-repeat -400px 0px;
	width: 400px;
	height: 480px;
}

#img_loc {
	background: url('../images/frame_sprite2.jpg') no-repeat -800px 0px;
	width: 400px;
	height: 480px;
}

.menuTitle {
	font-weight: bold;
	margin-top: 50px;
}

.menuTitle h1 {
	font-size: 48px;
}

#map {
	overflow: hidden;
	text-align: center;
	border-bottom: none;
	margin: 50px 0px;
}

#address {
	float: right;
}

#address h2 {
	font-weight: bold;
}

#address h3 {
	font-weight: bold;
}

#address:hover {
	background-color: #f3ffad;
}

.well {
	width: 800px;
	margin: 0 auto;
	border: none;
	border-bottom: 2px solid #dadccf !important;
	background-color: white;
}

.col-xs-4 {
	*width: 30%; /* IE6 and 7 */	
}
}