/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:’’;
    content:none;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}





/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* GO! */



body {
	background: #809bac url(../images/inf_bgtilebody.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

#wrapper {
	width: 880px;
	padding: 10px;
	margin: 30px auto 0 auto;
	background-color: #fff;
	color: #393939;
	}
	
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}	

a {
	color: #393939;
	}
	
a:hover {
	color: #6b6b6b;
	}	
	
strong {
	font-weight: bold;
	}	
	
em {
	font-style: italic;
	}

.pull-left {
	float: left;
	margin-right: 10px;
	}
	
.pull-right {
	float: right;
	margin-left: 10px;
	}	
	

/* NAVIGATION */

#skipLinks {
	margin: 0;
	padding: 0;
	}

#skipLinks li {
        position: absolute;
		list-style: none;
    }

#skipLinks a {
		position: absolute;
        margin-left: -9000px;
    }

#skipLinks a:focus, #skipLinks a:active {
        margin-left: 5px;
        display: block;
        width: 11em;
		color: #fff;
    }	

#navigation {
	background: #082c76 url(http://moreq2.eu/templates/moreq2/images/inf_bgtilemenu.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	}
	
#navigation ul {
	margin-left: 5px;
	}	
	
#navigation li {
	float: left;
	position: relative;
	line-height: 2.5em;
	padding: 0;
	}
	
#navigation a {
	color: #fff;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
	padding: 0 4px;
	}
	
#navigation .menu li a:after
{
content:"|";
padding-left: 12px;
} 	

#navigation .menu li:last-of-type a:after
{
content:"";
}	
	


/* Dropdown menu styles */

#navigation ul.nav-child {
	float: none;
	background-color: #082c76;
	background-color:rgba(8,44,118,0.9);
	width: auto;
	height: auto;
	position: absolute;
	/* top: 2em; */
	left: -9000em;
	margin: 0;
	}	
	
#navigation ul.nav-child li {
	float: none;
	margin-bottom: 2px;
	}	
	
#navigation .menu li:hover ul {
	left: 0;
	}	
	
#navigation ul.nav-child li a {
	
	white-space: nowrap;
	}	
	
#navigation ul.nav-child li:last-child a {
	border-bottom: none;
	}	
	
#navigation ul.nav-child li a:hover {
	background-color:rgba(255,255,255,0.2);
	}
	
#navigation .menu ul.nav-child li a:after
{
content:"";
padding-left: 0;
}	
	
/* Sub Nav */

#subnav {
	background: url(http://moreq2.eu/templates/moreq2/images/inf_bgtilesidebar.gif) repeat-x;
	width: 190px;
	float: left;
	font-size: 0.6em;
	}	
	
#subnav ul {
	padding: 0;
	}
	
#subnav h2 {
	margin: 8px;
	}

#subnav h2 a {
	padding: 0 !important;
	margin: 0;
	}	
	
#subnav li.tree-top88 {
	padding: 4px !important;
	}	
	
#subnav a {
	color: #006699;
	text-decoration: none;
	padding: 3px !important;
	width: auto;
	}
	
#subnav a:hover, #subnav .selected a,#subnav .selected ul a:hover {
	text-decoration: underline !important;
	}	
	
#subnav .selected ul a {
	text-decoration: none !important;
	}	
	
	
/* HEADER */

#header {
	width: 881px;
	height: 107px;
	background: url(http://moreq2.eu/templates/moreq2/images/inf_header.gif) no-repeat;
	margin: 3px 0 3px -1px;
	}	
	
/* CONTENT */

#content {
	background: url(http://moreq2.eu/templates/moreq2/images/inf_bgtilemain.gif) repeat-x;
	margin-left: 190px;
	padding: 25px 0  25px 25px;
	}
	
#content h1 {
	color: #0079C1;
	font-family: Georgia, Garamond, serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 20px;
	}	
	
#content .homepage h1 {
	color: #49A475;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 20px;
	font-family: Arial, Georgia, Garamond;
	}	
		
	
#content h2 {
	color: #49A475;
	font-weight: bold;
	font-family: Georgia, Garamond, serif;
	font-size: 0.9em;
	margin-bottom: 10px;
	}

#content .homepage .items-leading h2 {
	color: #49A475;
	font-weight: bold;
	font-family: Georgia, Garamond, serif;
	font-size: 0.9em;
	}		
	
#content table {
	margin-bottom: 5px;
	}	
	
#content table td {
	padding: 0 5px 10px 5px;
	
	}	
	
	
	
#content .homepage table td strong span, #content .homepage table td  {
	color: #000 !important;
	}	
	
#content table p {
	margin-top: 10px;
	}	
	
	
	
#content p {
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 0.8em;
	}	
	
#content .homepage p {
	font-size: 1em;
	}	

#content .highlight {
	color: #49A475;
	}
	
#content h2.highlight {
	margin-top: 30px;
	}	
	
#content div.smaller p {
	font-size: 0.8em;
	}		
	
#content ul {
	margin-top: 15px;
	font-size: 0.8em;
	margin-bottom: 15px;
	}	
	
#content table {
	font-size: 0.8em;
	}

#content table p {
	font-size: 1em;
	}
	
#content .homepage ul {
	font-size: 1em;
	}
	
#content ul li, #content .items-more li {
	background-image: url(http://moreq2.eu/templates/moreq2/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	}	
	
.category-desc {
	margin-bottom: 10px;
	padding-bottom: 20px;
	}	
	
.category-desc td {
	vertical-align: middle;
	}
	
#content .items-leading, #content .item {
	border-bottom: 1px solid #cccccc;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	
#content .homepage .items-leading {
	border-bottom: none;
	padding: 0;
	}
	
#content .items-leading h2, #content .item h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	margin-bottom: 10px;
	}
	
#content .news .items-leading h2, #content .news .item h2 {
	color: #49A475;
	font-weight: bold;
	font-family: Georgia, Garamond, serif;
	font-size: 0.9em;
	}	
	
#content .homepage .items-leading h2 {
	margin-bottom: 0;
	}
	
.attachmentsContainer, .attachmentsList, .attachmentsContainer table {
	height: 0 !important;
	clear: none !important;
	}
	
.attachmentsContainer caption {
	display: none;
	}
	
.attachmentsContainer table {
	float: right;
	margin-left: 15px;
	}
	
.attachmentsContainer table a:hover {
	color: #6b6b6b !important;
	}
	
.attachmentsContainer table td {
	padding: 5px !important;
	font-size: 0.9em;
	}
	
.items-leading td, .item td {
	color: #49A475;
	font-size: 0.9em;
	vertical-align: middle;
	}
	
/* NEWS */

.article-info-term {
	display: none;
	}
	
.create 	{
	font-size: 0.7em;
	color: #0079c1;
	margin-bottom: 10px;
	}	
	
.news .item {
	clear: right;
	margin-top: 30px;
	}
	
#content .news .items-more h2 {
	margin-bottom: 10px;
	}
	
.items-more ol {
	font-size: 0.9em;
	}
	
#content .pagination {
	margin-top: 30px;
	}
	
#content .pagination ul li {
	float: left;
	background-image: none;
	}	
	
#content .news .items-leading, #content .news .item {
	border-bottom: none;
	padding-top: 0;
	}
	
	
/* FAQ */

#content .faq_category {
	display: none;
	}
	
#content .faq_category_desc, #content .fsf_clear, #content #fsf_faqs {
	clear: none !important;
	}
	
#content #fsf_faqs {
	margin-bottom: 20px;
	}
	
#content #fsf_faqs {
	padding-left: 0;
	}
	
#content .fsf_faq_question {
	font-family: Georgia, Garamond;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#content .fsf_faq_question a {
	color: #666;
	}
	
#content .fsf_faq_answer.accordion_content_1 {
	padding-right: 10px;
	}
	
#content .fsf_pagination, #content .fsf_counter, #content .fsf_limit {
	font-size: 0.8em !important;
	}
	
	
/* CONTACT PAGE */

table.contacttable {
	margin-bottom: 40px !important;
	}

table.contacttable th, table.contacttable td {
	vertical-align: top;
	line-height: 1.3em;
	}
	
table.contacttable th {
	color: #49A475;
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	width: 125px;
	}
	
table.contacttable td {
	color: #0079C2;
	font-weight: bold;
	}	
	
#fox_form_c292 label {
	font-size: 0.9em;
	}


	
/* FOOTER */

#footer {
	width: 855px;
	padding: 10px 35px 10px 10px;
	margin: 0 auto 30px auto;
	color: #fff;
	background: url(../images/inf_bgfooter.gif) no-repeat;
	padding-top: 130px;
	font-size: 0.7em;
	text-align: right;
	}

#footer a {
	color: #fff;
	}