@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/layout1b_bg.jpg);
	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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3e5c0f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e5c0f;
	margin-bottom: -6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2D3D14;
	margin-bottom: -10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
  border: 0;
  width: 99%;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}



.outside  {
	width: 1069px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/cont_bg1.gif);
	background-repeat: repeat-y;
}



.container  {
	width: 1010px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #EAECD6;
	padding-right: 7px;
	position: relative;
	left: 22px;
	margin: 0px;
	background-image: url(images/cont_bg2.gif);
	background-repeat: repeat-x;
	text-align: left;
}
#mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	color: #3F5474;
	font-size: 12px;
}


#header{
	height: 241px;
	position: relative;
	left: 22px;
	width: 1024px;
}
#menu {
	height: 43px;
	background-image: url(images/men_bg1.gif);
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #355c7c;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	position: relative;
	top: -15px;
}
#menu a:hover {
	text-decoration: underline;
}
.boxout1 {
	background-color: #939995;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	background-image: url(images/boxOutBg1.jpg);
	overflow: visible;
}
.boxout1  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}


#menu img {
	position: relative;
	display: inline;
}
#lefCol {
	width: 304px;
	padding-right: 20px;
	padding-left: 12px;
}
#midCol {
	float: right;
	width: 304px;
	padding-right: 20px;
	padding-left: 12px;
}
#rtCol {
	background-image: url(images/rtCol_bg.gif);
	padding-right: 20px;
	padding-left: 30px;
}
#rtColHome {
	padding-right: 20px;
	padding-left: 30px;
}

#rtCol h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FA873;
	padding-bottom: 8px;
}
#rtColHome h2 {

}
#singleCol {
	padding-right: 20px;
	padding-left: 12px;
}


#homeHeaderCell {
	background-image: url(images/homeImgBg.jpg);
	padding-bottom: 25px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEFEFE;
}
#homeHeaderImg {
	margin-left: 12px;
	float: left;
	margin-right: 38px;
}
#homeHeaderTxt {
	padding-left: 32px;
	padding-right: 20px;
}
#homeHeaderTxt p {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}



#footer {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EAECD6;
	font-size: 12px;
	padding-top: 10px;
}
#footer a {
	color: #EAECD6;
	text-decoration: none;
}
#quoteText {
	font-style: italic;
}
#menuSub {
	padding-bottom: 20px;
	padding-left: 12px;
}

#menuSub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b0beb8;
	display: inline;
	position: relative;
	top: -10px;
	margin-right: 5px;
	margin-left: 5px;
}
#menuSub img {
	display: inline;
	position: relative;
}
.floatRightImg  {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 0px;
}
#noFloat {
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	background-color: #0066FF;
}
.caption1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;

}
#foodMenu {
	background-image: url(images/boxOutBg1.jpg);
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#foodMenu p {
	color: #2D3D14;
}

#foodMenu h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	color: #333333;
}
.currentSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D3D14;
	display: inline;
	position: relative;
	top: -10px;
	margin-right: 5px;
	margin-left: 5px;
}
.formtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.formtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
