/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		background: #232323;
		color:#FFF;
		height:100%;
		text-align:justify;
	}
	
	h2 {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
	a:link, a:visited, a:active, a:hover
	{
	text-decoration:none;
	color:#B3D29B;
	}
	
	img, a:visited, a:active, a:hover {
	border-color:#B3D29B;
}
	.123, a:visited, a:active, a:hover {
	border-color: #FF0000;
}
	
	a:hover
	{
	text-decoration: underline;
	}
	
	#content
	{
		min-height:100%;
		height: auto;
		height: 100%;
   		position:relative;
		width: 940px;
		margin: 0 auto -4em;
		
	} 
	
	#menu
	{
		width: 940px;
		margin: 0px;
		padding-bottom:10px;
		
		
	} 
	
	#side-a {
	float: left;
	width: 655px;
	padding:0;
	margin: 20px 40px 30px 0px;
	}

	#side-b { 
	float: left;
	width: 180px;
	text-align:right;
	margin: 40px 0px 20px 0px;
	height: 1% /* Holly hack for Peekaboo Bug */
	}

	#side-c {
	float: left;
	width: 940px;
	padding:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	}
	
	#side-d {
	float: left;
	width: 470px;
	margin-right:20px;
	}
	
	#side-e { 
	margin: 0;
	float: left;
	width: 110px;
	text-align:right;
	padding-top:80px;
	height: 1% /* Holly hack for Peekaboo Bug */
	}
	
	#gallery-floatleft {
	float: left;
	width: 940px;
	margin: 0;
	}
	
	#gallery-floatright {
	float: left;
	width: 500px;
	margin: 15px 0 0 0;
	
	}
	
	#gallery-floatright{
	text-decoration:underline;
	
	}
	
	.pic {border:2px; border-thickness:1px; border-color: #999; border-style: solid;}
	
	#wrap {
	margin: 0 auto;
	}
	#header {
	background-position:top;
	height:60px;
	}
	
	.headlogo {
	margin:10px 0px 0px 0px;
	}
	
	#header h1 {
	margin:0;
	font-size:30px;
    }
	
	
	#nav {
		background-image: url(../images/backgrounds/nav.png);
		background-repeat:repeat-x;
		height:10px;
		}
		
	#content h2, #content h3, #content p {
	padding:0;
	}
	
	#content h2 {
	font-size:28px;
	font-weight:100;
	}
	
	
	
	#slide {
	}
	#sidebar {
		float: right;
		width:150px;
		background-color: #EEEEEE;
		background-image:url(../images/backgrounds/sidebar_top.png);
		background-repeat:repeat-x;
		margin-left:0px;
		border: none;
		padding:0px;

	}
	#sidebar ul {
	width:150px;
	list-style:none;	
	margin:0;
	padding:0;
	margin-top:0px;
	background-color:fff;

	}
	#sidebar li {
	margin:0;
	padding:0;
	border-bottom:#FFFFFF 1px solid;
	text-align: left;
	background-color:#ddd;
		
	}
	#sidebar ul a:link, #sidebar ul a:visited{
	color: #999999;
	text-decoration:none;
	display:block;
	padding: 2px 5px 5px 5px;
	padding-top:5px;
	}
	
	#sidebar ul a:hover, #sidebar ul a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#999999;	
	padding: 2px 5px 5px 5px;
	padding-top:5px;
	}
	
    #sidebar h3, #sidebar p {
		padding:5px;
    }
	
	
	#footer {
	clear: both;
  	padding-bottom:30px;
	padding-top: 30px;
  	bottom:0;
  	width:100%;
  	height:4em;   /* Height of the footer */
   	color:#FFF;
    }
	
	p.call, p.back{
	color:#B3D29B;
   }
   
   p.call{
	font-size:12px;
   }
   p.back{
	font-size:14px;
	font-style:italic;
   }
   
   p.call a:link, p.back a:link{
	color: #B3D29B;
   }
   
	#footer p {
		padding:0;
		margin:0;
		padding:5px;
    }
	
	#content ul, #footer ul {
	margin:0;
	font-size:10px;
	padding-bottom:5px;
	list-style:none;
	}
	#content li, #footer li{
	display:inline;
	margin:0;
	padding:0;
	font-size:12px;
	}
	.float{
	clear:both;
	float:left;
	padding-right:10px;
	padding-top:3px;
	}
	
	
	#footer ul, #footer li
	{
	text-align:center;
	}
	
	#footer ul a:hover, #footer li a:hover
	{
	text-decoration:underline;
	text-align:center;
	}
	
	ul.menu
	{
	height: 20px;
	list-style: none;
	padding-left:0px;
	padding-top:8px;
	font-weight: bolder;
	background-image:url(../images/test2.gif);
	background-repeat:repeat-x;
	text-align:center;
	}
	
	
	ul.menu a
	{
	border: none;
	padding:5px 22px 5px 22px;
	margin-right: 5px;
	text-decoration:none;
	color: #fff;

	}
	
	ul.menu a:hover
	{
	color: #B3D29B;
	border:none;
	}
	
	
	body#index a#indexlink,
	body#about a#aboutlink,
	body#contact a#contactlink,
	body#projects a#projectslink,
	body#properties a#propertieslink,
	body#services a#serviceslink,
	body#testimonials a#testimonialslink {
	color: #B3D29B;	
	}
		
	.figure {
	float: left;
	width: auto;
	margin: 0 10px 10px 0px;
	}
	
	.invest {
	float: left;
	width:940px;
	margin: 10px 10px 10px 0px;
	padding: 8px 0px 8px 8px;
	text-transform:uppercase;
	}
	
	.invest2 {
	float: left;
	width: 250px;
	height:280px;
	margin: 10px 30px 10px 130px;
	padding: 8px 0px 8px 8px;
	text-transform:uppercase;
	}
	
	.investtext {
	float:left
	font-weight:100;	
	}

	.figure2 {
	float: left;
	width: auto;
	margin: 3px;
	}
	
	.figure3 {
	float: left;
	width: auto;
	margin: 15px;
	}
	
	.photo img {
	border: 3px solid #CCC;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
	}

	img.floatleft { 
    float: left;
	margin: 0px 10px 10px 0px;
	}

	img.floatright { 
    float: right;
	margin: 5px 0px 10px 10px;
	}
	
	img.before { 
    float: left;
	margin: 10px 10px 10px 150px;
	}
	
	img.after { 
    float: right;
	margin: 10px 150px 10px 0px;
	}
	
	.center{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}
	
	div.figure {
    float: left;
	width:148px;
	margin: 0px 4px 10px 4px;
	}
	
	.figure p {
	text-align:left;
	}
	
	.highlight {
	text-decoration:underline;
	}

	.thumbs a:active, .thumbs a:visited, .thumbs a:link {
	color:#FFFFFF;
	}
	
	.thumbs a:hover {
	color: #999;
	}
	
body#home a#home, 
body#villas a#villas,
body#cignano a#cignano,
body#tuscanbliss a#tuscanbliss,
body#contact a#contact,
body#places a#places,
body#comments a#comments,
body#location a#location,
body#news a#news {
	background-color:#999;
	color:#FFFFFF;
	font-weight:bold;
	}
	
	#gallery {
	border: 3px solid #CCC;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
	}
	 
	.galltext {
	margin-top:30px;
	font-weight:100;	
	text-transform:uppercase;
	}
	
	
/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

.clear {
	clear:both;
	}

	
	

	
	
	

