#home_page {display: inline; height:980px;}
#banner {height: 400px; width: 100%;}
#banner_content {position:relative; width: 960px; margin-left: auto; margin-right: auto;}
#banner_text {text-align: center;width: 960px;display: block; padding-top:30px;}
#banner_text .text_heading{color: #fff;text-align: center;font-size: 42px;letter-spacing: .03em;font-weight: normal;text-shadow: 1px 1px 4px rgba(0,0,0, 0.5);}
#banner_text .text_sub_heading{color: #fff;font-style: italic;font-weight: normal;line-height: 37px;font-size: 26px;text-align: center;text-shadow: 1px 1px 4px rgba(0,0,0, 0.5);  padding-top: 15px;}

#latest_press{text-align: center;font-size: 14px;color: #666;height: 20px;vertical-align: top; padding-top: 5px;}
#latest_press i{color: #ff5600;vertical-align: top;padding-top: 4px;padding-right: 5px;}
#latest_press a{color: #669900;text-decoration: none; display: inline-block;font-size: 14px; vertical-align: top;}
#latest_press a.latest{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 550px;vertical-align: bottom;}
#latest_press a:hover{text-decoration: underline;}
#pr_releases{height: 20px;overflow: hidden;display: inline-block;width: 550px;text-overflow: clip; white-space: nowrap;}

.box {position:relative; border-radius: 8px; border: 2px solid #999999; float:left; margin:0px 0px 20px 0px;}
.box h1 {text-align: center; font-size: 24px; padding: 5px 10px 0px 15px; border-radius: 8px 8px 0px 0px; background-color: #f3f3f3; color:#555555; font-weight: bold;}

#free h2 {text-align: center; font-size:30px; color: #669900; margin-top: 25px; margin-bottom: 25px;}
#free .label {font-size: 18px; color:#777777; font-weight: 600; width:160px; float:left; height:46px; padding-top:9px; padding-right:10px; text-align: right;}
#free label {font-size: 18px; color:#333333;}
#free .input {width:296px; float:left; height:55px;}
#free input {font-size: 18px;width: 220px;}

#create_an_account {float:left;}
#buttons {margin-left: 115px; margin-top: 15px;}
#buttons a {display: inline-block; padding-top: 10px; font-size: 12px; padding-left: 5px;}
.close_c{text-align: center; }
.close_create_an_account{color: #ff0000!important;font-size: 12px!important;margin-top: 14px;}
.close_create_an_account:hover{color: #000000!important;}


#free label.error {margin-left:5px; font-size: 12px; color:#FF3300; font-weight: bold;}

#signup_thanks {display:none;}
#signup_thanks p{margin-left: 30px;margin-right: 30px;}

#email_exists {display:none;}
#email_exists p{margin-left: 30px;margin-right: 30px;}
#email_exists #helpdesk_contact{text-decoration: underline;}
#email_exists #helpdesk_contact:hover{color:#669900; cursor: pointer;}
#email_exists #try_again{text-decoration: underline;}
#email_exists #try_again:hover{color:#669900; cursor: pointer;}

.request_call {position:absolute; bottom:15px; left:140px; height:40px; width:190px; background:url(../../../images/request_a_call_button.png);}
.request_call:hover {cursor:pointer;	box-shadow: 0 0 10px #669900; -webkit-box-shadow: 0 0 10px #669900; -moz-box-shadow: 0 0 10px #669900;}

.stmt_box{  width: 440px;display: inline-table;height: 150px;margin-right: 30px;}
h3.stmt_heading{font-weight: 600;font-size: 22px;color: #690;margin-bottom: 12px;margin-top: 0px;}
h3.stmt_heading.top{margin-top: 40px;}
p.stmt_content{font-size: 16px;color: #666;padding: 0px;}
#main_content .test_drive{margin-top:15px;}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    #banner {height: auto; width: 100%;background-repeat: no-repeat !important;}
  }
  
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #banner {height: auto; width: 100%;background-repeat: no-repeat !important;}
  }
  
  @media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
    #banner {height: auto; width: 100%;background-repeat: no-repeat !important;}
  }
  
  @media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    #banner {height: auto; width: 100%;background-repeat: no-repeat !important;}
  }