/* CSS Document */


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 11px/1.25 "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color:#393939;
}



a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
color:#666666;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px; color:#0D607E;
}

h2 {
	font-size: 23px/1.2;
}

h3 {
	font-size: 21px/1.1;
}

h4 {
	font-size: 19px/1.1; color:#333333;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/




/* `Header
------------------------------------------------*/
#header {
 padding: 0px;
 border:0;
 height: 70px;
 margin: 0;
}

	#headlogo {
	float: left;
	height:45px;
	width: 220px;
	}
	



/* `Header
------------------------------------------------*/
#header {
 padding: 0px;
 border:0;
 height: 70px;
 margin: 0;
}

	#headlogo {
	float: left;
	height:45px;
	width: 220px;
	}
	





/* `Nav Main
------------------------------------------------*/
#nav {
height: 31px;
width: 100%;
margin: 0;
font-size:14px;

}

	#nav ul {
	margin: 0px;
	padding: 0 0 0 20px;
	color: #F8F8F8;
	line-height: 28px;
	white-space: nowrap;
	}
	
	#nav li {
	list-style-type: none;
	display: inline;
	}
	
	#nav li a {
	text-decoration: none;
	padding: 4px 10px;
	color: #F8F8F8;
	}
	
	#nav li a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #CCC;
	}


#footer {
width: 100%;
border: 0;
margin: 48px 0px 10px 0px;
padding: 0px;
height: 30px;
}

	.copyright {
	color:#808080;
	}
	
	.powered {
	color:#888888;
	text-align:right;
	text-decoration:none;
	}
	
	.powered a {
	color:#0D607E;
	}
	.powered a:hover {
	text-decoration:underline;
	
	}

/* `Footer
------------------------------------------------*/
#navfoot {
 height: auto;
 width:100%;
 margin: 0;
 font-size:14px;
}

	#navfoot ul {
	margin: 0px;
	padding: 0 0 0 20px;
	line-height: 30px;
	white-space: nowrap;
	}
	
	#navfoot li {
	list-style-type: none;
	display: inline;
	}
	
	#navfoot li a {
	color: #99CC00;
	text-decoration: none;
	padding: 7px 10px;
	}
	
	#navfoot li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	
/* `Feature JS Rotator
------------------------------------------------*/
	
	
   #leewrap {
	   overflow: hidden;
	   margin: 20px auto 30px auto;
	   width: 800px;
   }	

	
.leefeature {
    width: 800px;
    height: 300px;
    position: relative;
    display: none;
    overflow: hidden;
    font-family: "Lucida Sans", Verdana, Tahoma, ;
    font-size: 9pt;
    font-weight: normal;
}

.leefeature #billboardone,
.leefeature #billboardtwo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 600px;
    z-index: -1;
}

.leefeature #paneltwo {
    opacity : 0.0;
    z-index: -2;
}

.leefeature #carrousel {
    margin-left: 600px;
    position: relative;
    padding: 0px;
    z-index: 0;
    list-style: none;
}

.leefeature #carrousel li{
    width : 200px;
    height: 100px;
    overflow: hidden;
}

.leefeature .downarrow {
    height: 32px;
    width: 32px;
    cursor: pointer; 
    background: url(../images/js_rotr/js_downarrow.png) no-repeat;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 685px;
}

.leefeature .featuretitle {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: url(../images/js_rotr/js_bg.png);
    color: #FFF;
    padding: 3px 6px;
    z-index: 100;
}

.leefeature .downarrowIE6 {
    background: url(../images/js_rotr/js_downarrow.gif);
}

.leefeature .featuretitleIE6 {
    background: #000;
}	