
body {
	background-color: #fdf5e6;
	color: #666666;
	font-size: 0.9em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 2.2;
	margin: 0px auto 0px;
	padding: 0px;
	}

a img {
	border: none;
	}
	
p {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: rgba(0, 0, 0, .12);
	background-color: rgba(0, 0, 0, .12);
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
img, iframe, object, embed {
	max-width: 100%;
	}
img, object, embed {
	margin: 0px auto 0px;
	}
img, embed {
	height: auto;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.borderless {
	border: none !important;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.align-right {
	float: right;
	}
.align-left {
	float: left;
	}

h1 {
	color: #333333;
	font-size: 2.2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.4px;
	line-height: 1.4;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h2 {
	color: #333333;
	font-size: 2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.2px;
	line-height: 1.4;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h3 {
	color: #333333;
	font-size: 1.8em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -0.8px;
	line-height: 1.6;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h4 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h5 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 1.2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}

.title {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-top: 0px;
	}

#header {
	margin: 0px;
	padding: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#header .feature-img {
	background: #fdf5e6;
	max-height: 280px;
	max-width: 280px;
	margin: 48px auto -160px;
	padding: 12px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
		
#header .feature-img img {
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
#header #masthead {
	display: block;
	width: 100%;
	text-align: center;
	padding: 48px 0px;
	}
#header .site-title {
	display: block;
	font-size: 3.5em;
	font-weight: 400;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
	text-transform: none;
	letter-spacing: -1px;
	line-height: 1.6;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}


#navigation {
	display: block;
	position: relative;
	background: #FFFFFF;
	font-size: 0.9em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2px;
	margin: 0px auto 0px;
	padding: 0px;
	z-index: 9;
	}
#navigation.home-nav {
	background: none;
	}
	
.menu {
	display: inline-block;
	background: #FFFFFF;
	text-align: center;
	padding: 0px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}

	

.menu li {
	display: inline-block;
	position: relative;
	}


.menu a {
	color: grey;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	margin: 0px;
	padding: 0px 12px;
	border-left: 1px solid #CCCCCC;
	}


.menu a:hover {
	color:black; 
	text-decoration:none;
	text-shadow: none;
	}

.menu li:first-child a {
	border-left: none;
	border-top: none;
	}

.menu li {
	line-height: 40px;
	margin: 0px;
	}

.container.logo-active {
	padding-top: 160px;
	}
.row {
	width: 100%;
	max-width: 980px;
	min-width: 727px;
	margin: 0 auto;
}
	
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }

.two-column {
	float: left;
	width: 48%;
	}
.two-column.first {
	padding-right: 2%;
	}
.two-column.last {
	padding-left: 2%;
	}


