@charset "UTF-8";
/* homepage.css */

.homepage #header {
  background: url(/www/images/home_200811/bg_header.jpg) no-repeat;
  height:645px;
}

/* ************************************** */

.homepage #header #signupbutton {
  position:absolute;
  top:170px;
  left:327px;
  width:332px;
  height:54px;
  text-align:center;
}

.homepage #header #tourbox {
  position:absolute; 
  top:218px; 
  left:40px; 
  width:276px; 
  height:20px; 
  text-align:right; 
  z-index:300
}

.homepage #header #examplebox {
  position:absolute; 
  top:218px; 
  right:40px; 
  width:276px; 
  height:20px; 
  z-index:300
}

.homepage #header a.featurelink {
  color:#ffffff; 
  padding:0 25px;
  font-size:16px;
  font-weight:bold;
}

.homepage #header a.featurelink:hover {
  color:#ff6600;
}

/* ************************************** */

.homepage #mainContent {
  padding: 0 40px;
  background: url(/www/images/home_200811/bg_content.jpg) repeat-y;
}

/* ************************************** */

.homepage #three_actions {
  overflow:hidden;
}

.homepage #three_actions h2 {
  color:#ff6600; 
  font-size:27px;
}

.homepage #three_actions p.copy {
  font-size:13px; 
  font-weight:bold; 
  line-height:18px;
}

.homepage #three_actions p.linc {
  font-size:17px; 
  font-weight:bold; 
  line-height:24px;
}

