#sidebar {
	width: 150px;
}
a.button_small {
	text-decoration: none;
	display: block;
	width: 149px;
	text-align: center;
	height: 36px;
	background-image: url(/elements/images/global/sidebar/button_bg_small.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.button_small img {
	margin-top: 2px;
}
a.link_button {
	display: block;
	color: #fff;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	width: 130px;
	background: #f26721;
	margin: 5px auto;
}
a.link_button span {
	border: 1px solid #fff;
	display: block;
}
a.link_button:hover span {
	background: #fff;
	color: #f26721;
}
#sidebar input {
	width: 95px;
}
#sidebar h1, #sidebar p, #sidebar form {
	margin-left: 5px;
	margin-right: 5px;
}
#interior_bar {
	width: 150px;
	float: right;
	margin: 0 5px 0 5px;
}
#interior_bar p {
	margin-left: 13px;
	margin-right: 14px;
}
#interior_bar p a {
	font-weight: bold;
	color: #f26721;
	text-decoration: none;
}
.section.colored {
	/*background: #1d8bf6;*/
	background: white;
}
.section.colored h1, .section.colored p {
	/*color: #fff;*/
	color: black;
}
.section.colored h1 {
	font-size: 12px;
	text-align: center;
}
.home_item_small {
	width: 140px;
	margin: 10px auto;
}
.home_item_small .image {
	display: block;
	width: 139px;
	height: 93px;
	background-image: url(/elements/images/featured/item_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
.home_item_small .image img {
	margin-top: 5px;
}
.home_item_small p {
	margin: 2px 6px;
}
#content {
	width: 470px;
	_width: 460px;
}
#content h1 {
	font-size: 18px;
	line-height: 24px;
}
#content p {
	font-size: 13px;
	line-height: 16px;
}
#content ul {
	margin: 0 1em 1em 3em;
}
#content ul li {
	display: list-item;
	margin: 0 0 0.5em 0;
	/*font-size: 110%;*/
	font-size: 100%;
}
#content ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #F26721;
	display: block;
	_display: inline;
}
#content ul li a:hover {
	color: #084887;
}
#content ul li ul {
	margin: 0.3em 0 0 1.5em;
}
#content ul li ul li {
}
#content ul li ul li a {
}

/*new*/
.std {padding:5px 0 0 0px;font-size:13px;}
.std li {padding:0 0 5px 0;list-style:disc;font-size:13px;}
