body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: fixed;
	background-color: #76a5e8;
	background-image: url(images/backgroundTile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1.25em;
}
a:link {
	color: #CCCC99;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCC99;
	text-decoration: none;
	}
	
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/whiteBG.png);
} 
.twoColFixLtHdr #header {
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	height: 180px;
	background-image: url(images/whiteHeader2.png);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 22px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 424px;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1000px;
	background-image: url(images/whitefooter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.submenu, .submenu3, .submenuVillas {
	background-color: #EDE9E0;
	float: left;
	height: 30px;
	width: 148px;
	margin-left: 0px;
}

.submenu3 {
	width: auto;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 5px;
	border-left: 0px;
	border-style: solid;
	border-color: white;
}

.rightBar, .rightBar2, .rightBar3 {
	background-color: #FFFFFF;
	float: left;
	width: 286px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightBar2 {
	margin-left: 0px;
	margin-top: 10px;
}
.rightBar3 {
	margin-top: 10px;
}
.outer{
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
#menu4 {
	width: 200px;
	border-size: 1px;
	padding:0px;
	
	}
	#menu4 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu4 li a {
	height: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 23px;
	text-decoration: none;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
		}
		
	#menu4 li a:link, #menu4 li a:visited {
		color: #CCCC99;
		display: block;
		padding: 6px 0 0 0px;
		}
		
	#menu4 li a:hover {
	color: #9B8578;
	padding: 6px 0 0 0px;
	background-color: #FFFFFF;
		}
		
	#menu4 li a:active {
	color: #999966;
	padding: 6px 0 0 0px;
	background-color: #FFFFFF;
		}

.LOGO {
	background-color: #FFFFFF;
	float: left;
	height: 190px;
	width: 975px;
}
.logo2 {
	float: left;
	height: 180px;
	width: 225px;
}
.logoHome {
	float: left;
	height: 180px;
	width: 225px;
	padding-left: 12px;
}
.headerImage {
	background-color: #FFFFFF;
	float: left;
	height: 180px;
	width: 750px;
}



/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal, ul.MenuBarHorizontalType
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li, ul.MenuBarHorizontalType li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 148px;
	float: left;
	padding-top: 7;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontalType li
{
	width: 286px;
	border-right-width: 0px;
	border-right-bottom: 5px;
	
	border-bottom-style: solid;
	border-bottom-color: white;
}

.disclaimer {
	font-size:9pt;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontalType a
{
	display: block;
	cursor: pointer;
	background-color: #CCCC99;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 23px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontalType a
{
	border-right-width: 0px;
	border-right-style: solid;
}
ul.MenuBarHorizontal a:visited, ul.MenuBarHorizontalType a:visited

{
	background-color: #CCCC99;
	color: #FFFFFF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontalType a:hover, ul.MenuBarHorizontalType a:focus
{
	background-color: #999966;
	color: #FFFFFF;
}

.subheader {
	background-color: #FFFFFF;
	height: 23px;
	width: 133px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	color: #CCCC99;
	font-weight: bold;
}
.subheaderActive {
	background-color: #CCCC99;
	height: 23px;
	width: 80px;
	padding-top: 7px;
	padding-bottom: 0px;
	float: left;
	color: #FFFFFF;
}
.activesub  {
	background-color: #FFFFFF;
	float: left;
	height: 23px;
	width: 139px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #CCCC99;
}
.activesub2, .activesub3 {
	background-color: #999966;
	float: left;
	height: 23px;
	width: 133px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 5px;
	border-color: white;
	border-style: solid;
}
.activesub3 {
	width: 276px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 5px;
	border-left: 0px;
	border-color: white;
	border-style: solid;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.container2 {
}
.flashIntro {
	background-color: #CCCCCC;
	float: right;
	height: 250px;
	width: 250px;
}
/* /////////////////  HOME PAGE  /////////////////////*/

.twoColFixLt #mainContent2 {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 750px;
} 
.twoColFixLt #container2 {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/whiteBG.png);
}
.twoColFixLt #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 22px;
}

.headerSubMenu {
	height: 25px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFFFFF;
	padding-right: 15px;
	padding-top: 15px;
}
.headerSubMenu a:link { 
color: #FFFFFF;
}
.headerSubMenu a:visited { 
color: #FFFFFF;
}
.headerSubMenu a:hover{ 
color: #E1E1E1;
}

.flashIntro {
	background-color: #CCCCCC;
	float: left;
	height: 750px;
	width: 750px;
}
.flash {
	background-color: #CCCC99;
	float: left;
	height: 492px;
	width: 750px;
	text-align: right;
}
/*//////////////////////////  LIGHTBOX  ///////////////////////////////*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*//////////////////////////  LIGHTBOX  ///////////////////////////////*/
.imagePadding {
	padding-left: 5px;
	padding-bottom: 3px;
}
.imagePadding2 {
	padding-bottom: 3px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bolder;
	line-height: 1.35em;
	color: #CCCC99;
}
/*/////////// ACTIVE MAIN MENU  /////////////////////*/

.menu5 {
	width: 200px;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999966;
}


/*>>>>>>>>>>>>>>>>>>>>brutus>>>>>>>>>>>>>>>>>>>>>>>>*/

a.scrLink			{text-decoration:none; font-size:10pt; font-weight:100;}
a.scrLink:link		{color: #1E1E1E}
a.scrLink:visited	{color: #1E1E1E}
a.scrLink:hover		{color: #FFAA00}


.twoColFixLtHdr #searchContent {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 720px;
}  

div.sHead{
	clear:both;
	text-align:left;
	width:720px;
	text-indent:15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:0;
	padding:5px;
}

div.sblock{
 	clear:both;
	background-color:#EDE9E0;
	width:690px;
	margin:0;
	padding:20px;
	overflow:hidden;
}

div.sFoot{
	clear:both;
	text-align:left;
	width:720px;
	text-indent:15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:0 0 15px 0;
	padding:5px;
}

div.bHead{
 	clear:both;
	width:460px;
 	height:auto;
 	text-align:left;
	text-indent:15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:0;
	padding:5px;
	position:relative;
	z-index:1;
}

.bHead a:link{
	color: #FFFFFF;
	text-decoration: none;
	}
.bHead a:hover{
	color: #999999;
	text-decoration: none;
	}
.bHead a:visited{
	color: #666666;
	text-decoration: none;
	}

div.bblock{
 	background-color:#EDE9E0;
	width:420px;
	margin:0;
	padding:25px;
	overflow:hidden;
}

.footer{
	height: 100px;
	width: 1000px;
	margin:0 auto;
	background: url(images/whitefooter.png) no-repeat center;
	display:table;
}

.subscript {
	margin: 50px 0 0 0;
	text-align:left;
	margin-left: 25px;
	font-size: 12px;
}

.logo{
	clear:all;
	height: 86px;
	width: 62px;
	float: right;
	margin-right: 13px;
	vertical-align:sub;
}

.subscript a:link{
	color: #333333;
	text-decoration: none;
	}
.subscript a:hover{
	color: #999999;
	text-decoration: none;
	}
.subscript a:visited{
	color: #666666;
	text-decoration: none;
	}
	
img.prptyImage{
	vertical-align:text-top;
	float:left;
	margin:0 10px 5px 0;
}

p.main{
	text-indent:5px;
	text-align:justify;
}

li.list{
	margin:5px 0;
}

img, div { 
	behavior: url(iepngfix.htc);
}

