
body {
	margin:0;
	font: "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
	background-color: black; 
	color: white;
	text-align:left;
	width:800px;
}
body div {  font: 10pt "Trebuchet MS",Helvetica,Jamrul,sans-serif; }
#home{
	background-color:#000;
}
#homeLeft{
	float:left;
	width:160px;
}
#homeRight{
	float:left;
	border-left:1px solid #fff;
	width:639px;
	min-height:600px;
	background-color:#bac7ea;
	color:#000;
}
.contentRightWrap{
	padding-left:2px;
	padding-right:2px;
}
.headWrap{ 
	height:129px;
	width:639px;
	border-bottom:1px solid white;
}

table.outer { font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:8pt; }
table td {  font: 10pt "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
	color:#000000;
}
table td table td {  font: 10pt "Trebuchet MS",Helvetica,Jamrul,sans-serif; }

.clear{clear:both}

h1   { font-size:22pt }
h4   { font-size:12pt }
h5   { font-size:12pt;font-weight:100  }
h6   { color:darkblue; font-size:11pt; font-weight:600 }

hr { text-align:left;color:#252Fa1; }

.nav { font-size:10pt;font-weight:bold }

a, a:active, a:visited {
	color: #252FA1;
	text-decoration: none
}
a:hover { text-decoration: underline }
a img {border:none;}
#mainBody{
	margin:6px;
}
.whiteTxt { color: white; }
.red { color: Red; }
.blue { color: blue; }
.bold{ font-weight:bold; }
.boldBig { font-size:12pt; font-weight:bold }
.LithosNorm { font: 8pt lithos pro regular }
#smallNote{ font-size:smaller }
.smallNoteItalic{ 
	font-size:smaller;
	font-style:italic;
}
.wineItalic{ font-style:italic }
.courseP{ margin-bottom:10px }
.course { font-weight:bold }

.dish { margin-bottom:5px; }
.wine { font-style:italic; }
.green { background:#006600; color:#FFFFFF }
.leftJust{ text-align:left }
.normalFontWeight{ font-weight:normal;}

#events{text-align:center}

/* Chef Bio page */
.bioDetails{
	display:none;
	border:1px solid black;
	margin:10px;
	margin-left:20px;
	padding:10px;
}
.bioQuestion{
	font-style:italic;
	padding-top:10px;
	margin-bottom:10px;
}
.bioAnswer{
	text-indent:10px;
}
.bioImage{
	border:1px solid black;
}
.bioImageSpan{
	float:right;
	margin:10px;
	padding:10px;
	background:#D26347;
}
/* Wine tasting/dinner */
.wineTastingLeft{
	vertical-align:top;
	width:90px;
}
.wineTastingRight{
	vertical-align:middle;
	width:200px;
}
.blindDown{
	margin-top:20px;
	margin-bottom:20px;
}
.hide{
	font-size:9px;
	padding-top:10px;
}
.dateCol{ 
	float:left; 
	margin-right:20px; 
	margin-left:186px;
	text-align:left;
	width:80px;
}
/* Community Logos */
.imgSpace{ 
	float:right; 
	margin:5px;
}
.companyContent{
	padding-top:10px;
	padding-bottom:18px;
}

.pageHeader{
	margin:5px;
}
#lunchCard{
	border:1px solid black;
	background-color:red;
	padding:5px;
}
.turduckenText{
	float:left;
	margin-right:10px;
	line-height:26px;
	font-weight:bold;
}
.destinations {
	padding: 5px;
}

/* Specialty Items */
.specialtyItem{
	margin:4px;
	border:1px solid black;
	background-color:#a7b4d6;
	min-height:200px;
}
* html .specialtyItem { height:200px; }
.specialtyImage{
	float:left; 
	padding-right:10px;
}
.specialtyItem .sub{
	background-color:#bac7ea;
	margin:10px;
	margin-left:20px;
	width:550px;
}
.imgBorder{	border:1px solid #000;}

/* --- main navigation START --- */
.sisterSite{
	float:right;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-right:4px;
	float:right;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 140px;
	height: 30px;
	
	/* blue star */
	background:url(../images/divider.png) bottom right repeat-x;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks li img{
	float:right;
	padding-top:10px;
	padding-right:4px;
}
.kwicks li a{
	display:block;
	height:100%;
}
.kwicks a:hover {
	background:url(../images/Nav-Bg.png) 4px 0px no-repeat;
	text-decoration:none;
}


.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
#kwick_4 img{padding-top:2px}
#kwick_8 img{padding-top:2px}

.kwicks #kwick_9 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
/* --- main navigation END --- */


