/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, Verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */
/* GLOBAL */

body { background-color:#f0f0f0; }

#container { display:block; float:left; height:100%; width:100%; }
#header_green { display:block; height:130px; width:100%; float:left; background-image:url(../imgs/header_bg_green.jpg); background-repeat:repeat-x; }
#header_blue { display:block; height:130px; width:100%; float:left; background-image:url(../imgs/header_bg_blue.jpg); background-repeat:repeat-x; }
#logo {
	float:left;
	width:211px;
	height:78px;
	margin:28px 40px 0 24px;
	}
#contact_info { float:right; width: auto; margin:95px 20px 0 0; font-size:12px;}
#content { display:block; float:left; width:800px; height:100%; }

a { color:#000; text-decoration:none; }
a:hover { text-decoration:underline; }
strong { font-weight:bold; }
p { margin-bottom:8px; }

/* END GLOBAL */
/* NAVIGATION */

#navbar { float:left; height:15px; margin-top:96px; display:block;}
#navbar a { padding:0; }
#navbar .navitem { float:left; height:auto; margin-right:10px; }
#navbar a.topitem { float:left; display:block; margin-left:7px; height:15px; }
#navbar a#listings { width:74px;background-position:0 0; background-image:url(../imgs/nav/listings_rollover.gif); }
#navbar a#about { width:55px;background-position:0 0; background-image:url(../imgs/nav/about_rollover.gif); }
#navbar a#listings:hover { background-position:0 30px; }
#navbar a#about:hover { background-position:0 30px; }
#navbar span { display:none; }
#navbar a.current { background-position:0 15px; }

/* END NAVIGATION */
/* ABOUT */

#left_col { display:block; float:left; height:auto; width:358px; margin:0 23px 0 24px; }
#right_col { display:block; float:left; height:auto; width:358px; }

#about_image { float:left; width:739px; height:322px; margin:20px 0 28px 24px;}

#paradigm_group { display:block;height:14px;width:198px;background-image:url(../imgs/paradigm_group.jpg); margin:0 0 10px 13px; }
#paradigm_group span { display:none; }
#steven_fast { display:block;height:14px;width:145px;background-image:url(../imgs/steven_fast.jpg); margin:0 0 10px 13px; }
#steven_fast span { display:none; }

#about_text { 
	display:block;
	float:left;
	width:332px;
	height:auto;
	font-size:11px;
	line-height:16px;
	padding:21px 13px 19px 13px;
	background-color:#fff;
	background-image:url(../imgs/hbar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.hbar { float:left; }
.highlight { font-weight:bold; color:#657a2d; }
.leasing_contact { float:left; margin:0 1px; }

/* END ABOUT */
/* FOOTER */

#footer { display:block; float:left; width:739px; margin:20px 24px; font-size:9px; }

/* END FOOTER */


/* new */
#new_navbar { float:left; margin-top:87px; font-size:18px; color:#000; }
#new_navbar a { font-size:18px; color:#000; text-decoration:none; margin-left:3px; margin-right:3px;  }
#new_navbar a:hover { font-size:18px; color:#9fa622; text-decoration:none; }
#new_navbar .active { font-size:18px; color:#9fa622; text-decoration:underline; }

