/* ---- PRELIMINARIES ---- */

*
{
    font-family: Arial,Tahoma, sans-serif;
    font-size: 11px;
    color:#333333;
}

a
{
    text-decoration: underline;
	color:#257AA7;
	text-transform: uppercase;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border-style: none;
}

.sp
{
    clear: both;
    height: 10px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

/* ---- MAIN BLOCS ---- */

body
{
    margin: 0;
    background-color: #000;
}

#main
{
    width: 100%;
    display: block;
    background: url(images/layout/backround-header-gradiant.png) repeat-x 0 30px;
    text-align: center;
}

#global
{
    width: 990px;
    margin: 0 auto;
    background: #fff url(images/layout/background-main.png) no-repeat right top;
    text-align: left;
    padding: 3px 0 0;
}

/* ---- HEADER ---- */

#header
{
    height: 30px;
    width: 100%;
    background-image: url(images/layout/background-cross.png);
}

#logo
{
    width: 250px;
    height: 89px;
    margin: -10px 0 0 30px;
    clear: both;
}

#head-content
{
    height: 20px;
    width: 700px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 13px;
    padding: 7px 0 0;
}

#head-content a
{
    color: #ed0101;
}

#head-content #links, #head-content #fr, #head-content #en
{
    display: inline-block;
}

#head-content #links
{
    padding: 0 25px 0 2px;
}
#links a
{
    color:Red;
    font-weight:bold;
}
#head-content #fr, #head-content #en
{
    width: 20px;
    height: 34px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

#head-content #fr
{
    padding: 0 5px 0 0;
    background: url(images/layout/fr.png) no-repeat 1px 15px;
}

#head-content #en
{
    background: url(images/layout/en.png) no-repeat 1px 15px;
}

/* ---- NAV ---- */

ul#nav
{
    width: 970px;
    margin: 15px 0 10px;
    height: 35px;
    background-image: url(images/layout/menu-bg.png);
    padding: 0 0 0 20px;
}

#nav li
{
    display: inline-block;
    height: 39px;
    margin: -4px 0 0;
    float: left;
    background: url(images/layout/menu-unactive-sep.png) no-repeat right 17px;
    padding-right: 4px;
    padding-left: 2px;
}
#nav li:last-child
{
    background-image: none !important;
}

#nav li.active
{
    background: url(images/layout/menu-active-bg.png) repeat-x;
}

#nav li a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 16px 6px 13px;
    font-size: 11px;
}

#nav li a:hover
{
    color: red;
}

#nav li a:active
{
    color: red;
}

#nav li.active a:hover, #nav li.active a:active
{
    color: red;
}

/* ---- CONTENT ---- */

#content
{
    width: 990px;
    display: block;
    padding-top: 6px;
}

#content h1
{
    color: #9F0000;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

#content h1 span
{
    color: #fff;
}

#content h2
{
    color: #9F0000;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}
#content h3
{
    color: #9F0000;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
}

#mfnews
{
    width: 250px;
    height: 70px;
    background-color:white;
    padding: 5px;
}

#mfnews a 
{
 color:#9F0000;
}

#sep
{
    width: 250px;
    height: 0px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #fff;
    margin: 6px 0 0 35px;
}

/* ---- FOOTER ---- */
#footer
{
    width: 990px;
    height: 100px;
    margin: 0 auto;
    text-align: left;
}

#foot-sp
{
    display: block;
    background-image: url(images/layout/background-cross.png);
    height: 31px;
    padding: 0 0 0 30px;
}

#foot-content
{
    background: url(images/layout/backround-footer-gradiant.png) repeat-x;
    height: 49px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 20px 0 0;
}
#foot-content a 
{
   color:Red;
   font-weight:bold;
   text-transform:lowercase;
}

.Faq_Title
{
    margin: 0px;
    padding: 0px;
    color: #1f1f1f;
    font-family: 'Arial';
    font-size: 18px;
}

.Faq_CategoryDiv
{
    font-family: 'Arial';
    font-size: 12px;
    color: #696969; /*	border:1px solid #d6d6d6;*/
    margin: 5px 0px 15px 0px;
    padding: 5px; /*	background-color:#f9f9f9;*/
}
.Faq_QuestionDiv
{
    background-color:#eeeeee; /*	border-top:1px solid #e7e7e7;*/
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    font-family: 'Arial';
    font-size: 12px;
    color: #696969;
    margin-top: 15px;
}
.Faq_AnswerDiv
{
    padding: 5px 5px 5px 30px;
    font-family: 'Arial';
    font-size: 12px;
    color: #696969;
}
.Faq_CategoryDiv h2
{
    margin: 0px;
    padding: 0px;
    color: #1f1f1f;
    font-family: 'Arial';
}
.Faq_CategoryDiv ul
{
    margin: 0px;
    padding-left: 20px;
}
.Faq_Link
{
    font-family: 'Arial';
    font-size: 12px;
    color: #006699;
    text-decoration: underline;
}
.Faq_Link:hover
{
    font-family: 'Arial';
    font-size: 12px;
    color: #006699;
    text-decoration: none;
}

.BigTitle
{
    font-family: 'Arial';
    font-size: 30px;
    color: #414042;
    text-transform: uppercase;
    padding-left: 5px;
}
.CategTable
{
    border: 1px solid #d5d5d5;
    margin-top: 10px;
}
.CategHeader
{
    background-image: url(../images/categ_bgrd.gif);
    background-repeat: repeat-x;
    height: 21px;
    padding-top: 4px;
    padding-left: 5px;
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.PortletTL
{
    background-image: url(../images/portlet/TopLeft.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
.PortletT
{
    background-image: url(../images/portlet/Top.jpg);
    background-repeat: repeat-x;
    height: 9px;
    width: 100%;
}
.PortletTR
{
    background-image: url(../images/portlet/TopRight.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}

.PortletL
{
    background-image: url(../images/portlet/Left.jpg);
    background-repeat: repeat-y;
    width: 9px;
}
.PortletR
{
    background-image: url(../images/portlet/Right.jpg);
    background-repeat: repeat-y;
    width: 9px;
}
.PortletBL
{
    background-image: url(../images/portlet/BottomLeft.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
.PortletB
{
    background-image: url(../images/portlet/Bottom.jpg);
    background-repeat: repeat-x;
    height: 9px;
    width: 100%;
}
.PortletBR
{
    background-image: url(../images/portlet/BottomRight.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
