/*
-----------------------------------------------
Style Sheet

Site: downtownconsultants.com
Author:   aaryn.com
Version:  2007.08
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }


/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl{ margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #fff;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 auto;
	
	scrollbar-base-color: #A91111; 
	scrollbar-face-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #A91111;
	scrollbar-highlight-color: #A91111; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-shadow-color: #A91111;
	scrollbar-darkshadow-color: #ffffff; 
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#a91111;
	}
	
a:hover, a:active {
	color:#a91111;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.arrow_link {
	background:url(../images/greenarrow2.gif) no-repeat 0px 2px;
	padding-left:20px;
	}


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:751px;
	margin:20px auto;
	}

#title {
	background:url(../images/logo.gif) no-repeat;
	width:192px;
	height:109px;
	float:left;
	display:block;
	cursor:pointer;
	}
	
	#title span {
		display:none;
		}

#address {
	width:559px;
	background:url(../images/address.gif) no-repeat right #a91111;
	height:25px;
	float:left;
	}
	
	#address span {
		display:none;
		}
	
#content_container {
	width:749px;
	border:1px solid #9a9a9a;
	border-top:none;
	}
	
	#contact_page #content_container {
	background:url(../images/downtowngrey.gif) no-repeat; 
	}

#tagline {
	height:41px;
	width:749px;
	border-bottom:1px solid #dad6d7;
	margin-bottom:14px;
	}
	
	#tagline span {
		display:none;
		}
	
#home_tagline {
	background:url(../images/home_tagline.gif) no-repeat 34px 10px;
	height:41px;
	width:749px;
	}
	
	
#about_tagline {
	background:url(../images/about_tagline.gif) no-repeat 34px 10px;
	height:41px;
	width:749px;
	}

#prop_tagline {
	background:url(../images/prop_tagline.gif) no-repeat 24px 10px;
	height:41px;
	width:749px;
	}

#contact_tagline {
	background:url(../images/contact_tagline.gif) no-repeat 34px 10px;
	height:41px;
	width:749px;
	}

#downtown_living {
	background:url(../images/downtownliving2.gif) no-repeat;
	width:307px;
	height:68px;
	margin-bottom:10px;
	}
	
	#downtown_living span {
		display:none;
		}

#featured_listings {
	background:url(../images/featured_listings_header.gif) no-repeat;
	width:132px;
	height:20px;
	display:block;
	}

#search_mls {
	background:url(../images/searchmls_header.gif) no-repeat;
	width:123px;
	height:20px;
	display:block;
	}

#available_rentals {
	background:url(../images/availablerentals_header.gif) no-repeat;
	width:139px;
	height:21px;
	display:block;
	}

#downtown_properties {
	background:url(../images/props_header.gif) no-repeat;
	width:177px;
	height:18px;
	}

#property_management_title {
	background:url(../images/propheader.gif) no-repeat;
	width:342px;
	height:30px;
	}
	
	#featured_listings, #search_mls, #available_rentals, #downtown_properties, #property_management_title  {
		text-indent:-5000px;
		}

#footer {
	margin-bottom:15px;
	}

#footer li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0 6px 0 9px;
	display: inline;
	border-left: 1px solid #000;
	font-size: .8em;
	line-height:.6em;
	background: none;
	color:#000;
	}


	#footer li.first { 
    	border: none;
    	}


#copyright {
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin:24px auto 12px auto;
	}

#sitemap_list li {

	_position:relative;	 /*to fix the IE bullet peekaboo pug */

	padding: 15px 0 15px 0px;

	line-height: 1.5em;

	list-style: none;

	background: none;

	border-bottom:1px solid #ccc;

	width:721px;

	}

	

	#sitemap_list ul {

		margin-top:10px;

		}

	

	#sitemap_list li li {

		border:none;

		padding:0 0 10px 15px;

		}



/* --------------------------- Main ContactForm --------------------------------- */

#main_contact {
	margin: 0 auto;
	width:450px;
	}

#main_contact label {
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	margin-top:2px;
	
	}

#main_contact input, #main_contact textarea, #main_contact select {
	width:250px;
	float:left;
	margin-bottom:10px;
	background-color:#fff;
	}

#main_contact select {
	width:150px;
	}

#main_contact textarea {
	width:250px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}


	#main_contact br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}


#main_contact #submit {
	margin-left:300px;
	width:112px;
	height:25px;
	float:none;
	border:none;
	}






		
/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav/nav.gif") no-repeat; width:559px; height:84px; position:relative; float:left; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:84px; display:block; }
#nav span { display:none; }

#nav-01 { width: 68px; left:0; }
#nav-02 { width: 90px; left: 69px; }
#nav-03 { width: 100px; left: 160px; }
#nav-04 { width: 87px; left: 261px; }
#nav-05 { width: 126px; left: 349px; }
#nav-06 { width: 82px; left: 476px; }



#nav-01 a:hover { background: transparent url("../images/nav/nav.gif") -0 -84px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav/nav.gif") -69px -84px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav/nav.gif") -160px -84px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav/nav.gif") -261px -84px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav/nav.gif") -349px -84px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav/nav.gif") -476px -84px no-repeat; }





/* ---------- Old Styles ---------- */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #666666;
}
.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #000000;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #000000;
}
.bodytextprop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #000000;
}
.condos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #666666;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #454545;
}
.bodytextwh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #ffffff;
}
.feattabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #000000;
}
.feattablehead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.addresstext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20px;
	color: #000000;
}
.pricetext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 20px;
	color: #A91111;
}


