/* @override 
	http://wisinski.mdwebserver.com/css/default.css
	http://www.wisinski-group.com/css/default.css
*/

/*
default styles for wisinski-group.com
Created:        Nov 23 2007
Last Modified:  Feb 05 2008
-------------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com | Copyright 2008
=============================================================
Stylesheet was last copied over from the development folder
on 2007-11-29. All work should take place here for the rest 
of the project. Archived versions can be saved with a date 
suffix (see existing ones in folder).
============================================================= */

/* NORMALIZING styles
=========================================== */
* { /* most basic of resets */
	margin: 0;
	padding: 0;
	}

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	border: 0px;
	}

table {
	border: 0px;
	}


/* MAIN styles
=========================================== */
body {
	background: #e8e8e8 url('/images/site/bg_body.jpg') center top repeat-y;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}

h1, h2, h3 {
	color: #00446a;
	line-height: 1.2em;
	}

h1 {
	font-weight: normal;
	font-size: 21px;
	}

h2 {
	font-size: 14px;
	margin:10px 0px 0px;
	}

h3 {
	font-size: 12px;
	}

.subtext {
	font-size: .7em;
	padding-left: 10px;
	}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	}

ul, ol {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
	}

td {
	vertical-align: top;
	}

a { /* kill outlines in FF */
	outline:  none;
	}
a:link{color: #8baf3e;}
a:visited{color: #8baf3e;}
a:hover{color: #61821b;}
a:active{color: #61821b;}

/* resource files */
a.filelink {
	background: transparent url('/images/icons/unknown.png') 0 0 no-repeat;
	padding: 0 0 2px 20px;
	}

a.filelink.file-pdf {background-image: url('/images/icons/pdf.png');}
a.filelink.file-zip {background-image: url('/images/icons/zip.png');}
a.filelink.file-xls {background-image: url('/images/icons/xls.png');}
a.filelink.file-jpg {background-image: url('/images/icons/jpg.png');}
a.filelink.file-doc {background-image: url('/images/icons/doc.png');}
a.filelink.file-ppt {background-image: url('/images/icons/ppt.png');}


dt {
	font-weight: bold;
	}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 5px 0;
	padding: 0px;
	}

legend {
	color: #fff;
	}

.clr {
	clear: both;
	height: 0px;
	}

.clearfix:after {/*http://positioniseverything.net/easyclearing.html*/
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* Hide from IE Mac \*/
.clearfix {height: 1%;}
/* End hide from IE Mac */


.superadmin { /* blocks that exist only for superadmin to see */
	background: #faf9d2;
	border: 1px solid #e49773;
	padding: 6px;
	color:  #333;
	}

.preview-disclaimer {
	background: #faf9d2;
	border: 1px solid #e49773;
	padding: 6px;
	margin: 0 0 10px 0;
	color:  #333;
	}


/* Account styles (top of site)
-------------------------------------------*/
#account_container {
	position: relative;
	background: #00446a url('/images/site/bg_account_container.gif') left bottom repeat-x;
	}

#account {
	width: 900px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -450px;
	color: #9db5c4;
	}
	
	#account_controls {
		float: right;
		padding: 5px 0 8px;
		}
		
		#account_controls p {
			padding: 0;
			text-align: right;
			}

#account_controls ul {
			margin: 0;
			padding: 0;
			}

#account_controls ul li {
			display:  inline;
			margin-right: 1em;
			}

#account_controls ul li.logout {
			margin-right: 0;
			}
			
		#account_controls #account_form {
			}
			
		#account_controls #account_form input {
			background-color: #f0f0f0;
			}
			
		#account_controls #account_form label {
			font-size: 10px;
			}
		
		#account_controls  #account_form table tr td {
			vertical-align: bottom;
			padding: 0 0 0 6px;
			font-size: 12px;
			}
			
	
		
		#account_controls a{
			color: #8cb036;
			}
		
		#account_controls a:hover{
			color: #b5da5d;
			}


/* CONTAINER styles
=========================================== */
#container{
	width: 910px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -450px;
	}


/* HEADER styles
=========================================== */
#header {
	background: #fff;
	height: 125px;
	}

#header h1{
	position: absolute;
	top: 16px;
	left: 70px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: transparent;
	}

#header h1 a{
	height: 91px;
	width: 217px;
	display: block;
	background: transparent url(/images/site/logo_wisinski_group.gif) 0 0 no-repeat;
	letter-spacing : -1000em;
	text-indent: -1em;
	}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */


/* Main Navigation
--------------------------------------------- */
	#header #nav_main{
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 65px;
		right: 50px;
	}
		#header #nav_main li{
			margin: 0px;
			padding: 0px;
			list-style: none;
			font: normal bold 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			display: inline;
		}
			#header #nav_main li a{
				display: block;
				float: right;
				padding: 0 0 0 18px;
				color: #999999;
				text-decoration: none;
				/*border-right: 1px solid #d6e3eb;*/
			}
			
			
			
			
			
				#header #nav_main li.last a{
					border: 0px;
				}
				#header #nav_main li a span{
					display: block;
					padding: 12px 18px 12px 0;
					border-right: 1px solid #d6e3eb;
				}
				#header #nav_main li.last a span{
					border-right: none;
				}

			#header #nav_main li a:hover{
				background: #9bb96a url(/images/site/bg_tab.gif) 0 0 no-repeat;
				color: #fff;
			}
				#header #nav_main li a:hover span{
					background: transparent url(/images/site/bg_tab_right.gif) right top no-repeat;
				}


/* active state */
#header #nav_main li a.active {
	background: #9bb96a url(/images/site/bg_tab.gif) 0 0 no-repeat;
	color: #fff;
	}

#header #nav_main li a.active span {
	background: transparent url(/images/site/bg_tab_right.gif) 100% 0 no-repeat;
	}




/* Supplemental Header Nav
------------------------------------------- */
#header #nav_supplemental {
	list-style: none;
	position: absolute;
	top: 30px;
	right: 60px;
	}

	#header #nav_supplemental li {
		list-style: none;
		font-weight:  bold;
		display: inline;
		}

		#header #nav_supplemental li a {
			display: block;
			float: right;
			padding: 0 0 0 10px;
			margin: 0 0 0 2px;
			color: #999;
			text-decoration: none;
			}

			#header #nav_supplemental li a span {
				display: block;
				padding: 6px 10px 6px 0;
				}

			#header #nav_supplemental li a:hover, 
			#header #nav_supplemental li.active a {
				background: #9bb96a url('/images/site/bg_tab.gif') 0 0 no-repeat;
				color: #fff;
				}

				#header #nav_supplemental li a:hover span, 
				#header #nav_supplemental li.active a span {
					background: transparent url('/images/site/bg_tab_right.gif') 100% 0 no-repeat;
				}


/* CONTENT styles
=========================================== */
#content_container {
	min-height: 300px;
	}

#content {
	
	}



/* Homepage splash area
------------------------------------------- */
#splash {
	margin: 0 0 12px;
	}

body#page-home #splash #splash_presentation {
	width: 444px;
	height: 250px;
	float: left;
	background: #00446a url('/images/site/bg_splash_presentation.gif') 0 0 no-repeat;
	}

body#property_management #splash_presentation {
	width: 444px;
	height: 250px;
	background: #00446a url('/images/site/splash_office_spaces.jpg') 0 0 no-repeat;
	margin-top: 23px;
	border-bottom: 1px solid #fff;
	}

#splash #splash_testimonial{
	width: 350px;
	height: 230px;
	float: left;
	background: #00446a url(/images/site/bg_testimonial.gif) 0 0 no-repeat;
	display: table-row;
	color: #adc2ce;
	padding: 10px 50px 10px 50px;
}
	#splash #splash_testimonial p.quote{
		margin: 0px 0px 5px 0px;
		padding: 0px;
		font: normal bold 24px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

	#splash #splash_testimonial p.author{
		margin: 0px;
		padding: 0px;
		font: normal normal 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}


.testimonial p {
	width:  350px;
	}


#view_controls{
	float: left;
	margin-left: 15px;
}
	#view_controls a{
		padding: 0 15px 0 0;
	}


/* testimonials (case study page)

<div class="testimonials">
 <p class="quote">&ldquo;{test_content}&rdquo;</p>
 <p class="author">&ndash; <strong>{title}{if test_title}, {test_title}</strong>{/if}{if test_company}, <em>{test_company}</em>{/if}
 	</p>
</div>

*/

.testimonials p {
	width: 500px;
	margin: 0 auto;
	padding:  3px 0;
	}

.testimonials p.quote {
	}

.testimonials p.author {
	text-align: right;
	margin: 0 auto 10px;
	}


/* pagination links 
-------------------------------- */
div.pagination {
	display: block;
	padding: 8px 0;
	}

div.pagination p {
	
	}

div.pagination p b {
	margin: 0 2px;
	padding: 0 4px 1px;
	border:  1px solid #666;
	}

div.pagination p span.pagecount {
	color:  #666;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #666;
	font-size: 11px;
	}

div.pagination p a {
	margin: 0 2px;
	text-decoration: none;
	}


/* Various width boxes
------------------------------------------- */
div.whole {
	width: 900px;
	clear: left;
	}

div.threequarter {
	width: 630px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	}

div.half {
	width: 445px;
	margin: 0 6px 0 0;
	float: left;
	display: inline;
	padding:  0;
	}

div.quarter {
	width: 219px;
	margin: 0 6px 0 0;
	float: left;
	display: inline;
	}

div.last {
	margin-right: 0;
	}

.separator{
	padding-top: 15px;
	margin-top: 10px;
	background: transparent url('/images/site/separator_dotted.gif') 0 0 repeat-x;
	}

h2.separator{
	clear: left;
	}

.info_box{
	background: transparent url('/images/site/separator_dotted.gif') 0 0 repeat-x;
	padding: 15px 0 0 15px;
	margin: 12px 0 0 0;
	}



	.half_box{
		background: #fff url(/images/site/half_box_bg.gif) 0 0 repeat-y;
	}
		.half_box .top{
			background: transparent url(/images/site/half_box_top.gif) 0 0 no-repeat;
			padding: 8px 0 0 0;
		}
		.half_box .bottom{
			background: transparent url(/images/site/half_box_bottom.gif) left bottom no-repeat;
			padding: 0 8px 8px 8px;
		}

	.whole_box{
		background: #fff url(/images/site/whole_box_bg.gif) 0 0 repeat-y;
		}
		.whole_box .top{
			background: transparent url(/images/site/whole_box_top.gif) 0 0 no-repeat;
			padding: 8px 0 0 0;
			}
		.whole_box .bottom{
			background: transparent url(/images/site/whole_box_bottom.gif) left bottom no-repeat;
			padding: 0 15px 8px 15px;
			}


/* Category Landing Page Main Image
------------------------------------------- */
#rightside #splashpic {
	display:  block;
	height:  250px; /* IE6: had to specify height */
	float: none;
	clear: both;
	position: relative;
	}

#rightside #splashpic p {
	position: absolute;	
	left: 0px;
	bottom: 10px;
	width: 424px;
	font-size: 13px;
	line-height:1.2em;
	text-align: center;
	padding: 5px 10px 6px 10px;
	margin:0px 0px 0px 0px;
	color: #fff;
	background: #03466C;
	background: transparent url('/images/site/dkblue_seethru80.png') 0 0 repeat;
	}


/* Used to better identify sides; propertycategory landing page */
#rightside {
	}

#leftside {
	}




	div.sidebar{
		background: #fff url(/images/site/sidebar_box_bg.gif) 0 0 repeat-y;
	}
		div.sidebar .top{
			background: transparent url(/images/site/sidebar_box_top.gif) 0 0 no-repeat;
			padding: 8px 0 0 0;
		}
		div.sidebar .bottom{
			background: transparent url(/images/site/sidebar_box_bottom.gif) left bottom no-repeat;
			padding: 0 15px 8px 10px;
		}

	div.sidebar div.quarter{
		width: 200px;
		margin: 0 30px 0 0;
	}


	#nav_sidebar{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#nav_sidebar li{
			margin: 0px;
			padding: 0px;
			list-style: none;
			font: normal normal 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			display: inline;
		}
			#nav_sidebar li a{
				display: block;
				padding: 0 0 0 13px;
				color: #999999;
				text-decoration: none;
			}
				#nav_sidebar li a span{
					display: block;
					padding: 7px 13px 7px 0;
				}
				#nav_sidebar li.last a span{
				}

			#nav_sidebar li a:hover{
				color: #666;
			}

			#nav_sidebar li.active a:link, #nav_sidebar li.active a:visited{
				background: #9bb96a url(/images/site/bg_tab.gif) 0 0 no-repeat;
				color: #fff;
			}
				#nav_sidebar li.active a span{
					background: transparent url(/images/site/bg_tab_right.gif) right top no-repeat;
				}

/* Special "sign up" box
------------------------------------------- */
.special_box{
	background: #e8e8e8 url('/images/site/box_special_top.gif') 0 0 no-repeat;
	clear: both;
	}

.special_box .bottom{
	background: transparent url('/images/site/box_special_bottom.gif') 0 100% no-repeat;
	padding: 5px 10px 10px 10px;
	}




	.ad_create_profile{
		color: #00446a;
	}
	.ad_create_profile h2{
		font: normal normal 18px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #00446a;
		margin: 5px 0px 3px 0px;
	}
	.ad_create_profile p{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.ad_create_profile dl{
		margin: 0px;
		padding: 0px;
	}
		.ad_create_profile dl dt{
			padding: 0 0 0 15px;
			margin: 0px;
			color: #00446a;
		}
		.ad_create_profile dl dd{
			padding: 0 0 0 15px;
			margin: 4px 0px;
			background: transparent url(/images/site/bullet_special_box.gif) 0px 2px no-repeat;
			font: normal normal 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #565656;
		}
		
		.ad_create_profile p .sign_in_link{
			float: left;
			margin: 0 0 0 15px;
		}
		.ad_create_profile p .password_link{
			float: right;
			margin: 0 10px 0 0;
		}



h2.tabheading{
		display: inline;
		float: left;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		color: #adc2ce;
		background: #01456b url('/images/site/bg_tabheading.gif') 0 0 no-repeat;
	}
		h2.tabheading span{
			display: block;
			padding: 3px 10px 3px 0;
			background: transparent url(/images/site/bg_tabheading_right.gif) right top no-repeat;
		}


div.content h1{
	margin-top: 15px;
	padding-bottom: 7px;
	background: transparent url(/images/site/separator_dotted.gif) left bottom repeat-x;
}


/* On landing page for each office type */

div#featured_properties {
	margin: 0 0 10px;
	clear: left;
	}

	div#featured_properties .property {
		float: left;
		color: #777;
		padding: 10px 8px 8px 0;
		width: 206px;
		overflow: hidden;
		clear: left;
		}

		div#featured_properties .property.even {
			padding-left: 8px;
			padding-right: 0px;
			border-left: 1px solid #999;
			clear: none;
			}
		
		div#featured_properties .property.lower{
			padding-top: 10px;
			border-top: 1px solid #999;
		}
		div#featured_properties .property img{
			padding: 5px 0;
		}
	div#featured_properties .property table th{
		font: normal bold 12px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		color: #06486a;
		padding: 0 10px 0 0;
	}
	div#featured_properties .property table td{
		padding: 0 0 10px;
	}
	div#featured_properties .property p{
		padding: 0px;
		margin: 0px;
	}


div#search_box{
	margin: 0 0 10px;
	clear: left;
}
	div#search_box p.instructions{
		margin: 0px;
		padding: 0px 0px 5px 0px;
		font-style: italic;
	}


#case_studies{
	margin: 0 0 10px;
	clear: left;
	background: #e2ebf1 url(/images/site/quarter_studies_bg.gif) 0 0 repeat-y;
	color: #777777;
}
	#case_studies div.top{
		padding: 8px 0 0 0;
		background: transparent url(/images/site/quarter_studies_top.gif) 0 0 no-repeat;
		border-bottom: 1px solid #fff;
	}
	#case_studies div.bottom{
		padding: 0 8px 8px 8px;
		background: transparent url(/images/site/quarter_studies_bottom.gif) left bottom no-repeat;
	}
		#case_studies div.bottom p{
			margin: 0px;
			padding: 5px 0 10px 0;	
		}
		#case_studies dl{
			margin: 0px;
			padding: 0px;
		}
			#case_studies dl dt{
				margin: 0px;
				padding: 0px 0px 0px 20px;
				background: transparent url(/images/site/icon_folder.gif) 0 0 no-repeat;
			}
				#case_studies dl dt a{
					color: #446a82;
					text-decoration: none;
				}
				#case_studies dl dt a:hover{
					text-decoration: underline;
				}
			#case_studies dl dd{
				margin: 0px 0px 5px;
				padding: 0px 0px 0px 20px;
			}



#wisinski_report{
	margin: 0 0 10px;
	clear: left;
	color: #777;
	background: #ebf1e1 url(/images/site/quarter_reports_bg.gif) 0 0 repeat-y;
}
	#wisinski_report div.top{
		padding: 8px 0 0 0;
		background: transparent url(/images/site/quarter_reports_top.gif) 0 0 no-repeat;
		border-bottom: 1px solid #fff;
	}
	#wisinski_report div.bottom{
		padding: 0 8px 8px 8px;
		background: transparent url(/images/site/quarter_reports_bottom.gif) left bottom no-repeat;
	}
		#wisinski_report dl{
			margin: 0px;
			padding: 0px;
		}
			#wisinski_report dl dt{
				margin: 0px;
				padding: 0px 0px 0px 20px;
				background: transparent url(/images/site/icon_pdf.gif) 0 0 no-repeat;
			}
				#wisinski_report dl dt a{
					color: #446a82;
					text-decoration: none;
				}
				#wisinski_report dl dt a:hover{
					color: #446a82;
					text-decoration: underline;
				}
			#wisinski_report dl dd{
				margin: 0px 0px 5px;
				padding: 0px 0px 0px 20px;
			}




/* Comments
---------------------------------------------------- */
#comment_form {
	margin-top: 1em;
	}

#comment_form fieldset textarea {
	width: 90%;
	}


#content .commenthead {
	margin: 0 0 10px 0;
	}

#content .comments {
	padding: 10px 20px 5px 20px;
	margin: 0 0 0 0;
	background: #FFFDF1;
	background: transparent;
	width: 520px;
	}

#content .comments.odd {
	background: #f1f1f1;
	}

#content .comments p.commentpost 
	{
	font-weight: bold;
	color: #00446a;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#content .comments .commentbody p {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom:  0;
	}
	
.commentdate {
	font-weight: normal;
	color:#666;
	font-size: 12px;
	font-style: italic;
	}
	
.commentbody {
	margin: 0 0 0 12px;
	}


/* =General login, register, forgot password  styles
============================================================== */
.required {color:#850202; font-weight: bold; font-size: 1.2em;}


.form-container fieldset.formfields dl.clearfix dt label {
	color:  #666;
	}



.form-container {
	padding-left: 0;
	margin-bottom: 2em;
	}

.form-container fieldset {
	margin: 0px;
	padding: 0 10px 10px;
	background-color: transparent;
	border: 0px;
	}
	
.form-container fieldset input, .form-container fieldset textarea {
	border: 1px solid #ccc;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	}

.form-container fieldset input.short, .form-container fieldset textarea.short {
	width: 100px;
	}

.form-container fieldset input.checkbox {
	width: auto;
	}



.form-container fieldset select {
	border:1px solid #ccc;
	width: 280px;
	color:#333;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


.form-container .formfields dt {
	float: left;
	clear: left;
	width: 35%;
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: 13px;
	padding-top:3px;
	color: #581e00;
	}

#comment_form .form-container .formfields dt.commentboxtitle {
	float: none;
	width: 100%;
	text-align: left;
	}	

.form-container .formfields dd {
	float: left;
	margin: 10px 0px 0 0;
	width: 45%;
	}

#comment_form .form-container .formfields dd.commentbox {
	float: none;
	width: 500px;
	}

	.form-container .formfields input.checkbox {
		width:14px;
		height:14px;
	color:#666;
		}

	.form-container .formfields input.radio {
		width:14px;
		height:14px;
	color:#666;
		}


.form-container ul.buttons { 
	margin: 0 0 0 35%;
	padding: 0 0 0 10px;
	list-style: none;
	}

.form-container ul.buttons li { 
	margin-bottom: 10px;
	font-size: 15px;
	}

.form-container ul.buttons li a { 
	color: #339900;
	}

.form-container ul.buttons li .submit { font-size: 13px; }


.form-note {
	font-size: 11px;
	color: #a4a4a4;
	font-weight: normal;
	}



/* Client Exchange file upload form */
#file-upload-area {
	margin: 10px 0;
	border: 1px solid #999;
	background: #efefef;
	padding-bottom: 10px;
	}

#file-upload-area h2 {
	margin-left: 10px;
	}

#file-upload-area.form-container .formfields dt {
	float: left;
	clear: left;
	width: 20%;
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: 13px;
	padding-top:3px;
	color: #581e00;
	}


#entryform fieldset.formfields dl.clearfix dt label span.description {
	color: #898989;
	font-size: 11px;
	display: block;
	font-weight: normal;
	margin: 3px 0px 0 0 ;
	}


#file-upload-area.form-container ul.buttons { 
	margin: 0 0 0 20%;
	padding: 0 0 0 20px;
	list-style: none;
	}






/* Brokers Box - Large box on category landing pages
---------------------------------------------------- */
#brokers_box{
	background: transparent url('/images/site/half_box_blue_bg.gif') 0 0 repeat-y;
	width: 445px;
	margin: 0 0 12px 0;
	padding: 0;
	clear: left;
	overflow: hidden; /* IE6 */
	}
	
	#brokers_box .top {
		background: transparent url('/images/site/half_box_blue_top.gif') 0 0 no-repeat;
		padding: 8px 0 0 0;
		}
	
	#brokers_box .bottom{
		background: transparent url('/images/site/half_box_blue_bottom.gif') left bottom no-repeat;
		padding: 0 8px 8px 8px;
		}

#brokers_box ul {
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: transparent url('/images/site/separator_dotted_white.gif') 0 0 repeat-x;
	list-style: none;
	}
	
	#brokers_box ul.first {
		margin-top: 0px;
		padding-top: 0px;
		background-image: none;
		}

		#brokers_box .broker {
			float: left;
			margin: 0 23px 0px 0;
			width: 120px;
			display: block;
			padding: 0px;
			list-style: none;
			}



.property_broker{
	float: right;
}
#broker_box{
	width: 160px;
	margin: 0 0 10px;
	clear: left;
	color: #777;
	background: transparent url(/images/site/box_broker_bg.gif) 0 0 repeat-y;
}
	#broker_box div.top{
		padding: 8px 0 0 0;
		background: transparent url(/images/site/box_broker_top.gif) 0 0 no-repeat;
	}
	#broker_box div.bottom{
		padding: 0 8px 8px 8px;
		background: transparent url(/images/site/box_broker_btm.gif) left bottom no-repeat;
	}
		#broker_box ul, #broker_box ul li{
			margin: 0px 0px 5px;
			padding: 0px;
			list-style: none;
			font: normal bold 11px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		}
			#broker_box ul a:link, #broker_box ul a:visited{
				text-decoration: none;	
			}
			#broker_box ul a:hover, #broker_box ul a:active{
				text-decoration: underline;	
			}
			#broker_box ul ul{
				margin: 0 0 0 10px;
			}
				#broker_box ul ul a{
					font-weight: normal;
				}

/* Broker resources */
.resourceWrap {
	padding: 0 0 0 14px;
	margin: 5px 0 20px;
	}

.resourceItem {
	padding: 3px 0 4px;
	margin: 5px 0 8px;
	}

.resourceTitle {
	margin-bottom: 2px;
	}

.resourceItem p {
	padding: 0 0 4px 0;
	margin: 0;
	}

.resourceItem .filesize {
	color: #aaa;
	font-style: italic;
	font-size: .9em;
	}

/* Property Gallery
------------------------------------------ */

.property_gallery_container {
	margin: 5px 0 5px 0;
	height: 230px;
	width: 630px;
	float: left;
	}

.property_image_holder{
	width: 303px;
	height: 225px;
	float: left;
	margin: 0 6px 0 0;
	}

.property_gallery_container .thumbs_list {
	margin: 0px 0px 0px 6px;
	padding: 0;
	list-style: none;
	}

	.property_gallery_container .thumbs_list li {
		border: 1px solid #ccc;
		margin: 2px 5px 3px 0;
		padding: 0;
		list-style: none;
		float: left;
		}

		.property_gallery_container .thumbs_list li.active {
			border: 1px solid #00446a;
			float: left;
			padding: 0px;
			}
				
		.property_gallery_container .thumbs_list li a {
			float: left;
			display: block;
			margin: 0;
			}




#nav_property_gallery{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	#nav_property_gallery li{
		margin: 0px 10px 0px 0px;
		padding: 0px;
		list-style: none;
		display: inline;
	}
	#nav_property_gallery li a{
		color: #777;
	}
		#nav_property_gallery li a:hover{
			color: #444;
		}
	#nav_property_gallery li.ui-tabs-selected a, #nav_property_gallery li.ui-tabs-selected a:hover{
		color: #8baf3e;
		cursor: default;
	}

.prop_details_grid{
	border-collapse: collapse;
	width: 100%;	
}
	.prop_details_grid th{
		text-align: left;
		font: normal normal 12px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #00446a;
		vertical-align: bottom;	
		padding: 4px;
	}
	.prop_details_grid td{
		padding: 2px 4px;
	}

/* Expired Lines In the Grid ----- */
.prop_details_grid tr.expired td {
	color: #aaa;
	}

.prop_details_grid tr.expired td.sale-mls {
	text-decoration: line-through;
	}



/* Property Results, repeat listings
========================================================= */
body.results #content_container img.prop_photo {
	border: 1px solid #94A36A;
	padding: 0;
	margin-top: 10px;
	float: left;
	}

	.offices {
		border:1px solid #999;
		margin:10px 0;
		padding: 8px;
	}
	.information{
		float: left;
		width: 28%;	
		margin: 0 0 0 15px;
	}


/* Property Related DL's */
	.building_improvements{
		float: left;
		width: 32%;	
		margin: 0 0 0 15px;
	}

.building_improvements dl {
	float: left;
	margin: 0 10px 0 0;
	width: 30%;	
	}

.building_improvements dl dt {
	font-weight: bold;
	color: #00446a;
	margin: 5px 0 0 0;
	}


	.building_improvements{
		float: left;
		width: 32%;	
		margin: 0 0 0 15px;
	}
		.building_improvements dl{
			float: left;
			width: 45%;	
		}


body.property .building_improvements{
	float: left;
	width: 590px;	
	margin: 1em 0 0 0;
	}

body.property .building_improvements dl {
	float: left;
	margin: 0 10px 15px 0;
	width: 175px;	
	}

body.property .building_improvements dl dt {
	font-weight: bold;
	color: #00446a;
	margin: 5px 0 0 0;
	}

	





#content_container p.listing_links,
#content_container p.listing_links span
 {
	clear: left;
	text-align: right;
	}


a.emailFriend {
	padding: 0 0 4px 21px;
	line-height: 1.2em;
	background: #fff url('/images/site/email_go.png') 0 0 no-repeat;
	}


/* Property Search box
========================================================= */
#property_search {
	width: 424px;
	height: 230px;
	background: #215d7e url('/images/site/bg_property_search.gif') 0 0 no-repeat;
	margin: 0 0 12px 0;
	padding: 10px;
	color: #fff;
	position: relative;
	}

#property_search h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	color: #fff;
	margin-top: 0;
	}

#property_search form {
	float: left;
	width: 424px;
	}

#property_search fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#property_search fieldset#search_type {
	margin: 0 0 6px 0;
	}

#property_search fieldset legend{
	margin: 0px 0 5px 0;
	padding: 0px;
	color: #fff;
	font: normal normal 12px/1.5em "Trebuchet MS",Verdana,Arial,sans-serif;
	}

#property_search fieldset legend .smallnote {
	color: #bfbfbf;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	}

	#property_search label{
		color: #adc2ce;
	}
		#property_search #county_prop, #property_search #county_vac {
			float: left;
			margin: 0 10px 0 0;
		}
			#property_search #county_prop select, #property_search #county_vac select {
				width: 150px;
			}
		#property_search #city_vac, #property_search #city_prop {
			float: left;
			margin: 0 10px 0 0;
		}
			#property_search #city_prop select, #property_search #city_vac select {
				width: 150px;
				height: 100px;
				margin-top: 3px;
			}
			#property_search #city_prop select .even, #property_search #city_vac select .even {
				background: #f1f1f1;
			}
		#property_search #square_feet, #property_search #acreage {
			float: left;
		}

#property_search_submit, #vacantland_search_submit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	}
/* ---------------------------------------------------- */



/* Space Calculator
---------------------------------------------------- */
#calc {
	width:  424px;
	border-bottom: 2px solid #e2ebf0;
	}

#calc tr {
	}

#calc th, #calc td {
	width: 420px;
	}

#calc th {
	border-bottom: 2px solid #e2ebf0;
	text-align: left;
	padding: 5px;
	font-size: 14px;
	color: #00446a;
	width: 140px;
	}

#calc input {
	width: 2em;
	color: #666;
	}

#calc td {
	color: #00446a;
	margin: 0;
	font-weight: bold;
	padding: 4px 0px 5px 10px;
	width: 140px;
	}


#calc th.qty, #calc td.qty, #calc td.qtyl {
	width: 50px;
	padding-left: 10px;
	}

#calc td.qtyl {
	width: 48px;
	padding-left: 10px;
	border-right: 2px solid #e2ebf0;
	}

#calc td.qty, #calc td.qtyl {
	text-align: center;
	vertical-align: bottom;
	}

#calc td#circulation {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	}

/*#calc th.calcResult {
	text-align: right;
	padding-right: 15px;
	}*/

/*#calc td.calcResult {
	color: #666;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;
	}*/

#calc td .calcResult {
	display: none;
	}

#calc td span {
	font-weight: normal;
	display:  block;
	color:  #999;
	}

#calcTotal {
	text-align: right;
	padding-right: 20px;
	color: #00446a;
	font-weight: bold;
	font-size: 14px;
	}

#calcTotal #columnTotal {
	font-size: 18px;
	}

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





	
.document_list {
	margin: 5px 0px 0px 0px;
	padding: 0;
	list-style: none;	
	}
	
.document_list li {
	display:  inline;
	margin-right: 15px;
	}

.document_list li a {
	margin: 0 0  5px;
	padding: 1px 0 2px 20px;
	background: transparent url('/images/site/icon_pdf.gif') 0 0 no-repeat;
	}




/* FOOTER styles
=========================================== */
#footer_container{
	background: transparent url(/images/site/bg_footer.gif) center top no-repeat;
	padding: 123px 0 0 0;
	margin-top: 20px;
}

#footer{
	color: #fff;
	margin: 0px;
	padding: 15px 0px 50px 0;
	background: #00446a url(/images/site/bg_footer_content.gif) repeat-x;
	text-align: center;
}
	#footer p{
		margin: 0 0 5px 0;
		padding: 0px;
	}

	#footer a{
		color: #e0e8ed;
		text-decoration: none;
	}
		#footer a:hover{
			text-decoration: underline;
		}


.footnote {
	font-weight: normal;
	color:#666;
	font-size: 12px;
	font-style: italic;
	}


