﻿#sites {	
	float: left;
	margin-left: 3px; 
	margin-bottom: 10px; 
        background: #f8f8f8;
	border: 1px solid #e8e8e8;
        padding: 13px 10px 0px 10px;
        width: 592px;
}
#slider4{
border: 2px solid #d8d8d8;
background: fff;
margin-left: 8px;
height: 280px
weight: 400px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 10px;
width: 572px; /*width of featured content slider*/
height: 150px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 562px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#paginate-slider4{
border-color: #e8e8e8;
margin-left: -20px;
}
#content {
	float: left;
	width: 608px;
        margin: 0px 8px 18px 18px;
        padding: 0px 0px 0px 0px;
        display: inline;
	}
#middle {
	background: url(images/main.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 456px;
        margin: 0px auto;
        padding: 0px;	
	}
#content h2 {
	color: #ef8701;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
        padding: 6px 0px 4px 0px;
	border-bottom: 1px dotted #666666;

	}

