@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
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;
color: #8E9158;
}
p {
line-height: 160%;
font-weight: normal;
margin-top: 0;
margin-bottom: 1em;
padding: 0px;
}
h1 {
font-size: 130%;
line-height: 22px;
margin-top: 0px;
margin-bottom: 10px;
font-weight: normal;
color: #D77050;
text-transform: capitalize;
}
	h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
}
h3 {
	margin: 0px 0px .5em;
	padding: 0px;
}
.oneColFixCtrHdr #container {
width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 20px auto 0; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #CCCCCC;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { padding: 10px 10px 10px 20px;  /* 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 #mainContent {
padding: 0 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #FFFFFF;
margin-top: 20px;
margin-bottom: 0px;
}
.footer {
padding: 0 20px;
background:#D77050;
color: #FFFFFF;
}
.footer p {
margin: 0;
padding: 10px 0;
color: #FFFFFF;
}
	.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	.footer a:hover { text-decoration: underline; }
.menubox {
	padding-right: 20px;
	padding-left: 158px;
	padding-bottom: 30px;
	color: #EEEEEE;
}
img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
ul {
margin-left: 20px;
padding-left: 0px;
margin-bottom: 1em;
margin-top: 0.2em;
margin-right: 0px;
}
	li {
	margin-bottom: 0.2em;
	line-height: 140%;
	margin-top: 0.3em;
}
.portfolio_box td {
padding: 10px 10px 10px 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
margin: 0px;
}
.text_block {
padding-left: 30px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 30px;
}
.portfolio_textblock { padding: 30px 10px 10px; }
