h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#486b11;
	text-align:left;
	margin:0px;
}
p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	margin-bottom:0px;
}

#tabheader {
	width: 122px;
	background-image:url(../images/tab_green_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:8px;
	padding-top:3px;
	margin-top:50px;
}

#bd {
	border: 1px solid #73a624;
	width:410px;
	height:193px;
}

.carousel-component { 
	padding:0px 0px 0px 0px;
	margin:0px;
	height:193px;
	width:410px;
	background-color:#FFFFFF;

}

.carousel-noscript-container { 
	padding:0px 0px 0px 0px;
	margin-left:-30px;
	height:183px;
	width:410px;


}

.carousel-noscript-container .carousel-noscript-list li { 
	margin:0px 0px 0px 0px;
	width:350px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:60px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-noscript-container .carousel-noscript-list div { 
float:left;
left:4px;
top:4px;
position:relative;
text-decoration:none;
	margin:0px 0px 0px 0px;
	width:350px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:60px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */

}
.carousel-noscript-container .carousel-noscript-list h3, p  { 
	text-decoration:none;
}
.carousel-noscript-container .carousel-noscript-list div img{ 
float:left;
border: 1px solid #73a624;
padding:1px;
margin: 0px 10px 0px 2px;
}


.carousel-component .carousel-list li { 
	margin:4px 0px 4px 0px;
	width:402px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:185px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list div { 
float:left;
left:4px;
top:4px;
position:relative;
	margin:0px 0px 0px 0px;
	width:394px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:90px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */

}
.carousel-component .carousel-list div img{ 
float:right;
border: 1px solid #73a624;
padding:1px;
margin: 0px 2px 0px 5px;
}

.carousel-component .carousel-list span { 
float:right;
	margin:0px;
	width:230px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:90px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	text-align:left;
	text-decoration:none;
	color:#000000;

}

.carousel-component .carousel-list span h1{ 
margin:0px;

}

.carousel-component .carousel-list li a { 
	display:block;
	/*border:1px solid #e2edfa;*/
	outline:none;
	text-decoration:none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #aaaaaa; */
}


								
.carousel-component .carousel-prev { 
	position:absolute;
	bottom:5px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	bottom:5px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
#tabset {
	width: 60px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
		position:absolute;
		left:180px;
	bottom:5px;
	z-index:3;
}
#tab1, #tab2, #tab3, #tab4 {
	text-decoration:none;
	color:#000000;
}
#tab1:hover, #tab2:hover, #tab3:hover, #tab4:hover {
	text-decoration:underline;
	color:#73a624;
}
#tab1 .selected {
	text-decoration:none;
	color:#FF0000;
}
