/* Start of CMSMS style sheet 'language-choice' */
 /* CSS Document for Language Choice Page */

/* =Structure
---------------------------------------------------------------------------------------------------- */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
background: #fff url(uploads/images/structure/body-bg.jpg) repeat-x top left;
	color: #535353;
	font-size: 12px;
	margin-bottom:10px;
}
	
	div#lang-choice {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 703px;
		margin-top:55px;
		}
	

	div#lang-choice #lang-choice-buttons {
      width: 703px;
      font-size:18px;
	  background: transparent url(uploads/images/structure/lang-choice-links-bg.jpg) no-repeat top left;
	height: 37px;
	min-height: 37px;
      }
    #lang-choice-buttons ul {
          margin:0;
          padding:0;
          list-style:none;
      }
    #lang-choice-buttons li {
      display:inline;
      margin:0;
      padding:0;
	  width:124px;
	  height:37px;
      }
	  
  
    #lang-choice-buttons a.btn_english {
      float:left;
      background:url("uploads/images/structure/lang-choice-english.jpg") no-repeat left top;
      margin:0;
	  margin-left:120px;
      padding:0;
      text-decoration:none;  
      color:#FFF;
	  width:124px;
	  height:37px;
	  outline: none;
	  border: none;text-indent:-9999px;
      }
	  
    #lang-choice-buttons a.btn_francais {
      float:left;
      background:url("uploads/images/structure/lang-choice-francais.jpg") no-repeat left top;
      margin:0;
	  margin-left:225px;
      padding:0;
      text-decoration:none;  
      color:#FFF;
	  width:124px;
	  height:37px;
	  outline: none;
	  border: none;text-indent:-9999px;
      }



    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #lang-choice-buttons a.btn_english:hover,
	#lang-choice-buttons a.btn_francais:hover {
      background-position:0% -37px;
      }
    #lang-choice-buttons a:hover span {
      background-position:100% -37px;
      }
	  
	div#lang-choice #footer {
	width:703px;
	text-align:right;
	font-size: 11px;
	background: none;
	color: #6a6a6a;
	padding: 10px 0px 10px 0px;
}


	
div#content {
display: none;
    }
	



/* =Link Styles
---------------------------------------------------------------------------------------------------- */

a,
a:link,
a:visited{
	color: #6b8c92;
	text-decoration:	none;
outline: none; 
}
	
a:hover {
	color: #6b8c92;
	text-decoration:	underline;
outline: none; 
}


a img {
border: none;
outline: none;
}

/* =Generic Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */
	
strong { font-weight: bold; }
b { font-weight: bold;}
i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.textalign-left {text-align:left;	}
.textalign-right {text-align:right;	}
.textalign-center {	text-align:center;	}
.float-left {float:left;	}
.float-right {float:right;	}

.image-float-left {float:left; margin: 2px 5px 2px 0px; }
.image-float-right {float:right; margin: 2px 0px 2px 5px;}


.disclaimer,
.footnote,
.text-small {
	font-size: 10px;
}

.blockquote {
padding: 10px;
display:block;
color: #fff;
background-color: #6b8c92;
margin-bottom: 10px;
margin-top: 10px;
}



/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin:0;
	padding:0;
	}
	
.marginZero {
	margin:0;
	padding:0;
	}


			
.spacer,
.clear {
	clear: both;
	margin:0;
	padding:0;
}

.padding {
	padding: 5px;
	}
/* End of 'language-choice' */

