article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
svg:not(:root) { overflow: hidden; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	background: #484848;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}


#container {
	background: #f5f5f5;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 98%;
	max-width: 850px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 1%;
	min-height: 500px;
}

header { margin-bottom: 20px; height: 100px; border-bottom: 1px solid #e0e0e0; }

hgroup { 
	float: left; 
	margin: 5px 0 0 0; 
	padding: 5px; 
	width: 240px; 
}
hgroup img { 
	float: left;
	width: 70px;
}
hgroup h1 { padding: 8px 12px 0 85px; color: #484848; border: none; font-family: 'Electrolize', Verdana, sans-serif; font-size: 26px; line-height: 30px; font-weight: normal; }
hgroup h1 a { color: #484848; text-decoration: none; font-weight: normal; }

nav { float: right; }
nav div { float: left; margin-right: 5px; }
nav div ul { margin: 0 0 0 3px; list-style: none; }
nav div ul li { margin: 25px 0 0; float: left; font-family: Verdana, Arial, Helvetica, sans-serif; }
nav div ul li a { color: #484848; font-weight: normal; text-decoration: none; font-size: 13px; padding: 10px 10px 7px 10px; margin: 0; display:block; line-height:18px; border-left: 1px solid #a4a4a4; min-height: 25px; }
nav div ul li a:hover { color: #774703; text-decoration: none; background: #FEF6EB; }

.selectnav { display: none; margin: 0 auto 20px; padding: 5px; border: 1px solid #ccc; }

#content { width: 100%; }

article { margin: 0 10px; background: #fff; border: 0px solid #adadad; }
article ul { margin: 0 0 10px 30px; list-style: circle; }

.block { padding: 10px; margin-bottom: 20px; display: block; overflow: hidden; }
.first_block { border: 1px solid #e0e0e0; background: #f9f9f9; padding: 15px 10px; margin-bottom: 20px; }
.sec_block { border: 1px solid #e0e0e0; background: #f9f9f9; padding: 10px 10px 10px; margin-bottom: 20px; }
.block_text { border-bottom: 1px solid #e0e0e0; padding: 20px 10px 10px; margin-bottom: 20px; }

.block img, .first_block img, .sec_block img, .block_text img { max-width: 99%; height: auto; }

.block p, .first_block p, .block_text p {
	 font-size: 32px;
	 line-height: 35px;
	font-style: italic;
	color: #719126;
	font-family: 'Electrolize', Verdana, sans-serif;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

img { border: 1px solid #e0e0e0; padding: 3px; -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; }
hr { background-color: #e0e0e0; border: 0px; border-top: 1px solid #e0e0e0; display: block; height: 1px; margin: 15px 0; padding: 0; text-align: left; }

a { color: #774703; font-weight: bold; text-decoration: none; }
a:hover, a:active { outline: 0; }
a:hover { text-decoration: none; color: #719126; }

ul, ol { list-style: none; margin: 0 0 15px 20px; padding: 0; }
li, dd { margin-bottom: 3px; }

table { border: 0; border-collapse: collapse; border-spacing: 0; margin: 5px auto 30px auto; width: 90%; }
th { font-weight: bold; text-align: left; }
tr { border-bottom: 1px solid #ccc; }
td { text-align: left; vertical-align: middle; padding: 5px 0; }
table button, table input { *overflow: auto; }
caption { font-weight: bold; border: 1px solid #e0e0e0; margin-bottom: 10px; padding: 5px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #774703; font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { margin: 0; padding-bottom: 7px; font-size: 22px; }
h2 { margin: 0 0 10px; font-size: 22px; font-weight: normal; padding-bottom: 7px; border-bottom: 1px solid #e0e0e0; line-height: 24px; }
h3 { margin: 15px 5px 15px 0; font-size: 18px; line-height: 20px; }
h4 { margin: 10px 5px 10px 0; font-size: 15px; }
h5 { margin: 0 5px 8px 0; font-size: 12px; }
h6 { margin: 0 5px 8px 0; font-size: 10px; }

blockquote { width: 90%; margin: 10px auto; padding: 5px 5px 10px; border: 1px solid #e0e0e0; background: #f9f9f9; box-shadow: 0 8px 8px -6px #adadad; }
p { margin: 0 5px 10px 0; quotes: none; }

footer { background: #484848; min-height: 80px; color: #ccc; }
footer .container { margin: 0 auto; padding: 10px 10px; max-width: 855px; width: 100%; }
footer .box { float: left; width: 33%; }
footer .box a { color: #ccc; font-weight: normal; }
footer .box h3 { color: #ccc; }
footer .box ul { margin-left: 5px; }
.copy { text-align: right; float: right; margin-right: 5px; }

::-moz-selection { background: #e0e0e0; color: #774703; text-shadow: none; }
::selection { background: #e0e0e0; color: #774703; text-shadow: none; }

.clear_left { clear: right; }
.clear_right { clear: right; }
.clear, .clearfix { zoom: 1; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.clear:after, .clearfix:after { clear: both; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.gifhidden {position: absolute; left: -100%;}
.center { text-align: center; }
.left { float: left; }
.imgleft { float: left; margin-right: 10px; }
.imgright { float: right; margin-left: 10px; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.right { float: right; }
.bold { font-weight: bold; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.nocallout { -webkit-touch-callout: none; }
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

@media only screen and (max-width: 850px) {
	
	header { margin: 0 10px 20px; height: 100%; border-bottom: 1px solid #e0e0e0; clear: both; }
	
	hgroup { float: none; display: block; margin: 10px 0 10px 0; padding-left: 5px; width: 100%; height: 100%; text-align: center; }
	
	.js #nav { display: none; }
	.js .selectnav { display: block; }

	nav { float: none; display: block; overflow: hidden; }
	nav div { float: none; display: block; overflow: hidden; }
	nav div ul li { margin: 0; }
	nav div ul li a { border-left: 1px solid #ccc; }
	
	footer .box { float: none; width: 98%; display: blck; }

}