@charset "UTF-8";
/* CSS Document */
/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
A:link {
 COLOR: #014975 /*The color of the link*/
}
A:visited {
 COLOR: #014975 /*The color of the visited link*/
}
A:hover {
 COLOR: black /*The color of the mouseover or 'hover' link*/
}

body {
	color:black;
	background-image:url(../img/about/mainback.jpg);
	background-repeat:repeat-x; background-position:top;
	font:80%/140% Arial,Helvetica,sans-serif;
	background-color:#f4f4f4;
	margin:0px 0px 0px 0px;
	text-align:center;
	}

hr {
	clear:both;
	visibility:hidden;
	}
.clear {
	clear:both;
	}
.centered, p.centered {
	text-align:center;
	}
.right {
	text-align:right;
	}		
img {
	border:0;
	}
	
p{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; line-height:18px; color:#4d4d4d; margin:10px 0px 15px 0px; padding:5px 0px 5px 0px;}

div.hr{height:18px; background-image:url(../img/about/dividerLong.jpg); background-position:left; background-repeat:no-repeat;}

div.hr hr{
display:none;
}

h1{ font-family:"Times New Roman", Times, serif; color:#fff; font-size:30px; margin:0px; padding:0px; font-weight:lighter;}

h2{font-family:"Times New Roman", Times, serif; color:#1a4774; font-size:24px; margin:0px; padding:0px; font-weight:lighter;}


#header {
	width: 1024px;
	height: 50px;
	margin: 0 auto;
	height: 148px;
	background: #fff url(../images/topheader-blue.gif) repeat-x;
}
#header h1 a {background:url(../images/logo.gif) no-repeat top left; display: block; width:462px; height:83px}
.primomotif {background: url(../images/primo-motif.jpg) display: block;
	float:right;
	width:135px;
	height:27px;
	margin: 0 15px 0 0;
}

 /* MENU */
#info {background:#f8f8f8; border:0;}
.menu {
	width:695px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	float: right;
	top: 116px;
	right: 50px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:550px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width: auto;
	position:relative;
	margin: 0 1px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#001a34;
	width:auto;
	height:30px;
	background:#83a4c4;
	padding:0 14px;
	line-height:29px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#191d3e}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#191d3e; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#191d3e;}
.menu :hover > a {color:#FFF; background:#191d3e;}
.menu ul ul :hover > a {color:#FFF; background:#3a598b}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* Menu 2
------------------------------------------------------------------*/
 /* MENU */
#info {background:#f8f8f8; border:0;}
.menu2 {
	width:720px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	float: right;
	top: -4px;
	right: 50px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {width:495px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {padding:0;margin:0;list-style-type:none;}
.menu2 ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
	float:left;
	width: auto;
	position:relative;
	margin: 0 1px;
}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#001a34;
	width:auto;
	height:30px;
	background:#83a4c4;
	padding:0 14px;
	line-height:29px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {background:#191d3e}
/* style the second level hover */
.menu2 ul ul a.drop:hover{background:#c9ba65;}
.menu2 ul ul :hover > a.drop {background:#c9ba65}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu2 ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px}
/* another hack for IE5.5 */
* html .menu2 ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu2 ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {background:#191d3e; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {width:150px;}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{color:#FFF; background:#191d3e;}
.menu2 :hover > a {color:#FFF; background:#191d3e;}
.menu2 ul ul :hover > a {color:#FFF; background:#3a598b}
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ visibility:visible;}



/* Site Wrapper
------------------------------------------------------------------*/
#wrap-wide { width:940px; margin-left:auto; margin-right:auto; text-align:left; margin:0 auto;}

/* Site Inner Content Wrapper
------------------------------------------------------------------*/
#content-wrap { width:940px; text-align:left; margin:0px; }
#content-left{ float:left; width:720px; margin:0px 0px 0px 0px; padding:0px 0px 0px 15px;}
#content-leftinner{ float:right; width:272px; height:300px; margin:0px 0px 0px 10px; padding:0px 0px 0px 2px;}
#content-leftinner2{ float:right; width:2px; height:300px; margin:0px 0px 0px 10px; padding:0px 0px 0px 2px;}
#content-leftinner3{ float:right; width:500px; margin:0px 0px 0px 10px; padding:0px 0px 0px 2px;}

#content-right{ float:right; height:300px; width:190px; margin:0px 0px 0px 0px; padding:5px; background-image:url(../img/about/rightback.png); background-position:left middle; background-repeat:no-repeat;}

#content-right2{ float:right; height:300px; width:190px; margin:0px 0px 0px 0px; padding:6px; background-image:url(../img/about/rightback.png); background-position:left middle; background-repeat:no-repeat;}

#content-right3{ float:right; height:200px; width:200px; margin:0px 0px 0px 0px; padding:5px; background-image:url(../img/about/rightback.png); background-position:left middle; background-repeat:no-repeat;}

blockquote{ background-image:url(../img/about/captionback.jpg); background-position:top; background-repeat:no-repeat; width:264px; height:92px;  padding:8px 0px 0px 0px; margin:0px 0px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; color:#125293; text-indent:10px;}	

blockquote3{width:187px; padding:0px 0px 0px 8px; margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; color:#125293; text-indent:0px;}	

#topback{width:940px; height:60px; background-image:url(../img/about/contentback.jpg); background-repeat:no-repeat; background-position:top;}


/* Branding and Under Menu Area
------------------------------------------------------------------*/
#branding{ float:left; width:500px; height:100px; margin:0px; padding:0px;}

#logo {float: left; display: block; width:500px; height:84px; background-image:url(../img/global/logo.gif); background-repeat:no-repeat;
margin:20px 0px 0px 0px;}
#logo img, #logo span {display: none;}

/* Menu Area
------------------------------------------------------------------*/
#menu{ float:right; width:940px; width:800px; height:30px; margin:20px 0px 0px 0px; padding:0px;}


/* Title area
-----------------------------------------------------------------*/
#title{clear:both; width:940px; height:65px; margin:0px; padding:25px 0px 0px 0px;}



/*-----------------------------------------------------------------*/
ul#navigation-1
	{ font:normal 12px verdana, arial, helvetica;}
ul#navigation-1 li
	{
	margin:0;
	padding:1px;
	height:auto;
	display: block;
	float: left;
	position:relative;
	width:110px;
}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{ padding:4px 0; display:block; text-align:center; text-decoration:none; background:#84a4c4; color:#122d48; width:110px; height:17px; }
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:5px 0px; display:block; text-align:center; text-decoration:none; background:#191d3e; color:#ffffff; width:110px; height: auto; border-left:px solid #ffffff; }
	
ul#navigation-1 li ul.navigation-2
	{ margin:9 px; padding:1px 1px 0; list-style:none; display:none; background:#84a4c4; text-align:center; width:110px; position:absolute; top:27px; left:-1px; border:1px solid #ffffff; border-top:none; }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{ width:110px; clear:left; width:110px; }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#84a4c4; padding:4px 0; width:110px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#191d3e; padding:4px 0; width:110px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{ display:none; margin:0; padding:0; list-style:none; position:absolute; left:145px; top:-2px; padding:1px 1px 0 1px; border:1px solid #FFFFFF; border-left:1px solid ; background:#ffffff; z-index:900; }
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{ background:#FFFF00; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active
	{ background:#FFFF00; }
ul#navigation-1 li ul.navigation-2 li a span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#FFFFff; }
ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; } 
	
	
/* FOOTER */

#footer-wrapper {
	clear: both;
	width: 1024px;
	margin: 0 auto;
	padding: 58px 0;
	border-top: 1px solid #f8f8f8;
	background: #F8F8F8 url(../images/footer-top.jpg) no-repeat top left;
	font-size: 11px;
}	
#footer {
	width: 905px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	background: url(../images/footer-bg.gif) repeat-x;
	height: 80px;
}	
	#footer .right { float: right; margin: 0 55px 0 0; width:auto }
	#footer a { color: #808080; font-weight: bold; }

#footer ul {
	padding-left: 0;
	margin-left: 0;
	width: 160px;
	float: left;
	margin: 0;
}
#footer li {
	float:left;
	width: auto;
	position:relative;
	margin: 0 1px;
	width:140px;
	padding: 3px 0;
}
#footer a {
	text-decoration:none;
	font-size: 100%;
	color:#474747;
}
#footer a:hover {
	text-decoration:none;
	font-size: 100%;
	color:#0f0f0f;
}

#rightsession{width:144px; font-size:12px; text-align:left; padding:0 10px 0 0px; float:left}
#rightsession ul{margin:10px 0 0 0}
#rightsession ul li{ list-style:none; margin:10px 0 10px 0}
#rightsession li a{color:#515e80; text-decoration: none;}
#rightsession ul li a:hover{text-decoration:underline;color: #000;




