/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
/* @import 'lib/typography.css'; */
/* @import 'lib/grid.css'; */
/* @import 'lib/forms.css'; */

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css';
   @import 'plugins/clearfix/clearfix.css';
   @import 'plugins/dropshadow/dropshadow.css'; */

/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */


 /* -------------------------------------------------------------- 

    Extended Blueprint CSS Framework Screen Styles
    Everything above this block is part of the 
    base screen.css file from blueprint.
    * Version:   0.1 (23.10.2007)
    * Website:   http://framework.cabedge.com

 -------------------------------------------------------------- */

/* --- extra reset (by tanner) --- */
	
	body { margin: 0; }
	body * { font-family: Verdana, sans-serif; }
	ul { list-style-type: none; }
	a { text-decoration: none; }
	
/* ------------------------------- */


/* !CLASSES */

.hide
{
	display: none;
}

.invisible
{
	visibility: hidden;
}

.orange
{
	color: #b9962e;
}

/* !BODY */

body
{
	background: #000 url(/static/images/body_bg.jpg) repeat-x 0 0;
}

body.only-header
{
	background: #000 url(/static/images/frame_top_bg.jpg) repeat-x 0 0;
}

/* !CONTAINER */

.container
{
	position: relative;
	margin: 0 auto;
	width: 994px;
	background: #000 url(/static/images/content_bg.jpg) no-repeat 0 306px;
}

body.short-header .container
{
	background-position: 0 169px;
}

body.only-header .container
{
	background-position: 0 169px;
	background-image: url(/static/images/frame_main_bg.jpg);
}

body.long-side-bg .container
{
	background-image: url(/static/images/long-side-bg.jpg);
}

#container-shadow-left
{
	position: absolute;
	top: 0;
	left: -38px;
	width: 38px;
	height: 729px;
	background: url(/static/images/container_shadow.jpg) no-repeat top left;
}

#container-shadow-right
{
	position: absolute;
	top: 0;
	right: -38px;
	width: 38px;
	height: 729px;
	background: url(/static/images/container_shadow.jpg) no-repeat top right;
}

body.only-header #container-shadow-left,
body.only-header #container-shadow-right
{
	height: 215px;
	background-image: url(/static/images/frame_top_shadows.jpg);
}

/* !HEADER */

#header
{
	position: relative;
	height: 290px;
	padding: 16px 0 0 0;
	background: #000 url(/static/images/header_bg.gif) repeat-x 0 0;
}

body.short-header #header,
body.only-header #header
{
	height: 153px;
}

/* !MASTHEAD */

#masthead
{
	position: absolute;
	top: 19px;
}

/* !LOGO */

#logo a
{
	position: absolute;
	top: 0;
	left: 56px;
	width: 234px;
	height: 218px;
	background: url(/static/images/logo_shadow.png);
}

* html #logo a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/logo_shadow.png", sizingMethod="crop");
	cursor: hand;
}

#logo span
{
	display: none;
}

/* !NAVIGATION */

#navigation
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 993px;
	height: 39px;
	/* background: #393d26; comes from the masthead image */
}

body.short-header #navigation,
body.only-header #navigation
{
	background: #393d26 url(/static/images/navigation_bg.jpg) no-repeat 0 0;
}

#navigation ul
{
	margin: 0 0 0 289px;
	padding: 0 0 0 51px;
	height: 39px;
}

/*
body.short-header #navigation ul,
body.only-header #navigation ul
{
	background: url(/static/images/navigation_ul_bg.jpg) no-repeat 0 0;
}*/

#navigation li { display: inline; }

#navigation li a
{
	display: block;
	float: left;
	padding: 13px 0 14px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
	color: #8e9300;
}

#navigation li a:active { color: #fff; }

#navigation li a.active,
#navigation li a:hover
{
	color: #fff;
	background: url(/static/images/navigation_li_active_bg.gif) repeat-x bottom left;
}

body.long-side-bg #navigation li a.active,
body.long-side-bg #navigation li a:hover
{
	color: #fff;
	background: url(/static/images/navigation_li_active_light_bg.gif) repeat-x bottom left;
}

#navigation li .navSpacer
{
	display: block;
	float: left;
	margin: 0 4px;
	padding: 13px 0 14px 0;
	font-size: 10px;
	line-height: 12px;
	color: #ba962e;
}

/* !MAIN CONTENT */

#main
{
	padding: 60px 125px 120px 340px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #ddd;
}

body.short-header #main
{
	padding: 60px 125px 120px 0;
}

body.only-header #main
{
	padding-top: 12px;
}

#main h1,
#main h2,
#main h3
{
	font-size: 18px;
	line-height: 30px;
	color: #8e9300;
}

#main h2 { font-size: 16px; }
#main h3 { font-size: 13px; }

#main h2
{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#main a
{
	text-decoration: underline;
}

#main p
{
	margin: 0 0 30px 0;
}

#main a { color: #8e9300; }
#main a:hover { text-decoration: underline; }

#main strong
{
	font-weight: normal;
	color: #8e9300;
}

#main hr
{
	margin: 0 0 29px 0;
	height: 1px;
	background: #393838;
	border: none;
}

#main ul
{
	margin: 0 0 30px 0;
}

#main .agentInfo li
{
	margin: 0 0 30px 0;
}

#main .agentInfo li ul
{
	padding: 0 0 0 18px;
	list-style-type: disc;
}

#main .agentInfo li li
{
	margin: 0 0 0 0;
}

.main-thin-format
{
	padding: 0 0 30px 340px;
}

/* !AGENT LIST */

div.agents {
    clear: left;
}

.agentInfo
{
	position: relative;
}

#main .agentInfo h2
{
	font-size: 18px;
	font-weight: normal;
}

.agent-photo
{
    float: left;
	width: 192px;
	height: 256px;
	padding: 43px 47px 48px 52px;
	background: url(/static/images/agent_imageWell.png);
}

.agents .agent {
    clear: left;
}


#agents-side-list {
    width: 289px;
    float: left;
}

#agents-side-list .agentList {
    padding: 16px 0;
}

#agents-side-list .agentList li {
	padding: 0 30px;
	text-align: right;
	line-height: 1.5em;
}

#agents-side-list .agentList a {
    text-decoration: none;
}

/* !PROPERTY LIST */

.propertyListing
{
	position: relative;
	display: block;
	padding: 48px 0 0 420px;
	min-height: 278px;
}

.propertyList .imageWell
{
	position: absolute;
	top: 0;
	left: -24px;
	width: 360px;
	height: 242px;
	padding: 40px 34px 38px 33px;
	background: url(/static/images/propertylist_imagewell.png);
}
* html body .propertyList .imageWell
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/propertylist_imagewell.png", sizingMethod="crop");
}

.propertyList h2
{
	font-size: 20px;
	line-height: 30px;
	color: #8e9300;
}

.propertyList p
{
	line-height: 30px;
}

.propertyList a
{
	text-decoration: underline;
	color: #8e9300;
}

/* !SIDEBAR */

#side
{
	position: absolute;
	top: 189px;
	left: 1;
	width: 289px;
	font-size: 12px;
	text-align: right;
	color: #8e9300;
}

body.only-header #side
{
	display: none;
}

body.long-side-bg #side
{
	padding: 60px 0 0 0;
}

body.long-side-bg #side li
{
	padding: 0 30px;
}

#side h2
{
	margin: 0 12px 18px 40%;
	text-transform: uppercase;
}

#side a
{
	font-size: 13px;
	color: #8e9300;
}

#side p
{
	margin: 0 12px 18px 30%;
}

#side .top
{
	margin: 0 0 12px -24px;
	width: 277px;
	height: 186px;
	padding: 37px 31px 35px 30px;
	background: url(/static/images/side_top_imagewell.jpg);
}

/* !FOOTER */

#footer
{
	margin: 0 125px 0 340px;
	padding: 4px 0 125px 0;
	font-size: 10px;
	color: #4a4949;
	border-top: 1px solid #4a4949;
}

body.only-header #footer
{
	display: none;
}

#footer a { color: #4a4949; }
#footer a:hover { color: #605959; }

#footer li { display: inline; }
#footer li a { text-transform: uppercase; }
#footer li .navSpacer { padding: 0 6px; }