body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
.redtitle {
	color: #cf2127;
	text-decoration: underline;
	font-weight: bold;
}
.redtext {
	color: #cf2127;
}
.sectiontitle {
	text-decoration: underline;
	font-weight: bold;
}
.greener {
	color: green;
	font-weight: bold;
}
ul.myul {
	list-style-image:url('../images/list_bullet.png');
}
ul.myul li {
	margin-bottom: 10px;	
}

ul#gallery {
	list-style: none;
	margin-left: 16px;
	display: inline-block;
	padding: 0;
}
ul#gallery li {
	float: left;
	height: 75px;
	width: 100px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	overflow: hidden;
}
ul#gallery li a {
	border: 0;
}

ul#partners {
	list-style: none;
	display: table-row;
	padding: 0;
}
ul#partners li {
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 184px;
	height: 130px;
}
ul#partners li div {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
}

blockquote {
	font-family: Calibri;
	font-style: italic;
	font-size: 16px;
	padding: 8px;
	background-color: white;
	border-top: 1px solid #cf2127;
	border-bottom: 1px solid #cf2127;
	margin: 20px 0px 10px 0px;
	background-image: url('../images/open_quote.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
blockquote span {
	display: block;
	background-image: url('../images/close_quote.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.grayborder {
	border: 1px solid #e9e9e9;
}

.servicetypelist {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.servicetypelist li {
	float: left;
	padding: 6px 10px 10px 10px;
}
.servicetypelist img {
	vertical-align: middle;
	padding-right: 4px;
}
.servicetypelist input {
	display: none;	
}
.servicelist {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.servicelist li {
	float: left;
	padding: 4px 4px 4px 4px;
	width: 250px;
}
.servicelist img {
	vertical-align: middle;
	padding-right: 4px;
}
.servicelist input {
	display: none;	
}
.checkboximg {
	cursor: pointer;	
}
.radioimg {
	cursor: pointer;	
}
.submitbtn {
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #cf2127;
	font-weight: bold;	
	font-size: 14px;
	color: #cf2127;
	height: 36px;
	width: 70px;
	cursor: pointer;
}

a.mylink:link {
	color: #cf2127;
	border-bottom: 1px dotted #cf2127;
	text-decoration: none;
}
a.mylink:visited {
	color: #cf2127;
	border-bottom: 1px dotted #cf2127;
	text-decoration: none;
}
a.mylink:hover {
	color: #cf2127;
	border-bottom: 1px solid #cf2127;
	text-decoration: none;
}
a.mylink:active {
	color: #cf2127;
	border-bottom: 1px solid #cf2127;
	text-decoration: none;
}

a.darklink:link {
	color: black;
}
a.darklink:visited {
	color: black;
}
a.darklink:hover {
	color: #cf2127;
}
a.darklink:active {
	color: #cf2127;
}


.leftside    {
    float: left;
}
.rightside  {
	float: right;
}
