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


/*****************
Color values;
red #d32f2f
green #94b03f
****************/
* {
	margin:0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align:center;
	font-size: 100%;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}
html,body{
	font-size: 100%;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin:0;
	padding:0;
	background-size: 100px auto;
	background: #94b03f;
}

#container {
	width: 100%;
	min-width: 760px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;


	}
#topbar p {
	width: 100%;
	padding-top: 3px;
	height: 40px;
	background-color: #000;
	color:#fff;
	text-align: center;
	font-size: 18px;

	}
#grayArea {
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
	background: url(images/gallery/linenBkgrd.gif) ;
	text-align: center;
}

#chefsContainer {
	float: left;
	width: 800px;
	overflow: auto;
	background: url(images/gallery/linenBkgrd.gif) repeat-x;

}
#dcLeft{
	width: 400px;
	float: left;
	}
.tess {
	float: left;
	width: 114px;
	margin: 20px 0 50px 25px;
}

.tessAddress {
	 float: left;
	 font-size: 12px;
	 color: #333;
	 width: 200px;
	 margin: 20px 0 0 10px;
	 text-align:left;
}
.tessAddress .daniAddress ul,li {
	margin-left: 10px;
	text-align: left;
}
.boldBlack {
	font-weight: bold;	font-color: #333;
	}
	

#ncRight{
	width: 400px;
		float: left;
	}
.dani {
	float: left;
	width: 114px;
	margin: 20px  0 50px 25px;
}

.daniAddress {
	 float: left;
	 font-size: 12px;
	 color: #333;
	 width: 200px;
	 margin: 20px 0 0 10px;
	 color:#333;
	 text-align:left;
}

#locationbar {
	width: 100%;
	height: 40px;
	background-color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#fff;
	font-size: 18px;

	}
#locationbar ul {
	list-style: none;
	margin-left: 80px;
    padding-top: 6px;
	}
#locationbar,li a:link{
	color: #94b03f;
	text-align: center;
	}

#locationbar,li a:hover, li a:visited, li a:active{
      color: #94b03f;         
}


#locationbar2 {
	width: 100%;
	height: 40px;
	background-color: #C69C69;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;

	}

#locationbar2 ul li{
	list-style: none;
	margin-left: 80px;
    padding-top: 6px;
    color: #fff; 

	}



	


/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px;
margin: 0px auto;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
text-align: left;
padding: 2px 5px;
}
