/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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;
}
[hidden] {
display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
a {
	color:#206231;
	text-decoration:none;
}
a:visited {
	color: #206231;
}
a:hover {
	color: #206231;
	text-decoration:underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: Mel Roth www.melroth.com
   ========================================================================== */
	 
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
}
img.bg {
	/* Set rules to fill background */
			min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
			width: 100%;
	height: auto;
	/* Set up positioning */
			position: fixed;
	top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}
#container {
	position:relative;
	width:960px;
	min-height:100%;
	margin:auto;
	background: #FFF;
}
header {
	background:url(../img/bg-header.png) repeat-x;
	height:82px;
}
header .logo {
	float:left;
	line-height:82px;
	padding-left:15px;
}
.ie9 .logo {
	padding-top:15px;
}
header nav ul {
	float:right;
	margin-top:42px;
}
header nav li {
	float:left;
}
/* Main Navigation */
#main-navigation, #main-navigation ul {
	font-size: 12px;
}
#main-navigation a {
	background:url(../img/divider.png) left no-repeat;
	color: #FFF;
	display: block;
	line-height: 100%;
	padding: 10px 20px;
	text-transform:uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#main-navigation a:hover {
	color: #666;
	background:none;
}
#main-navigation li {
	float: left;
	position: relative;
	-o-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
#main-navigation li ul {
	background: #f8f8f8;
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	width: 200px;
	margin-top:0;
}
#main-navigation li ul a {
	background:none;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #ffffff;
	color: #999999;
	padding: 9px 19px;
	text-transform:capitalize;
	text-shadow: #ffffff 1px 1px 0;
	width: 160px;
}
#main-navigation li ul li:hover {
	background-color: #eaeaea;
	background-image: url(svg.php?from=%23F9F9F9&to=%23EAEAEA);
	background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
	-pie-background: linear-gradient(top, #f9f9f9, #eaeaea);
	border-top: 0;
	color: #f85300;
	text-shadow: none;
}
#main-navigation li ul ul {
	margin: -32px 0 0 190px;
}
#main-navigation li:hover ul ul, #main-navigation li:hover ul ul ul {
	left: -9999px;
}
#main-navigation li:hover ul, #main-navigation li li:hover ul, #main-navigation li li li:hover ul {
	left: auto;
	opacity: 1;
}
#main-navigation > li > a {
	line-height: 40px;
	padding: 0 20px;
}
#main-navigation > li:hover {
	background-color: #F8F8F8;
	background-image: -o-linear-gradient(#DBDBDB, rgba(234, 238, 243, 0.2) 10%, #F8F8F8), -o-linear-gradient(left, #DBDBDB, #F8F8F8 3%, #F8F8F8 97%, #DBDBDB);
	background-image: -ms-linear-gradient(#DBDBDB, rgba(234, 238, 243, 0.2) 10%, #F8F8F8), -ms-linear-gradient(left, #DBDBDB, #F8F8F8 3%, #F8F8F8 97%, #DBDBDB);
	background-image: -moz-linear-gradient(#DBDBDB, rgba(234, 238, 243, 0.2) 10%, #F8F8F8), -moz-linear-gradient(left, #DBDBDB, #F8F8F8 3%, #F8F8F8 97%, #DBDBDB);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DBDBDB), color-stop(10%, rgba(234, 238, 243, 0.2)), color-stop(100%, #F8F8F8)), -webkit-gradient(linear, left center, right center, color-stop(0%, #DBDBDB), color-stop(3%, #F8F8F8), color-stop(97%, #F8F8F8), color-stop(100%, #DBDBDB));
	background-image: -webkit-linear-gradient(#DBDBDB, rgba(234, 238, 243, 0.2) 10%, #F8F8F8), -webkit-linear-gradient(left, #DBDBDB, #F8F8F8 3%, #F8F8F8 97%, #DBDBDB);
	background-image: linear-gradient(#DBDBDB, rgba(234, 238, 243, 0.2) 10%, #F8F8F8), linear-gradient(left, #DBDBDB, #F8F8F8 3%, #F8F8F8 97%, #DBDBDB);
}
#main-navigation > li:hover > a {
	background:none;
	color: #666;
	text-shadow: none;
}
#main-navigation > li.active {
	background-color: #abceee;
	background-image: -o-linear-gradient(#ABC, rgba(234, 238, 243, 0.2) 10%, #ABCEEE), -o-linear-gradient(left, #ABC, #ABCEEE 3%, #ABCEEE 97%, #ABC);
	background-image: -ms-linear-gradient(#ABC, rgba(234, 238, 243, 0.2) 10%, #ABCEEE), -ms-linear-gradient(left, #ABC, #ABCEEE 3%, #ABCEEE 97%, #ABC);
	background-image: -moz-linear-gradient(#ABC, rgba(234, 238, 243, 0.2) 10%, #ABCEEE), -moz-linear-gradient(left, #ABC, #ABCEEE 3%, #ABCEEE 97%, #ABC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ABC), color-stop(10%, rgba(234, 238, 243, 0.2)), color-stop(100%, #ABCEEE)), -webkit-gradient(linear, left center, right center, color-stop(0%, #ABC), color-stop(3%, #ABCEEE), color-stop(97%, #ABCEEE), color-stop(100%, #ABC));
	background-image: -webkit-linear-gradient(#ABC, rgba(234, 238, 243, 0.2) 10%, #ABCEEE), -webkit-linear-gradient(left, #ABC, #ABCEEE 3%, #ABCEEE 97%, #ABC);
	background-image: linear-gradient(#ABC, rgba(234, 238, 243, 0.2) 10%, #ABCEEE), linear-gradient(left, #ABC, #ABCEEE 3%, #ABCEEE 97%, #ABC);
}
#stockid {
	clear:left;
	background:url(../img/bg-article.png);
	line-height:34px;
	font-size:0.9em;
	text-align:right;
	color:#206231;
	padding:0 15px;
}
#stockid a:link, #stockid a:visited {
	color:#206231;
	text-decoration:none;
}
#stockid a:hover {
	text-decoration:underline;
}
#main {
	padding-bottom:130px;
}
aside {
	float:left;
	width:170px;
	margin:15px 0 45px;
	padding:0 35px;
	font-size:0.85em;
	line-height:1.4em;
}
aside h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1.2em;
	color:#206231;
	text-transform:uppercase;
	margin-top:18px;
}
aside ul {
	list-style:none;
	margin:0;
	padding:0;
}
aside ul a {
	display:block;
	padding:7px 0;
	border-top:1px dotted #CCC;
}
aside ul li.first a {
	border-top:none;
}
aside .textform {
	padding:6px;
	color:#333;
	border: 1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	background: url(../img/form-arrow.png) no-repeat right, -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
}
article {
	float:left;
	width:649px;
	margin:15px 0 45px;
	padding:0 35px;
	line-height:1.4em;
	border-left:1px dotted #CCC;
}
article h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:1.4em;
	color:#206231;
	text-transform:uppercase;
}
article h2 {
	font-size:1.2em;
	color:#69490c;
}
article .textform {
	padding:6px;
	color:#333;
	border: 1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
}
.newsdate {
	color:#999;
}
footer {
	width:960px;
	height:130px;
	position:absolute;
	bottom:0;
	background:#f8f8f8 url(../img/bg-footer.png) repeat-x top;
}
footer nav ul {
	float:right;
	font-size:0.8em;
}
footer nav li {
	float:left;
}
ul.top {
	margin:20px 10px;
}
ul.top li {
	padding:3px 20px;
}
ul.top a {
	font-weight:bold;
	color:#333;
}
ul.btm {
	clear:both;
	font-size:0.8em;
	margin:10px 18px 40px 0;
}
ul.btm li {
	color:#333;
	padding:3px 12px;
}
ul.btm a {
	color:#333;
}
/* control-c styles */

.controlcbackground {
	background-image: url(../admin-images/back.jpg);
	background-repeat:repeat-x;
}

/* ==|== non-semantic helper classes ======================================== */
.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;
}
.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;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}
 @media only screen and (min-width: 768px) {
}



/* ==|== print styles ======================================================= */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

