/*=================================

Built By: Cow Dog Design - http://www.CowDogDesign.com
info@cowdogdesign.com

================================= */
/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#000;
		}
	
	body {
		background: #fff;
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		}
	hr {
		color: #57004f;
		background-color: #57004f;
		height: 1px;
		width: 90%;
		margin: 5px auto;
		}
	input, textarea, checkbox, select, file {
		padding: 5px;
		border:1px solid #eee;
		background: #fff url(../images/bg_input.jpg) 0 0 repeat-x;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		line-height: 140%;
		}
	table tr td {
		font-size: 1.1em;
		padding-top:4px;
		padding-bottom:4px;
	}
	p {
		margin:0 0 10px 0;
		}
	ul, ol {
		margin: 0 30px;
		padding-bottom: 5px;
		padding-top:0px;
		margin-top:-10px;
		
		}
	li {
		padding-bottom: 5px;
		}
	em {
		font-style: italic;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.wysiwyg {
		margin:0 ;
		width:501px;
		min-height: 360px;
		height: auto !important;
		height: 360px;
		}
	.wysiwyg p, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
		padding: 0 0 10px 0;
		}
	.common {
		padding: 0 0 10px 0;
		width:501px;
		}
	.common .common {
		width: 100%;
		}
	.td_pad_4 td, .td_pad_4 th {
		padding: 4px;
		}
	.alert {
		color:#ff0000;
		}
	
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
	.margin_top_20 {
		margin-top: 20px;
		}
	.margin_top_10 {
		margin-top: 10px;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		color:#57004f;
		margin: 0 0 5px 0;
		}
	h1 {font-size:1.8em;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, strong a, a strong {
		text-decoration: underline;
		color:#4f6f19;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, strong a:hover, a:hover strong {
		text-decoration: none;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
/* END TABLE */

/* TD */
/* END TD */

/* DIV */
	#wrapper {
		margin: 10px auto;
		width: 800px;
		border: 0;
		}
	#header {
		width: 800px;
		min-height: 176px;
		height: auto !important;
		height: 176px;
		background: #999 url(../images/bg_head.jpg) 0 0 no-repeat;
		}
	#nav {
		position:relative;
		padding: 7px 0 5px 0;
		width: 800px;
		height: 11px;
		background: #57004f url(../images/bg_nav.jpg) 0 0 repeat-x;
		}
	#body_bg {
		border-bottom: 2px solid #4f6f18;
		width: 800px;
		background: #fff url(../images/bg_slice.jpg) 0 0 repeat-y;
		}
	#body_wrapper {
		width: 800px;
		background: transparent url(../images/bg_body.jpg) 0 0 no-repeat;
		}
	#body_column_wrap, #body_left, #body_middle, #body_right {
		min-height: 386px;
		height: auto !important;
		height: 386px;
		}
	#body_column_wrap {
		float: left;
		width: 686px;
		}
	#body_left {
		float: left;
		width: 116px;
		text-align: center;
		}
	#body_middle {
		float: right;
		width: 570px;
		}
	#body_right {
		float: right;
		width: 114px;
		text-align: center;
		}
	#hm_content, #int_content {
		margin-bottom: 0;
		min-height: 333px;
		height: auto !important;
		height: 333px;
		background: #fff;
		}
	#hm_content {
		margin: 0;
		padding: 0;
		width: 570px;
		background: #fff;
		}
	#int_content {
		padding: 20px 20px 10px 20px;
		width: 530px;
		background: #fff;
		}
	#footer {
		margin-top: -4px;
		font-size: 9px;
		width: 570px;
		min-height: 53px;
		height: auto !important;
		height: 53px;
		background: #4f6f18;
		}
/* END DIV */

/* UL */
/* END UL */

/* LI */
	ul li {
		list-style: square;
		}

/* END LI */



/* TEXT */
	#footer p {
		padding: 5px 0;
		margin: 0;
		color: #fff;
		font-size: 8px;
		text-align: center;
		}
/* TEXT END */

/* LINK */
	#footer p a {
		color: #fff;
		font-size: 8px;
		text-decoration: underline
		}
	#footer p a:hover {
		color: #fff;
		font-size: 8px;
		text-decoration: none;
		}
/* END LINK */

/* HEADING */
/* END HEADING */

/* STRONG */
/* END STRONG */

/* FIELDSET */
	#fieldsetContact {
		margin: 0 auto;
		padding: 15px;
		width: 300px;
		border: 1px #cecece solid;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
/* END FIELDSET */

/* LEGEND */
/* END LEGEND */

/* LABEL */
	#fieldsetContact label {
		display: block;
		float: left;
		clear: left;
		padding: 5px 5px 5px 0;
		width: 125px;
		text-align: right;
		}
/* END LABEL */

/* INPUT */
	#fieldsetContact input {
		display: block;
		float: left;
		margin-bottom: 8px;
		padding: 4px;
		width: 150px;
		}
	#fieldsetContact input#submit {
		float: none;
		clear: both;
		margin: 0 auto 0 auto;
		color: #454545;
		width: auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-weight: bold;
		}
	#fieldsetContact input:hover#submit {
		background: #dcdcdc;
		cursor: pointer;
		}
/* END INPUT */

/* TEXTAREA */
	#fieldsetContact textarea {
		display: block;
		float: left;
		margin-bottom: 8px;
		padding: 4px;
		width: 150px;
		}
/* END TEXTAREA */

/* SELECT */
/* END SELECT */

/* IMG */
	.imgLogo {	
		margin: 30px 0 0 35px;
		}
	.imgPad_10px {
		padding-top: 10px;
		}
/* END IMG */

/* HR */
	hr.hr_footer {
		color: #57004f;
		background-color: #57004f;
		height: 1px;
		width: 90%;
		margin: 0 auto;
		}
/* END HR */

/* SUP */
/* END SUP */

.odd {
	padding: 10px;
	background-color: #F2F5EE;
	margin-bottom: 10px;
	width: 510px;
}
.even {
	padding: 10px;
	background-color: #F8FAF7;
	margin-bottom: 10px;
	width: 510px;
}

/* NEW WEEKLY AD */

#adPager {
	margin-top:-12px;
	margin-left:-10px;	
	margin-bottom:0px;
}

.adPageBut{
	float:right;
	margin-left:18px;
	margin-right:-10px;
	margin-bottom:8px;
	cursor:pointer;
}

#adPdfBut {
	margin-top: 6px;
	margin-right:-10px;
	float:right;
	cursor:pointer;
}

#adDates {
	margin-left:70px;
	margin-top:10px;
	text-align:center;
	font-size:9px;
}

#fbBug {
	float:left;
	display:inline-block;
	margin-left:0px;
	margin-top:5px;
}

#adSignup {
	display:none;
	text-align:center;
	margin-top:30px;
	padding:10px;
	background-color:#FFC;
}

/* END NEW WEEKLY AD */



