/* SIDEBAR */

#sidebar {
	padding: 0;
	width: 302px;
	padding-right: 4px;
	position: relative;
	float: right;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin-top: 5px;
}

#sidebar h2 {
	font-size: 1.2em;
	text-decoration: none;
	margin: 5px 0 0;
	padding: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0.75em;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
	
	
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar form {
	margin: 0;
}

#sidebar a {
	color: black;	
	text-decoration: underline;
}

#sidebar a:hover {
	color: #404400;
}

#sidebar .box p.title {
	padding-left: 0;
}

#sidebar #kyg {
	width: 301px;
	height: 133px;
	background-image: url(images/bg_sidebar_kyg.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-bottom: 6px;
}

#sidebar #kyg .content {
	width: 130px;
	padding-right: 10px;
	position: relative;
	float: right;
	color: white;
	font-size: 11px;
	padding-top: 25px;
}

#sidebar #kyg .content h1 {
	color: #c3cf21;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#sidebar #kyg .content p {
	margin: 0.2em 0;
	padding: 0;
	line-height: 1em;
}

#sidebar .box {
	width: 300px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 6px;
	font-size: 1.2em;
}

#sidebar .box .content {
	background-image: url(images/sidebar_box_tile.gif);
	width: 274px;
	padding: 2px 13px 0;
	height: auto;
	position: relative;
	float: left;
	color: black;
}

#sidebar .box .content p {
	*margin: auto;
}

#sidebar .box .top {
	width: 300px;
	height: 6px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/sidebar_box_top.gif);
	overflow: hidden;
}

#sidebar .box .bottom {
	width: 300px;
	height: 6px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/sidebar_box_btm.gif);
	overflow: hidden;
}

#sidebar #donate {
	background-image: url(images/bg_donate.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 114px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}

#sidebar #donate p {
	margin: 8px 0;
}

#sidebar #donate .content {
	background: none;
}

#sidebar #donate .donate-button {
	display: block;
	text-align: center;
}

#sidebar #news {
	position: relative;
	float: left;
	margin-bottom: 6px;
}

#sidebar #news .top {
	background-image:url(images/sidebar_news_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 301px;
	height: 36px;
	float: left;
}

#sidebar #news .content {
	background-image: url(images/sidebar_news_tile.gif);
	width: 301px;
	float: left;
	color: #003768;
}

#sidebar #news .bottom {
	background-image: url(images/sidebar_news_btm.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 301px;
	height: 10px;
	float: left;
}

#sidebar #news .top a {
	display: block;
	width: 80px;
	height: 28px;
	float: right;
}

#sidebar .news-post {
	position: relative;
	width: 280px;
	margin-left: 11px;
	border-bottom: 1px solid #bbb;
	padding: 12px 0 5px;
	font-size: 1.2em;
}

#sidebar .news-post.last {
	padding-bottom: 0;
	border: none;
}

.news-post a.news-title,
#sidebar .news-post a.news-title {
	font-weight: bold;
	color: #003768;
	text-decoration: none;
}

news-post a.news-title:hover {
	text-decoration: underline;
}

#sidebar .read_more,
.news-post .read_more {
	display: block;
	text-align: right;
}

#sidebar .content-wrap {
	padding: 0 0 0 10px;
}

#sidebar ul {
	padding-left: 10px;
	padding-top: 15px;
	color: #404400;
}

#sidebar ul li {
	list-style-type: disc;
}

#sidebar ul a {
	color: black;
	text-decoration: none;
}

#sidebar ul a:hover {
	text-decoration: underline;
	color: #404400;
}

#sidebar a.view_all {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 10px;
}