@charset "utf-8";
body {
	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-color: #2D2D2D;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 0;
	font-size: 24px;
}
.oneColFixCtrHdr  #header  #headerImage {
	height: 158px;
	background-image: url(images/headerTop3.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 400px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #A83155;
	color: #FFFFFF;
	font-size: 10px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#logo {
	float: left;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A80329;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A80329;
	border-bottom-color: #A80329;
	border-left-color: #A80329;
	height: 189px;
	width: 379px;
}

.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;
}

ul#menu {
	width: auto;
	height: 32px;
	font-size: 0.6em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
ul#menu li a {
	height: 25px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	width: 90px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#allservices {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

                    
                    

.servicesList {
	float: left;
	width: 190px;

}
.servicesList      li {
	margin-left: -15px;
	padding-right: 10px;


}
.servicesList h4 {
	color: #FFFFFF;
	background-color: #A83155;
	font-size: 11px;
	padding-left: 5px;
	margin-right: 5px;

}
.hilighted {color: #DA251C}

.bigRed    {
	font-size: 24px;
	font-weight: bold;
	color: #DA251C;
	margin-top: -15px;
}
#headerLeft {
	width: 380px;
}
#headerRight {
	width: 400px;



}
.headerColumn {
	height: 190px;
	float: left;
}
#mainContent h3 {
}
#mainContent h1 {
	font-size: 14pt;
}
.column {
	float: left;
}
#beforeAndAfterHolder {
	width: 444px;
	margin-right: auto;
	margin-left: auto;
}

.BFGroup {
	width: 212px;
	margin-bottom: 5px;
	height: 160px;
}
.BFGroup img {
	border: 1px dotted #534340;
}

.BFGroupSeperator {
	width: 20px;
}
.BFGroupDescription {
	margin-bottom: 15px;
	height: 30px;
	text-align: center;
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
	color: #003366;
}
#mainContent #aboutImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
