/* GHT - travelguide.css */
/* -------------------------------------- */
/*  Travel Guide including Content Pages  */
/* -------------------------------------- */

.section 
{  
  text-align:left;
  margin:2px 0px 2px 0px;
  padding: 5px 25px 5px 25px; 
  width:550px; 
}
* html .section {   /* for i.e. */
  float:left; 
  margin: 0 0;margin:1px 0px 1px 0px;
  padding:20px 25px 20px 25px;
} 

/* .sectionTitle, */
.section h2,
.section h3,
.section h4
{
  margin-top:5px; margin-bottom:5px;
  font-size:16px;
  font-weight:bold;
  text-align:left; 
}
.section h4
{
  font-size:14px;
  padding-left:10px;
}

.question                  /* for FAQ */
{
  font-weight:bold;
  text-align:left;
  font-style:italic;
}
.listSubtitle             /* for FAQ */
{
  font-weight:bold;
}

.photo
{ 
  float:right;
  padding:10px 0px 10px 10px;
}

ol { list-style-type: upper-roman; }  /* for Terms and Conditions */
ol ol { list-style-type: lower-alpha;} /* for Terms and Conditions */
ol .link_ol { color:#000000;font-weight:bold;font-style:italic;font-size:13px; } /* for Terms and Conditions */
ol .link_ol a:link { color:#000000; }

/* ----------------------- */
/*  COLORS - Travel Guide  */
/* ----------------------- */

.section 
{  
  background:#EFD460;
}

/* .sectionTitle, */
.section h2,
.question /* for FAQ */
{
  color:#0174C6;
}
.listSubtitle,            /* for FAQ */
.section h3,
.section h4
{
  color:#000000;
}



