/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
body {
	background: #5c7e2a url(../images/body_bg.jpg) top center no-repeat;
	background-color:#5c7e2a;
	font-family: arial;
	color: #333;
}
#wrapper {
	margin: 10px auto 20px;
	width: 900px;
	min-height: 400px;
}
#header {
	position: relative;
	height: 118px;
}
	#header h1 {
		margin: 0px;
		position: absolute;
		top: -2px;
		left: -32px;
		width: 252px;
		height: 209px;
		text-indent: -10000px;
		background: url(../images/anduzzis_logo.png) top left no-repeat;
		display: block;
		overflow: hidden;
	}
	#banner {
		padding: 20px 20px 20px 120px ;
		width: 660px;
		height: 78px;
		font: 16px Arial, Helvetica, sans-serif;
		text-align: center;
		color: #fff;
		background: #000;
		float: right;
	}
		#banner .col1 p img, #banner .col2 p img {
			padding-right: 0px;
			display: inline;
			float: none;
		}
	#home #banner {
		padding: 20px 20px 0px 140px;
		width: 640px;
		height: 98px;
	}
		#banner .col1 img, #banner .col2 img {
			padding-right: 10px;
			border: none;
			float: left;
			display: block;
		}
			#home #banner .col1 h2, #home #banner .col2 h2 {
				margin-top: 0px;
				font-size: 18px;
				color: #fff;
				text-align: left;
			}
			#home #banner .col1 p, #home #banner .col2 p {
				color: #fff;
				text-align: left;
			}
.special{
	border-bottom: 1px solid #CCCCCC;
}
#date{
	background: #fff;
	border: 1px solid #000;
	width: 48px;
	height: 45px;
	display: block;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	float: left;
	margin-right: 6px; 
	margin-bottom: 10px;
}
#date .month{
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}
#date .date{
	font-size: 15px;
}

#content {
	min-height: 600px;
	background: url(../images/wrap_bg.jpg) top left repeat-y;
	overflow: hidden;
}
#menupg #content {
	background: url(../images/menu_bg.jpg) top left repeat-y;
}
#sponsors #content {
	background: url(../images/sponsor_bg.jpg) top left no-repeat;
	min-height: 535px;
}
	#inner_content ul {
		margin-left: 20px;
		list-style-type: square;
	}
	#inner_content li {
		font: 14px/18px Arial, Helvetica, sans-serif;
	}
#inner_content {
	position: relative;
	width: 674px;
	float: left;
	padding: 20px;
}
#footer {
	padding-top: 10px;
	text-align:center;
}
#footer a:link{
	color: #333;
	text-decoration:underline;
}
#footer a:visited{
color: #333;
	text-decoration:underline;
}
#footer a:hover {
color: #333;
	text-decoration:underline;
}
#footer a:active {
color: #333;
	text-decoration:underline;
}
ul.social {
	height: 35px;
	list-style-type: none;
}
ul.social li {
	margin-right: 30px;
	padding-left: 35px;
	height: 35px;
	line-height: 30px;
	background: url(../images/facbook.png) center left no-repeat;
	float: left;
	display: block;
}
	ul.social li a {
		color: #fff;
	}

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
#menu {
	width: 186px;
	float: left;
}
ul#nav {
	margin-top: 85px;
	list-style-type: none;
}
ul#nav li {
	width: 186px;
	background: url(../images/nav_bg.jpg) top left repeat-y;
}
ul#nav li a {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #f7f2d7;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}
ul#nav li ul {
	display: none;
}

/* home */
ul#nav li.home a {
	background: url(../images/home_nav.png) center left no-repeat;
}
ul#nav li.home a:hover,
#home ul#nav li.home a {
	background-color: #F0D93A;
}

/* menu */
ul#nav li.menu a {
	background: url(../images/menu_nav.png) center left no-repeat;
}
ul#nav li.menu a:hover,
#menupg ul#nav li.menu {
	background-color: #F0D93A;
}

	/* menu page */
	#menupg ul#nav li ul {
		display: block;
		border-top: 1px solid #f7f2d7;
		list-style-type: none;
	}
	#menupg ul#nav ul li {
		background: none;
	}
	#menupg ul#nav ul li a {
		height: 30px;
		font: 14px/30px Arial, Helvetica, sans-serif;
		text-indent: 10px;
		border-top: none;
		background: none;
		background-color: #f4e67c;
		color: #000;
		text-decoration: none;
	}
	#menupg ul#nav ul li a:hover {
		background-color: #EB2228;
		color: #fff;
	}
	
/* location */
ul#nav li.location a {
	background: url(../images/location_nav.png) center left no-repeat;
}
ul#nav li.location a:hover,
#locations ul#nav li.location a {
	background-color: #F0D93A;
}

/* events */
ul#nav li.events a {
	background: url(../images/events_nav.png) center left no-repeat;
}
ul#nav li.events a:hover,
#events ul#nav li.events a {
	background-color: #F0D93A;
}

/* parties */
ul#nav li.parties a {
	background: url(../images/parties_nav.png) center left no-repeat;
}
ul#nav li.parties a:hover ,
#parties ul#nav li.parties a {
	background-color: #F0D93A;
}

/* photos */
ul#nav li.photos a {
	background: url(../images/photos_nav.png) center left no-repeat;
}
ul#nav li.photos a:hover,
#photos ul#nav li.photos a {
	background-color: #F0D93A;
}

/* employment */
ul#nav li.employment a {
	background: url(../images/employment_nav.png) center left no-repeat;
}
ul#nav li.employment a:hover,
#employment ul#nav li.employment a {
	background-color: #F0D93A;
}

/* gift cards */
ul#nav li.giftcards a {
	background: url(../images/giftcards_nav.png) center left no-repeat;
}
ul#nav li.giftcards a:hover,
#giftcards ul#nav li.giftcards a {
	background-color: #F0D93A;
}

/* specials */
ul#nav li.specials a {
	background: url(../images/specials_nav.png) center left no-repeat;
}
ul#nav li.specials a:hover,
#specials ul#nav li.specials a {
	background-color: #F0D93A;
}

/* sponsors */
ul#nav li.sponsors a {
	background: url(../images/sponsors_nav.png) center left no-repeat;
}
ul#nav li.sponsors a:hover,
#sponsors ul#nav li.sponsors a {
	background-color: #F0D93A;
}

/* contact */
ul#nav li.contact a {
	background: url(../images/contact_nav.png) center left no-repeat;
}
ul#nav li.contact a:hover,
#contact ul#nav li.contact a {
	background-color: #F0D93A;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;
	color: #000;
}
#inner_content h2 img {
	margin-left: -8px;
}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
}
h4 {
	color: #EB2228;
}
h5 {
	color: #5C7E2A;
}
p {
	margin: 10px 0px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
 p.spec {
	clear: both;
}
	p.spec img {
		border: none;
	}
p.address {
	text-align: center;
}
a {
	color: #FF0000;
}

/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
--------------------------------------------------------------------------*/
#center {
	width: 514px;
	height: 564px;
	background-color: #F0D93A; 
	float: left;
}
#maps {
	width: 200px;
	min-height: 564px;
	text-align: center;
	background-color: #f0d93a;
	float: left;
}
	#maps img.map {
		padding: 10px;
		background: #fff;
	}
	#maps a img.map {
		border: none;
	}
#bottom {
	min-height: 100px;
	background-color: #71953d;
	border-left: 1px solid #F0D93A;
	border-right: 1px solid #F0D93A;
	border-bottom: 1px solid #F0D93A;
	clear: both;
	overflow: hidden;
}
	#bottom p {
		color: #fff;
	}	
	#gbEvents {
		margin-right: 10px;
		padding: 0px 10px;
		width: 239px;
		min-height: 80px;
		float: left;
	}
	#aboutBlurb {
		margin-right: 10px;
		padding: 0px 10px;
		width: 330px;
		min-height: 80px;
		float: left;
	}
	#appEvents {
		padding: 0px 10px;
		width: 249px;
		min-height: 80px;
		float: left;
	}
			#gbEvents h2 img, #appEvents h2 img {
			margin-left: 0px;
		}

/* ------------------------------------------------------------------------
SHARED ELEMENTS
--------------------------------------------------------------------------*/
.col1 {
	width: 48%;
	float: left;
}
.col2 {
	width: 48%;
	float: right;
}
.col1 img, .col2 img {
	border: 2px solid #000;
}
.col1 h2 img, .col2 h2 img, .col1 h3 img, .col2 h3 img {
	border: none;
}
.loc h3 a{
	color: #000;
	display: block;
	font-size: smaller;
}
iframe {
	border: 2px solid #000;
}
#inner_content a {
	color: #000;
}
.content_block {
	margin-bottom: 10px;
	overflow: hidden;
}
.clearfloat {
	clear: both;
}
p.eventlink {
	display: block;
	overflow: hidden;
}
p.eventlink img {
	float: left;
	margin-right: 5px;
}
/* ------------------------------------------------------------------------
FOOD MENU ELEMENTS
--------------------------------------------------------------------------*/
p.print {
	position: absolute;
	top: 20px;
	right: 20px;
	padding-left: 35px;
	height: 30px;
	display: block;
	background: url(../images/print_icon.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------
LOCATION ELEMENTS
--------------------------------------------------------------------------*/
.loc {
	height: 200px;
}
#inner_content ul.locImgs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inner_content ul.locImgs li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
#inner_content ul.locImgs img {
	margin: 15px;
	border: 2px solid #000;
}

/* ------------------------------------------------------------------------
PHOTO PAGE
--------------------------------------------------------------------------*/
form.photoSearch fieldset{
	float: left;
	width: 45%;
	border: 0px;
}
#photos ul.gallery li {
	width: 102px;
	height: 102px;
}
#inner_content ul.gallery {
	margin-left: 0px;
	list-style-type: none;
}
#inner_content ul.gallery li {
	margin: 12px;
	float: left;
	display: block;
}
#inner_content ul.gallery img {
	border: 2px solid #000;
}

/* ------------------------------------------------------------------------
CONTACT PAGE ELEMENTS
--------------------------------------------------------------------------*/
#contact .col1 {
	min-height: 50px;
}
#contact .col2 {
	min-height: 50px;
}
#contact form {
	margin-top: 20px;
	color: #333;
	clear: both;
}
#contact fieldset {
	margin-bottom: 20px;
	padding: 20px;
}
#contact legend {
	font-weight: bold;
}
#contact form br {
	clear: left;
}
#contact label {
	margin: 0px 10px 10px 0px;
	min-width: 160px;
	font: 16px/26px Arial, Helvetica, sans-serif;
	float: left;
	display: block;
}
#contact input[type="text"], #contact select {
	margin-bottom: 10px;
	width: 300px;
	height: 24px;
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #ccc;
	float: left;
	display: block;
}
#contact input[type="checkbox"] {
	margin-right: 10px;
}
#contact .attn {
	color: #CC0000;
}
#contact textarea {
	width: 450px;
	height: 200px;
	border: 1px solid #ccc;
}
#contact input[type="submit"] {
	margin-top: 20px;
	padding: 5px 20px;	
	width: auto;
	height: auto;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #5F812D;
}

/* ------------------------------------------------------------------------
EMPLOYMENT FORM	
--------------------------------------------------------------------------*/
#employment form {
	font: 14px Arial, Helvetica, sans-serif;
}
#employment form br {
	clear: left;
}
#employment form fieldset {
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #EC2228;
}
#employment legend {
	padding: 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#employment label {
	margin-right: 10px;
	line-height: 28px;
	float: left;
}
#employment input[type="text"] {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 200px;
	border: 1px solid #ccc;
	float: left;
}
#employment textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #ccc;
}
#employment div > input, div > label {
	margin-bottom: 10px;
	float: left;
	display: inline;
	clear: none;
}

	#employment div > input[type="radio"] {
		margin-top: .6em;
	}

	#employment div > label {
		margin-left: .5em;
		margin-right: .5em;
	}
#employment form p {
	clear: both;
}
#employment form ol {
	margin-bottom: 20px;
	margin-left: 20px;
}
#employment form li {
	margin-bottom: 5px;
}

.space {
	margin-bottom: 30px;
	clear: both;
}
.leftImg {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.col2 img.nobrder {
	border: none;
	vertical-align: middle;
}
p.face {
	line-height: 31px;
}
#absPosLegend {
position: absolute;
top:20px;
left:90px;
}
#spacerDiv {
margin-top: 70px;
}