@charset "utf-8";
/* RESET GLOBALS */
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-family: inherit;
	/*vertical-align: baseline;*/
}

:focus {
	outline: 0;
}

body {
	line-height: 1.8em;
	color: black;
	font-size: 62.5%;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

a:link,a:visited,a:hover {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

a:hover { 
	text-decoration:underline;
}
p {
	text-align:left;
	margin:5px 20px 5px 20px;
	font-size:14px;
	line-height:1.4em;
}

img {
	margin:0px;
	padding:0px;
	display:block;
}



h1 {
color:#980214;
margin:5px 20px 8px 20px;
padding-top:10px;
line-height:1.5em;
font-size:18px;
text-align:left;
font-family:Cambria,Georgia;
}

h2 {
margin:5px 20px 5px 20px;
color:#000;
padding-top:5px;
line-height:1.1em;
font-size:1.9em;
font-family:Cambria,Georgia;
}

h3 {
margin:5px 20px 0px 20px;
padding-top:25px;
color:#8c8c8c;
line-height:1.1em;
font-size:16px;

}

h4 {
	margin:40px 20px 0px 20px;
	color:#8c8c8c;
	line-height:1.1em;
	font-size:16px;
}

.searchField{
	height:18px;
	border:1px solid #e2e2e2;
	width:200px;
	padding:3px;
	color:#333333;
}



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



/*----- UTILITY CLASSES -----*/
.clear{
	clear:both;
	display:block;
}

.right{
	float:right;
	display:inline;
}

.left{
	float:left;
	display:inline;
}

.error{
	font-weight:bold;
	color:#990000
}

.nopad{
	padding:0px;
}

.test{
	border:1px solid red;
}	

.odd{
	background-color:#fff;
}

.whiteBG{
	background-color:#fff;
}
/*----- MAIN DIVS -----*/
#container{
	margin:0px auto;
	padding:0px;
	width:990px;
}

#header{
	margin:1px 0px 0px 0px;
	padding:0px;
}


#supernav{
	background-color:#750101;
	margin:0px;
	padding:10px 0px 0px 0px;
	height:31px;
}

#supernav ul{
	margin:0px 0px 0px 16px;
	display:inline;
	float:left;
}

#supernav li{
	
	display:inline;
	font-size:17px;
	font-weight:bold;
	margin:0px 36px 0px 0px;
}

#supernav a:link{
	font-family:Cambria,Arial;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}

#supernav a:visited{
	font-family:Cambria,Arial;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}

#supernav a:hover{
	font-family:Cambria,Arial;
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}

#supernav form{
	margin:-12px 10px 0px 0px;
	padding:0px;
	height:31px;
	display:inline;
	float:right;
}

#supernav form label{
	display:inline;
	margin:0px 10px 0px 0px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	width:100px;
}



#supernav form.submit{
	margin:0px 10px -4px 10px;
	padding:0px;
	

}


#content{
	margin:0px;
	padding:0px 0px 20px 0px;
	background-color:#fff;
}

/*----- HOMEPAGE -----*/
#lcontent{
	margin:0px;
	padding:0px;
	width:480px;
	float:left;
	display:inline;
}

#rcontent{
	margin:0px;
	padding:0px;
	width:510px;
	float:left;
	display:inline;
}

/*----- SEARCH RESULTS -----*/
#lcontent_internal{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:600px;
	float:left;
	display:inline;
}

#rcontent_internal{
	margin:0px;
	padding:0px;
	width:390px;
	float:left;
	display:inline;
}

#footer{
	margin:0px;
	padding:10px 0px;;
	text-align:center;
}

#footer p{
	color:#fff;
	margin-left:20px;
	font-size:13px;
}

#footer a:link{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#footer a:visited{

}

#footer a:hover{
	color:#FFFF00;
}

/*----- INTERNAL CONTENT -----*/
#flashbox{
	height:250px;
	margin:20px 10px 0px 20px;
	padding:0px;
	background-color:#e2e2e2;
}

#homesearch{
	height:148px;
	margin:20px 20px 0px 10px;
	padding:50px 0px 0px 0px;
	background-image:url(../images/searchheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e9e9e9;
	text-align:center;
}

#homesearch p{
	margin:5px 20px 0px 40px;
	text-align:left;
}




.searchBox{
	margin:20px 10px 0px 20px;
	padding:40px 0px 20px 0px;
	background-image:url(../images/searchheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e9e9e9;
	text-align:center;
}

.searchBox p{
	margin:5px 20px 0px 80px;
	text-align:left;
}

.centerText{
	tet-align:center;
}

.leftcol_box{
	margin:20px 10px 0px 20px;
	padding:0px 0px 15px 0px;
	background-color:#e9e9e9;
}

.leftcol_box_w{
	margin:20px 10px 0px 20px;
	padding:0px 0px 15px 0px;
	background-color:#fff;
}

.leftcol_box h2, .leftcol_box h3{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size:1.5em;
}

.author{
text-align:left;
color:#990000;
font-size:1.2em;
font-style:italic;
font-weight:bold;
font-family:Cambria,Georgia;
display:inline;
float:left;
}

.leftcol_box p{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:15px;
}	



.rightcol_box{
	background-image:url(../images/col_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:20px 20px 0px 10px;
	padding:0px;
	background-color:#e9e9e9;
}

.rightcol_box h2, .rightcol_box h3{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size:1.5em;
}

.rightcol_box p{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:15px;
}

.rightcol_box ul{
	margin-left:40px;
	text-align:left;
	padding-bottom:15px;
}

.rightcol_box li{
	font-size:1.2em;
	margin:5px 0px;
	text-align:left;
}	

.search_header{
	margin:20px 10px -10px 20px;
	padding:0px 0px 15px 0px;
	background-color:#fff;
}

.search_header p{
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
}	

.searchResultsTable{
	border-bottom:1px solid #999999;
	margin-bottom:-15px;
}

.searchResultsTable td{
	border-top:1px solid #999999;
	vertical-align:top;
}

.searchResultsTable img{
	margin:8px 0px 0px 10px;
}


.blogbox{
	background-image:url(../images/home_blogheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:40px 0px 0px 0px;
}

.blogbox img{
	float:left;
	display:inline;
	margin:20px 20px 0px 20px;
	border:1px solid #444;
}

.blogbox p{
	line-height:1.7em;
	margin:10px 20px;
	padding-top:10px;
	
}

.blogposting{
	margin:20px 10px 0px 20px;
	padding:0px 0px 15px 0px;
	text-align:left;
	border-bottom:1px dashed #999999;
}

.blogposting img{
	float:left;
	display:inline;
	margin:10px 20px 0px 20px;
	border:1px solid #444;	
}

.blogposting p{
line-height:1.7em;
	padding-top:2px;
}

.blogposting h1{
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:1.1em;
}

.blogposting h4{
	font-size:1.2em;
	color:#000000;
	font-style:italic;
	margin:0px 20px 0px 20px;
}

.blogposting h5{
	font-size:1.2em;
	color:#999999;
	margin:0px 20px 0px 20px;
}

.bloglinks{
	background-image:url(../images/blog_linkheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:40px 0px 0px 0px;
}

.blogarchive{
	background-image:url(../images/blog_archiveheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:40px 0px 0px 0px;
}

.chefsbox{
	background-image:url(../images/blog_chefsheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:40px 0px 20px 0px;
}

.chefsbox img{
	float:left;
	display:inline;
	margin:20px 20px 0px 30px;
}

.chefsbox p{
	margin:10px 0px 0px 40px;
	padding-top:30px;
}

#results_box{
	margin:20px 10px 0px 20px;
	padding:20px;
	background-color:#e2e2e2;
}

.vidbox{
	width:480px;
	height:570px;
	padding:60px 0px 0px 0px;
	background-color:#e9e9e9;
	background-image:url(../images/home_vidheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	
}

.submitbox{
	background-image:url(../images/submitheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:40px 0px 20px 0px;
}

.submitbox p{
	margin: 12px 20px 0px 40px;
}

#video{
	width:320px;
	height:305px;
	padding:0px;
	margin:0px auto;
	border:1px solid #666666;
}

.vidthumbholder{
display:block;
margin: 0px;
padding-top:30px;

}

.vidthumbholder img{
	float:left;
	display:inline;
	margin-left:30px;
}


/*----- FORMS -----*/
.label {
	width:14em;
	float:left;
	display:inline;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	text-align:left;
}

.pushdown{
	margin-bottom:300px;
}

.homeLabel {
	font-family:Helvetica,Arial;
	font-weight:bold;
	width:12em;
	display:inline;
	float:left;
}

.searchinput{
	margin:0px 8px 0px 8px;
	border:1px solid #e2e2e2;
	height:16px;
	padding:3px;
	font-size:1.1em;
	color:#444;
	width:150px;
	height:14px;
}

.input{
	margin:0px 8px 0px 0px;
	border:1px solid #e2e2e2;
	height:17px;
	padding:3px;
	font-size:1.1em;
	color:#444;
	width:220px;
}

.select{
	height:28px;
	border:1px solid #e2e2e2;
	width:230px;
	padding:3px;
	color:#333333;
}

.textarea{
	height:160px;
	border:1px solid #e2e2e2;
	width:220px;
	padding:3px;
	color:#333333;
}

.addressarea{
	height:40px;
	border:1px solid #e2e2e2;
	width:220px;
	padding:3px;
	color:#333333;
}

.checkbox{
	margin-right:6px;
}

.checkbox_column{
	width:14em;
	float:left;
	display:inline;
}

/*----- SEARCH CLASSES -----*/
.paginateLink{
	border:1px solid #ebcccc;
	font-size:1.3em;
	font-weight:bold;
	padding:6px;
	margin:3px;
}

.paginateActive{

font-size:1.3em;
	font-weight:bold;
	padding:6px;
	margin:3px;

}

/*----- ADS -----*/
#adbox{
	margin:0px 20px 0px 20px;
	background-color:#666666;
	padding:0px 0px 20px 0px;
	height:240px;
}

#adbox img{
	margin-top:20px;
	float:left;
	display:inline;
}

#adbox img.a{
	margin-left:20px;
}
#adbox img.b{
	margin-left:56px;
}
#adbox img.c{
	margin-left:58px;
}
#adbox img.d{
	margin-left:56px;
}

#footer a{
color:#fff;
}