.bulletPoints {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 16px}
.wheeee {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 36px; font-style: italic; font-weight: bolder}
.text12Bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.text12norm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}

div#menu{
	width:89%;
	text-align:left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 13px;
	background-image: url(images/yellowthing3.jpg);
	padding-top: 6px;
	padding-right: 14px;
	height: 175px;
}

dl{
	width: 100%;
	overflow: auto;
	background: url(dot.gif) repeat-x 0 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
dt,dd.phone{background: #FFF;font-size: 9px;font-weight: bold}
dt{
	float: left;
	padding-right: 3px;
	color: #F70000;
	font-size: 14px;
	background-color: #FFFF00;
}
dd{margin:0}
dd.phone{
	float: right;
	padding-left: 3px;
	color: #000000;
	font-size: 13px;
	background-color: #FFFF00;
}
dd.ingredients{
	float: left;
	width: 100%;
	padding: 3px 0;
	color: #555;
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
	font-style: italic;
}




/* START - Josh Cornett - 10/09/2007 */
#checkin * { padding:0;margin:0; }

#checkin label{
	width:130px;
}

#checkin label, #checkin span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	margin-bottom:3px;
}

#checkin input, #checkin textarea, #checkin select {
	width:180px;
	margin-bottom:10px;
}

#checkin textarea {
	width:440px;
	height:70px;
	float:left;
}

#checkin .boxes {
	width:1em;
}

#checkin #submit {
	float:left;
	width:80px;
}

#checkin #reset {
	float:right;
	width:80px;
}

#checkin br {
	clear:left;
}

.checkin_left {
	width:49%;
	float:left;
}

.checkin_right {
	width:49%;
	float:right;
}

#checkin div.checkin_break {
	background:url(images/form_break.gif) repeat-x;
	height:10px;
	width:80%;
	float:left;
	display:inline;
	margin-top:5px;
	margin-left:10%;
	padding-bottom:5px;
	clear:left;
}

#checkin h2.checkin_title {
	font-size:12px;
	color:#666666;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	padding-bottom:10px;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* END */