@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #914c22;
	background-image: url(images/BG.gif);
	background-position:top;
	background-repeat: repeat-x;
	margin: 0px;
	height:500px;
	overflow: visible;
}
a:link {
	color: #003366;
}
a:visited {
	color: #002448;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
h1 {
	font-size: 22px;
	color: #de6f0a;
	font-weight: bold;
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size: 15px;
	color: #003399;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
h4 {
	font-size:13px;
	color:#FFFFFF;
	background-color:#de6f0a;
	margin:0px;
	padding:3px;
	}
#header {
	width:800px;
	border-left:2px solid #5a3416;
	border-right:2px solid #5a3416;
	margin-left:auto;
	margin-right:auto;
	}
	
#nav {
    width:800px;
	height:35px;
    background-color:#dc9953;
	border-left:2px solid #5a3416;
	border-right:2px solid #5a3416;
	margin-left:auto;
	margin-right:auto;
    background-image:url(images/navBG.jpg);
	background-position:left;
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	}
#nav img {
	padding:10px 0px 0px 0px;
	
	}
		
#nav a, #nav a:visited, #nav a:active{
    padding:10px 12px 2px 12px;
	margin:0px;
	position:relative;
	top:8px;
	color:#5c2b0f;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	}	
	
#nav a:hover {
	border-bottom:5px solid #5c2b0f;
	}	
	
		
#content {
	width:800px;
	border-left:2px solid #5a3416;
	border-right:2px solid #5a3416;
	border-bottom:2px solid #5a3416;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
    background-color:#FFFFFF;
	padding:0px;
	position:relative;
	height: auto;
	}	
.leftcol {
	width:185px;
	margin:0px;
	padding:0px;
	background-color:#733918;
	text-align:center;
	color:#FFFFFF;
}
.pagetitle {
	padding: 10px 5px 0px 5px;
	border-bottom:1px solid #733918;
	text-align:center;
	height:30px;
	}

.midcol{
	width:340px;
	padding:10px;
	}
.rightcol {
	width:240px;
	padding:5px;
	}
.fullcolumn{
	padding:10px;
	width:575px;
	}
		

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #ae4208;
  padding:1px;
}

.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #ae4208;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	
#footer {
	color: #EEEEEE;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #FFCC00;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #FFCC00;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #FFCC00;
	text-decoration: none;
}
.cellblock {
	margin:5px;
	border:1px solid #de6f0a;
	padding:5px;
	}
.contactLC {
	font-size:15px;
	font-weight:bold;
	color:#FFFFF1;
	padding:10px 4px 4px 4px;
	text-align:center;
	}
.serving {
	font-size:18px;
	color: #FFCC00;
	font-weight:bold;
	padding:4px;
	}