@charset "UTF-8";

html, body {
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0p;
	text-align:center;
	background:#C5C7B1;
}
#container {
	position:relative;
	width:950px;
	height:auto;
	min-height:700px;
	z-index:1;
	background-color:#F0DAA6;
	margin:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:5px;
	border-color:#;
	overflow:hidden;
	font-weight: 100;
}
h2, h1{
	font-size: 22px;
	font-weight: bold;
	line-height:24px;
}
h3 {font-size:11px;  }
h4 {font-size:10px; color:#999; font-style: italic; }
h5 {font-size:13px; font-family:"Times New Roman", Times, serif; padding-left: 30px; font-style: italic; }
#sidebar {
	position:absolute;
	bottom:0px;
	top:0px;
	width:250px;
	height:auto;
	z-index:1;
	overflow:hidden;
	float:left;
	overflow:auto;
	background: #8D2C06; 
	color:#FFF;
	padding-bottom:10px;
	min-height:160%;
}
.sidebarheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2A060A;
	padding:10px;
	background:  url(images/Canadian-Landowner-Alliance-Button.png) repeat-y left top;
	font-weight:100;

	text-align:left;
}
#navigation {
	position:relative;
	width:700px;
	height:40px;
	line-height:40px;
	background: #2A060A; 
	float:right;
	color:#c7bb95;
	font-size:13px;
	text-align:center;
}
a.button {
	color:#c7bb95;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	font-size:14px;
}
a.buttonSmall {
	color:#c7bb95;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
	font-size:smaller;
}
#content {
	position:relative;
	clear: both;
	width:660px;
	float:right;
	color:#30302f;
	font-size:14px;
	text-align:left;
	padding:10px;
	line-height: 20px;
}

img { border: none;}
#content a { text-decoration:none; font-weight:bold;  color:#8D2C06;font-size:11px; line-height:20px; }
#content a:hover {  text-decoration:underline; }

.unilist li { list-style: none; line-height: 1.5em; }
.unilist li a { text-decoration:none; color:#30302f; }
.unilist li a:hover {  font-weight:bold; }
.unibull { float: left; width: 2em; }


input.btn {
	display: block;
	font-size:12px;
	border-width:0;
	width: 150px;
	height: 30px;
	background: none;
	color:#f0daa6;
}

#sidebarButton{
	background: url(images/Canadian-Landowner-Alliance-SideButton.png) repeat-y left top;
	color:#2A060A;
	width:150px;
	height:30px;
	margin:auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#readmoreButton{
	background: none;
	color:#8D2C06;

	font-size: small;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#footer{
	position: absolute;
	clear: both;
	bottom:20px; 
	right: 0; 
	width: 680px;
}

#footernavigation {
	position:relative;
	width:700px;
	height:40px;
	line-height:40px;
	background: #2A060A;
	float:right;
	color:#c7bb95;
	font-size:11px;
	text-align:center;
}

#slideshow{
	background-color:#C5C7B1;
	border:1px solid #333;

	position:relative;
	width:640px;
	height:270px;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
margin-left:-20px;
	width:600px;
	height:240px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;

}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:47px;
	width:31px;
	position:absolute;
	background:url('articles/img/arrows.png') no-repeat;
	top:60%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 200px;
  background: #8D2C06;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #754C24;
  background: -moz-linear-gradient(#754C24 0%, #2A060A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #754C24), color-stop(100%, #2A060A));
  background: -webkit-linear-gradient(#754C24 0%, #2A060A 100%);
  background: linear-gradient(#754C24 0%, #2A060A 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a > span {
  display: block;
  border: 1px solid #2A060A;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #bb5211;
  background: -moz-linear-gradient(#bb5211 0%, #2A060A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb5211), color-stop(100%, #2A060A));
  background: -webkit-linear-gradient(#bb5211 0%, #2A060A 100%);
  background: linear-gradient(#bb5211 0%, #2A060A 100%);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #2A060A;
}
#cssmenu > ul > li.active > a span {
  border: 1px solid #bb5211;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #FFF;
}
