@charset "utf-8";
/* 
	CSS Document 
	SITE: 	
	AUTHOR: Rob Evans, a la Carde Graphic Design
	DATE:	
*/

/* CONTENTS 
	RESET TWEAKS
	MAIN
	LAYOUT
	NAVIGATION
	
*/
/* 	RESET TWEAKS */
* {
	margin: 0px;
	padding: 0 px;
	}
#doc3 {margin:auto;}

/* MAIN */
body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	background-image: url(../images/cdsa/lang_bg2.png);
	background-repeat: repeat-x;
	background-position: center 22px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bd {
	background-image: url(../images/cdsa/lang_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
}
#bd #lang {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bd h1 {
	font-size: 3em;
	font-weight: bold;
	color: #C51E28;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bolder;
}
/* LAYOUTS */
#hd {
	background-image: url(../images/cdsa/lang_top.jpg);
	background-repeat: repeat-x;
	height: 30px;

}
/* LANGUAGE BOXES */ 
/* french */
.box-fr {
	width: 120px;
	background-image: url(../images/cdsa/div-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
  }
.box-fr h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #333;
	background-image: url(../images/cdsa/h3_slq_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E0CFAB;
  }
.box-fr ul {
	margin: 0;
	list-style: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
  }
.box-fr a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.box-fr li {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
  } 
/* english */
.box-en {
	width: 120px;
	background-image: url(../images/cdsa/div-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
  }
.box-en h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #333;
	background-image: url(../images/cdsa/h3_asl_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	text-align: center;
  }
.box-en ul {
	margin: 0;
	list-style: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
  }
.box-en a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.box-en li {
text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
  } 
.remember {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	font-size: 1.1em;
}
.remember input {
	float: left;
	margin: 5px;
}
#ft p {
	text-align: center;
}
#ft {
	padding: 20px;
	font-size: 1.1em;
}
#doc3 #bd #lang #logo {
	position: relative;
}
#doc3 #bd #lang #logo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	left: 203px;
	top: 106px;
	width: auto;
}
#doc3 #ft img {
	padding-top: 8px;
}
