@charset "utf-8";
*{margin:0;pading:0;}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4a4748;
	background-image: url(images/bg.jpg);
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contentwrapper {
	background-color: #FFF;
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	float: left;
	width: 650px;
}
#content-contact {
	float: left;
	width: 350px;
}

#sidebar {
	float: right;
	width: 238px;
	margin-top: 30px;
	margin-right: 50px;
	background-color: #615D5C;
	border: 2px solid #444;
}
#sidebar-contact {
	float: right;
	width: 500px;
	margin-top: 30px;
	margin-right: 50px;
}

#sidebar a {
	color: #FFF;
}

#sidebar p {
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#sidebar img {
	padding-left: 10px;
	padding-top: 15px;
}
#sidebar .nopadding {
	padding: 0px;
}



#footer {
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer p {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
}
#footer a {
	color: #FFF;
}
a {
	color: #4a4748;
}
h2 {
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 10px;
}
h1 {
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	text-align: center;
}

p {
	padding-left: 50px;
	line-height: 22px;
	padding-right: 50px;
	padding-bottom: 10px;
}
ul li {
	margin-left: 30px;
	line-height: 24px;
	padding-bottom: 10px;
}

.rtmar10 {
	margin-right: 10px;
}
.lfmar25 {
	margin-left: 25px;
}
.notcentered {
	text-align: left;
}
.quote {
	background-color: #BBCD98;
	padding: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}



#hellobar-bar {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: fixed;
    background-color: white;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #22af73;
    border-color: #22af73
}
.hb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}