/* resetting some default styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html, body {background:#fff;}
html {height:100%; margin-bottom: 1px}
body {font-size:62.5%; font-family: "Lucida Sans Unicode",verdana;}

textarea {overflow: auto;}
button {cursor:pointer;}
a {text-decoration: underline;}
a:hover {text-decoration: none;}


.hide {
	display: none;
}

/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}


body {
	font-family: "Palatino Linotype", Palatino;
	font-size: 1.4em;
}

div {
	
}

/* default wrapper width for 1024 x 768 screens, centered */
#wrapper {
	width: 670px;
	margin: 0 auto;
	
}

/* hide unnecessary information */
#printNav, #search, #breadcrumb, 
#details form, #details #printVer, #details #shortlist,
#currConv, #map, #bookmark {
	display: none;
}


/* header logo */


#header #logo {
	width: 100%;
	float: left;
	padding: 15px 0 10px 0px;
	font-family: "courier new";
	font-weight: bold;
	font-size: 40px;
	border-bottom: 1px solid #086390;
}
	
	#header #logo a {
		text-decoration: none;
	}
	
	#header #logo span {
		margin: 0 5px;
	}
	
	#header #logo #logo_1 {
		color: #66b1ca;
	}
	
	#header #logo #logo_2 {
		color: #086390;
	}
	
	#header #logo #logo_3 {
		color: black;
	}
			
/* title */

#propertyTitle {
	font-size: 1.3em;
	color: black;
	width: 100%;
}

	#propertyTitle h2 {
		width: 60%;
		float: left;
		padding: 2% 2% 0 2%;
		font-size: 0.9em;
	}
	
	#propertyTitle div {
		width: 30%;
		padding: 2% 2% 0 2%;
		float: right;
		text-align: right;
		font-size: 0.8em;
	}
	
	#propertyTitle span {
		display: block;
		clear: both;
		font-size: 0.65em;
		padding: 2px 2% 2% 4%; 
	}

/* Image Gallery */

#imageGallery {
	width: 100%;
}

	#imageGallery  #mainImg{
		height: 230px;
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}
		#mainImg img {
			height: 216px;
			margin: 0 auto;
			padding: 3px;
			border: 1px solid #999;
		}
		
	#imageGallery #thumbnails {
		text-align: center;
	}
	
		#thumbnails a {
			text-align: center;
			padding: 5px;
			text-decoration: none;
		}
		
			#thumbnails a img {
				padding: 2px;
				border: 1px solid #999;
			}

#details #features {
	text-align: center;
	color: #555;
	margin: 10px 0;
	padding-top: 10px;
}
		

#primaryContent #longDesc {
	margin: 10px 0 0 0;
	padding: 1%;
}

	#longDesc p {
		line-height: 1.3em;
		text-indent: 2em; 
		margin: 0 0 1em 0;
		text-align: justify;
	}

#agentDetails {
	text-align: center;
}
	
	#agentDetails div {
		margin: 5px 0 10px 10px;
	}
	
	#agentDetails a {
		color: black;
		text-decoration: none;
	}
	
	#agentDetails #agentLogo {
		text-align: center;
	}
		#agentDetails img {
		
		}	
		
	#agentDetails #reqDetails {
		display: none;
	}
		
