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

}

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

}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: #f6faff;
	color: #333;
}
#container {
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
	background: no-repeat right center url(images/cloud.png);
	overflow: hidden;
}

h1 {
	font-size: 30pt;
	font-family: 'DINSchriftBoldCond', Verdana, Helvetica, sans-serif;
	color: #488ec9;
	margin-bottom: 10px;
}

.clearfooter {
height: 50px;
clear: both;
}
a {
	color: #357ddb;
}
a hover {
	color: #8ba241;
}
a img {
	border: none;
}
.clear{
	clear: both;
}
#header {
background: #798f0f; /* Old browsers */
background: -moz-linear-gradient(top, #798f0f 0%, #a9bf3d 50%, #798f0f 51%, #5c750c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#798f0f), color-stop(50%,#a9bf3d), color-stop(51%,#798f0f), color-stop(100%,#5c750c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #798f0f 0%,#a9bf3d 50%,#798f0f 51%,#5c750c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #798f0f 0%,#a9bf3d 50%,#798f0f 51%,#5c750c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #798f0f 0%,#a9bf3d 50%,#798f0f 51%,#5c750c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798f0f', endColorstr='#5c750c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #798f0f 0%,#a9bf3d 50%,#798f0f 51%,#5c750c 100%); /* W3C */
	padding: 10px;	
	height: 100px;
}
#slogan2 {
	position: absolute;
	font-size: 20pt;
	color: #FFF;
	float: left;
	width: 600px;	
	margin-top: 60px;
	margin-left: 80px;
	padding: 0 0 0 0;
	font-family: 'DINSchriftBoldCond', Verdana, Helvetica, sans-serif;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#slogan1 {
	position: absolute;
	font-size: 30pt;
	color: #FFF;
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-left: 40px;
	padding: 0 0 0 0;
	font-family: 'DINSchriftBoldCond', Verdana, Helvetica, sans-serif;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-transform: lowercase;
}

}
.logo a {
	width: 600px;	
	height: 90px;
	border: none;
	color: #8ba241;	
	display: block;
	background: none;
}
.logo a:focus {
	border: none;
}
#nav {
	clear: both;
	background: #798F0F;
	padding: 5px;
	width: 100%;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
}

#nav li.active {
    display: block;
	overflow: hidden;
	color: #c3d278;
	font-size: 20pt;
	font-family:  'DINSchriftBoldCond', Verdana, Helvetica, sans-serif;
}
	
#nav li a {
	display:block;
	overflow:hidden;
	color: #FFFFFF;
	font-size: 20pt;
	font-family: 'DINSchriftBoldCond', Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#nav li a:hover {
	color: #255A87;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
}

li.separator {
    position: relative;
    height: 15px;
    width: 29px;
    background: url('images/separator.png');
    margin-top: 10px;
    margin-bottom: 0 auto;
}

.bodytext {
	background: #FFF;
	border-style: solid;
	border-width: 4px;
	border-color: #798F0F;
	margin: 30px;
	max-width: 900px;
	min-width: 500px;
	min-height: 20px;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 20px;
}

.question {
    	color: #357ddb;
		text-decoration: underline;
		cursor: pointer;
	}

.answer {
	margin-left: 20px;
}

.title {
    	color: #357ddb;
		text-decoration: underline;
		cursor: pointer;
	}


.collapse {
    	color: #357ddb;
		text-decoration: underline;
		cursor: pointer;
		font-size: 9pt;
	}
	
#footer {
	clear: both;
	width: 100%;
	background: #798F0F;	
	height: 50px;
}
.ftxt {
	margin: 10px 0 0 0;
	float: right;
}
.ftxt ul {
	padding: 0;
	margin: 0;
	margin-right: 50px;
	list-style: none;
}
.ftxt li {
	float: left;
}
.ftxt li a {
	background-position:center top;
	display:block;
	overflow:hidden;
	color: #FFF;
	zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
	font-family: 'DINSchriftLight', Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
.ftxt li a:hover {
	background-position:center -35px;
	display:block;
    line-height: 80%;
	overflow:hidden;
	zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.ftxt li a.active, .ftxt li a.active:hover{
	background-position:center -35px;
}

#content {
width: 100%;
overflow: hidden;
}

.fseparator  {
  height: 10px;
  width: 50px;
}

.fcontact {
    position: relative;
	height: 30px;
	font-size: 12pt;
}

.fcontact:before, .fcontact:after {
    display: block;
    position: absolute;
    bottom: -.2em; /* You should change this value to fit your font */
    left: 0;
    right: 0;
}

.fcontact:before {
    content: 'contact';
    opacity: .3;
    /* This is how the text is flipped vertically */
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.fcontact:after {
    /* Fading using CSS gradient */
    /* Don't forget to change the colors to your background color */
    background: -webkit-gradient(linear, left top, left center, from(rgba(121,143,15,0)), to(rgb(121,143,14)));
    background: -moz-linear-gradient(top, rgba(121,143,14,0), rgb(121,143,14));
    /* I left out the `filter` property,
       because IE doesn't know `:before` and `:after` pseudo-elements anyway */
    content: ' ';
    height: 1em;
}

.fwebdesign {
    position: relative;
	height: 30px;
	font-size: 12pt;
}

.fwebdesign:before, .fwebdesign:after {
    display: block;
    position: absolute;
    bottom: -.2em; /* You should change this value to fit your font */
    left: 0;
    right: 0;
}

.fwebdesign:before {
    content: 'web design';
    opacity: .3;
    /* This is how the text is flipped vertically */
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.fwebdesign:after {
    /* Fading using CSS gradient */
    /* Don't forget to change the colors to your background color */
    background: -webkit-gradient(linear, left top, left center, from(rgba(121,143,15,0)), to(rgb(121,143,14)));
    background: -moz-linear-gradient(top, rgba(121,143,14,0), rgb(121,143,14));
    /* I left out the `filter` property,
       because IE doesn't know `:before` and `:after` pseudo-elements anyway */
    content: ' ';
    height: 1em;
}

.fmarketing {
    position: relative;
	height: 30px;
	font-size: 12pt;
}

.fmarketing:before, .fmarketing:after {
    display: block;
    position: absolute;
    bottom: -.2em; /* You should change this value to fit your font */
    left: 0;
    right: 0;
}

.fmarketing:before {
    content: 'marketing';
    opacity: .3;
    /* This is how the text is flipped vertically */
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.fmarketing:after {
    /* Fading using CSS gradient */
    /* Don't forget to change the colors to your background color */
    background: -webkit-gradient(linear, left top, left center, from(rgba(121,143,15,0)), to(rgb(121,143,14)));
    background: -moz-linear-gradient(top, rgba(121,143,14,0), rgb(121,143,14));
    /* I left out the `filter` property,
       because IE doesn't know `:before` and `:after` pseudo-elements anyway */
    content: ' ';
    height: 1em;
}


}
#footer {
height: 50px;
position: relative;
}

