@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
#container #mainContent #content01 ul {
	list-style-image: url(images/pointer.gif);
}
a:link {
	color: #00959E;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC0000;
}
#container  {
	background: #161616;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 925px;
}
#header  {
	background: #000000;
	padding: 0px;  /* 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. */
	margin: 20px 0 0;
}
#mainContent  {
	padding: 10px 20px;
}
#footer  {
	padding: 0 0 50px;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	height: 70px;
} 
#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 */
}
#container #Navigation {
	width: 443px;
	margin: 0 Auto;
}
#container #Nav {
	background-color: #161616;
	padding: 10px 0 0;
}
#container #footer #Contact {
	position: absolute;
	left: 40px;
	top: 15px;
}
#container #mainContent #content01 {
	width: 605px;
	padding: 1px 20px 20px;
	margin: 0;
	background-color: #111111;
	background-image: url(images/content-middle.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#container #mainContent #content01 .photo {
	padding: 0 15px 10px 0;
	width: 155px;
	float: left;
}
#container #mainContent #content01 h3 {
	color: #FFFFFF;
}
#container #bordertop {
	width: 605px;
	padding: 0 20px;
	margin: 0;
	background-color: #111111;
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container #mainContent #borderbottom {
	width: 605px;
	padding: 0 20px;
	margin: 0 0 20px;
	background-color: #111111;
	background-image: url(images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.floatleft435px {
	float: left;
	width: 435px;
}
.clearleft {
	clear: left;
}
.nomargin {
	margin: 0;
}
#container #mainContent #content01 .services-icon {
	width: 70px;
	float: left;
	clear: left;
}
#container #mainContent #content01 .services-text {
	float: left;
	width: 400px;
	margin-bottom: 15px;
}
#container #mainContent #content01 .services-text h4 {
	margin-top: 2px;
}
