@charset "UTF-8";
body  {
	background: #E3E3E3;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.1%;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 50px auto 50px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-top: solid #666666 1px;
}
#innerContainer {
	background-color: #FFFFFF;
}
.thrColFixHdr #header {
	background: #FFFFFF;
	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. */
	border-top: solid #000000 15px;
} 
h1 {
	margin: 0 0 0 -2px; /* 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 */
}
h1 img {
	padding: 2px 2px;
	border: solid #CCCCCC 1px;
}
#mainContent.companies h1 img, #mainContent.contact h1 img   {
	margin: 0 0 0 -2px;
	padding: 0;
	color: #999999;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 45px 40px 60px;
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}
#sidebar1  #navbar {
	padding: 0 0 0 10px;
}
.navimg {
	padding: 5px 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 10px; /* padding keeps the content of the div away from the edges */
	border-left: solid #CD9359 1px;
	margin: 5px 0 10px 0;
}
#sidebar2 img {
	background-color: #003A1E;
	padding: 4px 4px;
	margin: 4px 0;
	border: outset #DEB65A 3px;
}
#navbar img.imgside {
	background-color: #003A1E;
	padding: 4px 4px;
	margin: 4px 0 4px -10px;
	border: outset #DEB65A 3px;
}
.thrColFixHdr #mainContent {
	margin: 0 190px 0 255px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	text-align: justify;
	line-height: 1.2;
	background-color: #FFFFFF;
}
#mainContent p {
	margin: 5px 0 15px 0;
}
#aboutHeight {
	margin: 0 0 10px 0;
	height: 850px;
}
#mainContent.contact {
	position: relative;
}
#mainContent.contact img  {
	top: 0px;
	padding: 5px 0;
	margin: 5px 15px 3px 0;
	float: left;
}
#mainContent.contact img.right  {
	padding: 5px 5px;
	margin: 5px 0 3px 15px;
	float: right;
}
#mainContent.contact table {
	color: #00381D;
	background-image: url(images/table_back.jpg);
}
#mainContent.contact  td.left {
	padding: 3px 10px;
}
#mainContent.contact  td.right {
	padding: 3px 0 3px 5px;
}
#mainContent.companies {
	padding: 0;
}
#mainContent.companies p {
	padding: 0 0 0 0;
	margin: 0;
}
#mainContent.companies img {
	padding: 5px 5px;
	border: solid #CCCCCC 1px;
	margin: 5px 0 0 5px;
}
#mainContent.families table {
	color: #999999;
	font-size: 1em;
	margin: 0 auto 10px auto;
	border: solid #DDDDDD 2px;
	border-collapse: separate;
	border-spacing: 5px;
}
#mainContent.families  td.left {
	background-color: #FFFFFF;
	border: solid #DDDDDD 1px;
	color: #00381D;
}
#mainContent.families  td.right {
	padding: 4px 4px;
	text-align: center;
	background-color: #FFFFFF;
	border: solid #DDDDDD 1px;
	color: #00381D;
}
h3 {
	color: #00381D;
	font-size: 1.15em;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 15px 0;
}
li {
	padding: 2px 0;
}
.thrColFixHdr #footer {
	padding: 15px 0 0 250px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(images/footer_img.jpg);
	height: 52px;
	border-bottom: solid #00381D 10px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
} 
.thrColFixHdr  #footer  img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: middle;
}
#footer p {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #AA0000;
	padding: 2px 10px;
	background-color: #EEEEEE;
	border: solid #AA0000 2px;
}
.subFooter {
	margin: 0;
	padding: 2px 5px 5px 0;
	background-color: #000000;
	text-align: right;
	color: #999999;
	font-size: 10px;
	letter-spacing: 2px;
	border-bottom: solid #000000 10px;
}
.italics {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.fltrgt { /* 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;
}
a:link     img.imgside {
	color: #003A1E;
}
a:visited    img.imgside {
	color: #003A1E;
}
#sidebar2 a:hover img.imgside {
	background-color: #DEB65A;
	border: inset #00381D 3px;
}
#sidebar2  a:active img.imgside {
	border: inset #00381D 3px;
	background-color: #999999;
}
#navbar a:hover img.imgside {
	background-color: #DEB65A;
	border: inset #00381D 3px;
}
#navbar  a:active img.imgside {
	border: inset #00381D 3px;
	background-color: #999999;
}
#footer a:link {
	color: #AA0000;
	text-decoration: none;
}
#footer a:visited {
	color: #AA0000;
	text-decoration: none;
}
#footer  a:hover    {
	color: #666666;
	text-decoration: none;
}
#footer  a:active    {
	color: #000000;
	text-decoration: none;
}
p.subFooter a:link {
	color: #999999;
	text-decoration: none;
}
p.subFooter a:visited {
	color: #999999;
	text-decoration: none;
}
p.subFooter a:hover {
	text-decoration: underline;
	color: #00B79F;
}
p.subFooter a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.families a:link, .families a:visited {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
.families a:hover {
	color: #CD9359;
	text-decoration: underline;
	font-style: italic;
}
.families a:active {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}
.contact a:link, .contact a:visited {
	color: #666666;
	text-decoration: none;
}
.contact a:hover {
	color: #CD9359;
	text-decoration: underline;
}
.contact a:active {
	text-decoration: underline;
	color: #000000;
}
.greenLinks a:link, .greenLinks a:visited {
	color: #00381D;
	text-decoration: none;
}
.greenLinks a:hover {
	color: #666666;
	text-decoration: underline;
}
.greenLinks a:active {
	color: #000000;
	text-decoration: underline;
}
.underline a:link, .underline a:visited {
	color: #000000;
}
.underline a:hover {
	color: #CD9359;
}
.underline a:active {
	color: #666666;
}
#imageMap a {
  position: absolute;
  height: 65px;
  width: 155px;
  top: 0px; 
  left: 50px;
  text-decoration: none;
 }
 #imageMap a i { visibility: hidden; }

