/* ------------------------------------------------ ERIC MEYERS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------------------------------------------------ MAIN STYLES */

html
	{
	height: 100%;
	background: #F79521 url(../images/bkgd.gif) top center repeat-y;
	}

body
	{ 
	height: 100%;
	color: #000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: left;
	}

div#divMain
	{
	position: relative;
	background: #F0B824 url(../images/mainBKGD.jpg) top center no-repeat;
	margin: 0 auto;	
	width: 798px;
	height: 100%;
	text-align: left;
	padding-top: 615px;
	}

p
	{
	margin: 0;
	font-size: .689em;
	line-height: 1.5;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 15px;
	}

	html>body p
		{
		font-size: 11px;
		line-height: 15px;
		}

p.pIndent
	{
	margin-left: 40px;
	}
a
	{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover
	{
	color: #15A6B6;
	font-weight: bold;
	text-decoration: underline;	
	}

h1
	{
	margin: 0;
	font-size: 1.000em;
	line-height: 1.250;
	color: #3d3a0c;
	font-weight: bold;
	margin-right: 47px;
	margin-left: 47px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	html>body h1
		{
		font-size: 16px;
		line-height: 20px;
		}

h2
	{
	margin: 0;
	font-size: .875em;
	line-height: 1.250;
	color: #3d3a0c;
	font-weight: bold;
	margin-right: 47px;
	margin-left: 47px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	html>body h2
		{
		font-size: 14px;
		line-height: 20px;
		}

h3
	{
	margin: 0;
	font-size: .814em;
	line-height: 1.125;
	color: #231f20;
	font-weight: bold;
	margin-bottom: 25px;
	}

	html>body h3
		{
		font-size: 13px;
		line-height: 18px;
		}

h4
	{
	margin: 0;
	font-size: .814em;
	line-height: 1.125;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 25px;
	}

	html>body h4
		{
		font-size: 13px;
		line-height: 18px;
		}

h5
	{
	margin: 0;
	font-size: .814em;
	line-height: 1.125;
	color: #80a1b6;
	font-weight: bold;
	margin-bottom: 15px;
	}

	html>body h5
		{
		font-size: 13px;
		line-height: 18px;
		}
		
h6
	{
	margin: 0;
	font-size: .689em;
	line-height: 1.125;
	color: #fff;
/*	margin-bottom: 25px;*/
	}

	html>body h6
		{
		font-size: 11px;
		line-height: 18px;
		}
		

/* ---------------------------------------------------------------------------------------------------- MAIN CONTENT TABLE */


table#tableMain
	{
	margin: 0;
	padding: 0;
	width: 798px;
	}
	
table#tableMain tr td
	{
	text-align: left;
	vertical-align: top;
	}

table#tableMain tr td.tdMainLeft
	{
	width: 293px;
	padding: 0;
	}

table#tableMain tr td.tdContentLeft
	{
/*	padding: 25px;*/
	}
table#tableMain tr td.tdContentLeft div
	{
	margin-left: 88px;
	margin-top: 216px;
	}

table#tableMain tr td.tdContentLeft div#divSnappyEats
	{
	margin-left: 110px;
	margin-top: 20px;
	}
	
table#tableMain tr td.tdMainRight
	{
	width: 505px;
	padding: 0;
	}

table#tableMain tr td.tdContentRight
	{
/*	padding: 25px;*/
	}

table#tableMain tr td.tdContentRight ul
	{
	margin-left: 25px;
	}

table#tableMain tr td.tdContentRight ul li
	{
	margin: 0;
	font-size: .689em;
	line-height: 1.125em;
	color: #231F20;
	margin-bottom: 10px;
	}

	html>body table#tableMain tr td.tdContentRight ul li
		{
		font-size: 11px;
		line-height: 18px;
		}


