@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
	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;
}
#container  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#sidebar1  {
	float: left;
	background-color: #FFFFFF;
	position: absolute;
	padding: 0px;
}
#mainContent  {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 188px;
	margin: 0;
	padding-right: 0px;
	width: 572px;
} 
#topbar {
	height: 18px;
	width: 760px;
	left: 0px;
	top: 0px;
}
#companylogo {
	height: 100px;
	width: 188px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#pagetitle {
	height: 257px;
	width: 188px;
	left: 0px;
	top: 100px;
	position: absolute;
}
#menubar {
	height: 40px;
	width: 572px;
	top: 0px;
	position: relative;
	left: 0px;
}
#menubar a {
	text-decoration:none;
	/* hide the link text */
	float:left;
	display:inline;
	}
#menubar a span {
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
	left: -5000px;
}
a#home {
	background-image: url(../menubar/home.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:75px;
}
a#home:hover {
    background-image:url(../menubar/homemo.gif);
}
a#about {
	background-image: url(../menubar/aboutus.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:73px;
}
a#about:hover {
    background-image:url(../menubar/aboutusmo.gif);
}
a#faq {
	background-image: url(../menubar/faq.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:54px;
}
a#faq:hover {
    background-image:url(../menubar/faqmo.gif);
}
a#forms {
	background-image: url(../menubar/forms.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:57px;
}
a#forms:hover {
    background-image:url(../menubar/formsmo.gif);
}
a#handouts {
	background-image: url(../menubar/presentations.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:88px;
}
a#handouts:hover {
    background-image:url(../menubar/presentationsmo.gif);
}
a#calc {
	background-image: url(../menubar/calc.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:83px;
}
a#calc:hover {
    background-image:url(../menubar/calcmo.gif);
}
a#links {
	background-image: url(../menubar/links.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:54px;
}
a#links:hover {
    background-image:url(../menubar/linksmo.gif);
}
a#contact {
	background-image: url(../menubar/contactus.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:88px;
}
a#contact:hover {
    background-image:url(../menubar/contactusmo.gif);
}
a#ref {
	background-image: url(../menubar/ref.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:40px;
	width:94px;
}
a#ref:hover {
    background-image:url(../menubar/refmo.gif);
}
#content {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 30px;
}
.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;
}
.biotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: none;
	padding-left: 145px;
	line-height: 15px;
}
.bio {
	height: 300px;
	padding-top: 25px;
}
#breadcrumbs {
	background:#fff 0 0;
	float:none;
	list-style:none;
	color:#999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	border: 1px solid #666;
  }
#breadcrumbs li {
	background:none;
	display:inline;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
  }
#breadcrumbs li a {
  font-type:bold;
  border-width:0;
  text-decoration:underline;
  }
#breadcrumbs li a:hover {
  color: red;
  }
#faqs {
	font-size:12px;
	height: auto;
}
#faqs ul{
	padding-top:1em;
}
#faqs ul li{
	margin-top:1em;
}
#faqs ul li ul{
	padding-top:0.5em;
	font-size:11px;
	list-style-type:square
}
#faqs ul li ul li{
	margin-top:0.5em;
}

