/*
-----------------------------------------------
lmsre.com
Stylesheet: Construction.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 April 2010
----------------------------------------------- */

#new_construction_project_details { float: left; width: 100%; }

#new_construction_project_slideshow { float: left; width: 325px; }
#btn_construction_slideshow_prev { display: block; width: 14px; height: 13px; background: transparent url(/assets/images/icon-arrow-prev-sm.gif) no-repeat 0 0; text-indent: -999em; outline: 0; }
#btn_construction_slideshow_next { display: block; width: 14px; height: 13px; background: transparent url(/assets/images/icon-arrow-next-sm.gif) no-repeat 0 0; text-indent: -999em; bottom: 10px; left: 160px; outline: 0; }
#btn_construction_slideshow_playpause { display: block; width: 14px; height: 13px; background: transparent url(/assets/images/icon-pause-sm.gif) no-repeat 0 0; text-indent: -999em; bottom: 10px; left: 140px; outline: 0; }

#new_construction_project_slideshow #btn_construction_slideshow_prev { position: absolute; bottom: 10px; left: 120px; }
#new_construction_project_slideshow #btn_construction_slideshow_next { position: absolute; bottom: 10px; left: 180px; }
#new_construction_project_slideshow #btn_construction_slideshow_playpause { position: absolute; bottom: 10px; left: 150px; }

#new_construction_project_slideshow .content { margin: 0; list-style: none; background: #c9c796; padding: 10px 10px 30px; float: left; position: relative; }
#new_construction_project_slideshow ul { margin: 0; list-style: none; float: left; }
#new_construction_project_slideshow ul li { text-align: center; display: none; line-height: 0; }
#new_construction_project_slideshow ul li:first-child, * html #new_construction_project_slideshow ul li { display: block; }
.new_construction_developer_logo {
	font-size: 1.2em;
	font-weight: bold;
	color: #192046;
	float: left;
	clear: left;
	padding-top: 18px;
}
.new_construction_developer_logo img { display: block; margin-top: 5px; }

#new_construction_project_info { float: left; width: 580px; }
#new_construction_project_info .new_construction_project_logo { float: left; padding: 0 10px 10px 0; }
#new_construction_project_info .new_construction_project_logo img { border: 2px solid #728b35; }
#new_construction_project_info h1 { border: 0; margin: 5px 0 7px; padding: 0; }
#new_construction_project_info .location { font-size: 1.5em; margin: 0 0 10px; font-weight: bold; }
#new_construction_project_info .developer_url { font-size: 1.5em; margin: 0 0 10px; }
#new_construction_project_info .description { clear: both; }
#new_construction_project_info .description p { font-size: 1.5em; margin: 0 0 1.2em; }
#new_construction_project_info ul { margin: 0; list-style: none; }
#new_construction_project_info li { font-size: 1.5em; margin: 0 0 1.2em; }

#new_construction_project_images { float: left; width: 100%; clear: left; }
#new_construction_project_images h2 { font: bold italic 3em/1.2em 'Times New Roman', Times, serif; padding: 0; margin: 0 0 10px; border-bottom: 2px solid #8d8d8d; color: #000; }
#new_construction_project_images ul { float: left; width: 100%; clear: left; padding-bottom: 20px; margin: 0; list-style: none; }
#new_construction_project_images li { float: left; width: 303px; font-size: 1em; }
#new_construction_project_images li img { display: block; }
#new_construction_project_images li span { display: block; width: 290px; text-align: center; }
#new_construction_project_images li .caption { font-size: 1.5em; }
#new_construction_project_images li .mls_link { font-size: 1.3em; }

#new_construction_project_office { clear: left; width: 100%; border-top: 2px solid #8d8d8d; padding: 18px 0; }
#new_construction_project_office h2 { font: bold italic 3em/1.2em 'Times New Roman', Times, serif; padding: 0; margin: 0 0 10px; color: #000; }
#new_construction_project_office .office_image { font-size: 1.3em; float: right; text-align: center; }
#new_construction_project_office .office_image a { text-decoration: none; }
#new_construction_project_office .office_image img { display: block; }
#new_construction_project_office p { font-size: 1.5em; margin: 0 0 10px; }

#new_construction_projects_module { width: 236px; text-align: center; }
#new_construction_projects_module ul { margin: 0; list-style: none; }
#new_construction_projects_module li { font-size: 1em; display: none; }
#new_construction_projects_module li:first-child { display: block; }
* html #new_construction_projects_module li { display: block; }
#new_construction_projects_module img { border: 2px solid #3e6b99; }
#new_construction_projects_module .location { font-size: 1.3em; margin: 0; }
#new_construction_projects_module .more_listings { font-size: 1.2em; font-weight: bold; color: #192046; }
#new_construction_projects_module .slideshow_nav { position: relative; height: 30px; margin: 0; }
#new_construction_projects_module #btn_construction_slideshow_prev { position: absolute; left: 80px; top: 5px; }
#new_construction_projects_module #btn_construction_slideshow_next { position: absolute; left: 140px; top: 5px; }
#new_construction_projects_module #btn_construction_slideshow_playpause { position: absolute; left: 110px; top: 5px; }