.bold {
font-weight:bold}
.italic {
font-style:italic}
.black {color:#000;}
.dark-gray{color:#393a3b;}
.light-gray{color:#c9d1d6;}
.white {color:#fff;}
.yellow{color:#fff799;}
.blue{color:#00529b;}
.maroon{color:#95251f;}
.center{
text-align: center}
.underline{
text-decoration: underline}
.no-underline{
text-decoration: none}
.text-10 {
font-size:10px}
.text-11 {
font-size:11px}
.text-12 {
font-size:11px}
.text-13 {
font-size: 13px}
.text-14 {
font-size: 14px}
.text-15{
font-size: 15px}
.text-16{
font-size: 16px}
.text-17{
font-size: 17px}
.text-18{
font-size: 18px}
.text-19{
font-size: 19px}
.text-20{
font-size: 20px}
.text-21{
font-size: 21px}
.text-22{
font-size: 22px}
.text-23{
font-size: 23px}
.text-24{
font-size: 24px}
.text-25{
font-size: 25px}
.text-28{
font-size: 28px}
.text-30{
font-size: 30px}
.bg-gray {
background-color:#e9edee;
padding: 4px;
}
.solid-line {border-bottom: 1px solid #b4b8ba;}
.dashed-line {
border-bottom: 1px dashed #b4b8ba;
padding: 4px;
}
.arial {
font-family: tahoma !important;
}
.project-image-left {
border:1px solid #bebfc1;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	float: left;
}
.project-image-right {
border:1px solid #bebfc1;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	float: left;
}

/*--------------floats---------------*/

.left_float {
	margin: 0px;
	padding: 0px;
	float: left;
	}

.right_float {
	margin: 0px;
	padding: 0px;
	float: right;
	}
.service-bullets{
	
}