/* CSS Document */


body { 
	margin: 0; 
	padding: 0;
	text-align:center;
	background: #F9FCF1; 
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	color: #333;
}

p, td, input { 
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	color: #333;
	line-height: 15px;
}

hr {
		border: none;
		color: #D6D8BF;
		background-color: #D6D8BF;
		height: 1px;
		margin: 8px 0 16px 0;
	}

#hdrImg {
	margin: 0 0 5px 0;
}

img.Logo {
	margin: 0 0 0 130px;
}

input, select, textarea { font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif; color: #333;}

a:link, a:active, a:visited { color: #2E1501; text-decoration: underline;}
a:hover { color: #666666; text-decoration: underline;}

img { border: 0; }

 h1 { font-size: 14px; color: #2E1501; font-weight: bold; margin: 10px 0 10px 0; }
 h2 { font-size: 12px; color: #464A3D; font-weight: bold; margin: 10px 0 5px 0; }
 h3 { 
 	font-size: 11px; 
	color: #333; 
	font-weight: bold; 
	margin: 5px 0 0 0; 
	padding: 0; 
	font-weight: bold;
}

 .error { color: red; }

/* CONTENT */

#logo {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 778px;
	widt\h: 776px;
}

#envelope {
	margin: 0px auto;
	text-align:left;
	padding: 0;
	border: solid 1px #401104;
	width: 778px;
	widt\h: 776px;
	background: #FFF;
}

	.mainImg {
		border-top: solid 1px #401104;
	}

	#mainContent {
		width: 776px;
		widt\h: 751px;
		padding: 10px 0px 30px 25px;
		min-height: 366px;
	    height: 366px; heigh\t: 340px;
	}
	div[id] #mainContent { height: auto; }     
	
	#constants {
		height: 20px;
		background: #401104;
		width: 776px;
		text-align: right;
		padding: 3px 0 0 0;
		margin: 0;
		color: #333;
		border-bottom: solid 1px #333;
		border-top: solid 1px #333;
		color: #F4F4E8;
	}

		a.constant:link, a.constant:visited, a.constant:active {
			 color: #E1E7D1;
			 text-decoration: none;
		     padding: 0 5px;
		}
		
		
		a.constant:hover {
			 color: #E1E7D1;
			 text-decoration: underline;
		}

		a.constantSelected:link, a.constantSelected:visited, a.constantSelected:active {
			color: #E1E7D1;
			font-weight: bold;
			text-decoration: none;
		}
		
		a.constantSelected:hover {
			color: #E1E7D1;
			font-weight: bold;
			text-decoration: none;
		}

		#levelOneNav {
			position: absolute;
	   		width: 125px;
		}

		#levelOneNav a {
			display: block;
			color: #333;
			text-decoration: none;
			border-bottom: solid 1px #401104;
			padding: 5px;
 		}

		#levelOneNav a:hover {
			background: #F4F4E8;
			text-decoration: none;
		}		
		
		#levelOneNav a.selected {
			background: #401104;
			color: #F4F4E8;
			text-decoration: none;
		}

		#levelTwoNav a {
			padding: 5px 0 5px 12px;
			font-size: .9em;
		}

		#levelTwoNav a:hover,
		#levelTwoNav a.selected {
			text-decoration: none;
			background: #F4F4E8 url(../img/content-design/arrow-level-one.gif) 2px 10px no-repeat;
		}

		#mainContent p {
			padding: 0 20px 15px 0;
			margin: 0;
		}
		
		img.smallAd {
			border: solid 1px #999;
			margin-bottom: 15px;
		}
		
/* footer styles */
#footerContainer {
	width: 768px;
	clear: both;
	color: #F4F4E8;
}
	#footer {
		background: #401104;
		padding: 2px 0 2px 18px;
		width: 776px; wid\th: 758px;
		border-top: solid 1px #F4F4E8;
	}
	
	#footer a:link, #footer a:visited {
		color: #F4F4E8;
		text-decoration: none;
	}
	#footer a:active, #footer a:hover {
		color: #F4F4E8;
		text-decoration: underline;
	}

/* Forms */
	form {
		margin: 0;
		padding: 0;
	}
	
	input, textarea, select {
		width: 200px;
		background: #FFF;
		border: solid 1px #401104;
		color: #401104;
	}

	textarea, input.title {
		width: 300px;
	}
	
	select.rating {
		width: 50px;
	}
	
	input.radio {
		width: 15px;
		border: 0;
	}

	input.submit {
		width: 100px;
		background: #EEE;
	}
	
	input.submit {
		margin-top: 10px;
		width: 110px;
		background: #DFD9C3;
		border: solid 1px #ADA284;
		color: #401104;
	}

	table.directorySearch td {
		font-weight: bold;
		color: #401104;
		padding: 4px 0;
	}
	
	table.directoryListing th {
		background: #401104;
		height: 10px;
		color: #FFF;
		font-weight: bold;
		padding: 3px;
	}

	table.directoryListing tr.odd {
		background: #EEE;
	}
	
	table.directoryListing td {
		padding: 3px;
	}
	
	td.header {
		font-weight: bold;
		color: #401104;
	}
	
	
	table.directorySearch td {
		font-weight: bold;
		color: #401104;
		padding: 4px 0;
	}
	
	table.reviewListing {
		border: solid 1px #401104;
		width: 150px;
	}
	
	table.reviewListing th {
		background: #401104;
		height: 10px;
		color: #FFF;
		font-weight: bold;
		padding: 3px;
	}

	table.reviewListing td {
		border-bottom: solid 1px #999;
		font-size: .9em;
	}
	
	table.reviewListing tr.odd {
		background: #DECFAD;
	}

	
/* Navigation Styles - Level 1 */
	  #navContainer {
   	    position: relative;
	  }
	  
	  #navContainer ul {
	  	padding: 0;
		margin: 0;
		height: 20px; heigh\t: 22px;
	  }
	  
	  #navContainer ul li
		{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		background: url("../img/content-design/navBarBg.gif") repeat-x 20px;
		font: 11px/20px Georgia, Tahoma, Arial, Helvetica, sans-serif;
		text-align: center;
		}
		
	  #navContainer a
		{
		color: #2E1501;
		text-decoration: none;
		display: block;
		width: 128px;
		border-top: 1px solid #A8A085;
		border-bottom: 1px solid #A8A085;
		border-left: 1px solid #A8A085;
		}
		
	   #navContainer a.Last
		{
		color: #2E1501;
		text-decoration: none;
		display: block;
		width: 141px; widt\h: 130px;
		border-top: 1px solid #A8A085;
		border-bottom: 1px solid #A8A085;
		border-left: 1px solid #A8A085;
		}
		
	  #navContainer li#active { 
	  	background: url("../img/content-design/navBarBgHover.gif") repeat-x 20px; 
		font-weight: bold;
		color: #2E1501;
	  }

	  #navContainer a:hover { 
	  	background: url("../img/content-design/navBarBgHover.gif") repeat-x 20px; 
	  }	
	  
	ul.directory {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
			
	  ul.directory li {
		background:  url("../img/content-design/arrow.gif") no-repeat 0 3px;
		padding: 0 0 2px 13px;
		margin-top: 0;
	  }
	 
	 ul.sitemaplist {
	 	margin-top: -20px;
		padding-top: 0;
	 }
	 
	 ul.sitemaplist li {
	 	padding: 2px 0;
	 }
	 
	 ul.sitemaplist li ul li {
	 	padding: 5px 0;
	 	margin-left: -20px;
	 }
	 
	 img.foodThought {
	 	border: solid 1px #EEE;
		margin-right: 10px;
	 }

	.thankyou {
		padding-top: 15px;
	}	 