/* ==========================================================================
   Sidebar styles - sidebars for SmartVault.com
   ========================================================================== */
html {
	font-family: 'Open Sans', Helvetica, sans-serif;
	}

.sidebar_wrapper {
	width: 300px;
	color: #707070;
	font-size: 0.8em;
	}
	.sidebar_wrapper img {
		display: block;
		margin: 0 auto;
		}
	.sidebar_wrapper h6 {
		font-size: 1.3em;
		margin: 26px 0 18px;
		}
	.sidebar_wrapper p {
		line-height: 1.3em;
		margin: 13px 0;
		}
	.sidebar_wrapper blockquote {
		font-style: italic;
		font-size: 0.9em;
		line-height: 1.2em;
		margin: 28px 0;
		width: 200px;
		}
		.sidebar_wrapper blockquote p {
			color: #a2a2a2;
			margin-bottom: 5px;
			}
			.sidebar_wrapper blockquote p:before {
				content: open-quote;
				}
			.sidebar_wrapper blockquote p:after {
				content: close-quote;
				}
		.sidebar_wrapper blockquote footer {
			font-weight: bold;
			}

.blue_highlight {
	color: #009cdb;
	}

.indented {
	margin-left: 20px;
	}
	.indented p {
		position: relative;
		}

.green_check {
	background: #FFF url('../img/sidebar_checkmark.png') no-repeat;
	height: 11px;
	left: -18px;
	position: absolute;
	top: 6px;
	width: 12px;
	}

.extra_padding_top {
	display: block;
	padding-top: 20px;
	}
.sidebar_wrapper a
{
    color: #009CDB;
    font-weight: bold;
    line-height: 1.2em;
    font-family: 'Open Sans' ,sans-serif, arial;
    text-decoration: none;
}
.sidebar_wrapper a, .sidebar_wrapper a:link, .sidebar_wrapper a:visited
{
    color: #009CDB;
}
.sidebar_wrapper a:hover, .sidebar_wrapper a:active
{
    outline: none;
}

