/* CSS Document */

body {
	background: #cac5c2 url(../images/bg.gif) repeat-x;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #4b4d46;
}


a:link { color: #5e652b; text-decoration: none; }
a:hover { color: #36391a; text-decoration: underline; }
a:visited { color: #8d9458; text-decoration: none; }

.agent_name {
	color: #99bd5d;
	font-family: "times new roman", times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 206%;
	line-height: 102%;
	letter-spacing: 1px;
}
.agent_lastname {
	color: #5e652b;
}
.agent_firstletter {
	font-size: 150%;
}


#footer {
	background: url(../images/footer_right.gif);
	color: #3e3e3e;
	font-size: 10px;
}

#broker_name {
	color: #575757;
	font-size: 20px;
}

.dark_yellow_text, .dark_yellow_link {
	color: #5d642b;
	text-decoration: none;
}

.dark_yellow_link:hover {
	text-decoration: underline;
}

.green_link{
	color: #8cc63f;
	text-decoration: none;
}

.green_link:hover {
	text-decoration: underline;
}

/* HOME */

#home_green_text {
	background: #5d642b;
	padding: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	font-size: 11px;
}

.scroll_container {
	height: 290px;
	width: 310px;
	overflow: hidden;
	color: #FFFFFF;
	padding-right: 10px;
}

#main_container {
	width: 802px;
	border: solid #c1bdba 14px;
}

#main_sub {
	border: solid #FFFFFF 1px;
}

#info_header {
	line-height: normal;
	padding-left: 10px;
}


/* ABOUT */

#about_photo {
	margin-right: 30px;
	height: 480px;
	width: 213px;
	padding-top: 20px;
	background: url(../images/about_bg.jpg) repeat-x;
	background-color: #b8b4b4;
	color: #5d642b;
}

#about_photo .contact
{
	padding-left: 20px;
}

#about_description {
	padding-top: 25px;
	padding-left: 20px;
}

.about_container {
	font-size: 10px;
	height: 400px;
	overflow: hidden;
	text-align: justify;
}


/* CONCIERGE */

.concierge_title { color: #36391a; text-decoration: underline; }
.concierge_company { color: #5e652b; text-decoration: none; }

/* CONTACT */
.contact_info {
	background: url(../images/contact_bg.jpg) repeat-x;
	padding-left: 10px;
	color: #5d642b;
	font-size: 10px;
}



/* FOOTER */

a.footer:link { color: #5e652b; text-decoration: none; }
a.footer:hover { color: #36391a; text-decoration: underline; }
a.footer:visited { color: #8d9458; text-decoration: none; }