@charset "UTF-8";
/* CSS Document */

#topfade {
	
	margin:20px;
	padding:16px 0 10px 20px;
}

#topfade h3 {
	font-family: "ff-dax-compact-web-pro",sans-serif;
    font-size:46px;
    color:#006633;
	text-shadow: 0 0 10px #DAE8E4, 0 0 4px #DAE8E4;
	margin-top:1em;
	margin-bottom:.4em;
}

.topbop h4 {
	font-family: "ff-dax-compact-web-pro",sans-serif;
    font-size:30px;
    color:#996;
}

.ptitle {
    font-size: 18px;
}

.ultitle {
    font-family: "ff-dax-compact-web-pro",sans-serif;
    font-size: 18px;
	font-weight:bold;
    color: #006633;
}


.pgimg {
    border: 8px solid #F4F1EB;
    box-shadow: 0px 1px 2px #393B30;
	margin-right:14px;
	margin-bottom: 20px;
	float:left;
}

#midwobble {
	background-image:url(graphics/bgfade-topm.png);
	background-position: 0 -46px;
	}



.dboxtitle {
	margin: 0;	
	padding:4px 0;
	background-image:url(graphics/titlethin.jpg);
	background-repeat:no-repeat;
	height:75px;
	border-bottom:dotted 3px #787CA1;
}

.dboxform {
	margin: 0;	
	padding:4px 0;
}

.dboxform select {
	font-weight:bold;
	font-size:110%;
	color:#006633;
	margin-left:40px;
	margin-bottom:16px;
	outline: none;
	box-shadow: 0 0 10px #336666;
}



.dboxtitle h2 {
	font-family: "ff-dax-compact-web-pro",sans-serif;
    font-size:24px;
	color:#fff;
	margin-left:20px;
}


#topmenusubtxt {
	background-position: -120px center;
}

.simplerule {
	
	clear:both;
	border-top:dotted 3px #787CA1;
	margin:auto;
	width:100%;
	height:12px;
	
}


 .qinner {
	 width:90%;
	 margin:0 auto;
	 padding-top:20px;
 }
 

.iconimg {
	float:left;
	width:110px;
	text-align:center;

}

#rmaddons {
    background-image: url(graphics/aboutmenubg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.style2 {
    font-weight: bold;
}

.style3 {
    color: #375D56;
    font-weight: bold;
}



@media (max-width: 999px) {
	
#midwobble {
    background-position: center -120px;
	background-image:url(graphics/bgfade-top.png);
	}

#oeffacap {
    width: 100%;
    height: 64px;
    background-image: url(http://www.oeffa.org/graphics/bgfade-tiptop.png);
    background-position: bottom center;
	border-bottom: 6px solid #F0F0DC;
}

#topfade {
		margin:0;
	}
	
}


@media (max-width: 767px) {
	
	.pgimg {
	float:none;
	margin-bottom:4px;
}

.dboxform select {
	font-size: 100%;
	margin-left:10px;
	margin-bottom:16px;
	width:96%;
}

.rescontent {
	width:92%;
	margin-left:4%;
	margin-right:4%;
}


}

@media (max-width: 359px) {
	#midwobble {
    background-position: center top;
	background-image:url(graphics/bgfade-tops.png);
	}
	
}