@charset "utf-8";
/* CSS Document */

body 
{
	background-color:#fff3d3;
	background-image:url(images/botanica_apartment-back.jpg);
	background-repeat: repeat;
	color:#000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	vertical-align:top;
	margin: 0px;
}

.menu {
	background-image:url(images/botanica_05.jpg);
	padding:15px 0 0 15px;
	}

.container {
	width:100%;
	overflow:hidden;
	}
	
.leftContent {
	width:550px;
	float:left;
	}
	
.rightContent{
	width:200px;
	float:right;
	vertical-align:top;
	}

.rightContent img { padding:5px 5px 0px 0px; }


.sectionTitleBar {
	font:normal normal bold 13px/22px arial;
	color:#000000;
	text-align:left;
	padding:2px 15px 2px 15px;
	height:22px;
	width:525px;
	background:url(images/botanica_apartment_12.jpg) top repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
}

.amenLeft {
	width:250px;
	float:left;
	margin:5px;
	}
.amenRight {
	width:275px;
	float:left;
	margin:5px;
	}

li {
	list-style:url(images/menu_marker.gif);
	padding:2px 5px 2px 0px;
	}

.rightLink {
	font-size:16px;
	text-decoration:none;
	}

a:link { 
	color: #003399;
	}
a:visited { 
	color: #003399;
	}
a:hover { 
	color: #002157;
	}
a:active { 
	color: #003399;
	}


.header h1
{
	font-size:18px;
	margin:0px;
}

.header h2
{
	font-size:14px;
	margin:0px;
}

h3 {
	margin:2px;
	
	}

.content
{
	width:800px;
	text-align:left;
	padding-left: 14px;
	padding-bottom: 4px;
}

.footer {
	font-size:10px;
	background-image:url(images/botanica_apartment_12.jpg);
	height: 40px;
	margin: 4px;
}

#floorplans
{
	width:550px;
	text-align:center;
}


#fpTitle
{
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
}

#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}

#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
	
.gallerycontainer{
position: relative;
height:315px;
width:215px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 210px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.contactForm {
	margin:5px;
	}

.contactLeft {
	width:270px;
	height:210px;
	float:left;
	vertical-align:top;
	}

.contactRight {
	width:270px;
	height:210px;
	float:left;
	vertical-align:top;
	}
