#pageHolder {
	background-color: #FAF8F7;
	padding: 10px;
	margin-left: 2px;
	margin-right: 80px;
	margin-top: 20px;
}


.contentslide{
padding: 20px;
border: solid 1px #DDCFC6;
background-color: #fff;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
font-family: Arial, sans-serif;
font-size: 12px;
color: #666;
font-weight: normal;
text-align: center;
padding: 4px 7px 3px 7px;
margin-top: 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a {
font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
font-size: 12px;
color: #7C4126;
font-weight: normal;
text-decoration: none;
padding: 4px 7px 3px 7px;
}

.pagination a:hover {
font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
font-size: 12px;
color: #7C4126;
font-weight: normal;
text-decoration: none;
background-color: #EEE7E2;
border: solid 1px #DDCFC6;
padding: 4px 6px 3px 6px;
}

.pagination a.selected {
font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
font-size: 12px;
color: #7C4126;
font-weight: bold;
padding: 4px 7px 3px 7px;
background-color: #fff;
border: 1px solid #7C4126;
}

/* this styles the content inside the layers */

#pageHolder .contentdiv h1 {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D2D2D;
	margin: 0px;
	padding-bottom: 8px;
	letter-spacing: 0px;
}

#pageHolder .contentdiv h2 {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D2D2D;
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 7px;
	letter-spacing: 0px;
	padding-left: 0px;
}

#pageHolder .contentdiv p {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}
