@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2787C0;
	background-image: url(/images/pattern_body.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pattern_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	background-color: #FFFFFF;
	padding: 14px;
}
#nav {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 23px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
}
#announcement_box {
	width: 186px;
	padding-right: 12px;
	padding-left: 22px;
}
a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/footer_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 11px;
}
#inside_wrapper {
	background-image: url(/images/image_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar_left {
	width: 261px;
}
#current_issue_box {
	background-image: url(/images/current_issue_pattern.jpg);
	background-repeat: repeat-y;
	padding-left: 23px;
}
#sidebar_right {
	width: 195px;
	margin-top: 89px;
	margin-right: 19px;
	margin-left: 16px;
}
.featured_advertiser {
	background-color: #94D4FF;
	text-align: center;
}
.page_titles {
	font-size: 23px;
	line-height: 25px;
	color: #CC0000;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-top: 4px;
	font-weight: bold;
}
/* Coupons */
.coupon {
	background-image: url(/images/coupon_pattern.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
}
.coupon_offer {
	font-size: 180%;
	line-height: 105%;
	text-align: center;
	display: block;
	background-image: url(/images/coupon_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	color: #003399;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.coupon_business {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}
.coupon_logo {
	float: right;
	width: 110px;
	display: block;
}
.coupon_details {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.coupon_contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	font-size: 80%;
	line-height: 105%;
	font-weight: bold;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	margin-top: 4px;
	width: 290px;
}
.coupon_expiration {
	background-image: url(/images/coupon_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	font-style: italic;
	padding-bottom: 8px;
	clear: both;
}
.coupon_box {
	background-color: #FFFFFF;
	width: 440px;
	padding: 20px;
}
/* End Coupons */
.article_box {
	background-color: #CCFFFF;
	border: 1px solid #0099CC;
	padding: 8px;
	margin-bottom: 14px;
}
.article_date {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #CC6600;
}
.article_title {
	display: block;
	font-size: 21px;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 4px;
	color: #003399;
}
a.article_title:link {
	text-decoration: none;
}
a.article_title:visited {
	text-decoration: none;
}
a.article_title:hover {
	text-decoration: none;
	color: #000099;
}
.blog_box {
	padding: 8px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
.blog_background {
	background-color: #CCFFCC;
	padding: 8px;
}
.blog_date {
	display: block;
	margin-bottom: 3px;
	color: #006600;
	font-weight: bold;
}
.blog_title {
	display: block;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000268;
}

/* Advertisers */
.categories {
	font-weight: bold;
	background-color: #FF6600;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 40px;
	color: #FFFFFF;
}
.categories_long {
	font-weight: bold;
	background-color: #FF6600;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.advertiser {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	display: block;
	margin-top: 3px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 40px;
}
.advertiser_image {
	padding-right: 12px;
}
a.advertiser:link {
	color: #003399;
	text-decoration: none;
}
a.advertiser:visited {
	color: #003399;
	text-decoration: none;
}
a.advertiser:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF66;
}
.advertiser_name {
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
	color: #009900;
}
.advertiser_image {
	background-color: #CCCCCC;
	padding: 3px;
	margin-right: 12px;
}

/* End Advertisers */

/* Kids Eat Free */
.kef_heads {
	background-color: #66CC66;
	display: block;
	padding: 2px 2px 2px 5px;
	margin-top: 8px;
}
a.kef_heads:link {
	background-color: #0066CC;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	border: 1px dotted #66CCFF;
}
a.kef_heads:visited {
	background-color: #0066CC;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	border: 1px dotted #66CCFF;
}
a.kef_heads:hover {
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #CC0000;
}
/* End Kids Eat Free */
.error {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	display: block;
}
