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

a:link {
	color: #CC3366;
	text-decoration: none;
}
a:visited {
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #336633;
	text-decoration: none;
}
/*a.content, a.content:link {color: #00CC66;
}
 a.content:link {color: #FFCC66;
 }
 a.content:visited {color: #FFCC66;
 }
 a.content:hover {text-decoration: none; color: #33CC99; font-weight: bolder;
 }
 a.content:active {color: #FFCC66 }
*/
h1, h2, h3, h4, h5 {padding:0px; margin:0px;}


.dkgray {color:#333;}
.gray {color:#CCC;}
.gold {color:#ffcc66;}
	.gold a, .gold a:link, .gold a:visited {color:#ffcc66;}
.white {color:#FFF;}
.black {color:#000;}
.pink {color:#cc3366;}
	.pink a, .pink a:link, .pink a:visited {color:#cc3366;}
.rust {color:#993300;}
.px36 {font:italic 36px Georgia, "Times New Roman", Times, serif;}
.px30 {font:italic 30px Georgia, "Times New Roman", Times, serif;}
	.px30 a, .px30 a:link, .px30 a:visited  {font:italic 30px Georgia, "Times New Roman", Times, serif;}
.px24 {font:italic 24px Georgia, "Times New Roman", Times, serif;}
.px18 {font:italic 18px Georgia, "Times New Roman", Times, serif;}
.px16 {font:16px Georgia, "Times New Roman", Times, serif;}
.px12 {font:12px Georgia, "Times New Roman", Times, serif;}

.left {text-align:left;}
.center {text-align:center;}
.justify {text-align:justify;}

.arial, a.arial, a:link.arial, a:visited.arial {font-family:Arial, Helvetica, sans-serif;}

#blog_header {
	display:block;
	background:url('images/blog_chicken_timer.jpg') no-repeat;
	background-position:650px 0px;
	height:115px;
	text-align:center;
	padding:0px;
	margin:0px;
}
	#blog_header h1 {font:italic 36px Georgia, "Times New Roman", Times, serif; color:#cc3366;}
	#blog_header h2 {font:italic 24px Georgia, "Times New Roman", Times, serif; color:#993300;}
	
.blog_wrapper {padding:0px 40px; text-align:left; line-height:20px;}
.blog_date {font:10px Geneva, Arial, Helvetica, sans-serif; color:#cc33cc;}
.blog_title {font:20px Georgia, "Times New Roman", Times, serif; color:#993300; padding:5px 0px;}
.blog_desc {}
.blog_post_divider {border-bottom:dotted 1px #cc3366; margin:30px 10px;}

.common {font:14px Georgia, "Times New Roman", Times, serif;}
.small {font:11px Arial;}
.input_file {font:12px Arial; width:250px;}
.input_text {font:12px Arial; width:250px; border:solid 1px #ffcc66; background:#faeed7;}
.input_select {font:12px Arial; border:solid 1px #ffcc66; background:#faeed7;}
.input_textarea {font:12px Arial; width:250px; height:150px; border:solid 1px #ffcc66; background:#faeed7;}
.input_caption {font:12px Arial; width:400px;}
.input_sort_order {font:11px Arial; width:20px;}
.input_submit {font:bold 12px Arial; color:#000; background:#ffcc66; border:solid 1px #CCC;}
.error {width:400px; font:bold 12px Arial; color:#FFF; background:#b00000; padding:4px; margin:2px; text-align:left;} 
.success {width:400px; font:bold 12px Arial; color:#000; background:#ffcc66; padding:15px; margin:2px; text-align:left;}
.req {font:bold 18px Arial; color:#ffcc66;}


#exhibit8 {display:none;}
#copy {
	display:block;
	width:790px;
	text-align:center;
	padding:0px;
	margin:20px 0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#66ccff;
}