@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCC00;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/Background.gif);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
.oneColFixCtr #container #logopanel img {
	padding-top: 20px;

}
.oneColFixCtr #container #menutable table {
	border: 10px solid #777F47;

}
.oneColFixCtr #mainContent {
	margin: 20px auto 0px;
	width: 541px;
	background-image: url(../images/midSlice.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.subContent {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.subContent  p, h1 {
	margin: 0px 0px 3px;
	padding-bottom: 10px;

}
.oneColFixCtr #container #menutable #table2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuBelow a:link, a:visited    {
	background-color: #777F47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.menuBelow a:hover {
	background-color: #C8CBB5;
	color: #25408F;
	width: 100px;
	height: 15px;
	display: block;

}
.oneColFixCtr #container #mainContent .subContent img {
	border: 1px solid #FFFFFF;
	float: right;
	margin-left: 10px;
}
.oneColFixCtr #container #mainContent .subContent li, a:link {
	list-style-image: url(../images/trowelIcon.gif);
	color: #000000;
	padding-bottom: 10px;
	list-style-type: disc;
}
.oneColFixCtr #container #mainContent .subContent2 li, a:link {
	list-style-image: url(../images/building/BUILDING-page_03.gif);
	color: #000000;
	padding-bottom: 10px;
	list-style-type: disc;
}
.subContent2 {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.subContent3 {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #container #mainContent .subContent3 li, a:link {
	list-style-image: url(../images/trowelIcon.gif);
	color: #000000;
	padding-bottom: 10px;
	list-style-type: disc;
}
.oneColFixCtr #container #mainContent .subContent4 li, a:link {
	list-style-image: url(../images/tool.gif);
	color: #000000;
	padding-bottom: 10px;
	list-style-type: disc;
}
.subContent4 {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #container #mainContent .subContent5 li, a:link {
	list-style-image: url(../images/tool.gif);
	color: #000000;
	padding-bottom: 10px;
	list-style-type: disc;
}
.subContent5 {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

