/*
-----------------------------------------------
lmsre.com
Stylesheet: Associate-Details.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 19 May 2008
----------------------------------------------- */

body {
	background: #192446;
}

#container { padding-bottom: 100px; }

#masthead { 
	position: relative;
	height: 85px;
}

#logo { position: absolute; top: 10px; left: 10px; }
#tagline { font-size: 1.8em; margin: 0; padding: 18px 18px 18px 200px; color: #FFF; font-weight: bold; font-style: italic; }

#agent_contact_info {
	color: #FFF;
	float: left;
	width: 175px;
	padding-top: 30px;
}

#agent_contact_info .agent_image { text-align: center; }
#agent_contact_info ul { margin: 0 18px; list-style: none; }
#agent_contact_info li { margin-bottom: 10px; width: 100%; }
#agent_contact_info span.value { display: block; }

#content {
	background: #FFFAC2;
	min-height: 450px;
	margin-left: 175px;
	padding: 30px;
}

* html #content { height: 450px; }

#masthead ul { margin: 0; list-style: none; }

li.button a {
	text-indent: -999em;
	display: block;
	height: 22px;
}

.btn_looking { position: absolute; left: 200px; top: 50px; }
.btn_looking, .btn_looking a { background: transparent url(/assets/templates/main/images/btn-looking.gif) no-repeat 0 0; width: 211px; }
.btn_looking a:hover, .btn_looking a:active { background-position: 0 -22px; }
.btn_email { position: absolute; left: 421px; top: 50px; }
.btn_email, .btn_email a { background: transparent url(/assets/templates/main/images/btn-email.gif) no-repeat 0 0; width: 89px; }
.btn_email a:hover, .btn_email a:active { background-position: 0 -22px; }
.btn_property_search { position: absolute; left: 520px; top: 50px; }
.btn_property_search, .btn_property_search a { background: transparent url(/assets/templates/main/images/btn-property-search.gif) no-repeat 0 0; width: 150px; }
.btn_property_search a:hover, .btn_property_search a:active { background-position: 0 -22px; }

.btn_back_home, .btn_back_home a { background: transparent url(/assets/templates/main/images/btn-back-home.gif) no-repeat 0 0; width: 148px; }
.btn_back_home a:hover, .btn_back_home a:active { background-position: 0 -22px; }
.btn_back_agents, .btn_back_agents a { background: transparent url(/assets/templates/main/images/btn-back-agents.gif) no-repeat 0 0; width: 148px; }
.btn_back_agents a:hover, .btn_back_agents a:active { background-position: 0 -22px; }

h1 { font-size: 1.8em; margin-bottom: 1em; }
p.location { font-size: 1.4em; }
