@charset "UTF-8";
body {
	font: 100%/130% Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 915px;  /* 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 none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 20px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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: inherit;
	margin: 0px;
	border-top: 0px none #060;
	border-right: 0px none #060;
	border-bottom: 2px solid #060;
	border-left: 0px none #060;
}
.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 #headerIndex {
	padding: 0;  /* 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: inherit;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent table tr td h1 {
	font-size: 18px;
	font-weight: normal;
	color: #273366;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent p .bold {
	font-weight: bold;
	color: #273366;
}
.oneColFixCtrHdr #container #mainContent table tr td p a {
	color: #273366;
}
.oneColFixCtrHdr #container #mainContent table tr td p a:hover {
	color: #273366;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 20 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: 2px solid #1c4c06;
	border-right: 0px none #1c4c06;
	border-bottom: 0px none #1c4c06;
	border-left: 0px none #1c4c06;
	font-size: 9px;
}
.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 */
}
.oneColFixCtrHdr #footer table tr td a  {
	color: #000;
}
.oneColFixCtrHdr #footer table tr td a:hover {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table tr td .practiceAreas ul li {
	line-height: 200%;
	color: #454545;
}
.oneColFixCtrHdr #container #mainContent table tr td .practiceAreas ul li a {
	color: #454545;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table tr td .practiceAreas ul li a:hover {
	color: #454545;
	text-decoration: underline;
}
.practiceAreas {
	background: url(../images/interior-practiceareas.jpg) no-repeat;
	padding: 8px 15px;
	height: 231px;
	width: 167px;
	color: #454545;
}
ul li {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent table tr td ul li strong a {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent table tr td ul li strong a:hover {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table tr td h2 {
	font-size: 14px;
	color: #273366;
}
tr td {
	font-size: 12px;
}
