@charset "utf-8";
html {
	text-align:center;
	height: 100%;
}
body {
	height: 100%;
	font: 1.0em Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: #c2c1c1;
	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;
}
h2 {
	font: 1.6em Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	background: #c2c1c1; *
	padding: 0 0px 0 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent #body{
	margin-bottom: 0px;
	padding: 0px 0px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-position: bottom;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #mainContent #homequestions, .oneColFixCtrHdr #mainContent #homeanswers {
	font-size: 1.0em;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 40px 40px 0px;
}

.oneColFixCtrHdr #mainContent #servicesbody h1, .oneColFixCtrHdr #mainContent #contactbody h1 {
	margin: 20px 40px 0px;
}

.oneColFixCtrHdr #mainContent #homequestions {
	margin: 40px 60px 10px;
}

.oneColFixCtrHdr #mainContent #homeanswers {
	margin: 40px 30px 40px 30px;
}
.oneColFixCtrHdr #mainContent #homeanswers img {
	margin-right: 20px;
	position: relative;
	top: -10px;
}
.oneColFixCtrHdr #mainContent #services {
	margin-left: 60px;
	margin-right: 40px;
}
.oneColFixCtrHdr #mainContent #contactbody {
	background-image: url('../images/layout/contact/background.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
}
.oneColFixCtrHdr #mainContent #servicesbody {
	background-image: url('../images/layout/background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.oneColFixCtrHdr #mainContent #scrollbody {
	height: 437px;
	overflow: auto;
}

image.ppiece {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/layout/list_puzzle.gif);
}
ul.withimage {
zoom: 1; /* hasLayout for IE<= 6 */ 
overflow: auto; /* shrink the list to sit beside floats in compliant browsers */ 
margin: 0; padding: 0; /* zero the defaults so only one or other is used per you margin request below */ 
}
ul.withimage li {
	margin-left: 3em;
}
h2 {
	color: #016401;
}
image.imageright {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #000;
}
image.imageleftdown {
	position: relative;
	top: 20px;
}
div.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	clear: left; 
}
div.imageleft img {
	margin-right: 10px;
}
div.imageright {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	float: right;
}
div.imageright img {
	margin-left: 10px;
}
ul.moveright li{
	margin-left: 40px;
}

.oneColFixCtrHdr #footer {
	margin-top: 0px;
	background:#c2c1c1;
}
.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 */
}