@charset "utf-8";
/* CSS Document */


.rightSidebar {
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat left bottom;
	float: left;
	margin-right: 0;
	padding: 0 0 10px;
	width: 350px;

}

.rightSidebar h4 {
	background:url(../images/bg-archive.jpg) no-repeat;
	color:#627a0e;
	font-family:anticregular;
	font-size:20px;
	font-weight:400;
	height:42px;
	line-height:44px;
	margin:0;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	width:350px;	
}

.rightSidebar h3 {
	color:#627a0e;
	font-family:anticregular;
	font-size:15px;
}

.rightSidebar ul {
	background:url(../images/bg-sidebar-mid.png) repeat-y;
	list-style:none;
	margin:0;
	padding:0 20px;	
}

.rightSidebar ul li.sbarSelected {
  /*border-bottom:1px solid #e5e5e5; */
	padding:0 0 10px;	
}

.rightSidebar ul li > a {
	background:url(../images/arrow-down.png) no-repeat right center;
	border-bottom:1px solid #e5e5e5;
	color:#1bb5ac;
	display:block;
	font-family:anticregular;
	font-size:16px;
	letter-spacing:.05em;
	line-height:24px;
	padding:12px 0;
	text-decoration:none;
	text-indent:10px;
}

.rightSidebar ul li span {
	display:block;
	padding:0 0 0 5px;
}

.sbarSelected a 
{
	display: block;
	color: #787b66;
	text-align: center;
	padding: 14px, 16px;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px dashed #e5e5e5;
}

.leftSidebar {
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat left bottom;
	float: left;
	margin-right: 0px;
	padding: 0 0 10px;
	width: 350px;

}

.leftSidebar h4 {
	background:url(../images/bg-archive.jpg) no-repeat;
	color:#627a0e;
	font-family:anticregular;
	font-size:20px;
	font-weight:400;
	height:42px;
	line-height:44px;
	margin:0;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	width:350px;	
}

.leftSidebar h3 {
	color:#627a0e;
	font-family:anticregular;
	font-size:15px;
}

.leftSidebar  ul {
	background:url(../images/bg-sidebar-mid.png) repeat-y;
	list-style:none;
	margin:0;
	padding:0 20px;	
}

.leftSidebar ul li > a {
	background:url(../images/arrow-down.png) no-repeat right center;
	border-bottom:1px solid #e5e5e5;
	color:#1bb5ac;
	display:block;
	font-family:anticregular;
	font-size:16px;
	letter-spacing:.05em;
	line-height:24px;
	padding:12px 0;
	text-decoration:none;
	text-indent:10px;
}

.leftSidebar ul li.sbarSelectedTwo {
  /*border-bottom:1px solid #e5e5e5; */
	padding:0 0 10px;	
}

.sbarSelectedTwo a 
{
	display: block;
	color: #787b66;
	text-align: center;
	padding: 14px, 16px;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px dashed #e5e5e5;
}

.leftSidebar  ul li span {
	display:block;
	padding:0 0 0 5px;
}

@media only screen and (min-width: 1800px) 
{
	.leftSidebar {
	
	margin-left: -427px;
	
	margin-top: -1275px;
	}

.rightSidebar {
	
	margin-left: 925px;
	
	margin-top: -1275px;
	}

}

@media only screen and (max-width: 1800px) 
{
	.leftSidebar {
	
	margin-left: 970px;
	
	margin-top: -980px;
	}

.rightSidebar {
	
	margin-left: 970px;
	
	margin-top: -1350px;
	}

}