body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F9FEE7;
	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: #333;
}
#container {
	width: 900px;  /* 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. */
} 
#header {
	background: url(../images/header/header_bg.jpg) no-repeat left top;  /* 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: 265px;
	position: relative;
	margin-bottom: 10px;
} 
#company_name {
	position: absolute;
	left: 99px;
	top: 158px;
}
#portrait {
	position: absolute;
	left: 737px;
	top: 40px;
}
#phone {
	position: absolute;
	left: 567px;
	top: 13px;
	width: 329px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
}
#help {
	position: absolute;
	left: 15px;
	top: 47px;
}
#tagline {
	position: absolute;
	left: 12px;
	top: 235px;
	color: #9F3927;
	font-size: 22px;
	width: 396px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	height: 595px;
	background: url(../images/navbar/nav_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	list-style: none;
	margin: 30px 0px 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px 0px 10px 38px;
	padding: 0px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	width: 100px;
	display: block;
	text-align: center;
	line-height: 30px;
	padding: 0px;
	background: #9F3A28;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	background: #758C60;
	font-weight: bold;
}
#sidebar ul li a.current, #sidebar ul li a.current:hover, #sidebar ul li a.current:active {
	font-weight: bold;
	background: #D3CDC2;
	color: #556B3F;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 170px;
	position: relative;
	padding: 0 60px 30px 10px;
} 
#mainContent h1 {
	color: #617B48;
	font-size: 20px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 15px;
	color: #617B48;
	margin: 0px 0px 10px;
}


#mainContent p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent ul   {
	list-style: circle;
}
#mainContent ul li    {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
}
#mainContent ol {
}
#mainContent ol li {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.greentext {
	color: #617B48;
	font-weight: bold;
}


#footer {
	background: url(../images/footer/footer.jpg) no-repeat left top;
	height: 80px;
	position: relative;

} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 18px;
	color: #9F3927;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 35px;
	width: 900px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.consultation {
	position: absolute;
	left: 435px;
	top: -3px;
	width: 274px;
}
.calendar {
	margin-left: 50px;
}
.red-text {
	color: #F00;
}
.offsite {
	color: #360;
}
#header #help a img {
	border-style: none;
}
