@charset "utf-8";
/* -----------------------------------------------------------------------------------------------------
                                              RESET STARTS
----------------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, p, ul, li, ol, div, dl, dt, dd, pre, fieldset, blockquote, th, td { color: #e8c081; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; margin: 0px; padding: 0px; }	
a { outline: none; }
a img { border: none; }
p {	margin: 0; padding: 0; }
strong, b { font-weight: bold; }
/* -------------------------------------------------
                     RESET ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                              GLOBAL STARTS
----------------------------------------------------------------------------------------------------- */
html, body{
	height: 100%;
	width: 100%;
}
body {
	background: #000 repeat-x center top;
	text-align: center;
}
a {
	color: #e8c081;
	text-decoration: none;
}
a:hover {
	color: #91763c;
}
.w1200 {
	width: 1200px;
	text-align: left;
	display: block;
}
.floatcenter {
	margin: 0px auto;
}
ul.menu, ul.menu li {
	list-style: none;
}
.clear {
	display: block;
	clear: both;
}
/* -------------------------------------------------
                     GLOBAL ENDS
------------------------------------------------- */


/* -----------------------------------------------------------------------------------------------------
                                              LDA FORM STARTS
----------------------------------------------------------------------------------------------------- */
.wrapper {
	width: 1000px;
	height: 921px;
	text-align: left;
	margin: 0 auto;
	display: block;
}
.ldamodule *{
	text-transform: uppercase;
}
.ldamodule {
	width: 475px;
	padding-top: 170px;
	float: left;
}
.ldamodule h2, .ldamodule h1{
	clear: both;
	float: left;
	margin: 0 0 10px;
	white-space: nowrap;
}
.ldamodule h1 {
	font-size: 25px;
	display: block;
	padding: 0;
}
.ldamodule h2 {
	font-size: 19.8px;
}
.ldamodule .province-wrapper h2 {
	font-size: 15px;
}
.ldamodule .langswap li {
	float: left;
}
.ldamodule .langswap li a {
	height: 37px;
	display: block;
	text-indent: -131px;
	overflow: hidden;
}
.ldamodule .langswap li a.english {
	background-position: 0px -37px;
	width: 113px;
}
.ldamodule .langswap li a.francais {
	background-position: -113px -37px;
	width: 131px;
}
.ldamodule .langswap li.active a.english {
	background-position: 0px 0px;
}
.ldamodule .langswap li.active a.francais {
	background-position: -113px 0px;
}
.ldamodule ul.dob {
	clear: both;
	float: left;
	display: block;
	width: 475px; /* 3 px buffer */
}
.ldamodule .dob li {
	display: block;
	float: left;
	width: 117px;
	margin: 0;
	padding: 0px 25px;
}
html>body .ldamodule .dob li {
}
.ldamodule .dob li.first, .ldamodule .dob li.last {
	margin: 0px;
	padding: 0px;
}
.ldamodule .dob li label{
	float: left;
	clear: left;
	width: 117px;
	text-align: center;
	display: block;
	margin: 12px 0;
}
.ldamodule .dob li.last, .ldamodule .dob li.last label {
	width: 190px;
}
.ldamodule .dob li input {
	height: 113px;
	width: 117px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 68px;
	font-weight: bold;
	line-height: 117px !important;
	vertical-align: top;
}

.ldamodule .dob li.last input {
	height: 113px;
	width:190px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 68px;
	font-weight: bold;
	line-height: 117px !important;
	vertical-align: top;
}

.ldamodule input.btn-submit, .ldamodule input.btn-submit-fr, .ldamodule input.btn-submit-en {
	display: block;
	height: 31px;
	width: 119px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: right;
	margin: 12px 0;
}
.ldamodule hr {
	height: 2px;
	display: block;
	margin: 12px 0 12px;
	padding: 0;
	border: 0;
	clear: both;
}
.ldamodule .province {
	margin: 0 0 12px;
	float: left;
	clear: left;
	padding-bottom; 12px;
	width: 472px;
	height: 42px;	
}
.ldamodule .province label {
	padding: 14px 0 0;
	float: left;
	font-size: 15px;
	width: 230px;
}
.ldamodule .province select {
	float: right;
	width: 235px;
}
.ldamodule .province * { outline: none;}
.langswap {
	padding-bottom: 12px;
	float: left;
	clear: left;
	width: 300px;
}
/* Error Message */
.ldamodule .ldaErrorMessage {
    clear: both;
    float: right;
}
/* -------------------------------------------------
                     LDA FORM ENDS
------------------------------------------------- */

