﻿body
{
	background-color: #00061f;
}

.navBar
{
	height: 28px;
	text-align: center;
}

img
{
	display: block;
}

.subNavBar
{
	background-color: #7a571d;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

.pageTitle
{
	color: #7a571d;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

/* Font Sizes */
.h1
{
	font-size: 12px;
	font-weight: bold;
}
.h2
{
	font-size: 13px;
	font-weight: bold;
}
.h3
{
	font-size: 14px;
	font-weight: bold;
}
.h4
{
	font-size: 16px;
	font-weight: bold;
}
.h5
{	
	font-size: 18px;
	font-weight: bold;
}

/* Font Colors */

.darkBrown
{
	color: #3d1d06;
}

.medBrown
{
	color: #996633;
}

.lightBrown
{
	color: #7a561d;
}

.pageContent
{
	background-color: #fefdfc;
	background-image: url(../images/content-bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	padding: 50px 50px 0px 50px;
	vertical-align: top;
	color: #663300;
	line-height: 20px;
	font-family: Arial;
	font-size: 13px;
}

.pageContent a, .pageContent a:link, .pageContent a:visited
{
	color: #996633;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}

.pageContent a:hover
{
	text-decoration: underline;
}

.pageContentBottom
{
	background-color: #fefdfc;
	background-image: url(../images/content-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}

#topmenu
{
	padding-left: 2px;
	padding-bottom: 5px;
	width: 150px;	
}

#topmenu ul
{
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}
#topmenu li
{
	float: right;
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

#topmenu li a
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}

#topmenu .selected
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #8ed1fb;
}

#topmenu li a:hover
{
	border: 0; /* needed to trigger IE */
	display: block;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #8ed1fb;
}

#menu
{
	padding-left: 20px;
}

#menu ul
{
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}
#menu li
{
	float: left;
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

#menu li a
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}

#menu .selected
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #8ed1fb;
}

#menu li a:hover
{
	border: 0; /* needed to trigger IE */
	display: block;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #8ed1fb;
}




#submenu
{
	padding-left: 260px;
}

#submenu ul
{
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}

#submenu li
{
	float: left;
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

#submenu li a
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}

#submenu .selected
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #fbcc52;
}

#submenu li a:hover
{
	border: 0; /* needed to trigger IE */
	display: block;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #fbcc52;
}

#footermenu
{
	padding-top: 8px;
	padding-left: 60px;
}

#footermenu ul
{
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}
#footermenu li
{
	float: left;
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	color: #8ed1fb;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

#footermenu li a
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 600;
	color: #8ed1fb;
}

#footermenu li a:hover
{
	border: 0; /* needed to trigger IE */
	display: block;
	text-decoration: underline;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 600;
	color: #8ed1fb;
}

#footer
{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	color: #8ed1fb;
}

#footer span
{
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}

#footer a, #footer a:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	color: #8ed1fb;
	text-decoration: none;
}

#footer a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	color: #8ed1fb;
	text-decoration: underline;
}





#footerIMP

{

	text-align: center;

	width: 100%;

	display: block;

	padding-top: 10px;

	font-family: Verdana;

	font-size: 10px;

	font-weight: 600;

	color: #8ed1fb;

}



#footerIMP span

{

	font-family: Verdana;

	font-size: 10px;

	font-weight: 600;

	color: #ffffff;

}



#footerIMP a, #footer a:visited

{

	font-family: Verdana;

	font-size: 10px;

	font-weight: 600;

	color: #8ed1fb;

	text-decoration: none;

}



#footerIMP a:hover

{

	font-family: Verdana;

	font-size: 10px;

	font-weight: 600;

	color: #8ed1fb;

	text-decoration: underline;

}

#sitemap
{
}

#sitemap ul
{
	position: relative;	
	list-style-type: none;	
}

#sitemap li
{	
	font-family: Arial;
	font-size: 13px;
	color: #996633;	
	line-height: 22px;
}

#sitemap li a
{
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #996633;
}

#sitemap li a:hover
{
	border: 0; /* needed to trigger IE */
	display: block;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	color: #996633;
}

.priceTable TD
{
	font-family: Arial;
	font-size: 11px;
}

.floorTypeLink
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.floorTypeLink a, .floorTypeLink a:link, .floorTypeLink a:visited
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #996633;
	text-decoration: none;
}

.floorTypeLink a:hover
{
	text-decoration: underline;
}

.villaTypeLink
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.villaTypeLink a, .villaTypeLink a:link, .villaTypeLink a:visited
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #3d1d06;
	text-decoration: none;
}

.villaTypeLink a:hover
{
	text-decoration: underline;
}

.gallery
{
}

.gallery TD
{
	padding-left: 8px;
	vertical-align: middle;
	width: 167px;
	height: 108px;
	background-image: url(../images/Gallery/pic_bg.jpg);
	background-repeat: no-repeat;
}