@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: url("/images/layout/back2.jpg");
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.BodyPopup
{
	background: url("/images/layout/back2.jpg");
	padding: 4px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #3e0c0b;
}
a:visited {
	color: #3e0c0b;
}
	
/*************** HEADER **************/
.HeaderBar {
	background: #FFF url("/images/layout/header.jpg");
	width: 755px;
	height: 205px;
	text-align: center;
	display: block;
	z-index: 0;
}
.HeaderImg {
	background: #FFF;
	left: 1px;
	height: 205px;
	width: 755px;
}

/*************** MENU **************************/
.MenuLine {
	position: fixed;
	top: 0;
	left: 0;
	background: url("/images/toolbar/button.jpg");
	width: 100%;
	height: 32px;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.MenuUnder {
	clear: both;
	display: block; 
	height: 32px;
}
.ManuUnderImage {
	width:755px;
	height:32px;
}
.MenuBar {
	width: 755px;
	height: 32px;
	display: block;
}

.MenuBox {
	height: 32px;
	width: 755px; /* auto; */
	/* float: left;*/
}

.MenuBox ul {
	height: 32px;
	margin: 0px; 
	padding: 0px;
}
.MenuBox ul li {
	display: inline; 
	float: left; 
	list-style: none;
	padding: 0px;
	position: relative;
}

a#lnkHome:link, a#lnkHome:active, a#lnkHome:visited {
		display: block;	width: 80px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/1homeup.jpg');
		background-color: none;
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: -0px 0px;
	}	
a#lnkHome:hover {	background-image: url('/images/toolbar/1homedown.jpg');	}

a#lnkProperties:link, a#lnkProperties:active, a#lnkProperties:visited {
		display: block;	width: 107px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/2propertiesup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkProperties:hover {	background-image: url('/images/toolbar/2propertiesdown.jpg');	}

a#lnkReservations:link, a#lnkReservations:active, a#lnkReservations:visited {
		display: block;	width: 129px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/3reservationsup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkReservations:hover {	background-image: url('/images/toolbar/3reservationsdown.jpg');	}

a#lnkLocations:link, a#lnkLocations:active, a#lnkLocations:visited {
		display: block;	width: 100px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/4locationsup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkLocations:hover {	background-image: url('/images/toolbar/4locationsdown.jpg');	}

a#lnkThingsToDo:link, a#lnkThingsToDo:active, a#lnkThingsToDo:visited {
		display: block;	width: 125px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/5thingstodoup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkThingsToDo:hover {	background-image: url('/images/toolbar/5thingstododown.jpg');	}

a#lnkOwners:link, a#lnkOwners:active, a#lnkOwners:visited {
		display: block;	width: 88px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/6ownersup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkOwners:hover {	background-image: url('/images/toolbar/6ownersdown.jpg');	}

a#lnkContactUs:link, a#lnkContactUs:active, a#lnkContactUs:visited {
		display: block;	width: 126px;	height: 32px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/7contactusup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkContactUs:hover {	background-image: url('/images/toolbar/7contactusdown.jpg');	}


/************ SUB MENUS ******************/

.MenuBox li ul {
	margin:0px;
	padding: 0px 0px 2px;
	display: none;
	position: absolute;
	left: 20px;
	top: 28px;
	height: auto;
	background-color: #ffee4e;
	background-image: none;
	border-right: groove 1px #000;
	border-left: groove 1px #FFF;
}

.MenuBox li:hover ul, .MenuBox li.over ul {
	display: block;
	width: 120px;
	background-image: none;
	border-bottom: groove 1px #000;
	z-index: 50;
}

.MenuBox li li {
	background-image: none;
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	display: list-item;
	margin: 0px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
}

.MenuBox li li a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.MenuBox li li a:hover {
	color: #FF3300;
}

/************** CONTENT BAR ***************/
.ContentBar {
	background: #FFF url("/images/layout/bodyback.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 755px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	display: block;
	position: relative;
}

.ContentBox {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 720px;
	margin: 0;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	position: relative;
}

.DivBar {
	clear:both; 
	background: none;
	display: block;
	height: 1px;
	width: 755px;
}

/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footer.jpg") no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-right: 15px;
	height: 87px;
	width: 740px;
	text-align: left;
}
.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	font-size: 8pt;
	line-height: 20px;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #3e0c0b;
}
.FooterSiteMap A:link {
	color: #3e0c0b;
}
.FooterSiteMap A:visited {
	color: #3e0c0b;
}

/*********************************************/
/* property listing boxes
/*********************************************/

.ListingContainer {
	background: url("/images/layout/propertyheader.png") no-repeat;
	width: 727px;
	height: auto;
	padding: 0;
	margin: 0;
	dislplay: block;
	position: relative;
}
.ListingTitle {
	width: 707px;
	_width: 727px;
	height: 30px;
	_height: 38px;
	padding: 8px 10px 0px;
	margin: 0;
	font-size: 14pt;
	display: block;
	text-align: center;
}
.ListingContent {
	width: 705px;
	_width: 725px;
	border: 1px solid #FFCC00;
	padding: 10px;
	margin: 0;
	display: block;
	text-align: left;
}
.GalleryTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000066;
	float: left;
}
.PropertyTitle {
	width: 720px;
	padding: 1px;
	border: 1px solid #660000;
	font-size: 14pt;
	color: #000066;
	text-align: center;
}
.UnitTitle {
	font-size: 14pt; 
	color: #900; 
	padding: 2px 3px 2px; 
	border: 1px solid #F9D8D2;
}

.BookRequestFrame {
	background: url("/images/layout/smallback.jpg");
	display: none;
	position: absolute;
	top: 88px;
	left: 140px;
	width: 450px;
	height: auto;
	margin: 0px;
	padding: 6px;
	border: 1px solid #300;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1000;
}
.BookRequestBox {
	background: #FFF;
	padding: 3px;
	height: auto;
	width: 443px;
}

.BookRequestFrameWide {
	background: url("/images/layout/smallback.jpg");
	display: none;
	position: absolute;
	top: 35px;
	left: 20px;
	width: 675px;
	height: auto;
	margin: 0px;
	padding: 6px;
	border: 1px solid #300;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1000;
}
.BookRequestBoxWide {
	background: #FFF;
	padding: 3px;
	height: auto;
	width: 667px;
}
.btnBookCancel, .btnUnitBookRequest, .btnBookSend, .btnUnitBookRequest2 {
	cursor: pointer;
}
.BookTitle {
	background: #EEE;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.inputBook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #f5af3d;
	background-color:#FFFFE6;
	font-size: 11px;
	padding: 1px 2px;
}
.inputBook:focus {
	background-color:#FFF7A8;
}
.tableBook
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 2px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: left;
}
/************** BUTTONS *****************/
.boxButtonMed {
	width: 98px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/button98.png") no-repeat;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 5px 0px 0px;
}
.boxButtonMed a {
	text-decoration: none;
	color: #000;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

.boxButtonSm {
	width: 66px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/button66.png") no-repeat;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 5px 0px 0px;
}
.boxButtonSm a {
	text-decoration: none;
	color: #000;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

.boxButton {
	width: auto;
	height: auto;
	padding: 3px 4px 3px;
	margin: 0px 0px 4px 4px;
	border: 1px solid #FF6600;
	background-color: #FFCC33;
	background: url("/images/toolbar/buttonsm.jpg");
	text-decoration: none;
	font-size: 10px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boxButton a {
	text-decoration: none;
}
.boxButton a:hover {
	color: #F00;
	text-decoration: none;
}
.RightInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000099;
	float: right;
	padding: 8 0 0;
	margin: 0;
	width: auto;
}
.boxClear {
	width: auto;
	height: 1px;
	font-size: 6pt;
	clear: both;
	display: block;
}

/*********************************************/
/* Data and error boxes 
/*********************************************/

.boxError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxData2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.NewsList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.boxNews1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #d8e7ea url("/images/layout/propertyheader.png") top left no-repeat;
	width: 727px;
	height: 38px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #FFCC00;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableClear2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px; 
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#rowPart:hover {
	background-color: #FC9;
	border-color: #FC9;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.jpg");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************/
/* Heading and Title styles
/*********************************************/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	padding: 3px 0px;
	display: block;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	line-height: 1.5em;
}
li {
	list-style-image: url("/images/icons/listicon2.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
}
.Label1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LabelTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	padding: 3px 0px;
	display: block;
}
.LabelSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	line-height: 1.5em;
}

/***************************************/
/* Divider styles
/***************************************/
div.hr {
  height: 4px;
	width: 595px;
  background: #fcce32 url("/images/layout/divbar1.jpg") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 8pt;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}