a {
	color: #2C4269;
	cursor: pointer;
}
a img {
	text-decoration: none;
}
a.clean, .FooterNav a, .NavBarTop a {
	text-decoration: none;
}
a.disabled {
	cursor:				default;
	color:				#809CCB;
}

ul.clean {
	margin:				0;
	padding:			0;
	list-style-type:	none;
}

ul.flatten {
	* overflow:			hidden;
}

ul.flatten li {
	display:			inline-block;
	* float:			left;
}

.FooterNav a {
	color:				#333333;
}
.NavBarTop a {
	color:				#FFFFFF;
}

img {
	border: none;
}

body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#333333;
	margin-top:			0px;
}

#page {
	margin-left:		auto;
	margin-right:		auto;
	padding-bottom:		10px;
	width:				740px;
}

#bannerImage {
	padding-bottom:		1px;
	border-bottom:		1px solid #223354;
}

#footerImage {
	clear:				both;
	background:			url( '../image/template/footer_bar.gif' ) repeat-x bottom;
	width:				100%;
	height:				15px;
	padding-top:		20px;
}

#footer {
	text-align:			center;
}

#fl_r {
	float:				left;
}

#fl_lp {
	float:				left;
	padding-top:		11px;
	padding-bottom:		2em;
}

#fl_lrecw {
	float:				right;
	padding-top:		6px;
	padding-bottom:		2em;
}

#footer #pww_credit {
	margin-top:			1.25em;
}

#pww_credit {
	width:				160px;
	height:				17px;
}

.NavBarTop {
	background-color:	#253465;
	padding: 4px 4px;
	font-size: 			10px;
	font-weight: 		bold;
	color: 				#FFFFFF;
	text-transform: 	lowercase;
	letter-spacing: 	1px;
	text-align: 		center;
	margin-bottom:		2px;
}
.NavBarTop a:hover {
	color:				#5A98CF
}

.FooterNav {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
/*	padding-right: 38px; */
}

.FooterNav a:hover {
	text-decoration:	underline;
}

.BodyText, #content {
	padding: 20px 0px 0px 0px;
	line-height: 16px;
/*	vertical-align: top;
	position: relative;
	top: 0px;
	left: 0px;*/
}



#navInterior {
	background-color:	#DBECFC;
	line-height:		16px;
}

#navSideLeft ul {
	margin-left:		0em;
	padding-left:		1.5em;
}
#navSideLeft ul li {
	padding-bottom:		.5em;
}

#navSideLeft a:hover {
	text-decoration:	underline;
}

#navContent {
	margin-left:		150px;
	background-color:	#FFFFFF;
	padding:			20px 0px 20px 20px;
}

#navSideLeft {
	background-color: #DBECFC;
	width: 125px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 15px;
	font-size: 11px;
/*	line-height: 18px; */
	color: #2D4C7B;
/*	text-align: center; */
	float: left;
	height: 100%;
/*	clip: rect(3px,auto,3px,auto); */
}



/*.Title, */h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2C4269;
	letter-spacing: 14px;
	padding-bottom: 10px;
	line-height: 18px;
}
.FooterText {
	font-size: x-small;
/*	font-weight: bold;
	padding-left: 76px; */
}

#footer_address {
	width:				28em;
	margin-left:		auto;
	margin-right:		auto;
	padding-right:		16px;
	margin-top:			1.25em;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2C4269;
	letter-spacing: 4px;
	padding-bottom: 10px;
	line-height: 18px;
	margin-top: 0px;
	padding: 0px;
}

h2_like {
	font-weight: bold;
	color: #2C4269;
	letter-spacing: 4px;
}

h3 {
	font-size:			small;
	margin:				0px;
	padding:			0px;
	font-style:			italic;
	color:				#2C4269;
	font-weight:		bold;
}

.infoBox {
	border:				1px solid #2C4269;
	background-color:	#E8ECF5;
	padding:			10px;
	font-size:			11px;
}

.biList {
	width:				50%;
	float:				left;
}

.outline_tight {
	border:				1px solid #6699C6;
	padding:			2px;
}

.outline {
	border:				1px solid #6699C6;
	padding:			4px;
}

.note {
	font-size:			10px;
}

.caption {
	font-size:			x-small;
}

.left {
	float:				left;
	position:			relative;
}

.right {
	float:				right;
	position:			relative;
}

.bullet {
	color:				#2C4269;
}

.emphasize {
	color:				#2C4269;
	font-weight:		bold;
}

p {
	margin-bottom:		1.25em;
	margin-top:			0em;
}

ul {
	margin-top:			.5em;
	margin-bottom:		1.25em;
}



#uvMenu {
	position:						relative;
	top:							0px;
	left:							0px;
/*	clear:							both;
	margin-bottom:					2px;
	height:							22px;
*/	}

/*	#uvMenu img {
		float:						left;
		display:					block;
		}
*/		
	.menuDrop {
		position:					absolute;
		background:					#DBECFC;
		border:						solid #FFFFFF;
		border-width:				1px 1px 0px;
		z-index:					22000;
		top:						20px;
		left:						0px;
		text-align:					left;
		}
		
	#uvMenu div.menuDrop div.uvActive {
		background:					#809CCB;
		}
		
	#uvMenu div.menuDrop div {
		font-family:				"Arial";
		font-size:					90%; /*70%;*/
		color:						#253465;
		text-decoration:			none;
		cursor:						pointer;
		white-space:				nowrap;
		border-bottom:				1px solid #FFFFFF;
		padding:					4px;
		}

.uvTransparent {
	visibility:						hidden;
}

#LuxuryMagazineCover {
	margin-left:					1em;
	margin-bottom:					1em;
}

#LuxuryListingsLink {
	font-weight:					bold;
	margin-top:						1em;
	display:						inline-block;
	text-decoration:				none;
}
	
	#LuxuryListingsLink span {
		text-decoration:			underline;
	}
	
	#LuxuryListingsLink img {
		width:						16px;
		height:						16px;
		vertical-align:				middle;
	}

#slide_controller {
	cursor:							default;
}

#slide_controller .ssControls {
	cursor:							pointer;
}