@charset utf-8;
@media print {
body{font-size:10pt}
}
@media screen {
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #756759;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(/sitebuilder/images/bg.gif);
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
  color: #b4862e;
  font-size: 180%;
  font-weight: bold;
  margin: 0px 0px 8px 0px;

}
/* Commonly used to style section titles. */
h2 {
  color: #98897a;
  font-size: 150%;
  font-weight: bold;
    margin: 8px 0px 8px 0px;
}
h3 {
  color: #98897a;
  font-size: 120%;
  font-weight: bold;
    margin: 8px 0px 8px 0px;
}
h4 {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	background-color:#98897a; 
	  margin: 8px 0px 8px 0px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #98897a;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #98897a;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #98897a;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #98897a;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #98897a;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	background-image: url(/sitebuilder/images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center 132px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 98px;
}
#outerWrapper #header .health_people {
	float:left;
	padding-top: 58px;
}
#outerWrapper #header .logo {
	float:left;
	margin-left: 96px;
}
#outerWrapper #header .health_business {
float:right;
padding-top: 58px;
}
#outerWrapper #contact {
	color:#FFFFFF;
	text-align:center;
	height: 20px;
	padding-top: 8px;
	clear: both;
}
#outerWrapper #contact a {
	color:#FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 195px;
}
#outerWrapper #contentWrapper #leftColumn1 #menu1 ul{margin:0;padding:0}
#outerWrapper #contentWrapper #leftColumn1 #menu1 li a{
	list-style-type:none;
	text-align:center;
	display:block;
	background-color:#FFFFFF;
	color:#B4862E;
	height:23px;
	font-weight:bold;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #dedad6;
	font-size: 110%;
	background-image: url(/sitebuilder/images/button_bg.gif);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #leftColumn1 #menu1 li{color:#FFF;list-style-type:none;margin:0}
#outerWrapper #contentWrapper #leftColumn1 #menu1 li a:hover{
	text-decoration:none;
	background-image: url(/sitebuilder/images/button_bg_hover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	min-height: 720px;
	font-size: 110%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 10px;
}
#outerWrapper #contentWrapper #content p {

}
#outerWrapper #contentWrapper #content a {
text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:hover {
color: #b4862e;
text-decoration: underline;
}
#outerWrapper #contentWrapper #content .weeman ul {
padding-left: 15px;
margin:0px;
color: #756759;
}
#outerWrapper #contentWrapper #content .weeman ul li {
	background-image: url(/sitebuilder/images/weeman.gif);
	background-repeat: no-repeat;
	margin:8px 0px 8px -12px;
	padding-left: 16px;
	display: list-item;
	list-style-type: none;
	background-position: left top;
	color: #756759;
}
#outerWrapper #contentWrapper #content ul {
color: #b4862e;
padding-left: 14px;
margin:0px;
}
#outerWrapper #contentWrapper #content ul li {
color: #b4862e;
margin:4px 0px 4px 0px;
}
#outerWrapper #contentWrapper #content ul li a {
text-decoration: underline;
color: #b4862e;
}
#outerWrapper #contentWrapper #content h4 a {
	color: #fff;
	text-decoration: underline;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#footer {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 80px;
}
#footer img {
margin:4px;
}
#footer .copyright {
	float:left;
	padding-top: 18px;
}
#footer .logo {
	float:left;
	padding-top: 18px;
	margin-left:50px;
}
#footer .terms {
	float:right;
	padding-top: 18px;
}
#bottom{
	background-image: url(/sitebuilder/images/footer_bg.gif);
	background-repeat: repeat-x;
}

}
