/* **Category Boxes** */
.row 
{
  float: left;
  width: 100%;
  display: block;
  position: relative;
  
}

.category 
{
  position: relative;
  float: left;
  left: 100%;
  width:140px;  
  height:155px;
  text-align:center;
  padding:15px 0 5px 0;
}

/*Col 1 positioning*/
#aboutParksCategory, #wildlifeCategory  {margin-left:-730px;}

/*Col 2 positioning*/
#eventsCategory, #buildingCategory {margin-left:-590px;}
/*Col 3 positioning*/
#rulesCategory, #treesCategory {margin-left:-450px;}
/*Col 4 positioning*/
#thingsToDoCategory, #joiningParksCategory {margin-left:-310px;}
/*Col 5 positioning*/
#beachesCategory, #keepingParksCleanCategory {margin-left:-170px;}

#aboutParksCategory, #wildlifeCategory, #eventsCategory, #buildingCategory, #rulesCategory, #treesCategory, #beachesCategory, #joiningParksCategory, #rulesCategory, #keepingParksCleanCategory, #smokeFreeCategory, #thingsToDoCategory {border-right: 1px solid #e6e1db;border-top: 1px solid #e6e1db;}

#buildingCategory, #treesCategory, #joiningParksCategory, #keepingParksCleanCategory, #wildlifeCategory {border-bottom:1px solid #e6e1db;}

#aboutParksCategory, #wildlifeCategory   {border-left: 1px solid #e6e1db;}

#row2 {margin-bottom:20px;}

/* **Category Separators** */
h2.sectionHead{border-top:1px solid #ccc;padding-top:10px;margin-top:5px;}

/* **Questions & Answers** */ 
div.answer{margin-top:-10px;}


