@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #E57736;
}
#flashcontent {
	height: 284px;
	width: 100%;
}
.floater {
	position: absolute;
}

#topflash{
	position: absolute;
	height: 320px;
	width: 1000px;
	z-index: 0;
}
#subflash{
	position: absolute;
	height: 320px;
	width: 1000px;
	z-index: 0;
}
.forcedown {
	padding-top: 284px;
}


A:link {
			text-decoration:underline; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #000000;}
			
A:visited {
			text-decoration:underline;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #000000;}
		
A:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			color: #b44707;}	

.featured {
	width: 300px;
	background-image: url(../images/bg-featured.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
.repeating-dashes {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(../images/dottedline-vert.gif);
	text-align: right;
	padding-right: 1px;
	padding-top: 22px;
}
.featured p {
	margin-bottom: 8px;
	margin-top: 0px;
}

.featuredpic {
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
}

.featuredsaycheesecontainer {
	background-color:#FFFFFF;
	padding:6px 0px 6px 6px;
	width:285px;
	float:right;
	margin-bottom:8px;
}

.featuredsaycheese {
	background-image:url(../images/feature-saycheese-bg.jpg);
	background-repeat:no-repeat;
	width:285px;
	height:148px;
}

.featsc_thumb {
	border:1px #000 solid;
	cursor: pointer;
}

.content {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.maincontent {
	padding: 10px;
	width: 700px;
	clear: both;
	margin-top: 15px;
	/*
	jf: added in the min-height because lack of
	    content was causing rotating image to
		overlap footer
		-includes my IE6 min-height css hack
	*/
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.homepics {
	border: 6px solid #FFFFFF;
	margin-right: 15px;
	margin-top: 15px;
}
.footer {
	background-color: #b44707;
	padding: 10px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/dottedline-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.hooteralerts {
	width: 700px;
}

.footer p {
	padding: 0px;
}


.footer a, .footer a:visited {
	color: #ffc423;
	text-decoration: none;
	font-weight: bold;
}

.formfield {
border: 1px solid #000;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
color: #000; }


/*HOMEPAGE CSS*/
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:bolder;
	color: #ffffff;
} 

.blackwords {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color: #000000;
} 
		
.blackwordsbold {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bolder;
		font-style:italic;
		color: #000000;} 
		
.homelist {
		list-style-image:url(../images/diamond.gif);}
