﻿body
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	background: #ebe0c3 url('../images/site_bg.jpg') repeat-x center top;
    text-align: center;
    min-width: 900px;
}

p
{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

ul
{
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 15px;
}

a
{
    color: #333333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    outline: none;
}

a:hover
{
    color: #000000;
}

.spacer
{
    line-height: 1px;
    font-size: 1px;
}

input
{
  color: #333333;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration:none;
  font-weight:normal
}

td
{
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#wrapper
{
    width: 900px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

#middle
{
    width: 900px;
	background: url('../images/middle_bg.png') no-repeat left bottom;
    z-index: 2;
}

#header
{
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 900px;
    height: 235px;
    z-index: 3;
}

#header div#nav
{
    position: absolute;
    left: 276px;
    top: 21px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 1px;
}

#nav a:link,
#nav a:visited
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

#header #restaurantLocations
{
    position: absolute;
    left: 11px;
    top: 168px;
	font-size: 20px;
	color: #ffffff;
}

#header #restaurantMenu,
#header #restaurantMenu option
{
    padding-left: 0px;
    margin-left: 0px;
}

#header #restaurantLocations .orange
{
    font-size: 19px;
    color: #ffcc00;
}

#footer
{
    position: relative;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    width: 890px;
    height: 26px;
    font-size: 11px;
    line-height: 26px;
    color: #333333;
    z-index: 3;
}

#content
{
    position: relative;
    left: 15px;
    width: 776px;
    margin: 13px 0px 0px 0px;
    padding: 0px;
    z-index: 3;
}

/* --------------------------- */
/* Home Page                   */
/* --------------------------- */

#homePage
{
    line-height: 25px;
    font-size: 18px;
}

#homePage .left
{
    float: left;
    width: 405px;
    padding: 0px;
    margin: 0px;
}

#homePage .left .openings
{
    position: relative;
    left: -15px;
    width: 422px;
    height: 249px;
	background: url('../images/home_image_left.jpg') no-repeat left top;
}

#homePage .left .openings .text
{
    padding: 8px 0px 0px 160px;
}

#homePage .middle
{
    float: left;
    width: 22px;
    padding: 0px;
    margin: 0px;
}

#homePage .right
{
    float: left;
    width: 347px;
    padding: 0px;
    margin: 0px;
}

a.applyButton,
a.applyButton:hover
{
    display: block;
    width: 347px;
    height: 76px;
    text-indent: -5000px;
    text-decoration: none;
    font-size: 10px;
    background: url('/images/apply_button.png') no-repeat left top;
}

a.applyButton:hover
{
    background-position: left bottom;
}

ul.slideshow
{
	list-style: none;
	width: 396px;
	height: 248px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}	

ul.slideshow li
{
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show
{
	z-index: 500;	
}

ul img
{
	border: none;	
}

#slideshow-caption
{
	width: 396px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	background: #000;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container
{
	padding: 0px 7px;
	z-index: 1000;
}

#slideshow-caption h3
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}