@charset "utf-8";
/* CSS Document */
.quoteR  {        /*services page*/
	text-align: justify;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	padding: 10px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 230px;
	margin-right: 0px;
	border: 4px solid #2C2233;
	background-color: #48875D;
}
.quote  {    /*services page*/
	text-align: justify;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	border: 4px none #2C2233;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.clear  {    /*services page*/
	float: none;
}

#sevices {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sevices p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	text-align: justify;
}
#sevices a:link {
	color: #B9B73E;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
#sevices a:visited {
	color: #989431;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
#sevices a:hover {
	color: #F8FAF0;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#sevices a:active {
	color: #FF0000;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
#sevices h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-style: oblique;
}
#sevicesList {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sevicesList lu {
}
#sevicesList li {

}
#sevicesList a:link {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#sevicesList a:visited {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#sevicesList a:hover {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
#sevicesList a:active {
	font-size: 16px;
}

#list {
	padding: 0;
}

#list p {
	font-size: 14px;
}

#list a:link {
	color: #B9B73E;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}

#list a:visited {
	color: #989431;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}

#list a:hover {
	color: #F8FAF0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#list a:active {
	color: #FF0000;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
