@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F8981D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	
}
.oneColFixCtrHdr #container {
	width: 1170px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #breadcrumbs {
	/*padding: 0 10px 20px 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 156px 135px 20px 135px;
}

.oneColFixCtrHdr #breadcrumbs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #69321E;
	text-decoration: none;
	font-weight: bold;
}

.oneColFixCtrHdr #breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #69321E;
	text-decoration: none;
}

.oneColFixCtrHdr #breadcrumbs a:hover {
	color: #FFF;
}

.oneColFixCtrHdr #header {
	/*padding: 0 10px 20px 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 115px 0px 135px;
	background-image: url(../images/header-shadow.png);
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #menus {
	/*padding: 0 10px 20px 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 115px 0px 135px;
	padding-bottom: 20px;
	background-image: url(../images/menus-shadow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 46px 10px 46px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 135px 0 135px;
}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #F8981D;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #69321F;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #69321F;
	line-height: 1.2;
}

.oneColFixCtrHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F8981D;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #69321F;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent td {
	padding: 0px;
	
}

.oneColFixCtrHdr #footer {
	padding: 0 46px 0 46px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F8981D;
	margin: 10px 135px 0 135px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.address {
	font-size: 0.8em;
}

.phone {
	font-size: 1.2em;
}

.image {
	margin: 0px 0px 0px -30px
}


.menu-image {
	margin: 0px 15px 0px 0px
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 28px;