/* CSS Document for RRI */

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image:url(/~rightsan/french/images/structure/page_background.jpg);
		background-repeat: repeat-x;
		/*scrollbar-face-color:#669900;
		scrollbar-shadow-color:#8AB200;
		scrollbar-highlight-color: #8AB200;
		scrollbar-3dlight-color:#53670D;
		scrollbar-darkshadow-color: #53670D;
		scrollbar-track-color: #D4E597;
		scrollbar-arrow-color: #53670D;*/
	}
	body,td,th, div {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
	}
	 h1 {
      font-size: 1.25em;
      font-weight: bold;
      text-align: left;
    }
    h2 {
      font:16px Tahoma; font-weight:bolder; color:#303C41; border-bottom:1px solid #cecece; padding-bottom:8px; margin-bottom:8px; margin-top:0px;
    }
    h3 {
      font:14px Tahoma; font-weight:bolder; color:#303C41; border-bottom:1px solid #cecece; padding-bottom:8px; margin-bottom:8px;  margin-top:0px;
    }
    h4 {
      font-weight:bold; color:#507315; font-size: 12px; margin-top:0px; padding-top:0px; border-bottom:1px solid #cecece; margin-bottom:4px; padding-bottom:4px;
    }
	h5 {
		font:12px Tahoma; font-weight:bolder; color:#507315;
	}
	h6 { /* Use as blockquote */
		padding:15px;
		border:1px solid #cccccc;
		background-color:#E2E7E9;
		font-size:11px;
		font-weight:normal;
	}
    ul, ol{
	  line-height:1.25em; margin-top:8px;
    }

	li {
		margin-bottom:8px; color:#333333;
	}
	p {line-height:1.5em; margin-top:0px; margin-bottom:0px;}
	
	hr {
	border:none;border-top: 1px solid #303C41;
      color: #fff;
      background-color: #fff;
      height: 1px;
padding-top:1px;
width:100%;
	  }
	 
	
  /*******************************************/
    /* General links in content of every page. */
    /*******************************************/
    a:link {
      color: #507315;
      /*text-decoration: none;*/
      padding-bottom: 0;

    }
    a:visited {
      color: #507315;
     /*text-decoration: none;*/
      padding-bottom: 0;
     
    }
    a:hover {
      color: #716C33;
     /*text-decoration: none;*/
      padding-bottom: 0;
    }
    a:active {
      color: #716C33;
      /*text-decoration: none;*/
      padding-bottom: 0;
    }		
	

/***********************************************
/*             NOW THE MENU CSS
/***********************************************/
	
	#menu {
	width: 150px;
	border-top:1px solid #BCC8CD;
	font-size:11px;
	z-index:10;
	background-image:url(/~rightsan/french/images/structure/menu/top_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	} 
	
	#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
	line-height:2.5em;
	}
	
	/* style, color and size links and headings to suit */
	#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	/*border-width: 1px;
	border-style: solid;
	border-color: black #fff #fff #fff;*/
	border-bottom:1px solid #BCC8CD;
	margin: 0;
	padding: 2px 3px;
	}
	
	#menu h2 {
	color: purple;
	background: orange;
	text-transform: uppercase;
	}
	
	#menu a {
	color: #303C41;
	/* The background color of the menu items */
	text-decoration: none;
	}
	
	#menu a:hover {
	color: white; /* font-hover-color */
	background: #485A62;
	}
	
	/*----------------*/
	#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin-bottom:0px;
	} 
	
	#menu ul ul ul {
	/* additional styles for all non-primary items */
	position: absolute;
	/*text-indent:10px;*/
	text-align:left;
	background:#9BADB5;
	top: 0;
	border-left:1px solid white;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}
	
	#menu ul ul ul a{
	padding-left:10px;
	}
	
	#menu ul ul ul a:hover{
	/* additional styles for all non-primary items on hover */
	background-image:url(/~rightsan/french/images/structure/menu/corner.gif);
	background-repeat:no-repeat;
	/*text-indent:10px;*/
	background-position:bottom left;
	padding-left:10px;
	}
	/*---------------*/
	
	div#menu ul ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;}
	
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul
	{display: block;}
	
/***********************************************
/*             NOW THE CLASSES
/***********************************************/
	
	/*             TEXT             */
	.light {
	color:#9BADB5;
	}
	
	.tinyLight
	{
	color:#9BADB5;
	font-size:9px;
	}
	
	/*           STRUCTURE          */
	.hr {
	border:none;border-top: 1px solid #303C41;
    color: #fff;
    background-color: #fff;
    height: 1px;
	padding-top:1px;
	width:100%;
    }
	
	.hidetext {
	display:none;
	}
	
	.showtext {
	display:block;
	}
	
	.thumbnail {
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #9BADB5;
	height:100px;
	}
	
	.tinyThumbnail {
		max-width: 40px; 
		max-height: 70px; 
		float: left; 
		margin-right: 8px;
		border:1px solid #ccc;
	}
	
	.noBullet {
	margin-bottom:-15px;
	}
	
	.noBullet ul{
	margin:0;
	padding:0;
	margin-bottom:-15px;
	}
	
	.noBullet li {
	padding-bottom:15px;
	margin-bottom:15px;
	list-style-image:none;
	list-style:none;
	border-bottom:1px dotted #E1E6E8;
	}
	
	.noCursor a:link {
	cursor:default;
	cursor:wait;
	}



/***********************************************
/*             NOW THE OBJECTS
/***********************************************/
/* for all pages */
	#masterFrame {
	width:988px; 
	margin:auto; 
	background:#FFFFFF; 
	border:1px solid black;
	background-image:url(/~rightsan/french/images/structure/contentBackground.gif);
	background-repeat:repeat-y;
	}
	
	#masterLanguage {
	width:990px;
	height:14px; 
	margin:auto; 
	padding-top:1px; 
	padding-right:0px; 
	text-align:right; 
	font-size:9px;
	}
	
	#masterLanguage a {
	color:white;
	}
	
	#masterBanner { 
	height:110px;
	background-image:url(/~rightsan/french/images/structure/head.gif);
	text-align:right;
	background-repeat:no-repeat; 
	position:relative;
	}
	
	#masterBanner .home {
	width:55px; 
	height:80px; 
	position:absolute; 
	top:19px; 
	left:13px; 
	border:none;
	}
	
	#masterTitle {height:22px; overflow:hidden; background:url(/~rightsan/french/images/structure/masterTitle.jpg); background-repeat:no-repeat; background-color:#9BADB5; text-indent:165px; font-size:15px; padding-top:3px; font-variant:small-caps; font-weight:500; letter-spacing:.05em; border-top:1px solid white;}
	
	#masterContent {
	background:#9BADB5;
	min-height:300px;
	}
	
	#masterWritable {
	background:#FFFFFF; 
	width:808px; 
	text-align:left; 
	padding:15px; 
	min-height:300px;
	float:left;
	}
	
	#masterLeftColumn {
	width:150px; 
	float:left; 
	background:url(/~rightsan/french/images/structure/menu/top_background.jpg); 
	background-repeat:no-repeat;
	background:#9BADB5;
	}
	
	#masterFooter {
	background:#9BADB5; 
	padding:0; 
	margin:0;
	}
	
	#masterFooter div {
	height:39px; 
	}
	
	#masterFooter .footer{
	height:30px; 
	background:#303C41;
	width:100%;
	clear:both;
	}
	
	#masterBottom {
	text-align:right; 
	width:990px; 
	margin:auto; 
	color:#666666;
	}
	
	#masterBottom a {color:#666666; text-decoration:none;}
	
	#masterBottom pre {
	margin-top:5px;
	line-height:13px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	}
	
	#masterSearchForm {
	margin:0px;
	padding:0px; 
	margin-top:15px; 
	position:relative; 
	width:140px; 
	padding:4px; 
	font-size:10px;
	overflow:hidden;
	clear:both;
	}
	
	#masterSearchForm input {
	float:left; 
	background:#303C41; 
	border:1px solid #FFFFFF; 
	color:white; 
	width:110px; 
	height:13px; 
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif; 
	overflow:hidden; 
	margin:0px;
	padding:0px; 
	padding:2px;
	}
	
	#masterSearchForm button {
	float:right; 
	background:#485A62; 
	border:1px solid #FFFFFF; 
	color:white; 
	width:19px; 
	height:19px; 
	background-image:url(/~rightsan/french/images/structure/search.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font: 10px Verdana, Arial, Helvetica, sans-serif bold; 
	}
	
	#masterSearchForm .sidebarTitle {
	margin:0px;
	padding:0px; 
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	margin-top:15px;
	padding-bottom:2px;
	/*color:#303C41;*/
	color:#FFFFFF;
	border-top:1px solid #BCC8CD;
	text-align:left;
	}
	
	#masterSearchForm .sidebarTitle a {color:#FFFFFF; text-decoration:none;}
	
	#leftColumn{
	width:556px; 
	padding-right:15px;
	border-right:1px solid #E0E4E9; 
	margin-right:15px; 
	min-height:400px;
	}
	
	#rightColumn {
	float:right; 
	width:220px;
	}
	
	#rightColumn .box {
	float:right; 
	width:190px; 
	padding:15px; 
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #cccccc; 
	margin-bottom:15px;
	background:#FFFFFF;
	}
	#rightColumn .box ul {
	margin:0;
	padding:0;
	}
	#rightColumn .box li {
	padding-bottom:6px;
	margin-bottom:6px;
	list-style-image:url(/~rightsan/french/images/misc/rightTriangle.gif);
	border-bottom:1px dotted #E1E6E8;
	}

/* for home page */
	#homeTitles1 {
	height:25px; 
	border-top:1px solid white;
	}
	
	#homeWritable {
	background:#FFFFFF; 
	width:838px; 
	text-align:left; 
	min-height:620px;
	background-image:url(/~rightsan/french/images/structure/home/divider.jpg); 
	background-repeat:repeat-y; 
	float:left;
	}
	
	#homeWritable .slidingHeader {
	height:25px; 
	background-color:#9BADB5; 
	margin:15px -15px 15px -15px; 
	padding:0; 
	color:#FFFFFF;
	}
	
	#homeWritable td, th {
	padding:15px; 
	vertical-align:top; 
	text-align:left;
	}
	
	#homeWritable th {
	background-color:#9BADB5; 
	overflow:hidden;  
	padding:0px; 
	margin:0px; 
	max-height:25px;  
	height:25px; 
	border-right:1px solid #B7C5CA 
	}
	
	#homePartners {
	float:right; 
	width:116px; 
	height:620px; 
	background-image:url(/~rightsan/french/images/structure/home/partners.jpg);
	background-repeat:no-repeat;
	}
	
/* FOR HOME CLASSES */
	.HomeBlogList {
	margin-bottom:-8px;
	width:220px;
	}
	
	.HomeBlogList ul{
	margin:0;
	padding:0;
	margin-bottom:-8px;
	}
	
	.HomeBlogList li {
	padding-bottom:7px;
	margin-bottom:8px;
	list-style-image:none;
	list-style:none;
	border-bottom:1px dotted #E1E6E8;
	}
	
	.featureThumb {
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #9BADB5;
	max-height:180px;
	max-width:120px;
	}
	
	.spotlightLeft {text-align:left; list-style:none; padding:5px; margin:5px; margin-top:15px;  border:1px solid #999; background-color:#FFFFFF;}
	.spotlightLeft ul {padding:0; margin:0; list-style-type:none;}
	.spotlightLeft ul li {padding:0; margin:0;  list-style-type:none;  padding-bottom:5px; margin-bottom:5px; border-bottom:1px dotted #cecece; padding-left:5px;}

