@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/main-bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#container  {
	width: 890px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
#header  {
	padding: 40px 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 205px;
	background-image: url(images/header-bg.jpg);
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 10px 15px 20px;
	background-image: url(images/leftmenu-bg.jpg);
	background-repeat: no-repeat;
	height: 492px;
}
#mainContent  {
	float: right;
	background-color: #FFFFFF;
	margin: 0 23px 0 0;
	width: 580px;
} 
#beforeafterslideshow {
	height: 163px;
	background-image: url(images/slideshow-bg.jpg);
}
#contentwrapper {
	background-color: #000000;
}
.leftmenubutton {
	width: 240px;
	height: 41px;
}
#pagecontent {
	padding: 20px 10px 10px 10px;
}
.contenttitle {
	height: 20px;
	overflow: hidden;
}
#headerdetails {
	overflow: hidden;
	height: 179px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer  {
	padding: 20px 10px 0 20px;
	background-color: #000000;
	height: 40px;
} 
a:link {
	color: #ff1f2b;
	text-decoration: none;
}
a:hover {
	color: #ff1f2b;
	text-decoration: underline;
}
a:visited {
	color: #ff1f2b;
	text-decoration: none;
}
a:active {
	color: #ff1f2b;
	text-decoration: underline;
}
#footer  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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10pt;
}
#footercredits {
	float: left;
}
#footermenu {
	float: right;
}
h1 {
	font-size: 1px;
	text-indent: -1000em;
}
h2 {
	font-size: 1px;
	text-indent: -1000em;
}
h3 {
	font-size: 10px;
	text-indent: -1000em;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.cf {
	width: 400px;
	font-family: arial;
}
.cf_td {
	padding:4px;
	font-size:12px;
}
.cf p {
	padding:4px;
}
.cf label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#ff1f2b;
}
.not-required {
 font-weight:normal
}#alternativecontact {
	height: 170px;
	padding: 0 20px 10px 20px;
	background-position: 0 20px;
	background-repeat: repeat-x;
}
#alternativebypost {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#alternativebyphone {
	float: right;
	width: 230px;
	padding: 0 10px;
}
#beforeafterphoto {
	width: 560px;
}
.repairexampletitle {
	padding: 0 0 0 0;
}
.style1 {font-size: 9pt}
