/*********ATTRACTION BOXES START*************/

.attraction_box {
	width: 407px;
	float: left;
	padding-left: 4px; 
	padding-right: 0px;
	margin-top: 5px;
}

.ab_top {
	background-image: url(../images/attraction_box_top.jpg);
	height: 51px;
	width: 407px;
	float: left;
}

.ab_top h4 {
	margin: 20px 0 0 21px;
}

.ab_top h4 a {
	font-weight: bold;
	color: #00214d;
	text-decoration: none;
}

.ab_top h4 a:hover {
	color: #376e85;
}

.ab_middle {
	background-image: url(../images/attraction_box_middle.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 407px;
	padding-bottom: 10px; 
	
}

.ab_middle p {
	float: left;
	width: 200px;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding-top: 3px;
	height: 93px;
	color: #747c67;
	
}

a.red_link {
	color: #ba0000;
	text-decoration: none;
}

a.red_link:hover {
	color: #ff0000;
}

.ab_middle img {
	float: left;
	margin-left: 0px;
	border: 2px solid #a0c4e5;

}

.ab_bottom {
	background-image: url(../images/attraction_box_bottom.jpg);
	width: 407px;
	height: 14px;
	float: left;
}

/*********ATTRACTION BOXES END***********/

#main_content {
	width: 847px;
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
}

#main_content h1 {
   display: block;
	float: left;
	width: 847px;
	font-size: 27px;
	font-weight: bold;
	color: #223e5c;
	padding-top: 10px;
	padding-left: 10px;
}






#google_bottom {
	width: 728px;
	height: 90px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 70px;
}

#google_category {
	width: 728px;
	height: 90px;
	float: left;
	margin-top: 18px;
	margin-bottom: 10px;
	padding-left: 50px;
}

#google_content {
	width: 728px;
	height: 90px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}

#check_other {
	width: 827px;
	margin-top: 10px;
	padding: 10px 0 10px 0 ;
	border-top: 1px solid #d5d5d5;
	text-indent: 5px;
	float: left; 
	color: #596e85;
}

span#check_other_title {
	color: #17314d;
	font-size: 17px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

div#check_other_links {
	padding: 5px 0 0px 0px;
}

div#check_other_links a {
	color: #ba0000;
	margin-right: 16px;
}

div#check_other_links a:hover {
	color: #223e5c;
}

/***********PAGINATION************/
.pagination {         
	color: #999999;
	font-weight: bold;
        float: left;
        padding-left: 12px;
}

.pagination ul {border:0; margin: 10px 0 0 0; padding:0;}

#pagination-digg li{
  border:0; margin:0; padding:0;
  font-size:11px;
  list-style:none;
  margin-right:2px;
  float: left;
}

#pagination-digg a{
  border:solid 1px #9aafe5;
  float: left;
}

#pagination-digg .previous-off,
#pagination-digg .next-off {
  border:solid 1px #DEDEDE;
  color:#888888;
  display:block;
  float:left;
  font-weight:bold;
  padding:3px 6px;
}



#pagination-digg .next a,
#pagination-digg .previous a {
  font-weight:bold;
}

#pagination-digg .active_page{
  background:#2e6ab1;
  color:#FFFFFF;
  font-weight:bold;
  display:block;
  float:left;
  padding:4px 7px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
  color:#0e509e;
  display:block;
  float:left;
  padding:3px 6px;
  text-decoration:none;
}
#pagination-digg a:hover{
  border:solid 1px #595959;
}


