@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************************************************
CONDOS4SHORE CSS
**********************************************************************************/
body{
	background: #bde6ed url(images/hp_leftbground.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #19486a;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container{
	width: 1024px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
/*	border:thin solid #000000;
*/}
#c_left{
	width: 167px;
	height: 700px;
	background: url(images/container-left.jpg) no-repeat;	
	margin: 0;
	padding: 0;
	float:left;
}
#c_mid{
	width: 700px;
	height: 700px;
	background: url(images/container-mid4.jpg) no-repeat;	
	margin: 0;
	padding: 0;
	float:left;
/*	border: thin solid #000000;
*/}
#c_right{
	width: 152px;
	height: 700px;
	background: url(images/container-right.jpg) no-repeat;	
	margin: 0;
	padding: 0;
	float:left;
}
#container #c_mid #flash{
	margin: 0 auto;
	padding: 140px 0 0 0;
	width: 680px;
	height: 455px;
}

#container #c_mid #footer{
	margin: 0 auto;
	padding: 5px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
}


a:link{
	color: #19486a;
	text-decoration: none;
}

a:visited{
	color: #19486a;
	text-decoration: none;
}
a:hover{
	color: #19486a;
	text-decoration: underline;
}
a:active{
	color: #19486a;
	text-decoration: none;
}
#houses{
	height: 100px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.frontpic{
	padding-left: 10px;
}