@charset "utf-8";
/* content.css */

#content {
    position: relative; 
	width: 1030px;
	min-height: 670px;
    top: 150px; 
    left: 0; 
    right: 0; 
	background-color: #ffffff;			 
	overflow-x: hidden; 
/*	border-top: ridge; */
	border-color: #CCC;
}
 
#main-content { 
	min-height: 665px;
	margin-top: 0px;
	padding-top: 0px;
}

#content-index {
	min-height: 670px;
}

#content-page { 
	min-height: 670px;
	width: 810px;
	margin-left: 200px;
	overflow-y;: hidden;
}

#content-page p { 
	color: #505050;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 20px;	 
}

#content-page ul {
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-right: 1em;
	margin-left: 5em;
	list-style-type: disc;	 
}

#content-page li {
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-right: 0;
	margin-left: 0;
	list-style-type: disc;	 
}

#content-page a {
	text-decoration: none;
	color: #00F;
	border: none;
}

#content-page a:hover {
	text-decoration: none;
	color: #999999;
}

.family-owned {
	width: 100%;
}

.contact-us-head {
	padding-left: 40px;
}

.banner-text {
	text-align: center;
	font-family: "Franklin Gothic Heavy";
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

.comment {
	width: 95%;
	background-color: #ffffff;
	margin: 30px;
}

a.morelink {
	text-decoration:none;
	outline: none;
}

.morecontent span {
	display: none;
}

#content-page p.question {
	line-height: 14px;
	font-size: 14px;
	color: #ee1f27;
	font-weight: bold;
}

.like {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 20%;
	height: 70px;
	background: url(../images/like.png) no-repeat;
}

.banner {
	float: left; 
	width: 100%;
}

.bannerContent {
	padding-top: 10px;
	margin-left: 15px;
	width: 1010px;	
	float: left;
}

.pod {
    background: #fff;
    padding: 20px;
    width: 28%;
    float:left;
	margin-left:10px;
}

.podContent {
    margin-top:10px;
    height:151px;
    overflow:hidden;
}

.pod h2 {
    color: #0000FF;
    padding:5px;
    font-size:16px;
    font-weight:normal;
    margin: 0 0 10px 10px;
}

a.block {
    text-decoration:none;
    display:block;
}

.rooster-img {
	float: left; 
	width: 150px;
}

.contact-address1 {
	width: 35%; 
	float: left;
}

.contact-address2 {
	width: 40%; 
	float: left;
}
.contact-padding {
	width: 10%; 
	float: left;
}