@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(images/bg_grey_top.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 200px;
}

a{
 	color:#23aebb;	
}

 
	#header {
	padding:10px;
	color: #333;
	background-image: url(images/logo.png);
	background-position: left center;
	height: 70px;
	background-repeat: no-repeat;
		}
#header .large {
	font-size: 18px;
	font-weight: bold;
}
 
	#main1 {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: left top;
		}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#main2 {
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	overflow: auto;
		}
	#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: 10px;
	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;
		}
		
		
		
h2 {
	font-size: 16px;
	background-image: url(images/heading-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}


	h3,h4 {
	font-size: 14px;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}

	p {
	margin: 0.5em 0;
	text-align: justify;
}
	a { color:black }
	
	.copy { text-align:center; font-size:80% }
#footer {
	background-repeat: repeat-x;
	color: #FFF;
	background-image: url(images/heading-bg-col.gif);
	height: 37px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EDEDED;
}

#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(/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(/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;
}

p{
	line-height: 1.5;
}
.summary_table {
	background:#f6f6f6;
	border:6px solid #e9e9e9;
	font-size:12px;
	min-height:150px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}


.summary_table a,.address a,.summary_table_free a{
	color: #23aebb;
	text-decoration: none;	
}

.summary_table a:hover,.address a:hover,.summary_table_free a:hover{
	color: #23aebb;
	text-decoration:underline;	
}

#footer ul {
	color: #FFF;
	list-style-type: none;
	text-align: center;
	padding: 4px;
	font-size: 10px;
}
#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(/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 {
	padding-left: 12px;
	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	width: 30%;
	float: left;
	margin: 10;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;	
		
}

.typefilter ul a {
	display:block;
	width:100%;
	color: #77ABCF;
	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: 0px;
}

.typefilter ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFB600;
	background-color: #F0F0F0;
	text-decoration: none;
}





#pager  {
	background-color: #0F7495;
	padding: 5px;
	height:16px;
	display: block;
	color: #FFF;
}

#pager ul {
	margin: 0px;
	padding: 0px;
	display: block;	
}

#pager li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(/images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}


#pager li.last{
	background:none;
	margin-right:0;
}

#pager ul li a {
	color: #FFF;
	text-decoration: none;
}


#pager ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#pager ul li a.pageselected{
	font-weight: bold;	
	text-decoration: underline;
}

.summary_table_free {
	background:#f6f6f6;
	border:6px solid #e9e9e9;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.error {
	border:6px solid #C00;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #C30;
	background-color: #F5E0E2;
}
.address {
	background:#f6f6f6;
	border:6px solid #e9e9e9;
	font-size:1em;
	min-height:200px;
	margin-top: 5px;
	margin-bottom: 5px;
	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:6px solid #67F172;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFF;
}
.headerbar {
	background-color: #FFB600;
	height: 5px;
}
.headershadow {
	background-image: url(images/fade_grey_tab.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.countrylist{
	overflow: auto;

}

.countrylist ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.countrylist li{
	float: left;
	clear: none;
	color: #FFB600;
	margin: 5px;
	line-height: 30px;
}

.countrylist li a{
	color: #FFB600;
	font-weight: bold;
	width: 100px;
	text-decoration: none;
	padding: 0.5em;
	height: 100px;
	border: 1px dotted #FFB600;
}


.boxlist{
	overflow: auto;
	padding-bottom: 10px;
}


.boxlist ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.boxlist li{
	float: left;
	clear: none;
	color: #FFB600;
	margin: 5px;
	line-height: 30px;
	display: block;
}

.boxlist li a{
	color: #FFB600;
	font-weight: bold;
	width: 100px;
	text-decoration: none;
	padding: 0.5em;
	height: 100px;
	border: 1px dotted #FFB600;
	white-space: nowrap;
}


.box .header {
	background-repeat: repeat-x;
	color: #333333;
	background-image: url(images/heading-bg-col.gif);
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EDEDED;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box {
	border: 1px solid #DFDFDF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.google {
	background-color: #333333;
	vertical-align: middle;
	padding: 5px;
}
.countrylist li a:hover {
	color: #FFF;
	font-weight: bold;
	height: 100px;
	width: 100px;
	text-decoration: none;
	background-color: #FFB600;
}
.boxlist li a:hover {
	color: #FFF;
	font-weight: bold;
	height: 100px;
	width: 100px;
	text-decoration: none;
	background-color: #FFB600;
}

.spaced li{
	padding: 5px;
	
}
.sumimg{
	float:left;
	border: 4px solid #77ABCF;
	margin: 5px;
}

