#Slideshow {
	width: 981px;
	height: 295px;
	/*margin-bottom: 20px;*/
	/*padding: 0 0 0 11px;*/
	margin: 0 0 0 11px;
	
}
	#Slideshow ul {
		position: absolute;
		z-index: 10;
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#Slideshow ul li {
			float: left;
			margin: 0px;
			padding: 0px;
		}
			#Slideshow ul li a {
				float: left;
				width: 101px;
				margin-left: 1px;
				padding: 5px 0;
				background: white;
				text-align: center;
				font: bold 11px Arial;
				text-transform: uppercase;
				text-decoration: none;
				color: #fff;
				outline: none;
			}
			#Slideshow ul li a:hover {
				text-decoration: underline;
			}
	#Slideshow .slide {
		width: 100%;
		height: 100%;
		
		
	}
		#Slideshow .slide .content {
			float: right;
			width: 289px;
			height: 257px;
			padding: 38px 0 0 46px;
			background: url(../images/shading.png) no-repeat;
		}
			#Slideshow .slide .content h2 {
			color: #fff;
				margin: 0;
				padding: 0;
				font-size: 24px;
				line-height: 24px;
			}
			#Slideshow .slide .content p {
				color: #fff;
				margin: 0;
				padding: 10px 3px;				
				font-weight: normal;
				line-height: 18px;
				font-size: 16px;
				font-style: normal;
			}
			#Slideshow .slide .content .link {
						
			}
				#Slideshow .slide .content .link a {	
					max-width: 169px;		
					text-align: center;		
					padding: 0 0 0 0;
					font: normal 22px/22px Georgia;
					font-style: italic;
					color: white;
					background: transparent url(../images/slideButton.png) no-repeat top left;
					outline: none;
					text-decoration: none;
					cursor: pointer;
					display:block;
					line-height: 46px
				}
				#Slideshow .slide .content .link a:hover {
					text-decoration: none;
				}
				
#slideLeft	{	
	background: transparent url(../images/slideLeft.png) no-repeat top left;
	position: absolute;
	top: 100px;
	left: -12px;
	/*z-index: 9999;*/
	height: 78px;
	width: 23px;
	display: none;
	visibility: hidden;
	cursor: pointer;
}
#slideRight	{	
	background: transparent url(../images/slideRight.png) no-repeat top left;
	position: absolute;
	top: 100px;
	right: -12px;
	/*z-index: 9999;*/
	height: 78px;
	width: 23px;
	display: none;
	visibility: hidden;
	cursor: pointer;		
}
div#slideRight.show, div#slideLeft.show	{
	display: block;
	visibility: visible;	
}
div#slideRight.hide, div#slideLeft.hide	{
	display: none;
	visibility: hidden;			
}
#newsAndFb	{
		background: #fff url("../images/newsAndFbBg.jpg") repeat-x scroll center top;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 10px 11px 0;
   	min-height: 693px;
    padding: 0 17px 0 18px;
    width: 944px;
}
#newsAndFb h1	{
	color: #25588b;
	margin: 0 0 0 0;
	font: italic 24px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 43px;
	
	
}
#news	{
	float:left;
	width: 614px;
	padding-right: 30px;
	/*border: 1px solid;*/
}
#news p a	{
	color: #25588b
}
#news p	{	
	font: normal 14px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #666666;
}
#fb	{
	float:left;	
	width: 300px;
}
#fbWrapper	{
	margin-top: 15px;
}
#newsAndFb h2 a	{
	font: normal 18px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	color: #25588b;
	text-decoration: none;	
	
	clear: both;
}