
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(/static/images/bg.png);
	background-repeat: repeat-x;
	min-height: 200px;
}

html {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#breadcrumb
{
    font: 1em Arial, Helvetica, sans-serif;
    background-image:url('/static/images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('/static/images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

#breadcrumb a:hover
{
	color:#35acc5;
}

.home
{
    border:none;
    margin: 8px 0px;
}



.summary_table .description
{
	padding:1.2em;
	margin:1.2em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F4F4F4;
}

a{
 	color:#23aebb;	
}

 
	#header {
	padding:10px;
	background-color: #FFF;
	color: #333;
		}
 
	#main1 {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: left top;
		}

	
}

#main2 {
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
		}
	#left {
	float:left;
	width:180px;
	margin:5px;
	padding:5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
		}
	#right {
	float:right;
	width:180px;
	margin:5px;
	padding:5px;
	border-right-style: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F4F4F4;
		}
	#middle {
	padding: 5px;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 200px;
		}
		
.column-in {
	margin:0px;
	padding:0px;
}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

select {
	font-size: 1.2em;
}

#go {
	font-size: 1.2em;
}
	
.smallinfo {
	font-size: .9em;
}	
	
h1,h2,h3,h4 {
	font-size: 1.2em;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}

p {
	margin: 0.5em 0;
	text-align: justify;
	line-height: 1.75em;
}

a { color:#23aebb }

.copy { text-align:center; font-size:80% }

#footer {
	padding:10px;
	background-repeat: no-repeat;
	background-color: #bbbd00;
	color: #FFF;
}

.regionmenu ul {
	padding: 2px;
	margin: 4px;
}

.regionmenu ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

.regionmenu ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

.regionmenu ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}


.destinationmenu ul {
	padding: 2px;
	margin: 4px;

}


.destinationmenu ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

.destinationmenu ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

.destinationmenu ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}


.nearmenu ul {
	padding: 2px;
	margin: 4px;

}


.nearmenu ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

.nearmenu ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

.nearmenu ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}


.summary_table {
	border:3px solid #e9e9e9;
	font-size:.8emp;
	/*min-height:150px;*/
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #FFF;
}


.summary_table a,.address a,.summary_table_free a,.add a{
	color: #23aebb;
	text-decoration: none;	
}

.summary_table a:hover,.address a:hover,.summary_table_free a:hover,.add a:hover{
	color: #23aebb;
	text-decoration:underline;	
}



#footer ul {
	color: #FFF;
	list-style-type: none;
	text-align: center;
	padding: 4px;
	font-size: .6em;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#subheader  {
	background-color: #0F7495;
	padding: 5px;
	clear: both;
	display: block;
	color: #FFF;
}

#subheader ul {
	
}

#subheader li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(/static/images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}


#subheader li.last{
	background:none;
	margin-right:0;
}




#subheader ul li a {
	color: #FFF;
	text-decoration: none;
}


#subheader ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}






.typefilter ul {
	padding: 2px;
	margin: 4px;

}

.typefilter ul li {
	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	width: 45%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
}



.typefilter ul a {
	display:block;
	width:100%;
		color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}




.typefilter ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}





#pager  {
	font: 11px Arial, Helvetica, sans-serif;

	height:30px;
	line-height:30px;
	color:#9b9b9b;
	
	width:100%;
	
	margin:0px;
	padding:0px;
}

#pager ul {
	margin: 0px;
	display: block;
	padding-left: 0px;
}

#pager li{
	background-image:url('/static/images/bc_bg.png');
	background-repeat:repeat-x;
	float:left;
	list-style:none;
	color:#000;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cacaca;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border:1px solid #cacaca;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom-color: #060;
	border-bottom-width: 3px;
}


#pager li.last{

}

#pager ul li a {
	color: #333;
	text-decoration: none;
}


#pager ul li a:hover {
	color:#35acc5;
	text-decoration: none;
}

#pager ul li a.pageselected{
	font-weight: bold;	
	text-decoration: underline;
}

.summary_table_free {
	background:#f6f6f6;
	border:3px solid #e9e9e9;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
}

.address {
	background:#FFFFFF;
	border:3px solid #e9e9e9;
	font-size:1em;
	min-height:200px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px;
}
.summary_table_green {
	border:6px solid #67F172;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #D0FBD3;
}
.summary_table_green a {
	font-weight: bold;
	text-decoration: none;

}

.summary_table_green a:hover {
	font-weight: bold;
	text-decoration: underline;

}
.summary_table_google {
	border:3px solid #67F172;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #FFF;
}
 
 
.option_table {
	border:3px solid #23aebb;
	font-size:12px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 8px;
}
.option_table a {
	color: #23aebb;
	text-decoration: none;
}
.review {
}

.option_table a:hover {
	text-decoration:underline;
}

.option_table ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	text-decoration:underline;
	background-color: #EBEBEB;
}

.option_table ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	text-decoration: none;
}


.option_table .typefilter ul a{
	color: #23aebb;
}
.review     {
	font-size: 12px;
	vertical-align: middle;
	border: 3px solid #0F7495;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.review p {
	padding-left: 5px;
}
.review h3 {
	font-size: 14px;
	color: #FFF;
	background-color: #0F7495;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


	.myoutercontainer { position:relative }
	.myinnercontainer { position:absolute; top:50%; height:10em; margin-top:-5em }


.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}
.break {
	height: 20px;
}



.review  ul li {
	padding-left: 12px;
	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 5;
	padding-right: 12px;		
}

.review ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
	margin-right: 5px;
}

.review ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}

.review ul {
	padding: 2px;
	margin: 4px;

}

.largeshadow {
	background-image: url(/images/large_shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
}

.IHS {
	background-color: #FFF;
}

.price {
	background-color: #F00;
	border: .25em solid #CCC;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	font-size: 1.2em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.img-shadow {
   background:  url(/static/images/shadow-lite.png) no-repeat bottom  !important;
   width:215px;
  }
 
.img-shadow img {
	display: block;

	margin: 0px;
	padding:  0 0 10px 0;
 } 
 
 .img-shadow-150 {
   background: url(/static/images/shadow-150.png) no-repeat bottom  !important;
  }
 
.img-shadow-150 img {
   display: block;
   position: relative;
   margin: 0px;
   padding: 8px;
 } 

#sidefilter ul {
	padding: 2px;
	margin: 4px;

}

#sidefilter ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/static/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

#sidefilter ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

#sidefilter ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}

.error {
	border:3px solid #C00;
	font-size:1em;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 8px;
	color: #C30;
	background-color: #F5E0E2;
}

.ok{
	border:3px solid #060;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 8px;
	color: #000;
	background-color: #D5FFE2;
}



.rating {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}

.rating .value  {
	font-size: 48px;
	font-weight: bold;
	color: #F90;
}

.rating .average  {
	font-size: 48px;
	font-weight: bold;
	color: #F90;
}



.ratingsmall {
	font-size: 10px;
}

.subrating {
	font-size: 10px;
}

.fixed40 {
	width:120px;
	float:left;
}

.ratingul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subrating {
	color: #F60;
		float:right;
}
.subrating {
	font-weight: bold;
}
.subrating {
	font-size: 18px;
}

.number  {
 
 	height: 1.4em;
 	width: 3.0em;
 	-moz-border-radius: .5em;
 	border-radius: .5em;
 margin:0;
 padding:0;
 
  display: block;
   position: absolute;
     bottom: .2em;
	right: .2em;
    overflow: none;

	color: #FFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 1.5em;
	    background-color: #ff0000;
	filter: alpha(opacity=90);
	opacity: 0.90;
 
 } 

.reviewbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:175px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.reviewbutton:hover {
	background-color:#fb9e25;
}
.reviewbutton:active {
	position:relative;
	top:1px;
}



.google {
	padding:10px;
	border:2px solid #CCC;
}

.orange {
	font-weight: bold;
	color: #C60;
}

.div_hover:hover { background-color: #EEEEEE; cursor: pointer; }

.blockimageleft {
	position: relative;
	text-align: center;
	float:left;
	margin-bottom:10px;
	margin-right:15px;
	width:145px;
	height:100px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}

.footerBar 
{
	display: block;
    background-color: #000000;
    position: absolute;
    width: 100%;
	filter: alpha(opacity=90);
	opacity: 0.90;
    overflow: none;
	color: #FFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 1em;
}

.numberBar {
	 display: block;
    position: absolute;
      bottom: 0px;

    width: 100%;
    overflow: none;

	color: #FFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 2em;
	text-shadow: 1px 1px 1px #000;
	    background-color: #000000;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.blockimageleft:hover .numberBar {
    display: block;
	color: #23aebb;
}

.blockimageleft:hover .footerBar {
    display: block;
	background-color: #333333;
}

.orange {
	font-weight: bold;
	color: #C60;
}

.google {
	padding:10px;
	border:2px solid #CCC;
}

.bubble {
  position: relative;
  background-color:#eee;
  margin: 0;
  padding:10px;
  text-align:left;
  width:90%;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
}
.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:1em;
}