#pied a:link { color:white; font-size: 9pt; font-family: Arial; font-weight: bolder; text-decoration: none }
#pied a:visited { color:white; font-size: 9pt; font-family: Arial; font-weight: bolder; text-decoration: none}
#pied a:hover { color:white; font-size: 9pt; font-family: Arial; font-weight: bolder; text-decoration: underline; }
*{
	font-family: Arial; 
	font-size: 11px;
} 	

a{
	color: #ffffff;
}


#slideBox{
	background: url(../images/top-slideBox.jpg) no-repeat left top;
	padding-top: 15px;
	width: 352px;
	/* margin-left: 215px;*/
	cursor: pointer;
	float:left;
}

#slideshow1{
	position: relative;
	background: url(../images/bottom-slideBox.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	height: 90px;
	width: 352px;
	overflow: hidden;  	 
}

#slideshow1 .item{
	position: absolute; 
	background: #004578;
	height: 100px;
	width: 330px;
	top: 0px;
	left: 12px;
	overflow: hidden;
	color: #fff;
}

#slideshow1 .item .date, #slideshow1 .item .title{
	padding: 0px 10px 0px 75px;
}

#slideshow1 .item img{
	border: 1px solid #002846;
	float: left;
}

#slideshow1 .item .date{
	font-style: italic;
	display: none; 	 
	font-size: 11px;  	 
}
#slideshow1 .item .title{
	display: block;
	font-weight: bold;
	font-size: 10px;
}

.title a
{
	font-weight:400;
	text-decoration:none;
}

p.lienHome a{
	text-decoration: none;
	color: #fff;
}

* { margin: 0; padding: 0; }

body {
	font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
	padding: 0 20px;
}

h4 { margin: 15px 0 5px 0; }

h4, p { font-size: 1.2em; }

ul li { display: inline; }

.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}

#carousel {
	width:320px;
	height:100px;	
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:300px;
	height:100px;
	/*border:1px solid #ccc;*/
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:750px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:300px;
	height:100px;	
	float:left;
	color:#FFFFFF;
}

#slides li img {
	
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
	color:#000000;
}

#buttons a {
	width:31px; 
	height:32px;
	text-indent:-999em;
	outline:0;
	color:#000000;
}

a#prev {
	background:url(../arrow.gif) 0 -31px no-repeat; 
	color:#000000;
}

a#prev:hover {
	background:url(../arrow.gif) 0 0 no-repeat;
}

a#next {
	background:url(../arrow.gif) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(../arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}
