body {
	background-repeat: repeat-x;
	height: 1015px;
	background-color: #CCCCCC;
	background-image: url(images/background_slice_v5.gif);
	}
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	font-size: 24px;
}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#title {	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	font-size: 24px;
	}
.maincontent{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

#undercontstuction{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	padding: 50px;
	margin: 50px;
	margin-top: 130px;
}

#contact_info{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 300px;
	height: auto;
	margin-bottom: 0px;
	display: block;
	line-height: 20px;
	padding-bottom: 25px;
}
	
#logo_banner_wrapper {
	width:600px;
	height: 800px;
	background-color: #FFFFFF;
	float: auto;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	
}
#site_wrapper {
	width:600px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: auto;
	height: 100%;
}
#page_wrappper{
	height:auto;
	width:600px;
	float: auto;
	background-color:#FFFFFF;
}
#logo_banner{
	width:600px;
	height:100px;
	float:left;
	background-image: url(images/logo_banner.jpg);
	background-repeat: no-repeat;
	margin-top: none;
}

#top_address {
	width:220px;
	height:auto;
	float:right;
	margin-top: 20px;
	font-style: normal;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	}

/* horizontal nav bar styles use of a list for the menu */

#horizontal_nav{
	float: left;
	height: 35px;
	width: 581px;
	background-image: url(images/nav_bar_hori_03.gif);
	background-repeat: no-repeat;
	padding-left: 19px;		
}

#horizontal_nav ul {
	position: absolute;	/* ppositionning for IE5 et IE5.5 */
	top: 113px;
	left: 236px;
	background: url(images/nav_button_hori.gif) top left no-repeat;	/* general menu background*/
	width: 565px;
	text-align: center;
}

#horizontal_nav ul, li {
	display:block;
	list-style-type: none;
	
}

#horizontal_nav li {
     float: left;
   
}

#horizontal_nav li a {	/* buttons dimensions and definitions */
	display: block;	/* <a> block to give it its dimensions */
	height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;	/* line height to avoid paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
	width: 112px;

}

#horizontal_nav li a:hover {
background: transparent url(images/nav_button_hori.gif) top left no-repeat;
}
a#menu1:hover {
	background-position:  0px 0%;	/* background move for each button */
}
a#menu2:hover {
background-position:  20px 0%;
}
a#menu3:hover {
background-position:  -4px 0%;
}
a#menu4:hover {
background-position: -6px 0% ;
}
a#menu5:hover {
background-position: -8px 0%;
}


#display_area {
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 600px;
	padding-left: 0px;
}

#marquee { background-color: black; width: 570px; padding:5px 5px; height: 100px; margin-left:10px;}
#marquee img { border: 0; padding-left:1px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; }
#marquee img:hover { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; }

#placement_beam_one {
	float: left;
	height: 4px;
	width: 600px;
	background-image: url(images/placement_beam_1.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#contentwrapper {
	float: left;
	height: auto;
	width: 600px;
	display: block;
	padding-top: 0px;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
}

#contentwrapper .column {
	float: left;

}
#main_content {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 350px;
	margin-left: 15px;
}

#main_content_wider {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	height: auto;
	width: 360px;
	font-weight: normal;
	margin-left: 15px;
}




/* vertical nav bar  use */

#vertical_nav {
	display: inline;
	height: 390px;
	width: 205px;
	
	background-image: url(images/left_nav_vert_long_v4.gif);
	background-repeat: no-repeat;
	float: left;   
}


#vertical_nav, ul li a{
	list-style-type: none;	/* clean up of the liste */
	margin-left: 2px;
	margin-bottom: 0px;
	
	height: 390px;
	font-size: 12px;
}
	

 #vertical_nav ul{
	position: absolute;	/* ppositionning for IE5 et IE5.5 */
	top: -1px;
	left: -1px;
	background:  url(images/vert_nav_over.jpg) top left no-repeat;	/* general menu background*/
	width: 152px;
	text-align: center;
	height: 41px;	

}

 #vertical_nav li{
	
    display: inline; /* correction for IE5 et IE5.5 */

	float: left;
	margin-left: 27px;
	padding-top: 0px;
	margin-top: 5px;
	font-style: normal;
    background: url(images/vert_nav_ready.gif) top left no-repeat;
    
}



 #vertical_nav li a{	/* buttons dimensions and definitions */
	display: block;	/* <a> block to give it its dimensions */
	height: 41px;
	width: 152px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 38px;	/* line height to avoid paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
	
}

#title_container{
	font-size: 18px;
	color: #FF3333;
	font-weight: bold;
	width: 152px;
	height: auto;
	margin-top: 29px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	float: inherit;
	padding-top: 0px;
	margin-left: 22px;
	margin-right:22px;
	margin-bottom: 10px;
}	
  


 #vertical_nav a:hover{
background: transparent url(images/vert_nav_over.jpg) top left no-repeat;

}
a#vert_menu1:hover{
		/* background move for each button */
	
}
a#vert_menu2:hover{


}
a#vert_menu3:hover{
	top: auto;	

}    
a#vert_menu4:hover{

   
}
a#vert_menu5:hover{
	margin-top: 0px;
    
}
a#vert_menu6:hover{
  
} 

/* end vertical nav bar */


/*begin_vert_nav_long*/

#vertical_nav_long {
	display: inline;
	height: 390px;
	width: 205px;
	
	background-image: url(images/left_nav_vert_long_v4.gif);
	background-repeat: no-repeat;
	float: left;
}

#vert_button_wrapper {
	
	padding:0;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 2px;
	height: 287px;
	display: block;
} 

#vertical_nav_long, ul li a{
	list-style-type: none;	/* clean up of the liste */
	margin:0px;
	padding:0;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 2px;
	height: 390px;
	font-size: 12px;
}

 #vertical_nav_long ul{
	position: absolute;	/* ppositionning for IE5 et IE5.5 */
	top: -1px;
	left: -1px;
	background:  url(images/vert_nav_over.jpg) top left no-repeat;	/* general menu background*/
	width: 152px;
	text-align: center;
	height: 41px;	

}

 #vertical_nav_long li{
	display: inline; /* correction for IE5 et IE5.5 */
	float: left;
	margin-left: 26px;
	padding-top: 0px;
	margin-top: 2px;
	font-style: normal;
    background: url(images/vert_nav_ready.gif) top left no-repeat;
    
}

#vertical_nav_long li a{	/* buttons dimensions and definitions */
	display: block;	/* <a> block to give it its dimensions */
	height: 41px;
	width: 152px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 38px;	/* line height to avoid paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
	
}

#vertical_nav_long a:hover{
    background: transparent url(images/vert_nav_over.jpg) top left no-repeat;

}
a#vert_menu1:hover{
		/* background move for each button */
	
}
a#vert_menu2:hover{


}
a#vert_menu3:hover{
	top: auto;	

}    
a#vert_menu4:hover{

   
}
a#vert_menu5:hover{
	margin-top: 0px;
    
}
a#vert_menu6:hover{
  
} 

/*end_vert_nav_long*/

#footer {
	float: left;
	height: 174px;
	width: 100%;
	display: block;
	background-image: url(images/background_footer_v4.gif);
	margin-left: 0px;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 0px;
	margin-top: 0px;
}

#content_footer{
	float: left;
	height:147px;
	width: 600px;
	display: block;

	background-image: url(images/alt_footer_1_14.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* #footer-wrapper {
	float: left;
	
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #;
	background-color: #00FF99;
 
	background-repeat: repeat-x;
	margin-top: 0px;
}*/




/*#footer {
  clear: both;
  }
  #footer {
  position: relative;
}*/
