/* ----------- Header ----------- */

#front_header {
	height: 266px;
	background: url(/images/header_pic.jpg) no-repeat center top;
}

#front_header p {
	text-indent: -9999px;
}


/* ------------ Main Section ----------- */

#main {
	width: 640px;
	float: left;
	margin: 0 20px 0 0;
	color: #333;
}

#main h1 {
	font-size: 3em;
	font-weight: normal;
	margin: 20px 0;
	padding: 0;
	border: none;
	text-transform: none;
	color: #ccc;
	background: url(/images/welcome_renaissance.png) no-repeat top left;
	text-indent: -9999px;
}

#main h1 strong {
	color: #666;
	font-weight: normal;
}

#main p {
	font-size: 1.3em;
	color: #333;
	line-height: 1.5em;
	
}

#intro {
	width: 640px;
	margin: 0 0 20px 0;
}

#pic_gutter {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
}

#intro_text {
	width: 460px;
	float: left;
}

#main h2 {
	background: #333;
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: bold;
}

/* ----------- Teasers ----------- */

#teasers {
	width: 640px;
}

div.link_boxes {
	width: 280px;
	float: left;
	margin: 0 20px 0 0;
}

div.link_boxes div {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

div.link_boxes ul {
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0;
}

div.link_boxes li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#teasers p {
	margin: 0 10px 10px 10px;
	padding: 0;
}


	


#newsletter h2 {	
	background: url(/images/pink_bg_3.png) repeat-y top left;
	padding: 7px 10px 7px 30px;
	margin: 0;
}

#property_link h2 {
	background: url(/images/yellow_bg_2.png) repeat-y top left;
	padding: 7px 10px 7px 30px;
	color: #222;
}

#map_tease {
	float: left;
	width: 338px;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0 0 20px 0;
}

#map_tease h2 {
	background:#111 url(/images/blue_bg_2.png) no-repeat top left;
	padding: 7px 10px 7px 30px;
}


/* ----------- News ----------- */

#news {
	width: 280px;
	float: left;
	background: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 0 20px 0;
}

#news h2 {
	background: #111 url(/images/black_bg.png) repeat-y top left;
	color: #fff;
	font-size: 1.3em;
	margin: 20px 20px 0 20px;
	padding: 7px 10px 7px 30px;
	font-weight: bold;
}

div.news_item {
	margin: 0 20px 1px 20px;
	background: #fff;
}

div.news_item h3 {
	color: #333;
	padding: 10px 10px 2px 10px;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
}

div.news_item p {
	color: #333;
	padding: 0 10px 10px 10px;
	font-size: 1.3em;
}
