body
{
	/*background-image: 		url(main_images/bg_body.jpg);
	background-repeat:		repeat;*/
	background-color:		#330000;
	color: 					black;
	font-size: 				12pt;
	font-family: 			arial, sans-serif, helvetica, verdana;
	margin:					0px;
	padding:				0px;
	text-align:				left;
}

.body_table
{
	background-color:	#ffffff;
	border:				0px solid #C5C6C8;
	margin:				0px auto;
	margin-top:			0px;
	padding-top:		0px;
	text-align:			left;
	width: 				966px; /* ie the width of the site */
}

.content_table
{
	background-color:	#B87735;
	border:				0px solid #C5C6C8;
	margin:				0px;
	padding-top:		0px;
	text-align:			left;
	width: 				100%; 
	height: 			100%; 
	vertical-align:		top; 
}

.tab_bottom
{
	/*background-color:	white;
	background-image:	url(./main_images/bg_tab_bottom.gif);
	background-repeat:	repeat-x;*/
	background-position:top center;
	border:				0px solid #FFFFFF;
	height:				20px;
	margin-top:			0px;
	margin-bottom: 		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	position:			relative;
	text-align:			left;
	top:				0px;
	width:				720px; /*MH: I had to hardcode the width because dummy IE won't interpret the margins properly*/
	z-index: 			100;
}

	.tab_bottom_td
	{
		padding:		5px;
		padding-left:	60px;
	}

.tab_div
{
	margin:				0px;
	padding:			0px;
	position: 			relative;
	z-index: 			101;
	text-align: 		right; 	/*if you want tabs centered, change this to center*/
	top:				0px;
}

.tab_table
{
	background-repeat:	repeat;
	color: 				#D9E8F4;
	cursor:				default;
	font-size: 			9pt;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	/*border:				1px solid #000000;*/
	border-top:			0px solid #0068B3;
	border-bottom:		0px solid #0068B3;
	border-left:		0px solid #0068B3;
	border-right:		0px solid #0068B3;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		5px;	/*if you want tabs centered, add 'margin-right: auto;' here*/
	margin-top:		    0px;
	padding-top:		0px;
	padding-left:		0px;
	text-align:			right;
	vertical-align:		top;
	width:				100%;
}

		.tab_td_enabled, .tab_td_enabled a:link, .tab_td_enabled a:visited, .tab_td_enabled a:hover, .tab_td_enabled a:active
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #999999;
			border-bottom:		0px solid #999999;
			color: 				#2E3192;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}
		
		.tab_td_disabled
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #FFFFB1;
			border-bottom:		0px solid #999999;
			color: 				#E4E4E4;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			height:				30px;
		}
		
		.tab_td_selected, .tab_td_selected a:link, .tab_td_selected a:visited, .tab_td_selected a:hover, .tab_td_selected a:active
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #0068B3;
			border-bottom:		0px solid #999999;
			color: 				#2E3192;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}
		
		.tab_td_mo, .tab_td_mo a:link, .tab_td_mo a:visited, .tab_td_mo a:hover, .tab_td_mo a:active
		{
			/*background-color:	#E9F1F9;*/
			border-top:			0px solid #999999;
			border-bottom:		0px solid #999999;
			color: 				#82827F;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}	

		


.header
{
	background-color:	white;
	background-image:	url(../images/img1.jpg);
	background-repeat:	no-repeat;
	background-position:top left;
	color: 				black;
	height:				223px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	vertical-align:		middle;
}

		.header td
		{
			vertical-align:		top;
		}
		
h1
{
	color: 				#F9E3AC;
	font-family: 		arial,times, sans-serif, helvetica, verdana;
	font-size: 			24pt;
	letter-spacing:		0px;
	margin-left:		0px;
	margin-top: 		10px;
	margin-left: 		5px;
	margin-bottom:      0px;
	padding-bottom:		0px;
	padding-left: 		6px;
	text-decoration:	none;
	text-align:         left;
	font-weight:		normal;
}

	h1 img
	{
		margin:				0px;
		margin-bottom:		0px;
		padding:			0px;
	}

h2
{
	color: 				#F9E3AC;
	font-family: 		arial,times, sans-serif, helvetica, verdana;
	font-size: 			18pt;
	letter-spacing:		0px;
	margin-left:		0px;
	margin-top: 		5px;
	margin-bottom:      5px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-left: 		12px;
	text-decoration:	none;
	text-align:         left;
	font-weight:		normal;
}

	h2 a:link, h2 a:visited, h2 a:active
	{
		color: 				#777777;
		text-decoration:	none;
	}

	h2 a:hover
	{
		color:				#003768;
		text-decoration:	none;
	}

h3
{
	color: 				#70270A;
	font-family: 		arial,times, sans-serif, helvetica, verdana;
	font-size: 			16pt;
	letter-spacing:		0px;
	margin-left:		0px;
	margin-top: 		5px;
	margin-bottom:      5px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-left: 		15px;
	text-decoration:	none;
	text-align:         left;
	font-weight:		normal;
	text-decoration:	underline;
}

	p.under_h2
	{
		margin-left:	25px;
	}
h4
{
	color: 				#F9E3AC;
	font-family: 		arial,times, sans-serif, helvetica, verdana;
	font-size: 			12pt;
	letter-spacing:		0px;
	margin-left:		0px;
	margin-top: 		0px;
	margin-bottom:      0px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-left: 		0px;
	text-decoration:	none;
	text-align:         left;
	font-weight:		bold;
	text-decoration:	none;
}

	h4 a:link, h4 a:visited, h4 a:active
	{
		color: 				#858383;
		text-decoration:	Underline;
	}

	h4 a:hover
	{
		color:				#2E3192;
		text-decoration:	none;
	}
	
h5
{
	color: 				#858383;
	font-family: 		"Courier New";
	font-size: 			12pt;
	/*font-weight: 		bold;*/
	letter-spacing:		1px;
	margin:				0px;
	margin-left:		0px;
	padding:			6px;
	padding-left: 		12px;
	text-decoration:	underline;
	text-align:         left;
}


h6
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#2E3192;
	font-family: 		Arial;
	font-size: 			18pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin-left:		5px;
	margin-top: 		50px;
	margin-bottom:      0px;
	padding:			6px;
	padding-left: 		6px;
	text-decoration:	none;
	text-align:         left;
}
h7
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#2E3192;
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			14pt;
	font-weight: 		normal;
	letter-spacing:		5px;
	margin:				0px;
	margin-left:		5px;
	padding:			0px;
	padding-left: 		160px;
	text-decoration:	none;
	text-align:         centre;
}
	
.sub_header1
{
	border:				0px solid #FFFFFF; 
	float:				left; 
	color:				#F9E3AC; 
	font-size:			13pt; 
	font-weight:		bold; 
	margin-left:		30px;
}

.sub_header2
{
	border:				0px solid #FFFFFF; 
	float:				left; 
	color:				#F9E3AC; 
	font-size:			11pt; 
	font-weight:		normal; 
	margin-left:		30px;
	font-style:			italic;	
}


p
{
	margin-top:			10px;
	margin-bottom:		10px;
	margin-right:       18px;
	text-align: 		left;
	margin-left:		10px;
}

	sub, sup
	{
		font-size:		6pt;
	}
	
img
{
}

	img.normal
	{
		border:			0px solid #C5C6C8;
		margin:			0px;
		padding:		0px;
	}

	img.right
	{
		border:			1px solid #000000;
		float:			right;
		margin-right:	0px;
		margin-left:	15px;
		margin-top:	    30px;

	
	}
	
	img.left
	{
		border:			0px solid #C5C6C8;
		float:			left;
		margin-right:	0px;
		margin-left:	0px;
	}

ul
{
	list-style-position:outside;
	list-style-type:	square;
	margin-top:			0px;
	margin-left:		0px;
}

.gmap
{
	text-align:			left;
	vertical-align:		top;
	width: 				230px;
}

input, select, textarea
{
	background-color: 	#F6FDFD;
	border:				1px solid #7F9DB9;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-weight: 		normal;
}
    input.check
    {
	    background-color: 	#FFFFFF;
		border:				none;
		font-size: 			8pt;
		font-family: 		verdana, sans-serif, arial, helvetica;
		font-weight: 		normal;
    }

.submit
{
	background-image: 	url(./main_images/submit.jpg);
	border:				0px solid #7F9DB9;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-weight: 		normal;
}
option
{
	background-color: 	white;
	font-weight: 		normal;
}

form
{
	margin:				0px;
	padding:			0px;
}

.table_with_border
{
	border:				1px solid #491400;
	margin-bottom:		5px;
	border-collapse:	collapse;
}

.table_title, .table_title td
{
	background-color:	#DDEDFF;
	height:				30px;
	max-height:			30px;
	font-size: 			12pt;
	font-family: 		georgia, palatino, "times new roman", arial, helvetica, sans-serif;
	color: 				black;
	font-weight: 		bold;
	text-align:			left;
	vertical-align:		middle;
	border: 			1px solid #E4E4E4;
	padding: 			0px;
	padding-left: 		10px;
	margin: 			0px;
}

.table_header, .table_header td
{
	background-color:	#491400;
	font-size: 			10pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				#FFFFFF;
	font-weight: 		bold;
	text-align:			center;
	vertical-align:		middle;
	border: 			1px solid #491400;
	padding: 			2px;
	margin: 			0px;
}

.table_row, .table_row td
{
	font-size: 			12pt;
	font-family: 		arial, sans-serif, helvetica, verdana;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding-left: 		5px;
	margin: 			0px;
}

.table_row_admin, .table_row_admin td
{
	font-size: 			12pt;
	font-family: 		arial, sans-serif, helvetica, verdana;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding-left: 		5px;
	margin: 			0px;
	border: 			1px solid #491400;
}

.table_row_no_border
{
	font-size: 			9pt;
	font-family: 		arial, sans-serif, helvetica, verdana;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding-left: 		5px;
	margin: 			0px;
	border: 			0px solid #491400;
}

.table_row_alt, .table_row_alt td
{
	background-color:	#F5F5F5;
	font-size: 			12pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding: 			2px;
	margin: 			0px;
}

.message
{
	background-color:	#FFFFE1;
	border:				1px solid #E4E4E4;
	color: 				red;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	padding:			5px;
	margin:				5px;
	width:				90%;
}

a:link, a:visited, a:active
{
	font-size:			12pt;
	color:				#000000;
	text-decoration:	underline;
}

a:hover
{
	font-size:			12pt;
	color:				#000000;
	text-decoration:	none;
}

.footer
{
	/*background-image:	url(./main_images/bg_footer.gif);
	background-repeat:	no-repeat;
	background-position:top center;*/
	color: 				#FFFFFF;
	height:				5px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	vertical-align:		middle;
	background-color:	#591F09;
}

	.footer a:link, .footer a:visited, .footer a:active
	{
		color: 				#FFFFFF;
		text-decoration:	underline;
		font-size: 			9px;
	}

	.footer a:hover
	{
		color:				#FFFFFF;
		text-decoration:	none;
		font-size: 			9px;
	}
	
	
.natural_beef1
{
	background-image: 		url(../images/img76.jpg);
	width:					960px;
	height:					742px;
	border:					0px solid #000000;
	font-size: 				10pt;
	color: 					#74B74A;
}

.nb1_list
{
	margin-top:				190px;
	margin-left:			190px;
	border:					0px solid #000000;
	width:					700px;
	float:					left;
}

	.nb1_list ul
	{
		list-style-type: disc;
	}
	
	.nb1_list li
	{
		margin-top:10px;
		margin-bottom:10px;
	}
	
.nb1_comment
{
	left:					100px;
	border:					0px solid #000000;
	width:					300px;
	height:					50px;
	text-align:				center;
	width:					300px;
	float: 					left;
	margin-top:				38px;
	margin-left:			100px;
}
	

.natural_beef2
{
	background-color: 		#74B74A;
	width:					960px;
	height:					800px;
	border:					0px solid #000000;
	font-size: 				12pt;
	color: 					#FFFFFF;
}
	.natural_beef2 p
	{
		margin-top:		20px;
		margin-bottom: 	20px;
	}

.nb1_left
{
	float:					left;
	position:				relative;
	top:					30px;
	left:					20px;
	border:					0px solid #FFFFFF;
	width:					450px;

}

.nb1_right
{
	float:					right;
	position:				relative;
	top:					30px;
	left:					5px;
	border:					0px solid #FFFFFF;
	width:					450px;
	
}
	
	