/* 
Each element div is contained in a Wrapper. the div "bloc" is in "blocWrp"
The wrapper is positionned and the bloc itself format the content.

Define basics elements */
body {
	margin:0;
	padding:0;
	text-align:center;
	min-width:830px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background: url(../Images/bgBody.gif) repeat;
	}
a {color:#802606; text-decoration:none; font-weight:bold;}
h1,h2,h3,p {
	margin:0px;
	padding:0px 0px 10px 0px;
	}
h1 {font-size:12px; color:#e80101;}
h2 {font-size:12px;}
h3 {font-size:12px;}
p,div {font-size:11px;}
div {
	margin:0;
	padding:0;
	}
div#wrapper {
	/*border:1px #FFF solid;*/
	text-align:left;
	width: 830px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	}
	
/*** Position logo & header ***/
.wrpBannerHolder {
	/*border:1px #000 solid;*/
	position: relative;
	margin: 0px;
	padding:0px 0px 80px 0px;
	background: url(../Images/bottomBanner.png) bottom no-repeat;
	}

div#wrpHeader {
	position:relative;
	height: 230px;
	margin: 0px;
	background:url(../Images/headerNoMenu2.png) no-repeat;
	}
	
/***Position Menu Top ***/
div#wrpMenuTop {
	position: absolute;
	left:35px;
	top:175px;
	width: 750px;
	height: 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
}
div#menuTop {
	position: absolute;
	height:30px;
	}
div#menuTop div {
	float: left	;
	height:30px;
	width:159px;
	padding:7px 3px 5px 8px;
	text-align:center;
	}
div#menuTop a {
	text-decoration:none;
	font:Arial, Helvetica, sans-serif bold;
	color:#FFFFFF;
	}

/***Position body ***/
div#wrpBody {
	/*border:1px #000 solid;*/
	clear:both;
	position:relative;
	left:35px;
	min-height: 420px;
	width:766px;
	overflow:visible;
	padding:0;
	}

/*** Menu Right ***/
div#wrpMenuLeft {
	float:left;
	width:255px;
	margin:0px 0px 130px 3px;
	padding:0px;
	}	
div#wrpMenuLeft h1 {
	heigth:33px;
	margin:0px 18px 0px 20px;
	padding:5px 5px 6px 12px;
	text-align:left;
	background:url(../Images/menuLeftH1.png) no-repeat;
	font-size:12px;
	color:#FFFFFF;
	}
div#wrpMenuLeft a { 
	color:#000;
	font-weight:normal;
	font-size:11px;
	}
div#wrpMenuLeft li.FS2 a, div#wrpMenuLeft li.LS2 a, div#wrpMenuLeft li.FLS2 a, div#wrpMenuLeft li.MS2 a { 
	color:#e80101;
	font-weight:bold;
	font-size:11px;
	}
div#wrpMenuLeft ul { 
	/*Set padding to the list*/
	margin:0px 18px 0px 20px;
	padding:0px 5px 5px 5px;
	background:url(../Images/menuLeftBottom.png) bottom no-repeat;
	}
/*-----first level-----*/	
div#wrpMenuLeft li { 
	/*liste elements are presented horizontaly*/
	/*border:1px #000 solid;*/
	list-style:none ;
	padding:7px 0px 7px 7px;
	background:url(../Images/menuLeftLiSep.png) no-repeat top;
	}
div#wrpMenuLeft li.F2, div#wrpMenuLeft li.FS2, div#wrpMenuLeft li.FL2, div#wrpMenuLeft li.FLS2 { 
	/*liste elements are presented horizontaly*/
	/*border:1px #000 solid;*/
	background:url(../Images/menuLeftLiSepS.png) no-repeat top;
	}

/*-----second level-----*/	
div#wrpMenuLeft  ul li ul { 
	/*Set padding to the list*/
	/*border:1px #000 solid;*/
	padding-left:10px;
	margin:0px 13px 0px 0px;
	padding:0px 0px 0px 10px;
	background:none;
	}
div#wrpMenuLeft  ul li.F3 a, div#wrpMenuLeft  ul li.M3 a, div#wrpMenuLeft  ul li.L3 a, div#wrpMenuLeft  ul li.FL3 a {
	vertical-align:top;
	text-decoration:none;
	font-weight:normal;
	color:#336;
	}
div#wrpMenuLeft  ul li.S3 a, div#wrpMenuLeft  ul li.FS3 a, div#wrpMenuLeft  ul li.LS3 a, div#wrpMenuLeft  ul li.FLS3 a, div#wrpMenuLeft  ul li.MS3 a {
	text-decoration:none;
	font-weight:bold; 
	color:#e85d10;
	}	
/*-----third level-----*/	
div#wrpMenuLeft  ul li.F4, div#wrpMenuLeft  ul li.M4, div#wrpMenuLeft  ul li.L4, div#wrpMenuLeft  ul li.FL4{ 
	/*Set padding to the list*/
	/*border:1px #000 solid;*/
	padding-left:10px;
	}
div#wrpMenuLeft  ul li.F4 a, div#wrpMenuLeft  ul li.M4 a, div#wrpMenuLeft  ul li.L4 a, div#wrpMenuLeft  ul li.FL4 a {
	vertical-align:top;
	text-decoration:none;
	color:#336;	
	}
div#wrpMenuLeft  ul li.S4 a, div#wrpMenuLeft  ul li.FS4 a, div#wrpMenuLeft  ul li.LS4 a, div#wrpMenuLeft  ul li.FLS4 a, div#wrpMenuLeft  ul li.MS4 a {
	text-decoration:none;
	/*font-weight:bold; */
	color:#e85d10;
	}	

/*** content ***/
div#wrpContent {
	float:left;
	width:505px;
	min-height: 420px;
	overflow:auto;
	margin:0px;
	background:url(../Images/vignetteBottom.png) top right no-repeat;
	}

div#content {
	text-align:justify;
	margin:17px 23px 10px 10px;
	padding: 10px 10px 10px 10px;
	min-height:337px;
	}
	
/*** Forms objects ***/	
div#input {
	border:#DDD solid 1px;
	background:#F6F6F6;
	padding:10px;
	font-size:11px;
	}
div#input label {
	font-weight:bold;
	}
div#input input.text {
	font-size:11px;
	}

/*** Position footer & menu ***/
div#wrpFooter {
	clear:both;
	position:relative;
	}
div#address {
	/*border:1px #000 solid;*/
	position:absolute;
	top:0px;
	right:25px;
	text-align:left;
	height:40px;
	color:#666;
	}
div#menuFooter {
	/*border:1px #000 solid;*/
	position:absolute;
	top:0px;
	left:25px;
	text-align:left;
	z-index:100;
	}
div#menuFooter ul { 
	/*Set padding to the list*/
	/*border:1px #FFF solid;*/
	margin:0px;
	padding:0px; 
	}
div#menuFooter li, div#menuFooter li.F, div#menuFooter li.FL, div#menuFooter li.L { 
	/*liste elements are presented horizontaly*/
	/*border:1px #FFF solid;*/
	display:inline;
	padding:0px 4px 0px 8px;
	}
div#menuFooter li + li {
	/*this is the specific style for furher li but not first
		place separator*/
	background:url(../images/menuSep.png) no-repeat left bottom;
	}
div#menuFooter a {
	font-size:11px;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	}
div#menuFooter a:hover {text-decoration:underline}

div#clearFooter {
	clear:both;
	position:relative;
	}

.ContactUs
{
	position:absolute;
	left:183px;
	bottom:14px;
}

/* Old style */

.pageTitle{
	font-size:18px;
	color:#e3411b;
	font-weight:bold;
}
.frmtext{
	clear:left;
	float:left;
	width:170px;
	font-weight:bold;
	margin-bottom:10px;
}
.frmselect{
	color:#666666;
	font-size:11px;
	border:1px #666666 solid;
	background:#ffffff;
	width:166px;
	margin-right:0px;
}
.frminput{
	color:#666666;
	font-size:11px;
	border:1px #666666 solid;
	background:#ffffff;
	width:150px;
	height:16px;
	margin-right:0px;
	line-height:16px;
	padding:0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.frmselectDate{
	color:#666666;
	font-size:11px;
	border:1px #666666 solid;
	background:#ffffff;
	width:45px;
	margin-right:0px;
}
.frmselectYear{
	color:#666666;
	font-size:11px;
	border:1px #666666 solid;
	background:#ffffff;
	width:60px;
	margin-right:0px;
}
.searchinput{
	margin:5px 0 0 0;
	float:left;
	color:#666666;
	font-size:9px;
	border:1px #666666 solid;
	background:#ffffff;
	width:112px;
	height:16px;
	line-height:16px;
	padding:0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchbtn{
	margin:4px 0 0 0;
	border:0;
	width:30px;
	height:20px;
}
* html .searchbtn{
	margin:4px 0 0 -3px ;
	border:0;
	width:30px;
	height:20px;
}

.formLine
{
	padding: 5px 0px 5px 0px;
}

/* Popup */

.PopupBack { background-color: White; filter: alpha(opacity=70); opacity: 0.7; }
.PopupHeader { width:350px; line-height:14px; height:14px; padding:5px; font-weight:bold; color:White; background-color:#e80101; border:solid 2px #e80101 }
.PopupHeader a:link, .PopupHeader a:visited, .PopupHeader a:hover, .PopupHeader a:active { color:White }
.PopupContent { width:350px; height:150px; border-bottom:solid 2px #e80101; border-left:solid 2px #e80101; border-right:solid 2px #e80101; padding:5px; background-color:White; position:relative; }
.PopupImage { float:left; padding-right:5px }
.PopupMessage { line-height:14px; height:14px }
.PopupButton { width:100%; position:absolute; bottom:5px; text-align:center; clear:both }
