@charset "UTF-8";
/* CSS Document */
*{
behavior: url(iepngfix.htc) }
body {
	background-color: #7d5e4b;
	margin: 0;
}
#background {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
}
#gradient {
	background-image: url(images/gradientyay.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
#container {
	width: 1200px;
	margin: 0 auto;
}
#logo {
	margin: 0 auto;
	height: 134px;
	width: 300px;
}
#navcontainer {
	height: 21px;
	width: 820px;
	background-color: #03393f;
	margin: 0 auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	
}

#address {
	height: 21px;
	float: right;

}
#imagecontainer {
	height: 491px;
	width: 820px;
	clear: both;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentcontainer {
	width: 820px;
	background-color: #82624e;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#interiorimagecontainer {
	height: 255px;
	width: 820px;
	margin-right: 10px;
	margin-left: 10px;
}
#menuimagecontainer {
	height: 255px;
	width: 820px;
	margin: 0 auto;
}
#careerscontent {
	height: 290px;
	width: 550px;
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 40px;
	clear: both;
}

#hours {
	height: 120px;
	width: 180px;
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 40px;
	float: left;
	clear: left;
}

#locationcontent {
	height: 120px;
	width: 230px;
	padding-top: 20px;
	padding-left:20px;
	float: left;
}
#video {
	height: 120px;
	width: 180px;
	padding-top: 20px;
	float: left;
}

#wishcontent {
	width: 550px;
	padding-top: 20px;
	padding-left: 40px;
	margin-left: 40px;
	overflow: auto;
}
	
#menucontent {
	float: right;
	width: 460px;
	padding-right: 40px;
	clear: right;
}
#interiorleftcontainer {
	width: 250px;
	float: left;
	clear: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#footer {
	height: 400px;
	width: 820px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #c1aca0;
	clear: both;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bottomflowers.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	width: 820px;
	margin: 0 auto;
	background-attachment: fixed;
	background-image: url(images/topflowers.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;

}
.menubody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 13px;
}

.menuheader {
	font-size: 16px;
	font-weight: bold;
	color: #79c3d7;
	font-family: Helvetica, Arial, sans-serif;
}

.menuheadercolor {
	font-size: 16px;
	font-weight: bold;
	color: #79c3d7;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #82624e;
	display: inline;
}

.dots {
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.color {
	color: #bbe9f5;
	background-color: #82624e;
	display: inline;
	font-weight: bold;
}

.clear {
clear: all;
}

a:link, a:visited {
font-size: 16px;
font-weight: bold;
color: #79c3d7;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;

}

a.imlink:link, a.imlink:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #c1aca0;
	font-weight: normal;
	}
