body, div, table, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #557793;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #557793;
	border-bottom: 1px solid #557793;
	text-transform: uppercase;
	margin-top: 5px;
	background-color: #E6F0F8;
	
	}
	
h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7C9BD1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}
	
h3 {
/*
	background-image: url('/uploads/72305/images/icon-h3.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
*/
	font-size: 12px;
	color: #515d26;
	}
	
div.clear {
	clear: both;
	}
	
/* Main */
/********/
	
#mainwrap {
	width: 770px;
	margin: auto;
	}
	
#main {
	width: 750px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
	background-color: #ffffff;
	background-image: url('/uploads/72305/images/bkg-swirl.gif');
	background-position: bottom left;
	background-repeat: no-repeat;	
	}
	
#masthead {
	width: 750px;
	background-color: #00578e;
	padding-top: 20px;
	padding-bottom: 13px;
	height: 53px;
	}
	
#mastheadleft {
	float: left;
	padding-left: 28px;
	background-color: #00578e;
	width: 369px;
	height: 53px;	
	}
	
#mastheadright {
	float: right;
	padding-right: 28px;
	background-color: #00578e;
	width: 200px;	
	height: 33px;
	padding-top: 20px;
	text-align: right;
	}
	
div.icon {
	float: right;
	text-align: center;
	width: 50px;
	}	
	
#mainright 
{  
    z-index : 1;
	float: right;
	width: 517px;
	background-color: #ffffff;
	margin-top: 5px;
	}
	
#mainleft {
	width: 233px;
	float: left;
	background-color: #ffffff;
	margin-top: 5px;
	}	
	
/* Menu */
/*================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

ul, li  { margin:0; padding:0; border:0px none; }
ul { margin-left:20px; }       /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }          /* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; }     /* tighter list for simple bullets */


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	border-left:0px none; border-right:0px none; border-top:0px none; position:relative;        /* establish a menu-relative positioning context */
	/* float:left; */                                     /* play nicely with others */
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	clear: both;
	width: 750px;
	height: 28px;
	border-top: 1px solid #ffffff;	
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0px none;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
	padding-top: 0px;	
	color: #ffffff;
	text-align: center;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	margin:0;
	text-decoration:none;
	text-align: center;
	color: #ffffff;
	background-image: url('/uploads/72305/images/bkg-menu.gif');
	background-repeat: repeat-none;
	padding-left: 28px;
	padding-right: 27px;
	padding-top: 6px;
	height: 22px;
	border-left: 1px solid #41adba;
	border-right: 1px solid #044951;
	font-size: 11px;	
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	display:block;
	float:left;
	margin:0;
	text-decoration:none;
	text-align: center;
	color: #ffffff;
	background-image: url('/uploads/72305/images/bkg-menu2.gif');
	background-repeat: repeat-none;
	padding-left: 28px;
	padding-right: 27px;
	padding-top: 6px;
	height: 22px;
	border-left: 1px solid #41adba;
	border-right: 1px solid #044951;
	font-size: 11px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:28px;              /* place us just up underneath the top-level images */
	border-top: 2px solid #ffffff;
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:220px;
	color:black;                        /* this sets the unselected-text color */
	background:#ffffff;         /* this sets our menu's effective "border" color */
	font-size: 12px;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:220px;   
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0px none;
	border-bottom: 1px solid #82C6F1;	
	margin:0;
	padding:0;
	height: 24px;
	color:#ffffff;               /* this sets the unselected drop-down text color */
	background:#50A2BD;		     /* this sets the drop-down menu background color */
	width:220px;
	padding-top: 3px;
	font-size: 12px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color: #ffffff;
	border-bottom: 1px solid #82C6F1;	
	background: #00578E;
	padding-top: 3px;	
	font-size: 12px;	
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:220px;
}


#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */	
		
/* Sidebar */
/***********/
	
div.feature {
	clear: both;
	width: 224px;
	height: 66px;
	border: 1px solid #d4d4d4;
	margin-bottom: 5px;
	color: #7d7d7d;
	font-size: 11px;
	line-height: 12px;
	}
	
img.icon {
	float: left;
	margin-right: 15px;
	}
	
span.featurehd {
	color: #00578e;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	}
	
#feature1hd, #feature2hd, #feature3hd {
	height: 19px;
	padding-top: 5px;
	width: 211px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	}
	
#feature1hd {
	background-color: #e19501;
	}
	
#feature2hd {
	background-color: #2993a0;
	}	
	
#feature3hd {
	background-color: #0D4A91;
	}	
	
#feature1, #feature2 {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 5px;	
	color: #3f3e3e;
	}
	
#feature1 {
	background-color: #fbf4e8;
	padding: 15px;
	width: 194px;		
	}
	
#feature2 {
	width: 224px;
	}
	
#feature3 {
	background-color: #E7EDF4;
	padding: 15px;
	width: 196px;
	color: #0D4A91;		
	}	
	
div.greystrip, div.whitestrip {
	padding: 5px;
	padding-left: 15px;
	color: #333333;
	}
	
div.greystrip {
	background-color: #EFF5F5;
	}
	
span.event {
	color: #006F6F;
	font-weight: bold;
	}
	
span.prodhd {
	color: #3f75b7;
	font-weight: bold;
	}
	
/* Content */
/***********/
		
#mainhd, #subhd {
	background-color: #3fb265;
	height: 19px;
	padding-top: 5px;
	padding-left: 17px;
	color: #ffffff;
	font-weight: bold;	
	margin-top: 4px;
	}
	
#subhd {
	background-color: #2993A0;
	}
	
#maincontent {
	padding: 25px 15px 15px 15px;
	}
	
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #2993A0;
	}
	
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #2993A0;
	}
	
img.image {
	margin-bottom: 10px;
	border: 1px solid #2993A0;
	}	
	
li {
	margin-bottom: 10px;
	}
	
td.aaaaa {
	border-bottom: 1px solid #99abc4;
	}	
	
div.itemdiv {
	clear: both;
	border-bottom: 1px dotted #2993A0;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
img.item {
	border: 1px solid #2993A0;
	float: right;
	margin-left: 15px;
	}	
	
/* Footer */
/**********/

#footer {
	clear: both;
	margin-top: 10px;
	background-color: #0d4a91;
	color: #ffffff;
	font-size: 10px;
	height: 20px;
	}
	
#footer2 {
	margin-top: 3px;
	height: 30px;
	padding-top: 10px;
	background-color: #e4e4e4;
	border-bottom: 10px solid #ffffff;
	color: #636363;
	font-size: 10px;
	padding-left: 15px;
	}
	
/* Forms */
/*********/

form.xxx {
	margin: 0px;
	}
	
		
/* Links */
/*********/
a:link { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #143B98}
a:active { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #345789 } 
a:visited { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #345789 } 
a:hover { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #ff9900 }

a.nav:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; }
a.nav:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:hover { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 11px;}

a.topicon:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 10px; }
a.topicon:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 10px; } 
a.topicon:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 10px; } 
a.topicon:hover { font-family: arial, helvetica, sans-serif; text-decoration: underline; color: #ffffff; font-size: 10px;}

a.navServices:link { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; }
a.navServices:active { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; } 
a.navServices:visited { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px; } 
a.navServices:hover { font-family: arial, helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size: 13px;}

b {
    color:#2993A0;
    font-weight:bold;
}

input, textarea{
    border:1px solid #2993A0;
    color: #444444;
}

input.bouton {
border:2px solid #2993A0;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
border:2px solid #00578e;
background-color:white;
color:#00578e;
}
input.bouton:active {
border:2px solid #2993A0;
background-color:white;
color:#00578e;
}



#catmenu {
 width: 140px;  
}

#catmenu ul {
 list-style: none;
 padding: 1px;   /* padding to buttons */
 margin: 0px ;   /* indent from outside div */
 width:140px;
}

#catmenu li {
 margin: 0px ;
 padding: 0px;
 position:relative;
 display: block;
 width:140px;
}

#catmenu a {
   /* background-color: #333; */
 font-size: 9pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 padding:2px;   /* padding of text within button */
 margin: 1px;   /* padding of button within list item */
}

#catmenu a:hover {  /* override as neccesary for mouse over effects */
 color: white; 
 background-color: #eee;
 text-decoration: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#catmenu ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
    position:absolute;
   background-color: #eee;
    top: 0px;
    left: 140px; 
  width: 140px;  /* width of the entire dropdown */
  margin: 0px;  /* relative position of the menu to the button... 0=tight on bottom.. */
  padding: 0px;
}

#catmenu li li, #catmenu li li li {
 margin: 1px ;
 padding: 0px;
 width: 138px;
}

#catmenu ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0px;   /* 0 */
 margin: -20px 138px;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 140px;   /* width is based on the containing block */
}


#catmenu li li  a {
   padding: 3px;
   margin: 0px;
   background-color: #e19501;
   text-decoration: none;
   color: white;
   width: 132px;
}

#catmenu a:hover {  /* override as neccesary for mouse over effects */
 color: black; 
 background-color: #e19501;
}



#catmenu ul li:hover, #catmenu ul li.sfhover {
 color: #e19501;
}


#catmenu li:hover ul ul, 
#catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, 
#catmenu li.sfhover ul ul ul 
{
 left: -999em;
}


#catmenu li:hover ul, 
#catmenu li.sfhover ul 
{ 
  visibility:visible;
  display: block;
}

#catmenu li li:hover ul, 
#catmenu li li li:hover ul, 
#catmenu li li.sfhover ul, 
#catmenu li li li.sfhover ul {
  visibility:visible;
  display: block;
  left: auto;
}