/*
clear all floated elements on a page 
<br class="clear" />
*/
html, body, l, ol, li, form, fieldset, legend, p, hr {
	margin: 0px;
	padding: 0px;
	}
body {
	color: #35320d;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0px;
	padding: 8px 0px 0px 8px;
	scrollbar-3dlight-color: #333366;
	scrollbar-arrow-color: #8E9673;
	scrollbar-darkshadow-color: #333366;
	scrollbar-face-color: #d4d0c8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	background-color: #76815b;
	background-image: url(../site_images/page_components/bg3.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
html {
    height: 101%;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}
td                       { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

ul  { font-size: 12px; font-family: Arial }

li  { font-size: 12px; font-family: Arial }

.bold_headline_35320D    { color: #35320d; font-weight: bold; font-size: 12px }

.bold_headline_C3B263    { color: #c3b263; font-weight: bold; font-size: 12px }

.bold_headline_838E52    { color: #838e52; font-weight: bold; font-size: 12px }

.xbold_headline_35320D    { color: #35320d; font-weight: bold; font-size: 14px }

.xbold_headline_C3B263    { color: #c3b263; font-weight: bold; font-size: 14px }

.xbold_headline_838E52    { color: #838e52; font-weight: bold; font-size: 14px }

.size1      { font-size: 9px }

.size2  { font-size: 10px }

.size3   { font-size: 12px }

.nav  { font-size: 10px; font-family: "Times New Roman", Georgia, Times }

.size1blue  { color: blue; font-size: 12px }

.size1red  { color: #f00; font-size: 12px }

a                           { color: #35320d; text-decoration: underline }

a:hover                     { color: #c3b263; text-decoration: underline }

a:visited              { color: #35320d; text-decoration: underline }

a:visited:hover              { color: #c3b263; text-decoration: underline }

blockquote    { margin-bottom: 5px; margin-left: 10px }

b   { font-weight: bold }

h1         { color: #35320d; font-size: 14px; font-family: Arial }

h2             { color: #35320d; font-weight: lighter; font-size: 14px }

h3           { font-weight: lighter; font-size: 13px }

input    { }

A.highlights1:link       { color: #35320d; font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }

A.highlights1:active       { color: #6f681b; font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-position: center }

A.highlights1:visited       { color: #35320d; font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }

A.highlights1:hover        { color: #6f681b; font: bold 12px/normal Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-position: center }

A.highlights2:link   { color: #35320d; font-style: normal; font-variant: normal; font-size: 10px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }

A.highlights2:active     { color: #6f681b; font-style: normal; font-variant: normal; font-size: 10px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }

A.highlights2:visited    { color: #35320d; font-style: normal; font-variant: normal; font-size: 10px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }

A.highlights2:hover       { color: #6f681b; font-style: normal; font-variant: normal; font-size: 10px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background-position: center }
#wrapper {
	margin-top: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.client {
	float: left;
	width: 700px;
	height: 80px;
	/* [disabled]margin-bottom: 16px; */
	margin-top: 12px;
}
.client_01 {
	float: left;
	width: 170px;
}
.client_02 {
	float: left;
	width: 300px;
	padding-left: 10px;
}
.client_02a {
	float: left;
	width: 520px;
	padding-left: 10px;
}
.client_03 {
	float: left;
	width: 170px;
}
.client_info {
	float: left;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3B263;
	padding-bottom: 10px;
}
.clear {
	clear: both;
/* .clear use with <BR> to clear all floated elements on a page <br class="clear" /> */
}

