/* CSS Document */
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
@font-face {
 font-family: ARIALN;
 src: url("ARIALN.eot") /* EOT file for IE */
}
@font-face {
 font-family: ARIALN;
 src: url("ARIALN.TTF") /* TTF file for CSS3 browsers */
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* classes for incomplete */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* classes for overall */
* {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt; 
}
body {
	color: #666;
}
div.ModalPopup {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: none;
  overflow: auto;
  *overflow: visible;
}
#ModalBackground {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  top: 0;
  left: 0;
  background-color: #666;
  opacity: 0.2;
  border: none;
  z-index: 1;
}
#idAjaxLoading {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  top: 0;
  left: 0;
  border: none;
  z-index: 2;
}
#idAjaxLoading td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
table {
  margin: 0px;
}
table#idShell {
  margin-top: 10px;
	color: inhert;
	line-height: 1.4em;
}
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
input, select {
	color: #666;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    general styles    */
p {
	text-align: left;
	margin-top: 1.2em;   /* note margin on TOP */
	margin-bottom: 1.2em  /* note margin on BOTTOM */
}
p.BottomOnly {
	margin-top: 0px;   /* note margin on TOP */
}
p.TopOnly {
	margin-bottom: 0px  /* note margin on BOTTOM */
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
  color: inhert;
	text-decoration: underline;
}
a.Plain, a.Plain:hover {
	text-decoration: none;
}
a img {
	border: none;
	cursor: hand;
}
h1 {
  margin: 2px 0px 28px 0px;
  padding: 0px;
  float: right;
  border-bottom: 1px Solid #999;
  color: #999;
  font-size: 9pt;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
h2 {
  margin: 0px;
  margin-top: -3px;
  font-family: ARIALN;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.0em; 
  letter-spacing: .05em;  
  text-transform: uppercase;  
}
h3 { /* used in portal + site map */
  margin: -2px 0px .5em 0px;
  font-family: ARIALN;
  font-size: 20pt;
  font-weight: normal;
  line-height: 1.0em; 
  letter-spacing: .05em;  
  text-transform: uppercase;
}
h4 {
}
h5 { /* used in portal */
  margin: 11px 0px .5em 0px;
  font-size: 200%;  
}
h6 {
	margin: 0px;
	color: Fuchsia;
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: normal;
}
big {
	font-size: 1.2em;
}
small {
	font-size: .8em;
}
strong {
  color: #333;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
em {
  color: #333;  
  font-style: normal;
  font-weight: normal;
}
cite { /* used in under construction page */
  display: block;
  margin: 0px;
  font-size: 13pt;
  line-height: 1.1em;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;  
}
table.FakeList{
  margin: 0px;
}
table.FakeList td {
  padding: 0px;
}
table.FakeList td.Bullet {
  padding-right: 5px;  
  padding-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0px 0px 0px 1.2em;
	*margin: 0px 0px 0px 1.3em;
	padding: 0px;
}
ol {
	margin: 0px;
	*margin: 0px;
	padding: 0px;
	padding-left: 1.4em;
	*padding-left: 1.6em;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0px;
	padding: 0px;
}
hr {
	margin: .6em 0px;
	height: 1px;
	border: none;
	background-color: #CCC;
	*height: 0px;
	*border: 1px solid #CCC;
	clear: both;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* common styles */
.Blue {
  color: #3F8ED3;
}
.DrkGrey {
  color: #333;
}
.NoBr {
  white-space: nowrap;
}
img.RequestInfo {
  margin-bottom: 11px;
}
p.SpecialArialN {
/* SEE THE CONDITIONAL FORMATING IN \common\head.asp */
  margin: 13px 0px 1px 0px;
  color: #333;
  font-family: ARIALN;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.23em; 
  letter-spacing: .05em;    
  text-transform: uppercase;
}
p.SpecialArialN span {
  text-transform: lowercase;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* header and footer styles */
td#idHeader {
  padding-right: 2px;
  border-bottom: 4px solid #7f7f7f;
  font-size: 8pt;
}
td#idHeader img {
  float: left;
}
#idPortalLogin {
  margin-top: 21px;
  vertical-align: top;
  float: right;
  font-size: 8pt;
}
#idPortalLogin input {
  margin-top: 1px;
  vertical-align: top;
}
#idPortalLogin input.Login {
  width: 79px;
  height: 7px;
  margin-right: 9px;
  margin-left: 9px;
  padding-left: 5px;
  border: 1px solid #7f7f7f;
  font-size: 7pt;
}
td#idSpecialFooter {
  padding: 10px 0px 22px 0px;
  border-top: 4px solid #7f7f7f;
  font-size: 8pt;
  line-height: 1.3em;
}
td#idSpecialFooter a {
  text-decoration: none;
}
td#idFooter {
  padding: 8px 0px;
  border-top: 1px solid #7f7f7f;
  font-size: 8pt;
  letter-spacing: .025em;
}
td#idFooter a {
  text-decoration: none;
}
div#idFooterPadding {
  margin: 0px;
  padding: 0px;
  height: 20px;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    main content styles   */
td#idMainArea {
  padding: 0px; /* yields 700px */
}
td#idSamples {
  padding-top: 23px;
}
table.MoreInfo {
  margin-top: 37px;
  line-height: 1.25em;
}
div.TopBar {
  width: 430px;
  margin: 0px;
  padding: 0px;
  border-top: 4px solid #7f7f7f;
}
div.HiddenTopBar { /* used in for table spacing */
  width: 430px;
  margin: 0px;
  padding: 0px;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    sidebar styles   */
td#idSidebar {

}

blockquote.SideBar {
  margin: 0px 0px 33px 0px;
  padding: 0px;
}
blockquote.SideBar p {
  margin-top: 8px;
  margin-bottom: 3px;
}

blockquote.Testamonial {
  margin: 0px 0px 0px 0px;
  padding: 26px 14px 0px 16px;
  color: #333;
  line-height: 1.25em;
}
blockquote.Testamonial big {
  color: #666;
  text-transform: uppercase;
}
blockquote.Testamonial p {
	margin-top: 8px;   /* note margin on TOP */
	margin-bottom: 8px;  /* note margin on BOTTOM */
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* styles for special areas */
#idLatestNews {
  margin: 32px 0px 0px 0px;
  padding: 11px 3px;
  border-top: 4px solid #7f7f7f;
}
#idLatestNews span {
  color: #94661d;
}
#idLatestNews a, #idLatestNews a:hover {
  text-decoration: none;
}
#idLatestNews ol {
  margin-top: 5px;
  margin-left: 3px;
}
#idLatestNews ul {
  margin-top: 0px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* styles for forms */
form {
	margin: 0;
}
button {
	color: #666;
	cursor: hand;
}
input {
	color: #666;
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea {
	width: 328px;
	height: 120px;
  overflow:auto;
  *overflow: visible;
}
input.Text, select {
	width: 328px;
}
input.Text, textarea.Text, select.Text {
  border: 1px solid #7f7f7f;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
	padding: 0px;
	font-size: 9pt;
}
td#idNavArea a {
  display: block;
	text-decoration: none;
}
td#idNavArea a:hover {
	color: #3F8ED3;
}
td#idNavArea div {
  margin: 0px;
  padding: 0px;
	color: #3F8ED3;
}
td#idNavArea div a{
  margin: 0px ;
	color: #3F8ED3;
}
td#idNavArea table {
  margin: 13px 0px 0px 2px;
	font-size: 9pt;
}
td#idNavArea table td {

}
td#idNavArea td.navSeparater {
  background-color: #3F8ED3;
}
td#idNavArea td.navOnInd {
	color: #3F8ED3;
	white-space: nowrap;
}
td#idNavArea td.navOffInd {
	color: White;
}
td#idNavArea td.L1 {
  padding: 8px 4px 0px 0px;
	text-transform: uppercase;
}
td#idNavArea td.L1 a {

}
td#idNavArea td.L1 a:hover {

}
td#idNavArea td.L1 div {

}
td#idNavArea td.L2 {
  padding: 0px 0px 0px 0px;
	text-transform: none;
}
td#idNavArea td.L2 a {

}
td#idNavArea td.L2 a:hover {

}
td#idNavArea td.L2 div {

}
td#idNavArea td.L3 {
  padding: 0px;
	text-transform: none;
}
td#idNavArea td.L3 a {
  padding: 0px;
}
td#idNavArea td.L3 a:hover {

}
td#idNavArea td.L3 div {
  padding: 0px;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* styles for images */
img.hRule {
	width: 100%;
	height: 1px;
	margin: 1em 0px;
	background-color: #7f7f7f;
	clear: both;
}
img.HR {
	width: 100%;
	height: 1px;
	margin: 5px 0px;
	background-color: #7f7f7f;
	clear: both;
}
.FloatRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.FloatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.Headline {
  margin: 11px 0px 0px 0px;
}
img.Hidden {
  display: none;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
	color: #C00;
	text-align: right;
	padding: 2px;
	padding-right: 12px;
	white-space: nowrap;
}
.tfvNormal {
  color: #666;
	text-align: right;
	padding: 2px;
	padding-right: 12px;
	white-space: nowrap;
}
.inputHighlighted {
	color: #C00;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
.inputNormal {
  color: #666;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
img#imgCaptcha {
  margin-bottom: 5px;
  margin-right: 15px;
}
#captchacode {
  width: 97px;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

