/*//////////////////////////////////////////////////////////////////////// General Styles */
* {
	font-family: arial;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
Body {
	text-align: center;
	background-image: url(../images/bkg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #12268B;
}
#tblMain {
	width: 899px;
	border: 0px;
	margin: auto;
}
#tdBorderL {
	background-image: url(../images/border-l.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
#tdBorderR {
	background-image: url(../images/border-r.jpg);
	background-repeat: repeat-y;
	width: 23px;
}
/*///////////////////////////////////////////////////////////////////////// Left Navigation Styles */
#tdLeftNav {
	background-image: url(../images/premier-luxury-suites_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #ffffff;
	width: 159px;
}
#divNav {
	background-image: url(../images/nav-shadow-trans.png);
	width: 159px;
	height: 342px;
}
.liNav{
	line-height: 21px;
	width: 145px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	font-size: 12px;
	margin-left: 22px;		
	padding-left: 8px;
	cursor: pointer;
}
.liNav2{
	line-height: 21px;
	width: 145px;
	background-image: url(../images/nav-highlight.gif);	
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	font-size: 12px;	
	margin-left: 22px;		
	padding-left: 8px;
	cursor: pointer;
}
/*/////////////////////////////////////////////////////////////////////// Content Styles */
#tdContent {
	background-image: url(../images/premier-luxury-suites_04.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 697px;
}
h1 {
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}
h2 {
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
hr {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.pReg1 {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ulReg1, .ulReg2 {
	margin-left: 20px;
	padding-left: 0px;
	font-size: 12px;
}
.ulReg3 {
	margin-left: 35px;
	margin-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
}
.ulReg2 li {
	list-style-type: none;
	margin-bottom: 10px;
}
.aReg1:link, .aReg1:visited {
	color: #12268B;
}
.aReg1:hover {
	text-decoration: none;
}
.aReg2:link, .aReg2:visited {
	color: #12268B;
	font-weight: bold;
}
.aReg2:hover {
	text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////// Footer Styles */
#tdFooter {
	text-align: center;
	background-image: url(../images/premier-luxury-suites_06.jpg);
	width: 899px;
	height: 30px;
}
#pFooter {
	color: #AFBCFA;
	font-size: 10px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}
#pFooter a:link, #pFooter a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#pFooter a:hover {
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////////////////////////// Specific Styles */
.pPropertyLbl {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}