/* Begin Reset */
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr {
	clear: both;
}
/* Site Styles */
body {
	font: 90%/140% Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(/Images/bg_site.gif) repeat-x left top;
}
a:link, a:visited, a:active {
	color: #006600;
}
a:hover {
	color: #669933;
}
/* Blog Image Styles */
.ImageLeft {
     float: left;
	 margin: 10px 10px 0px 0px;
}
.ImageRight {
	float: right;
	margin: 10px 0px 0px 10px;
}
#site {
	position: relative;
	width: 803px;
	margin: 0px auto;
}
#hed {
	background: url(/Images/bg_header.jpg) no-repeat left top;
	height: 162px;
	width: 803px;
	position: relative;
}
#hed h1 {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	left: 145px;
	top: 110px;
}
#logo {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 27px;
	top: 59px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 100px;
	width: 100px;
}
#glbl_nav {
	background: url(/Images/bg_nav.jpg) no-repeat left top;
	width: 803px;
	height: 43px;
	position: relative;
}
#glbl_nav ul {
	margin-left: 165px;
	font: 120%/43px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#glbl_nav ul li {
	display: block;
	height: 43px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#glbl_nav ul li.selected {
	background: url(/Images/bg_navselected.gif) repeat-x center bottom;
}
#glbl_nav ul li.selected a {
	background: url(/Images/bg_navrule.gif) no-repeat center bottom;
	font-weight: bold;
}
#glbl_nav ul li a {
	display: block;
	height: 43px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#search_area {
	background: url(/Images/bg_searchrow.jpg) no-repeat left top;
	height: 50px;
	width: 803px;
	position: relative;
}
#search_area #search_box {
	float: right;
	background: url(/Images/bg_search.gif) no-repeat center top;
	height: 42px;
	width: 246px;
	position: relative;
	margin-right: 10px;
}
#search_box input {
	padding: 3px;
	width: 175px;
	margin-top: 6px;
	margin-left: 15px;
}
#search_box .search_btn {
	position: absolute;
	background: url(../css/none);
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
#page {
	background: #FFFFFF url(/Images/bg_page.gif) no-repeat right bottom;
	padding-bottom: 90px;
	width: 803px;
	position: relative;
}
.content_area {
	padding: 20px;
}
.content_area p {
	margin-bottom: 12px;
	font: 90%/150%;
	width: 500px;
}
.content_area h2 {
	font: normal 120%/150% Tahoma, Verdana, sans-serif;
	color: #7f363d;
	margin-bottom: 12px;
}
#footer {
	background: url(/Images/bg_footer.gif) repeat-x left top;
	width: 803px;
}
#footer h3, .content_area h3 {
	color: #f08062;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 6px;
}
#about_store {
	float: left;
	width: 500px;
	margin: 20px;
}
#about_store h3 {
	font-size: 120%;
}
#about_store p, #about_store a {
	color: #333333;
	font-size: 90%;
	line-height: 160%;
}
#about_store .about_photo {
	border: 3px solid #c2d3e5;
	float: left;
	margin-right: 15px;
}
#events_newsletter {
	margin-top: 20px;
	float: left;
	width: 240px;
	margin-bottom: 20px;
}
#events_newsletter h3 {
	font-size: 100%;
}
#events_newsletter a {
	color: #669933;
}
#events_newsletter p {
	color: #666666;
	font-size: 80%;
}
#events_newsletter label {
	font-size: 12px;
	font-weight: bold;
	color: #2c5983;
}
#events_newsletter input, #events_newsletter img {
	margin-top: 3px;
}
#events_newsletter img {
	cursor: pointer;
}
#home_page {
	color: #333333;
	background: #F6F8E6 url(/Images/bg_homearea.gif) no-repeat left top;
	width: 782px;
	margin: 0px auto;
	position: relative;
}
#home_page .lead_photo {
	float: left;
	width: 249px;
	position: relative;
	margin-right: 20px;
	margin-top: 25px;
	margin-left: 25px;
}
#home_page .lead_text {
	margin-top: 25px;
	margin-right: 25px;
	width: 450px;
	float: right;
}
#home_page .lead_text img {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
#home_page .lead_text p {
	margin-bottom: 12px;
	font-size: 90%;
}
#home_page  .bottom {
	background: url(/Images/bg_homearea_bottom.gif) no-repeat center bottom;
	height: 20px;
	display: block;
}
#home_page h2 {
	font: normal 120%/150% Tahoma, Verdana, sans-serif;
	color: #333333;
}
.blog_preview {
	width: 400px;
	position: relative;
	margin-top: 12px;
	font-size: 90%;
}
.post_column h3, .blog_preview h3 {
	font-size: 110%;
    font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #7E363E;
    margin-bottom: 6px;
}
a.read_more {
	background: url(/Images/btn_readmore.gif) no-repeat left top;
	display: block;
	height: 20px;
	width: 88px;
	text-indent: -9999px;
}
#footer_links {
	background: url(/Images/bg_footerlinks.gif) repeat-x left top;
	height: 29px;
	font-size: 10px;
	line-height: 29px;
	text-align: right;
}
#footer_links a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 24px;
}
#copyright {
	background: url(/Images/bg_copyright.gif) no-repeat left top;
	height: 50px;
	padding-left: 150px;
	padding-top: 5px;
	font-size: 10px;
	color: #ccd1ae;
}
.blog_posts .post_column {
	width: 550px;
	float: left;
	margin-left: 20px;
}
.blog_posts .nav_column {
	float: right;
	width: 150px;
	padding: 15px;
	margin-right: 20px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}
.blog_posts .nav_column a {
	font: 90%/120% Arial, Helvetica, sans-serif;
}
.blog_posts .nav_column h4 {
	font-size: 100%;
	color: #2C5983;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ADC5DB;
	line-height: 100%;
	font-weight: normal;
}
.blog_posts .nav_column div {
	margin-bottom: 12px;
}
.BlogTagCloud {
	padding: 5px;
	background: #EFF0EA;
}
.BlogTagCloud a {
	color: #2C5983;
}
.post_column h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #7E363E;
}
.post_details p.author_date {
	background: #f5f5f5;
	margin-bottom: 12px;
	padding: 3px;
	border-top: 1px solid #A79086;
	font: 80% Tahoma, Verdana, sans-serif;
}
.post_body {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}
.post_body .links {
	font-size: 80%;
	margin-bottom: 12px;
}
.form p {
	font-size: 11px;
}