/*******************/
/* Homepage styles */
/*******************/

#homepage-welcome:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#homepage-welcome { display: inline-table; }
/* Hides from IE-mac \*/
* html #homepage-welcome { height: 1%; }
#homepage-welcome { display: block; }
/* End hide from IE-mac */
#homepage-welcome #splash {
  float: left;
  width: 295px;
  margin-right: 13px;
  display: block;
}
#homepage-welcome h1 {
  margin: 0 0 3px 0;
  padding-top: 10px;
}
#homepage-welcome h3 {
  color: #666;
}
#homepage-panels {
  background: #fff url(/images/panels-bg-2.gif) repeat-y;
}
#homepage-directory-panel {
  width: 295px;
  float: left;
  margin: 0 13px 0px 0;
  background-color: #EDDEB3;
}
#homepage-directory-panel h2 {
  background: url(/images/directory_panel_header.gif) no-repeat;
  width: 290px;
  height: 23px;
  color: #fff;
  padding: 9px 0 0 5px;
  margin: 0;
}
#homepage-directory-panel-content {
  padding: 10px 10px 0 10px;
}
#homepage-directory-panel-footer {
  display: block;
}
#homepage-directory-panel #sic-text {
  padding: 0px 10px 0px 10px;
  font-size: 0.85em;
}

#homepage-register-panel {
  width: 295px;
  float: left;
  background-color: #C8D9EB; 
  color: #000;
}
#homepage-register-panel h2 {
  background: url(/images/register_panel_header.gif) no-repeat;
  width: 290px;
  height: 23px;
  color: #fff;
  padding: 9px 0 0 5px;
  margin: 0;
}
#homepage-register-panel-content {
  padding: 10px 10px 0 10px;
}
#homepage-register-panel-footer {
  display: block;
}
#footer-images {
  clear: both;
  margin: 0px 0px 13px 0px;
}
#footer-images #directory-footer {
  float: left;
  width: 308px;
}
#footer-images #register-footer {
  float: left;
  width: 295px;
}

#homepage-news-panel {
  clear: both;
}
#homepage-news-panel h2 {
  background: url(/images/news_panel_header.gif) no-repeat;
  width: 598px;
  height: 23px;
  color: #fff;
  padding: 9px 0 0 5px;
  margin: 0;
}
#homepage-news-panel-content {
  border-left: 1px solid #c9cacb;
  border-right: 1px solid #c9cacb; 
  padding: 10px 10px 5px 10px;
}
/* Hides from IE-mac \*/
* html #homepage-news-panel-content { height: 1%; }
/* End hide from IE-mac */
#homepage-news-panel-footer {
  display: block;
}
#homepage-news-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#homepage-news-items:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#homepage-news-items { display: inline-table; }
/* Hides from IE-mac \*/
* html #homepage-news-items { height: 1%; }
#homepage-news-items { display: block; }
/* End hide from IE-mac */
#homepage-news-items li {
  float: left;
  width: 175px;
  margin-right: 10px;
  padding-left: 10px;
  background: url(/images/bullet.gif) no-repeat 0 3px;
}
#homepage-news-items li.last {
  margin-right: 0;
}
#homepage-news-items a {
  font-weight: bold;
  color: #f70;
  text-decoration: underline;
}
.homepage-panel-form {
  margin-top: 3px;
}
.homepage-panel-form:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.homepage-panel-form { display: inline-table; }
/* Hides from IE-mac \*/
* html .homepage-panel-form { height: 1%; }
.homepage-panel-form { display: block; }
/* End hide from IE-mac */
.homepage-panel-form label {
  display: block;
  float: left;
  width: 95px;
  text-align: right;
  margin-right: 5px;
  font-size: 0.8em;
}
.homepage-panel-form label.small {
  width: 65px;
}
.homepage-panel-form input, .homepage-panel-form select {
  display: block;
  float: left;
  padding: 0;
  font-size: 0.8em;
}
.homepage-panel-form .large {
  width: 160px;
}
.homepage-panel-form .medium {
  width: 115px;
}
.homepage-panel-form .small {
  width: 55px;
}
.homepage-panel-form .button {
  width: 55px;
  height: 19px;
  margin: 3px 12px 0 0;
  float: right;
  display: inline;
}
.homepage-panel-form p {
  padding-bottom: 7px;
}
.homepage-panel-form p.last {
  padding-bottom: 5px;
}
.homepage-panel-form .to {
  width: 20px;
  margin: 0 10px 0 10px;
  text-align: center;
}
.homepage-panel-form p:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.homepage-panel-form p { display: inline-table; }
/* Hides from IE-mac \*/
* html .homepage-panel-form p { height: 1%; }
.homepage-panel-form p { display: block; }

.fromto-pulldown {
  width: 60px;
}
