html, body {
	margin: 0;
	border-style: none;
	padding: 0;
}

body 
	{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; line-height: 1.3;
}

form,
input,
select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; line-height: 1.3;
}

table, th, td {
	font-size: 100%;
	line-height: 1.3;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0;
	color: 	#333;
	padding-top:10px;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: 	#0066FF;
	text-decoration:none;
	margin: 1em 0 .5em;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: 	#0066FF;
	text-decoration:none;
	margin-bottom: -8px;
	margin-top: -6px;
    padding-top:3px;
}


h1 a,
h2 a {
	color: #333 !important;
	text-decoration: none;
}

.line{
	margin: 8px;
	border-bottom: 1px solid #ccc;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0066cc;
	font-weight: bold;
	text-decoration : none;
}


.basic {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.twoCol {
	display: inline-table; /* To contain floated children in Mac IE 5. Turned off for other browsers below. */
	width: 728px;
}
a:hover
{
text-decoration : underline;
}


/* Hide from Mac IE 5 \*/
html>body .twoCol:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: left;
    height: 0;
	background-color:#FFFFFF;
}

.twoCol {
	display: block;
}
/* End hide from Mac IE 5 */



/*
FIXED WIDTH/BODY BACKGROUND
*/

body {
	background: #e1e1e1;
	text-align: center;
}

.bgwhite {
	background: #fff;
}

#fixedWidthBg {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #e1e1e1 url(../images/bg_body_2008.gif) 50% 0 no-repeat;
	text-align: left;
}

#fixedWidth {
	margin: 0 8px;
	padding: 1px 0 2.5em;
	background: #FFF;
	color: #000;
}



/*
END FIXED WIDTH/BODY BACKGROUND
*/



/*
MASTHEAD
*/

#masthead {
	float: left;
	width: 942px;
	height: 87px;
	background:#FFF;
}

#logo {
	float: left;
	padding-top:5px;
	padding-left:20px;
	color:#000;
	text-decoration:none;
	background:#FFF;

}
#logo a{
	text-decoration:none;
	font-weight:normal;
	background:#FFF;
	}

#advertbanner {
	float: right;
	padding-right: 4px;
	padding-top:15px;
	text-align:right;
	width:470px;
	background:#FFF;
	
}

#toprighttext {
	float: right;
	padding-right: 4px;
	padding-top:5px;
	text-align:right;
	width:470px;
	background:#FFF;
	
}


#toprighttext a{
	text-decoration:none;
	font-weight:normal;
		background:#FFF;
	}



#toplefttext {
	float: left;
	padding-left: 10px;
	padding-top:1px;
	padding-bottom:10px;
	text-align:left;
	width:400px;
	font-weight: bold;
	background:#FFF;
	
}


#toplefttext a{
	text-decoration:none;
		background:#FFF;
	}


/*
END MASTHEAD
*/



/* TABS */


#navigation {
	padding-top:4px;
	position:relative;
	z-index:500;
	text-align:center;
	/*font-size:96%;*/
	font-size:95%
}

#navigation div, ul, ol, li {
	margin:0;
	padding:0;
}
#navigation li {
	list-style:none;
}
#navigation a {
	text-decoration:none;
	color:#048;
}

#navigation a visited {
	text-decoration:none;
	color:#048;
}
#navigation, #navigation .main, #navigation .sub {
	clear:both;
}
#navigation .main {
/*padding-left:10px;*/
	padding-left:5px;
}
#navigation .main li {
	float:left;
	margin-right:6px;
	/*margin-right:5px;*/
	display:inline;
	position:relative;
	/*z-index:9999;*/
}
#navigation .main a, #navigation .main a span {
	background:transparent no-repeat top right;
}
#navigation .main a {
	display:block;
	padding-left:7px;
	background-position:top left;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
#navigation .main span.new1 {
	font-size:87%;
	display:block;
	padding:4px 7px 4px 1px;
}

#navigation .main span.new {
	font-size:87%;
	display:block;
	padding:10px 7px 10px 1px;
	
}
#navigation .main li.selected {
	border-bottom:0;
}
#navigation .main li.selected span.new1 {
	padding-bottom:5px;
	
}
#navigation .main li.selected span.new {
	padding:10px 7px 10px 1px;
}
#navigation .sub {
	padding:2px 10px;
	padding-top:6px;
	border-top:0;
	height:15px;
	position:relative;
	top:-1px;
	margin-bottom:-1px;
}
#navigation .sub::after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
#navigation .sub {
	display:inline-block;
}
#navigation .sub {
	display:block;
}
#navigation div.sub {
	line-height:0;
	font-size:0;
}
#navigation .sub li {
		font-size:92%;
	/*float:left;*/
	display:inline;
	position:relative;
	padding-top:10px;
	z-index:9998;
	margin-right:7px;
	padding:5px 4px;
}

#navigation .main li {
	border-color:#A92930;
}
/*#navigation .main a, #navigation .main a span {
	color:#666;
	background-color:#f0efee;
}*/
#navigation a:hover {
	text-decoration:underline;
	background-color:#f0efee;
}
#navigation .main li.selected a, #navigation .main li.selected span {
	color:#fff;
	background-color:#fff;
	border-color:#fff;
}
#navigation .sub {
	color:#1f697c;
	background:#424F58;
	border-color:#A92930;
	font-weight:bold;
}
#navigation .sub li, #navigation .sub a {
	color:#fff;
}
#navigation .sub a:hover {
	color:#fff;
	background:#424F58;
}
#navigation .main a, #navigation .main a span {
	background-image:url(../newmenu/back1.gif);
}
#navigation .main li.selected a, #navigation .main li.selected span {
	background-image:url(../newmenu/back2.gif);
}
#navigation .sub li.selected {
	background-color:#FFF;
}
#navigation .sub {
	padding-left:5px;
}
.navmore {
	overflow:hidden;
	width:180px;
	height:160px;
	visibility:hidden;
	border:1px solid #000;
	border-bottom:0;
	position:absolute;
	margin-top:-2px;
	margin-left:2px;
	background-color:#fff
}
#navigation .navmore a, #navigation .navmore ul li a {
	background:none;
	text-align:left;
	line-height:15px;
	display:block;
	border-bottom:1px solid #000;
}
#navigation .navmore a:hover, #navigation .navmore ul li a:hover {
	background-color:#666;
	color:#FFF;
	text-decoration:none
}



.gray_left_off
{
background-image: url(../newmenu/gray_left.PNG); width:13px; height:34px; border-bottom: 1px solid #C7CDD1;
}
.gray_middle_off
{
background-image: url(../newmenu/gray_middle.PNG);  height:34px; border-bottom: 1px solid #C7CDD1;
}
.gray_right_off
{
background-image: url(../newmenu/gray_right.PNG); height:34px; border-bottom: 1px solid #C7CDD1; width:13px; background-repeat:no-repeat;  
}
.white_left_on
{
background-image: url(../newmenu/white_left.PNG); width:13px; height:34px; border-bottom:1px solid  #FFFFFF;
}
.white_middle_on
{
background-image: url(../newmenu/white_middle.PNG);  height:34px; border-bottom:1px solid  #FFFFFF;
}
.white_right_on
{
background-image: url(../newmenu/white_right.PNG); height:34px; width:13px; background-repeat:no-repeat; border-bottom:1px solid  #FFFFFF; 
} 

.submenulink {
color:#0066cc; 
direction:none;
text-decoration:none;
height:20px; 
vertical-align:bottom; 
font-size:10px;
}






#fixedbodyWidth {
	width: 100%;
	background-color:#FFFFFF;
}


#advertstrip {
	clear: left;
	padding-right: 4px;
	background-color:#FFFFFF;
	float: right;
	width: 165px;
	position: relative;
}

/*
BREADCRUMB
*/

#breadcrumb {
	clear: left;
	padding-left:13px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:20px;
	font-size:85%;
	line-height:16px;
	text-align:left;
}


#breadcrumb a,
#breadcrumb strong {
	font-weight: normal;
	text-align:left;
}

/*
END BREADCRUMB
*/



/*
CONTENT
*/

#content {
	clear: left;
	padding: 0 12px;
	width: 745px;
	background-color:#FFFFFF;
}

#content.home {
	padding: 5px 5px 0;
}

/*
END CONTENT
*/



/*
FOOTER
*/

#footer {
	margin: 2em 22px 0;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: center;
}

#footer a {
	padding: 0 .5em;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#footer p {
	display: inline;
}

#copyright {
	display: inline;
	position: relative;
	left: 22px;
	padding-right: 22px;
	white-space: nowrap;
}

/*
END FOOTER
*/



/*
SECTION-SPECIFIC COLOURS
*/

/* #masthead background also needs to be set in finest-a.css, for older browsers. */

body #masthead {
	background: #FFF;
}

body #featuredPlace,
body #contactInformation{
	background: #e1e1e1; 
}


body #breadcrumb,
body ul.travelCorner,
body a{
	color: #0066cc;
}

/*
END SECTION-SPECIFIC COLOURS
*/



/*
SEARCH PAGE
*/

#searchintro {
	float: left;
	width: 275px;
	padding-top: 5px;
	background-color:#FFFFFF;
}

#searchintro a {
		
		font-weight:normal;
		text-decoration:none;
		color:#000000;
}		

#searchintro form label {
	font-weight: bold;
}

#searchintro form input,
#searchintro form select {
	width: 240px;
}

* html #searchintro form input {
	w\idth: 237px;/* Hidden from every damn browser we know, except Win IE 6 */
}

#searchintro form input.button {
	width: auto;
	margin-bottom: 3px;
	vertical-align: middle;
}

/*
Maps
*/
#mapintro {
	float: none;
	width: 275px;
	padding-top: 5px;
}

#mapintro a {
		/*font-weight:normal;
		text-decoration:none;
		color:#000000;*/
}		

#mapintro form label {
	font-weight: bold;
}

#mapintro form input,
#mapintro form select {
	width: 240px;
}

* html #mapintro form input {
	w\idth: 237px;/* Hidden from every damn browser we know, except Win IE 6 */
}

#mapintro form input.button {
	width: auto;
	margin-bottom: 3px;
	vertical-align: middle;
}

/*
SEARCH PAGE
*/

#featuredplace{
	float: right;
	width: 430px;
}
		

p.freeMaps {
	clear: right;
	text-align: left;
}

h2.travelCorner {
 	margin-bottom: 0 !important;
}

ul.travelCorner,
ul.travelCorner li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.travelCorner li {
	padding: 4px 0 6px;
	background: url(../images/border_horizontal.gif) 0 0 repeat-x;
	font-weight: bold;
}

ul.travelCorner li.first {
	background-image: none;
}

/*
END SEARCH PAGE
*/



/*
SEARCH RESULTS
*/

/* searchResultsPagingTop */


#searchresultsnew {margin-left:0px;  float: left;  padding-bottom:9px; padding-top:19px; border-bottom: 1px solid #ccc;  width:98%; clear:left; line-height:150%;}

.searchResultsnewh2 {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-style: none;
}




.searchResultsnewh2my {
	padding-top: 20px;
	margin-bottom: 0;
	clear:left;
	border-bottom-style: none;
}







.resultPagingTop,
.resultPagingBottom {
	text-align: right;
}

.resultPagingBottom {
	clear: none;
	margin-top: 2.5em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

.resultPagingTop p,
.resultPagingBottom p {
	display: inline;
}

* html .resultPagingTop p,
* html .resultPagingBottom p {
	padding-left: 1em;
}














.searchResult {
	margin-top: 1em;
}


.searchResult h2.sifr {
	float: right;
	width: 610px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-style: none;
}


.h2results {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #333;	
	float: right;
	width: 610px;
	padding-top: 4px;
	margin: 0px;
	border-bottom-style: none;
}

.searchResult .image {
	float: left;
	width: 130px;
}


.searchResult .description {

	margin-left: 130px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 1px;
}

/*
END SEARCH RESULTS
*/


.searchResult {
	margin-top: 1em;
}


.searchResultmy h2.sifr {
	float: right;
	width: 530px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-style: none;
}


.h2resultsmy {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align:left;	
	float: right;
	width: 600px;
	padding-top: 4px;
	margin: 0px;
	border-bottom-style: none;
}

.searchResultmy .image {
	float: left;
	width: 130px;
}

.searchResultmy .description {

	margin-left: 130px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 1px;
}

/*
END MY SEARCH RESULTS
*/






/*
PLACE DETAIL PAGES
*/

.twoCol.place {
	margin-bottom: 20px;
}

#placePhoto1 {
	float: left;
	position:relative;
	text-align: center;
}

#contactInformation {
	float: right;
	\width: 220px; /* Parsed by WinIE 5.x */
	w\idth: 220px; /* Not parsed by WinIE 5.x, parsed by standards-compliant browsers */
	height: 265px; 
	height/* */:/**/265px; 
	height: /**/265px;
	padding: 10px;
	/*color: #fff;*/
}

#contactInformation a {
     /*color: #fff;*/
}

#contactInformation h2 {
	margin: 0 0 1em;
	font-size: 130%;
}

#contactInformation h3 {
	margin: 1em 0 0;
	font-size: 100%;
}

#contactInformation .tools {
	width: 220px;
	margin-top: 1em;
}

#contactInformation .tools div {
	float: left;
	width: 134px;
}

#contactInformation .tools a {
	display: block;
	padding: 0 1em 0 16px;
	font-weight: normal;
	text-decoration: none;
}

#contactInformation .contacts a {
	display: block;
	font-size:120%;
	padding: 0 1em 0 0px;
	font-weight: bold;
	text-decoration:underline;
}

#contactInformation .tools a img {
	margin-left: -16px;
	border-style: none;
}

#placeIntro {
	float: left;
	position:relative;
	width: 430px;
}

.savePlace {
	border-style: solid none;
	border-color: #e1e1e1;
	border-width: 1px;
	padding: 5px 0;
}

.savePlace a {
	line-height: 30px;
	text-decoration: none;
}

.savePlace img {
	float: left;
	margin-right: 10px;
	border-style: none;
}

.viewSavedPlaces a {
	text-align: left;
	text-decoration: none;
	padding: 5px 0;
	margin-bottom: 1px
}

#placeOtherPhotos {
	float: right;
	width: 242px;
	text-align: center;
}

#placeOtherPhotos .last {
	margin-bottom: 0;
}

h2.placeFeatures {
	margin-top: 0 !important;
}

table.placeFeatures {
	margin: 0 0 1em;
	border-style: none;
	border-collapse: separate;
	border-spacing: 2px;
}

table.placeFeatures th,
table.placeFeatures td {
	border-style: none;
	padding: 8px 10px;
	vertical-align: top;
}

table.placeFeatures th {
	width: 26%;
	background: #ccc;
	font-weight: bold;
}

table.placeFeatures td {
	width: 74%;
	padding-left: 20px;
	background: #e1e1e1;
}


/*
END PLACE DETAIL PAGES
*/

.st {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:130%;
}

#st {
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top:20px;
	line-height:130%;
}

#st a {text-decoration: none;
font-weight: normal;

}




.formpad {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.searchhome a {
		
		font-weight:normal;
		text-decoration:none;
		color:#000000;
		
}

.alignleft { text-align:left;
		
}

.alignright{ text-align:right;
		
}

.classinfotext{ font-weight: bold;
color:#333;



		
}


.blue {
	color: #000;
	font-weight: bold;
}


.p1 { margin-top:2px; margin-bottom:9px; padding-top:1px; padding-bottom:4px;
}

.p2 { margin-top:2px; margin-bottom:2px; padding-top:1px; padding-bottom:2px;
}

.p3 { margin-top:2px; margin-bottom:2px; padding-top:1px; padding-bottom:2px;
}


/*
PLACE REVIEW PAGES
*/

#wrapper div {
  width: 570px; 
}

blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
  
}

/*For my bfinest*/
#editDIV {
	height:100px;
	width:500px;
	border:1px solid #000000;
	background-color:#888;
	z-index:0;
	display:none;
	padding:4px;
	/*color:#fff; */
	color:#CCCCCC;
}

#editemailDIV {
	height:150px;
	width:500px;
	border:1px solid #000000;
	background-color:#888;
	z-index:0;
	display:none;
	padding:4px;
	/*color:#fff; */
	color:#CCCCCC;
}
#editNoteDiv {
	height:150px;
	width:350px;
	border:1px solid #000000;
	background-color:#000000;
	z-index:0;
	display:none;
	padding:4px;
	/*color:#fff; */
	color:#CCCCCC;
}
#editNoteDiv1 {
	height:150px;
	width:350px;
	border:1px solid #000000;
	background-color:#000000;
	z-index:0;
	display:none;
	padding:4px;
	/*color:#fff; */
	color:#CCCCCC;
}

#test{
float:left;
padding-top:20px;
height:15px;
vertical-align:bottom;
}

#test1{
float:right;
}

	
