

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-color: #12172b;
	background-image:url(/img/fade-bg.jpg);
	background-repeat:repeat-x;
	color: #fff;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:8pt;
	margin: 0;
}

a:link, a:visited {
	color:#f6ec1a;
	}

a:hover, a:active {
	color:white;
	}

input, select, textarea {
	font-size:7.5pt;
	margin: 1px 0 4px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
div.question
{
	text-align:left;
	padding-top:10px;
}
input.answer
{
	margin-left:10px;
	margin-right:10px;

}
input.long-input 
{
	width: 185px;
}
div.choice
{
	position:relative;
	width:300px;
	float:left;
}
div.choice-btn,div.choice-txt
{
	position:relative;
	float:left;
	padding-left:10px;
}
div.choice-btn
{
	width:30px;
}
div.choice-txt
{
	width:250px;
}
div#container {
	margin: 0 auto 0 auto;
	width:1024px;
	}

div#leftimage {
	width:584px;
	min-height:950px;
	float:left;
	background-image:url(/img/mainimage.jpg);
	background-repeat: no-repeat;
	}

div#rightcol {
	width: 434px;
	float:left;
	background-image:url(/img/rightcolbg.jpg);
	background-repeat:repeat-x;
	min-height:950px;
	}

div#rightcol div#navbuttons {
	float:left;
	width:35px;
	min-height:300px;
	}

div#rightcol div#contentarea {
	float:left;
	width:390px;
	}

div#copyarea {
	padding: 20px 30px 10px 40px;
	}

.checkbox input {
	width:auto !important;
	}

label {
	float:left;
	width: 105px;
	padding: 4px 5px 0 0;
	display:block;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	}

p#newsletter {
	font-size:7.5pt;
	}

div#checkboxes {
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin-left:-12px !important;
	padding: 8px 0 8px 0;
	margin-top:20px;
	}

input#submitbtn {
	width:107px !important;
	height:32px;
	border:0px;
	display:block; 
	background: #efefef url(/img/enterbtn.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto 0 auto;
	cursor:pointer;
	}

input#submitbtn:hover {
	width:107px !important;
	height:32px;
	border:0;
	cursor:pointer;
	display:block; 
	background: #efefef url(/img/enterbtn.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

div#rules {	
	border:1px solid white;
	padding:10px;
	font-size:7pt;
	height:110px;
	overflow:auto;
	}

div#copyright {
	font-size: 7pt;
	margin:0 auto 0 auto;
	text-align:center;
	padding:58px 0 0 0;
	}

div#copyright a:link, div#copyright a:visited {
	color:white;
	}

div#copyright a:hover, div#copyright a:active {
	color:#f6ec1a;
	}

div#navbuttons ul {
	padding:0px;
	margin:0px;
	}

div#navbuttons ul li {
	list-style-type:none;
	width:43px;
	}

div#navbuttons ul li span {
	display:none;
	}

div#navbuttons ul li a#home {	
	height:214px;
	display:block;
	width:43px;
	background-image:url(/img/homebtn2.gif);
	background-position:left;
	}

div#navbuttons ul li a#home:hover {	
	height:214px;
	display:block;
	width:43px;
	background-image:url(/img/homebtn2.gif);
	background-position:right;
	}

div#navbuttons ul li a#recipes {	
	height:143px;
	display:block;
	width:43px;
	background-image:url(/img/recipesbtn2.gif);
	background-position:left;
	}

div#navbuttons ul li a#recipes:hover {	
	height:143px;
	display:block;
	width:43px;
	background-image:url(/img/recipesbtn2.gif);
	background-position:right;
	}

div#navbuttons ul li a#nutrition {	
	height:142px;
	display:block;
	width:43px;
	background-image:url(/img/nutrition3.gif);
	background-position:top left;
	}

div#navbuttons ul li a#nutrition:hover {	
	height:142px;
	display:block;
	width:43px;
	background-image:url(/img/nutrition3.gif);
	background-position:top right;
	}
	
div#navbuttons ul li a#grilling {	
	height:155px;
	display:block;
	width:43px;
	background-image:url(/img/grilling.gif);
	background-position:left;
	}

div#navbuttons ul li a#grilling:hover {	
	height:155px;
	display:block;
	width:43px;
	background-image:url(/img/grilling.gif);
	background-position:right;
	}

div.error-message {
	color:#d6381f;
	font-size:7pt;
	padding-left:110px;
	padding-bottom:6px;
	}
	
td.fixerror div.error-message {
	padding-left:0px;
	}
	
h1#entry-thank-you
{
	text-align:center;	
}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
