#sidebar {
	float: right;
	width: 283px;
	border-left: 1px solid #ddd;
	margin-right: 3px;
	background: transparent url('') no-repeat top center;
}
#sidebar_homepage {
	float: right;
	width: 283px;
	border-left: 1px solid #ddd;
	margin-right: 3px;
}
	#sidebar a.quote {
		color: #7d7d7d;
		text-decoration: none;
		font-size: 12px;
		float: left;
		width: 100%;
		margin: 0px 0px 2px 15px;
		padding: 3px 0px 2px 18px;
		background: url('../img/site/request.jpg') no-repeat center left;
	}
	#sidebar a.contact {
		color: #7d7d7d;
		text-decoration: none;
		font-size: 12px;
		float: left;
		width: 100%;
		margin: 0px 0px 15px 15px;
		padding: 3px 0px 2px 18px;
		background: url('../img/site/contact.jpg') no-repeat center left;
	}
	#sidebar a.quote:hover, #sidebar a.contact:hover {
		text-decoration: underline;
	}
	#sidebar h3 {
		color: #415258;
		font-family: Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 0px 10px 10px;
	}
	#sidebar ul, {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#sidebar ul li {
	list-style-type: square;
	color: #666;
	margin: 0px 0px 0px 30px;
	line-height: 22px;
	}
	#sidebar ul li a {
	color: #7d7d7d;
	text-decoration: none;
	}
	#sidebar ul li a:hover {
	text-decoration: underline;
	}
	#sidebar div.divider {
	height: 1px;
	line-height: 1px;
	background: #ddd;
	width: 283px;
	clear: both;
	margin: 10px 0px 2px 0px;
	}
	#sidebar div.ads {
	width: 283px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	}
		#sidebar div.ads a img {
		margin: 10px 0px 10px 10px;
		border: 0;
		}
	#sidebar_launch {
		width: 263px;
		float: left;
		height: 90px;
		font-size: 12px;
		padding: 10px;
	}
		#sidebar_launch h2 {
			font-size: 28px;
			font-weight: normal;
			color: #666;
			float: left;
			clear: both;
			margin:10px 0 0 7px;
		}
	#sidebar_social {
		width: 273px;
		float: left;
		height: 90px;
		font-size: 12px;
		padding-left: 10px;
		padding-top: 10px;
	}
		#sidebar_social a img {
		border: 0;
		}
		#sidebar_social a {
		float: left;
		margin-left: 10px;
		padding-left: 40px;
		color: #777;
		line-height: 32px;
		text-decoration: none;
		}
		#sidebar_social a.facebook {
		background: url('../img/site/social_icons/facebook.png') no-repeat;
		}
		#sidebar_social a.twitter {
		background: url('../img/site/social_icons/twitter.png') no-repeat;
		margin-left: 16px;
		}
		#sidebar_social a.rssfeed {
		background: url('../img/site/social_icons/rss.png') no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		}
		#sidebar_social a:hover {
		opacity: 1;
		color: #666;
		}
	#sneak_peak {
		height: 55px;
		float: left;
		width: 283px;
	}
		#sneak_peak a {
			display: block;
			width: 272px;
			float: left;
			text-decoration: none;
			background: url('../img/site/button1.jpg') no-repeat;
			height: 36px;
			padding: 19px 0px 0px 11px;
			color: #f9f9f9;
			font-size: 16px;
		}
		#featured_testimonial {
			height: 36px;
			float: left;
			width: 283px;
		}
			#featured_testimonial a {
				display: block;
				width: 283px;
				float: left;
				text-decoration: none;
				background: url('../img/site/featured_testimonial.jpg') no-repeat;
				height: 36px;
			}
		#sidebar_testimonial {
			float: left;
			clear: both;
			width: 283px;
			border-bottom: 1px solid #ddd;
			padding-bottom: 5px;
		}
		#sidebar_testimonial span.person {
			float: left;
			font-size: 10px;
			clear: both;
			margin: 0px 0px 0px 10px;
			font-style: italic;
			width: 263px;
		}
		#sidebar_testimonial span.company {
			float: left;
			color: #4e4e4e;
			font-size: 18px;
			clear: both;
			margin: 5px 0px 5px 10px;
			font-style: italic;
			font-weight: bold;
			width: 263px;
		}
		#sidebar_testimonial p {
			color: #727272;
			font-size: 10px;
			padding: 10px;
			float: left;
			width: 263px;
		}
	#sidebar_links {
		width: 283px;
	}
		#sidebar_links ul, #sidebar_links ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#sidebar_links ul li {
			float: left;
			display: block;
		}
		#sidebar_links ul li a {
			display: block;
			width: 263px;
			height: 54px;
			padding: 10px;
			background: url('../img/site/sidebar_link_arrow.png') no-repeat 245px center;
			color: #5a6974;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			border-bottom: 1px solid #ddd;
		}
		#sidebar_links ul li a:hover {
			background: #eee url('../img/site/sidebar_link_arrow.png') no-repeat 245px center;
		}
			#sidebar_links ul li a span {
				font-size: 10px;
				float: left;
				clear: both;
				font-weight: normal;
				width: 200px;
				color: #a9a9a9;
			}