@charset "utf-8";

BODY {
	color: #000;
	background: url(../images/bg02.jpg) repeat center;
	background-color: #A60000;
}

.body_class {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#container {
	width: 60em;  
	background: url(../images/content_bg.jpg);
	margin: 0 auto; 
	text-align: left; 
}

#header {
	width: 60em;
	height: 17.4em;
	margin: 0 auto;
}

#header a {	
	text-indent: -1500%;
	position: absolute;
	outline: none;
	border: none;
}

#header .logo {
	width: 963px; height: 276px;
	background: url(../images/logo04.png) no-repeat;
}

#header img{
	margin: 0 auto;
	width: 60em;
	display: block;
}

#header + ul {
	margin-left: -2em;
	padding: 0 auto;
	list-style: none;
}

.nav li {
	/*margin-left: 2em;*/
	margin-left: 4.75em;
}

.nav {
	list-style: none;
	width: 1400px;
	height: 150px;
	margin: 0;
	position: relative;
	background: URL(../images/fork04.png) no-repeat transparent;
	display: block;
}

.nav a {
	margin-top: 2em;
	margin-left: .75em;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	outline: none;
	border: none;
	float: left;
}

.nav a:hover {
	background-position: left bottom;
}

.nav .home {
	width: 50px;
	height: 30px;
	top: 0;
	background: url(../images/home02.png) no-repeat;
	margin-left: -.25em;
}

.nav .menu {
	width: 58px;
	height: 30px;
	top: 0;
	background: url(../images/menu02.png) no-repeat;
}

.nav .history {
	width: 82px;
	height: 30px;
	top: 0;
	background: url(../images/history02.png) no-repeat;
}

.nav .catering {
	width: 91px;
	height: 30px;
	top: 0;
	background: url(../images/catering02.png) no-repeat;
}

.nav .gift {
	width: 100px;
	height: 30px;
	top: 0;
	background: url(../images/gift02.png) no-repeat;
}

.nav .giftshop {
	width: 91px;
	height: 30px;
	top: 0;
	background: url(../images/giftshop02.png) no-repeat;
}

.nav .email {
	width: 92px;
	height: 30px;
	top: 0;
	background: url(../images/email02.png) no-repeat;
}

.nav .join {
	width: 117px;
	height: 30px;
	top: 0;
	background: url(../images/join02.png) no-repeat;
}

.nav .contact {
	width: 105px;
	height: 30px;
	top: 0;
	background: url(../images/contact02.png) no-repeat;
}

h1 {
	font-size: 2em;
}

h2 {
	text-align: center;
	font-size: 1.8em;
	margin: 0;
	padding: 1.5em 0 1em 0;
	text-shadow: x y blur color;
	text-shadow: 3px 3px 1px rgba(170, 170, 170, 2);
}

h3 {
	text-align: center;
	font-size: 1.3em;
	margin: 0;
}

h4 {	
	font-size: 1.1em;
	margin: 0;
}

#mainContent {
	margin: -1.5em 1.5em 0 1.5em;
	padding: .25em 1em;
	background-color: #FFF;
	line-height: 1.6em;
	border-style: double;
	border-width: 4px;
}

#mainContent .employer {
	margin: 0 auto;
	padding: 1em;
}

#mainContent .employ-table {
	margin: 0 auto;	
}

.first-letter {
	font-size: 200%;	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
	margin: 0;
	padding: 0 10px;
	background-color: #FFF;
}

#footer ul {
	text-decoration: none;
	list-style-type: none;
}

#footer p {
	margin: .2em 0 0 0;
	font-size: .9em;
}

#footer #copyright {
	margin: 0;
	padding: .25em 0;
	text-align: center;
	font-size: .8em;
}

#footer .social-button img{
	float: right;
	margin-top: -25px;margin-right: 20px;
	outline: none; border: 0;
}
