/* LEFT SIDEBAR */
#left_sidebar {
	position: relative;
	float: left;
	margin-right: 9px;
	padding-left: 9px;
	overflow: hidden;
	text-align: left;
	width: 215px;
/* 	background-color: white; */
}

#left_sidebar .wrap {
	padding-left: 9px;
	height: auto;
	overflow: hidden;
	background-color: white;
}

/*
#left_sidebar #left_sidebar_content {
	width: 200px;
}
*/

#left_sidebar ul#submenu,
#left_sidebar ul#blogroll {
	padding-left: 7px;
	padding-top: 4px;
	list-style-type: none;
}

#left_sidebar ul#submenu {
	margin-bottom: 70px;
}

#left_sidebar ul#submenu li {
	width: 175px;
	font-size: 1.25em;
	color: #8a888a;
	padding: 10px 0 14px 2px;
	background-image: url(images/line_horiz_dots.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

/* hide dotted line for last li */
#left_sidebar ul#submenu li:last-child,
#left_sidebar ul#blogroll li:last-child {
	background: none;
}

#left_sidebar ul#submenu li a,
#left_sidebar ul#blogroll li a {
	color: #8a888a;
	display: block;
	text-decoration: none;
}

#left_sidebar ul#submenu li a:hover,
#left_sidebar ul#blogroll li a:hover {
	text-decoration: underline;
}


.interact_holder {
	width: 200px;
	padding: 0;
	position: relative;
	float: left;
	margin-top: 10px;
}

.interact_button {
	width: 96px;
	height: 51px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 8px;
}

.interact_button.last {
	margin-right: 0;
}


#left_sidebar #blogroll-holder {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 50px 20px 10px 10px;
	line-height: 1.3em;
	text-align: center;
	clear: both;
}

#blogroll-holder h3 {
	margin-bottom: 9px;
	font-size: 18px;
	padding-bottom: 5px;
	color: #777;
	background-image:url("images/line_horiz_dots.gif");
	background-position:0 100%;
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
}

#blogroll-holder a {
	color: #999;
}

#left_sidebar ul#blogroll li {
	width: 175px;
	font-size: 1em;
	color: #8a888a;
	padding: 9px 0 12px 2px;
	background-image: url(images/line_horiz_dots.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

/* END LEFT SIDEBAR */

/* RIGHT SIDEBAR */

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

#sidebar h1 {
	font-size: 1.8em;
	color: #003b7d;
	text-transform: uppercase;
	line-height: 0.9em;
	font-weight: normal;
	margin-bottom: 0;
}

#sidebar .news-post {
	position: relative;
	float: left;
	width: 154px;
	padding: 8px;
	background-color: #d4ced2;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.4em;
}

.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 .news-post ul {
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 1.2em;
	list-style: disc;
}

#sidebar .news-post ul li {
	padding: 0.4em 0;
	line-height: 1em;
}

#sidebar .ngg-singlepic {
	padding: 0;
}

#sidebar .ad-post {
	margin-bottom: 10px;
	text-align: center;
	width: 170px;
	position: relative;
	float: left;
}

#sidebar .ad-post p {
	margin: 0;
}
/* END RIGHT SIDEBAR */