#banner_page {
  position: relative;
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

/* We use the picture box to create a yellow border below the picture */
#banner_page #picture_box {
  position: relative;
  width: 963px;
  height: 243px;
  background-color: #F3C340;
}

#banner_page #middle-section {
  position: relative;
  width: 963px;
  height: 240px;
  overflow: hidden;
}

#middle-section ul {
  margin: 0;
  padding: 0;
}

#middle-section ul li {
  
}

#banner_page h1 {
  font-size:20pt; 
  color: white;
  font-weight:bold; 
  padding:0;
  margin: 12px 0 0px 0;
}

#banner_page h2 {
  font-size:12pt !important; 
  color: #BE201C;
  font-weight:bold; 
  padding-bottom:0;
  margin: 14px 0 8px 0;
}


#banner_page #left-box {
  position: relative;
  width: 380px;   /* IE width (includes padding) */
  height: 225px;
  font-weight: bold;
  background-color: #343434;
  color: white;
  padding: 0 10px;
  border-top: 4px solid #dcdcdc;
  border-bottom: 4px solid #dcdcdc;
  border-right: 8px solid #dcdcdc;
  overflow: hidden;
}

#banner_page > #left-box {
  width: 350px;  /* non-IE width (excludes padding) */
}

#banner_page #left-box .2nd_paragraph {
  margin-top: 30px;
}

#banner_page #right_box {
  position:absolute;
  top: 0;
  right: 0;
  width: 550px;
  height: 225px;
  background: white;
}


#banner_page #right_box #job_scheduling {
  position: absolute;
  top: 0;
  right: 0;
  height: 225px;
  padding-left: 302px;
}

#banner_page #right_box #output_mgmt {
  padding-left: 16px;
  height: 225px;
}


#banner_page #right_box #divider {
  position: absolute;
  top: 0;
  left: 280px;
  width: 3px;
  height: 140px;
  background: #d1d1d1;
  margin: 50px 0;
}



#banner_page #left-box p,
#banner_page #right_box p {
  font-size: 10pt;
  font-family: Verdana;
}

#banner_page #right_box ul {
  font-size: 10pt;
  margin-left: 20px;
  font-family: Verdana;
}

#banner_page #right_box p,
#banner_page #right_box ul {
  color:#666666;
  font-weight: bold;
}


img#left-box-button {
  position: absolute;
  right: 10px;
  bottom: 15px;
  border: none;
}

img#try_free_button {
  position: absolute;
  bottom: 5px;
  left: 20px;
  border: none;
}

img#output_mgmt_button {
  position: absolute;
  bottom: 15px;
  left: 150px;
  border:none;
}

img#job_sched_button {
  position: absolute;
  bottom: 15px;
  right: 0px;
  border:none;
}

div#attn-msg {
  float:none; 
  clear: both; 
  width: 943px; 
  font-size: 13px; 
  /*border: 2px solid green;*/
  background-color: #F3C340;
  padding: 5px 10px 10px 10px;
}

div#attn-msg a, div#attn-msg a:link, div#attn-msg a:visited  { 
    color: #000000; 
    font-weight: bold;
    text-decoration: underline; 
}

div#attn-msg a:hover {
	color: #C00;
}


