@charset "utf-8";
/* CSS Document */

body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 120%;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #666666;
	font-size: 1.5em;
	font-weight: bold;
	margin:10px 0 5px 0;
	line-height: 1.1em;
}
/* Commonly used to style section titles. */
h2 {
	color: #7B9D6B;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 2px;
}
h3 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}
h4 {
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	padding:2px 5px 2px 5px;
}
h5 {
	color: #333333;
	font-size: 1.1em;
	margin: 10px 0 3px 0px;
}
#dropin {
	position:absolute;
	visibility:hidden;
	left: 35%;
	top:0px;
	width:275px;
	height:auto;
	background-color:#ffffff;
	border:1px solid #333333;
	padding:10px;
	/*opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);*/
	font-weight: bold;
	font-size: .8em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
}
#dropin p {
	padding: 0 15px 0 15px;
}
#dropin a, a:link {
    color: #F26D22;
    text-decoration: underline;
    font-weight: normal;
    line-height: 14px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#outerWrapper #header {
	margin: 0;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border: 1px solid #333333;
	position: relative;
	height: 216px;
	width: 778px;
	font-size: 0px;
	line-height: 0px;
}
#outerWrapper #header .logo {
	margin: 0;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;
}
#outerWrapper #header .slider {
	margin: 0;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: relative;
	top: 0; 
	left: 0; 
	z-index: -1;
}
#outerWrapper #topNavigation {
  height: 15px;
  padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation ul {
list-style: none;
padding: 0;
margin: 0 0 5px 0;
} 
#outerWrapper #topNavigation li {
float: right;
margin: 0 0 0 2em;
font-size: 0.9em;
}
#outerWrapper #topNavigation li a,  a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
#outerWrapper #topNavigation li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#outerWrapper #contentWrapper {
  background-color: #fff;
  border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#outerWrapper #contentWrapper #leftColumn1 {
	margin:0;
	float: left;
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	color: #333333;
}
#outerWrapper #contentWrapper #leftColumn1 ul {
list-style: none;
padding: 0;
margin: 0;
width: 150px;
padding-left: 5px;
} 
#outerWrapper #contentWrapper #leftColumn1 li {
margin: 0;
padding: 0;
}
#outerWrapper #contentWrapper #leftColumn1 li a,  a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
 /*Sets the style for links on mouseover. */
#outerWrapper #contentWrapper #leftColumn1 li a:hover {
  text-decoration: none;
  color: #ffffff;
}
#outerWrapper #contentWrapper #leftColumn1 ul li {
	position: relative;
	font-size: 0.9em;
	border-bottom: #333333 dotted 1px;
	font-weight: bold;
	margin: 0;
	padding:8px 0 8px 0;
}

/* Sets the style for sub-menus. */

#outerWrapper #contentWrapper #leftColumn1 li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 100;
}
#outerWrapper #contentWrapper #leftColumn1 ul li a {
	display: block;
	text-decoration: none;
}

#outerWrapper #contentWrapper #leftColumn1 li:hover ul, li.over ul { 
	display: block;
	text-decoration: none;
  	color: #ffffff;
  	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 100;}
	
/* Fix IE. Hide from IE Mac \*/
	#outerWrapper #contentWrapper #leftColumn1 li:hover ul { 
	display: block;
	text-decoration: none;
  	color: #ffffff;
  	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 100;}
	
	#outerWrapper #contentWrapper #leftColumn1 li.over ul { 
	display: block;
	text-decoration: none;
  	color: #ffffff;
  	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 100;}
/* End */	


.indent {
  margin: 10px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 15px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 0.9em;
	display:block;
	background-color: #fff;
}
#outerWrapper #contentWrapper #content li {
}
#outerWrapper #contentWrapper #content p{
	margin: 5px 0 20px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content a,  a:link {
	text-decoration: underline;
	font-weight:normal;
}
#outerWrapper #contentWrapper #content a:hover {
	text-decoration: underline;
	font-weight:normal;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	padding: 5px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
	text-align:center;
	line-height: 15px;
}
#outerWrapper #footer a,  a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
/* Sets the style for links on mouseover. */
#outerWrapper #footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.social {
	text-align: center!important;
}
.eventsFloat {
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	text-align:left;
	float:right;
	width: 175px;
}
.eventsFloat p{
	margin-top: 0px;
	margin-bottom: 2px;
}
.events {
	margin: 0px;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	line-height: 15px;
	text-align:left;
}
.events p{
	margin-top: 0px;
	margin-bottom: 2px;
}
.awards {
	margin: 10px;
	padding: 15px 25px 15px 25px;
	font-size: 11px;
	text-align:center;
}
.awardSource {
	margin-top: 8px;
	text-align:right;
}
.address {
	text-align:center;
	font-size: .9em;
}
.hours {
	text-align:center;
	font-size: 0.9em;	
}
.cc_form_stylish_MainTable{
 	width:190px;
	font-size:0.8em;	
}
.cc_form_stylish_Image{
	background-color:#000000;
	float:right;
	margin-right:5px;
	margin-left: 15px;
	margin-top:3px;
}
.cc_form_stylish_DisplayMain{
	font-size:10px; 
	font-weight:normal;
	color:#666666;
}
#newsEvents {
	margin: 0;
	padding: 1px 12px 5px 20px;
}
#newsEvents p{
	margin-top: 8px;
	font-size: 12px;	
}
.date{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#newsEvents a,  a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight:normal;
}
/* Sets the style for links on mouseover. */
#newsEvents a:hover {
	color: #000099;
	text-decoration: underline;
}
.floatRight {
	float:right;
	padding: 5px 0px 5px 15px;
}
.floatRightImages {
	float:right;
	padding: 5px 0px 0px 10px;
	display: inline-block;
}
.floatLeftImages {
	float:left;
	padding: 5px 15px 0px 0px;
	display: inline-block;
}
.headingsImg {
	margin:10px 0 0 0;
	padding: 0 0 5px 0;
}
.otherRestaurants {
	float:right;
	padding: 0;
}
#shop {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #666666;
	text-align:center;
	font-size: 12px;
}
#shop p{
	margin:0;
	margin-top: 5px;	
}
#shop a,  a:link {
	text-decoration: none;
}
.header {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	margin: 8px 0 3px 0;
}
.headerGeorgia {
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 12px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 140px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	margin: 3px;
	padding: 5px 5px 5px 5px;
	background-color: #F9F1EC;
}

.hoverbox .preview
{
	border-color: #000;
	width: 375px;
	height:265px;
}
.button {
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background-color: #666666;
    color: #FFFFFF!important;
    cursor: pointer;
    font-size:1em;
    font-weight: bold!important;
    margin: 5px 0 5px 0;
    padding: 6px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
	letter-spacing: 1px;
	width: 175px;
	display:block;
}
a.button a:link.button {
	 color: #FFFFFF!important;
	 text-decoration: none !important;
}
a:hover.button  {
	 color: #FFFFFF!important;
	 text-decoration: underline !important;
}
.eventDate {
	font-size: 11px;
	color:#999;
	font-weight:bold;
	margin-bottom: 5px;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	/*font-weight:bold;*/
	font-size: 11px;
	background-color:#ebebec;
    background-image: url("images/quote.png");
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
-webkit-box-shadow: #e6e6e6 0px 2px 2px;
-moz-box-shadow: #e6e6e6 0px 2px 2px;
box-shadow: #e6e6e6 0px 2px 2px;
    padding: 20px 20px 15px 80px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(http://www.groupersandwich.com/PIE.htc);
}
.quoteAuthor {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	/*font-weight:bold;*/
	font-size: 11px;
	font-style:italic;
	text-align:right;
}