@charset "UTF-8";
#top {
	background-image: url(../_images/top_bg.jpg);
	height: 117px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#wrapper {
	align: center;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 1;
}
.topimg {
	display:flex;
	width:100%;
	margin-bottom:17px;
}
#topimg  {
	text-align: left;
	vertical-align: middle;
	flex-grow:1;
}
#topimg2 {
	font: lighter normal small/0em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;	
	display:flex;
	align-items:end;
	/*padding-right:20px;*/
	flex-basis: 140px;
}
#mainnavimg  {
	height: 37px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(166,137,88,1.00) 95.55%,rgba(166,137,88,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(166,137,88,1.00) 95.55%,rgba(166,137,88,1.00) 100%);
	background-repeat: repeat;
	text-align: center;
}
#menu {
  width: 1000px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#menu li {
	width: 166px;
	float: left;
	padding-bottom: 1px;
	text-align: center;
	color: #8F8F8F;
	font: lighter 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	height: 24px;
}
#menu li a {
	width: auto;
	color: #333333;
	font-weight: lighter;
	font-size: 12px;
	padding: 5px 0;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	opacity: 0.4;
	font-size: 12px;
}
#main {
	margin-left: 3%;
	margin-top: 3%;
	color: #151515;
	font: lighter normal 11px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	width: 40%;
	float: left;
}
#sidebar1 {
	margin-left: 20px;
	width: 241px;
	float: left;
	margin-top: 3%;
	color: #151515;
	font: 100 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	padding-bottom: 0px;
	bottom: 10px;
}
#sidebar2 {
	margin-left: 20px;
	float: left;
	margin-top: 3%;
	left: 0%;
	color: #151515;
	font: 100 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	width: 241px;
}
#sidebar3 {
	margin-left: 282px;
	float: left;
	margin-top: 130px;
	left: 0%;
	color: #666666;
	font: lighter 11px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	width: 240px;
	padding: 0;
	border-radius: 6px;
	border-collapse: separate;
	background-color: #F8ECEF;
}
#footer {
	color: #151515;
	font: 400 normal 10px/1.5em Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
}

a.sample {text-decoration: none; color: white;} /* white */
a.sample:hover {
	text-decoration: none;
	color: #CDCDCD;
} /* pink */
a.sample2 {
	text-decoration: underline;
	color: #696969;
	font: 100 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
} /* white */
a.sample2:hover {
	text-decoration: underline;
	color: #B7B6B6;
	font: 200 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
} /* pink */
a.sample3 {
	text-decoration: underline;
	color: #151515;
	font: lighter 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
} /* white */
a.sample3:hover {
	text-decoration: underline;
	color: #696969;
	font-size: 10px;
} /* pink */
