<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.content-slider {
	margin-top:20px; 
	width:435px; 
	height:250px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto; 
	margin-right:auto;
}
.content-article {
	background-image:url(../patterns/txture.png); 
	background-repeat: repeat; 
	width: 800px; 
	min-height: 80px;
	margin-top: 20px; 
	margin-left:auto; 
	margin-right:auto;
}
.content-article-1 {
	background-image:url(../patterns/txture.png);
	background-repeat:repeat;
	height:475px;
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 25px;
	margin-bottom:20px;
}
.content-article-2 {
	background-image:url(../patterns/txture.png);
	background-repeat:repeat;
	height:400px;
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;	
}
.content-article-3 {
	background-image:url(../patterns/txture.png);
	background-repeat:repeat;
	min-height:450px;
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;	
}
.content-article-1-header h2 {
	text-align:center;
	font-size:28px;
	font-weight:300;
	margin:0px;
	padding-top:10px;
}
.content-article-2-header h2 {
	text-align:center;
	font-size:28px;
	font-weight:300;
	margin:0px;
	padding-top:10px;
}
.content-article-3-header h2 {
	text-align:center;
	font-size:28px;
	font-weight:300;
	margin:0px;
	padding-top:10px;
}
.content-article-1-body-text {
	float:left;
	min-height:335px;
	margin-top:20px;
	margin-left:45px;
	width:375px;
}
.content-article-2-body-text {
	float:left;
	min-height:335px;
	margin-top:20px;
	margin-left:45px;
	width:375px;
	
}
.content-article-3-body-text {
	float:left;
	min-height:335px;
	margin-left:45px;
	width:375px;
}
/**/
.content-article-1-body-image {
	float:right;
	margin-right:45px;
	width:300px;
}
.content-article-2-body-image {
	float:right;
	margin-top:20px;
	margin-right:45px;
	width:300px;
	height:335px;
}
.content-article-3-body-image {
	float:right;
	margin-top:20px;
	margin-right:45px;
	width:300px;
	height:335px;
}
.content-header {
	font-size:24px;	
	padding-top:20px;
	text-align:center;
}
.service-links {
	font-size:24px; 
	height:80px; 
	margin-top:20px; 
	text-align:center;	
}
.service-link-list {
	list-style-type:none; 
	padding:0;	
	overflow:hidden;
}
.service-link-item {
	float:left;
	margin-right:15px;	
}
.service-link-text {
	color:white;
	border-radius:5px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	width:125px;	
	height:30px;
}
.service-link-text:link {
	color:white;
	text-decoration:none;
}
.service-link-text:visited {
	color:white;
	text-decoration:none;
}
.service-link-text:hover {
	color:orange;
}</pre></body></html>