@font-face {
    font-family: 'fertigo_proregular';
    src: url('fertigo_pro-webfont.eot');
    src: url('fertigo_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fertigo_pro-webfont.woff') format('woff'),
         url('fertigo_pro-webfont.ttf') format('truetype'),
         url('fertigo_pro-webfont.svg#fertigo_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'forumregular';
    src: url('forum-regular-webfont.eot');
    src: url('forum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('forum-regular-webfont.woff') format('woff'),
         url('forum-regular-webfont.ttf') format('truetype'),
         url('forum-regular-webfont.svg#forumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ofl_sorts_mill_goudyregular';
    src: url('oflgoudystm-webfont.eot');
    src: url('oflgoudystm-webfont.eot?#iefix') format('embedded-opentype'),
         url('oflgoudystm-webfont.woff') format('woff'),
         url('oflgoudystm-webfont.ttf') format('truetype'),
         url('oflgoudystm-webfont.svg#ofl_sorts_mill_goudyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #5CA43A;
	text-decoration: none;
}

body {
	background: #f3f7ed;
	color: #585857;
	font-family: 'ofl_sorts_mill_goudyregular';
}

img {
	vertical-align: middle;
}

h1 {
    color: #5CA43A;
    font-family: 'fertigo_proregular';
    font-size: 28pt;
    font-weight: normal;
    text-align: center;
}

h2 {
    color: #5CA43A;
    font-family: 'forumregular';
    font-size: 24pt;
	font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    color: #5CA43A;
    font-family: 'forumregular';
    font-size: 18pt;
	font-weight: normal;
    margin-bottom: 10px;
}

p {
    color: #585857;
    font-family: 'ofl_sorts_mill_goudyregular';
	font-size: 11pt;
    line-height: 1.15;
    margin-bottom: 10px;
    padding-left: 7px;
}

/* CLASSES */
.author {
	color: #999;
	font-size: 8.5pt;
	font-style: italic;
	padding-top: 5px;
	padding-right: 0px;
}

.clear {
	clear: both;
}

.customList {
	list-style: none;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -10px;
}
.customList li {
	margin-bottom: 5px;
	line-height: 1;
}
.customList li:before {
	color: #5CA43A;
	content: "\00BB \0020";
}

.customListSub {
	list-style: none;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -20px;
}
.customListSub li {
	margin-bottom: 5px;
	line-height: 1;
}
.customListSub li:before {
	color: #5CA43A;
	content: "- ";
}

.error {
	background: #eee;
	border-radius: 5px;
	color: #f00;
	font-size: 10pt;
	padding: 10px;
}

.facebook {
	display: block;
	background: url('../images/f_gra1.png') no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 10px;
}
.facebook:hover {
	background: url('../images/f_gron1.png') no-repeat;
}

.formFrame {
	background-color: #949599;
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	padding-bottom: 11px;
	text-align: left;
	width: 207px;
}

.imageFrame {
	background: #FFF;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 5px;
	/* padding-bottom: 1px; For some reason there is more space below*/
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 7px;
}

.imageRow {
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.leftColumn {
	float: left;
	width: 60%;
}
.leftColumn p {
	text-align: left;
}

.lines {
	background: url('../images/lines.png') center no-repeat;
	margin-bottom: 6px;
	width: 100%;
}

.mailto:visited {
	color: #f3f7ed;
}

.menu ul {
	list-style: none;
}
.menu ul li {
	display: inline;	
	padding-left: 5px;
	padding-right: 5px;
	text-transform:uppercase;
}
.menu ul li a {
	color: #585857;
	cursor: pointer; 
	font-family: 'ofl_sorts_mill_goudyregular';	
	font-size: 12pt;
}
.menu ul li a:hover {
	color: #5CA43A;
}

.page {
	margin: 38px;
	padding-top: 5px;
}

.quote {
	margin-top: 7px;
	margin-bottom: 14px;
}
.quote p {
	margin: 0px;
	padding: 0px;
}

.right {
	text-align: right;
}

.rightColumn {
	float: right;
	padding-left: 10px;
	width: 30%;
}

/* IDs */
#container {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 90px;
	width: 900px;
}

#fade {
	background: transparent url('../images/fade.png') repeat-x;
	bottom: 0px;
	height: 15px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footer {
	margin-bottom: 30px;
	padding: 20px;
	font-family: 'forumregular';
}
#footer a {
	color: #5CA43A;
	text-decoration: none;
}

#footer_item {
	padding-left: 25px;
}

#footer_left {
	padding-left: 28px;	
}

#footer_right {
	float: right;
	padding-right: 28px;
}

#logo {
	padding-bottom: 10px;
}

#menuContainer {
	display: block;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 400;
}

#menuMain {
	background: #fff;
	border-top: solid #f3f7ed 15px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	position: relative;
	text-align: center;
	width: 900px;
}

#menuText {
	background: #fff;
	position: absolute;
	right: 39px;
	text-align: right;
	top: 45px;
	width: 570px;
}
#menuText ul li a {
	font-family: 'forumregular';
}

#toppen {
	top: 0px;
	visibility: hidden;
}
