body 
{
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: White;
	background-image: url(../../images/old/background.png);
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #606060;
	height: auto;
}

h1
{
    font-family: Calibri, Arial, sans-serif;
	font-size: 26px;
	color: #5C6877;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

h2
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
	color: #006699;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 0px;
	height: auto;
}

p
{
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #606060;
	height: auto;
	padding: 5px 0px 5px 30px;
	margin: 0px;
}

.top-bg
{
	width: 778px;
	height: 35px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px 18px 0px 18px;
	background-image: url(../../images/old/top.png);
}

.header-fr, .header-en, .contact-bar
{
	width: 778px;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.header-fr, .header-en
{
	height: 149px;
}

.header-fr
{
	background-image: url(../../images/old/header-fr.png);
}

.header-en
{
	background-image: url(../../images/old/header-en.png);
}

.contact-bar
{
	height: 52px;
	background-image: url(../../images/old/contact_bar.png);
	text-align: center;
}

.contact-bar-text, .contact-bar-text a
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
	color: #5C6877;
	line-height: 34px;
	position: relative;
}

.contact-bar-text a
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
	color: #5C6877;
	line-height: 34px;
}

.middle_bg
{
	width: 778px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px 18px 0px 18px;
	background-image: url(../../images/old/middle.png);
}

.menu-bar
{
	width: 100%;
	height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	background-color: White;
	border-bottom: solid 1px #006699;
	margin-bottom: 3px;
}

.logo
{
    background-image: url(../../images/old/logo.png);
	background-repeat: no-repeat;
	background-color: White;
	background-position: center center;
	width: 295px;
	height: 100%;
	margin-left: 0px;
	float: left;
}

.menu-language
{
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 17px;
}

.menu-language a
{
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.menu-language a
{
    color: #999999;    
}

.menu-language a:hover
{
	color: #5C6877;
}

.menu
{
    background-color: White;
    vertical-align: bottom;
    width: 381px;
    height: 100%;
    float: right;
    padding-left: 0px;
    position: relative;
}

.menu ul
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.menu li
{
    width: 25%;
    height: 100%;
    text-align: center;
    float: right;
}

.menu-item, .menu-item-selected
{
    width: 100%;
	padding: 10px 0px 0px 0px;
}

.menu-item a, .menu-item-selected a
{
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.menu-item a
{
    color: #999999;    
}

.menu-item a:hover, .menu-item-selected a
{
	color: #5C6877;
}

.body-title
{
    width: 738px;
    height: 50px;
    margin: 0px 20px 10px 20px;
}

.separator
{
	width: 738px;
	height: 1px;
	background-image: url(../../images/old/separator.png);
	background-repeat: no-repeat;
}

.body
{
    width: 100%;
	height: auto;
	overflow: hidden;
}

.body-text
{
    width: 536px;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
}

.home-img, .services-img, .about-img, .contact-img
{
    width: 179px;
	height: 124px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background-repeat: no-repeat;
}

.home-img
{
	background-image: url(../../images/old/home.jpg);
}

.services-img
{
	background-image: url(../../images/old/services.jpg);
}

.about-img
{
	background-image: url(../../images/old/about.jpg);
}

.contact-img
{
	background-image: url(../../images/old/contact.jpg);
}

.input-text, .input_text_area
{
    font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	width: 200px;
	color: #606060;
	position: relative; 
	top: 0px; 
	left: 0px;
}

.input_text_area
{
	height: 100px;
}

.mandatory_field
{
	color: Red;
}

.submit-btn
{
    width: 120px;
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	position: relative; 
    top: 0px; 
    left: 0px;
}

.bottom-bg
{
	width: 778px;
	height: 67px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 18px 0px 18px;
	background-image: url(../../images/old/bottom.png);
}

.copyright
{
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #5C6877;
	line-height: 45px;
}
