@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: url("/images/layout/background.jpg") 0px 0px fixed;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.BodyPopup
{
	background: url("/images/layout/background.jpg");
	padding: 4px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}

/************* 404 ERROR *************/
.Body404 {
	background: #FFF;
}
.box404 {
	width: 500px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	background: url("/images/layout/backgroundsm.jpg");
	color: #000;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}
.box404 ul li {
	list-style-image: none;
	list-style-type: disc;
	line-height: 1.65em;
	font-size: 12pt;
	color: #000;
}
.box404 a {
	color:#003366;
	font-size: 14pt;
}
.box404 a:hover {
	color: #006699;
	font-size: 14pt;
}

/*************** HEADER **************/
.HeaderTop {
	width: 100%;
	height: auto;
	background: url("/images/layout/headerback.jpg") 0px 0px fixed repeat-x;
}
.HeaderBar {
	background: #FFF;
	width: 755px;
	height: 188px;
	text-align: center;
	display: block;
	z-index: 0;
}

/*************** MENU **************************/
.MenuLine {
	background: url("/images/layout/titleleft.jpg") top left no-repeat;
	width: 755px;
	height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
}


.MenuBox {
	height: 44px;
	width: auto; 
	float: right;
}

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

a#lnkHome:link, a#lnkHome:active, a#lnkHome:visited {
		display: block;	width: 93px;	height: 44px; 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/1homemouse.jpg');	}

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

a#lnkContactUs:link, a#lnkContactUs:active, a#lnkContactUs:visited {
		display: block;	width: 152px;	height: 44px; padding: 0px; margin: 0;
		background-image: url('/images/toolbar/3contactusup.jpg');
		background-repeat: no-repeat;	text-indent: -9999px; font-size:0; _margin: 0px 0px;
	}	
a#lnkContactUs:hover {	background-image: url('/images/toolbar/3contactusmouse.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: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 755px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	display: block;
}

.ContentBox {
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 720px;
	margin: 0;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}

.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: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding: 0px;
	height: 7px;
	width: 755px;
	text-align: left;
}
.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 20px;
	padding: 0px;
	text-align: center;
	color: #3e0c0b;
	width: 755px;
}
.FooterText a {
	background-color: #CCC;
	color: #330066;
	text-decoration: none;
}
.FooterText a:hover {
	color: #003366;
	text-decoration: underline;
}

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

.ListingContainer {
	background: url("/images/layout/propertyheader.png") no-repeat;
	width: 727px;
	height: auto;
	padding: 0;
	margin: 0;
	dislplay: block;
}
.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;
}

/************** BUTTONS *****************/
.boxButtonMed {
	width: 100px;
	height: 21px;
	_height: 26px;
	background: url("/images/buttons/button100.png") no-repeat;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 5px 0px 0px;
}
.boxButtonMed a {
	text-decoration: none;
	color: #FF0;
}
.boxButtonMed a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.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: #FF0;
}
.boxButtonSm a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.boxButton {
	width: auto;
	height: auto;
	padding: 3px 5px 3px;
	margin: 0px 5px 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;
}

.RightInfo {
	font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10pt;
	background: #F0FFFF url("/images/icons/smallpat.jpg");
	padding: 5px;
	border: 1px solid #D5E2F0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxData2 {
	font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.boxNews1 {
	font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableClear2
{
	font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}

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

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: Georgia, "Times New Roman", Times, 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, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************/
/* Heading and Title styles
/*********************************************/
li {
	list-style-image: url("/images/icons/arrow1.jpg");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}

.LabelTitle, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
	padding: 3px 0px;
	display: block;
}
.LabelSubTitle, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	line-height: 1.5em;
}
.ParSubTitle, h3 {
	font-weight: bold;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.MenuCatTitle {
	color: #660000;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

.MenuCatDesc {
	color: #660000;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 8px;
}
.MenuTitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	width: 150px;
	padding-right: 5px;
}
.MenuDescription {
	background: #FFF url("/images/dot.jpg")  repeat-x;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	width: 350px;
}
.MenuDescriptionText {
	background-color: #FFF;
}

.MenuPrice {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 50px;
}
/***************************************/
/* 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: Georgia, "Times New Roman", Times, 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;
}