* {
	margin:0;
	padding:0;
	font-size: small;
	}

/* Typogrophy
--------------------------------------	*/
h3 {
	font-family: Georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:10px;
}
h4 {
	font-family: Georgia, serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:10px;
	width:100%;
	color:#518ABE;
}
h5 {
	font-family: Georgia, serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:5px;
}
.centerme {
	text-align:center;
}
p {
	line-height:1.8em;
	margin-bottom:20px;
}
p.alert {
	padding:10px;
	background:#e5eef6;
	border:1px solid #CCCCCC;
}
p.alert a img{
	border:0;
	padding-right:2px;
}
	
html {
	background: #b2aeac url('img/body_bkg.jpg') repeat-x 0 0;
}
body {
	min-width:980px;
	font-family: arial, "trebuchet ms";
}
#wrap {
	background:#FFF;
	margin:20px auto 0 auto;
	width:980px;
	margin-bottom:40px;
	/*padding:0 30px;*/
}
#wrap_inner {
	margin:0 60px;
	
}
/* Header Image Replacement */
#header {
    background:#FFF;
	position:relative;
	height:57px;
}
#header h1 {
	font-size: 100%;
	color: #000;
	width:350px;
	height:21px;
	position: absolute;
	top:14px;
	left:0px;
}
#header h1 span {
	width:350px;
	height:21px;
	position: absolute;
	background: url(img/sww_logo350x21.gif) no-repeat;
	top:0px;
	left:0px;
}








#imgbanner {
	height:100px;
	overflow:hidden;
}
#imgbanner img {

	
}

#nav {
	background: #719cc8 url(img/nav_bkg.gif) repeat-x 0 100%;
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	margin-bottom:20px;
	border-bottom:5px solid #C0B8B7;
}


#subnav {
	background:#C0B8B7;
	float:left;
	width:100%;
	margin:-20px 0 20px 0;
}


#nav ul, #subnav ul {
	list-style-type:none;
}

#nav li, #subnav li {
	float:left;
}
#nav a, #subnav a {
	display:block;
	padding:10px 21px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.25px;
}
#subnav a {
	color:#4e4a47;
}


#nav a:hover {
	background:url(img/nav_rollover.gif) no-repeat 50% 100%;
}
#subnav a {
	padding-top:5px;
}
#subnav a:hover {
	background:url(img/subnav_rollover.gif) no-repeat 50% 100%;
}

/* Main Nav ^ Am Here
 -------------------------*/
body.one #nav li.one a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.two #nav li.two a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.three #nav li.three a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.four #nav li.four a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.five #nav li.five a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.six #nav li.six a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}
body.seven #nav li.seven a {
background:url(img/nav_amhere.gif) no-repeat 50% 100%;
}


/* No SubNav */
body.nosub #nav li.one a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}

/* SubNav ^ Am Here
 -------------------------*/
body.sone #subnav li.one a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}
body.stwo #subnav li.two a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}
body.sthree #subnav li.three a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}
body.sfour #subnav li.four a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}
body.sfive #subnav li.five a {
	background:url(img/subnav_amhere.gif) no-repeat 50% 100%;
}

/* Section Head (shead)
---------------------------*/
div#shead.logoReplace h2 {
/*	margin-bottom:25px;*/
}
#shead {
	clear:both;
	position:relative;
}
#shead.logoReplace h2 {
	font-family: Georgia, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.4em;
/*	margin-bottom:-20px;*/
	font-size:10px;
	width:250px;
	height:86px;
}
#shead h2 {
	font-family: Georgia, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.4em;
/*	margin-bottom:-20px;*/
	height:86px;

}
#shead h2 span {
	width:250px;
	height:86px;
	position:absolute;
	background: url('img/bv_logo250x86.gif') no-repeat;
	top:0px;
	left:0px;
	
}


#shead ul {
	border-bottom:1px solid #D2D2D2;
	width:100%;
	float:right;
	margin-bottom:20px;
}
#shead ul li {
	display:inline;
	float:right;
}
#shead ul li.last {
	margin-right:20px;
}
#shead ul a {
	display:block;
	padding:6px 10px 5px 10px;
	margin-left:1px;
	border-top:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2;
	background:#F2F1F1;
	color:#4e4a47;
	text-decoration:none;
}
#shead ul a:hover {
	background:#E2E2E2;
}

#galnav {
	float:left;
	margin-bottom:10px;
	margin-right:65px;
	}
#galnav ul {
	width:100%;
	float:left;
	
}
#galnav ul li {
	display:inline;
	float:left;
	border-right:1px solid #D2D2D2;
	
}
#galnav ul li.last {
	border:none;
	
}
#galnav ul a {
	display:block;
	padding-left:8px;
	
	color:#518ABE;
	text-decoration:none;
	
}
#galnav ul a:hover {
	text-decoration:underline;
}




/* am here */
body.shone #shead li.one a,
body.shtwo #shead li.two a,
body.shthree #shead li.three a,
body.shfour #shead li.four a,
body.shfive #shead li.five a {
	margin-bottom:-1px;
	border-bottom:1px solid #FFF;
	background:#FFF;
}




#contentwrap {
	background:url(../Web_Nav/img/divide.gif) repeat-y 481px 0;
	float:left;
	width:860px;
	margin-bottom:20px;
}

/* MAIN 
-------------------------------*/
#main {  
	float:left;
	width:540px;
}
#main ul {
	margin:0 0 20px 20px;
}
#main div.closed_sec {
	border:1px solid #CCCCCC;
	padding:10px 20px;
	margin-bottom:20px;
}	
#main div.closed_sec.hood p {
	font-family: Georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.4em;
	margin:0 150px 0 0;	
}
#main div.closed_sec.hood {
	background:url('img/map_bk2.gif') no-repeat 200% 20%;
}
#main div.closed_sec a {
	font-size:100%;
	text-decoration:none;
	color:#518ABE;
}
#main div.closed_sec a:hover {
	background:#FFFA73;
}

#main img {
margin-bottom:10px;
}
body#home h3 {
	font-size:3em;
}
body#home p.hugh3 {
	margin-top:-17px;
	margin-bottom:10px;
	font-size:1.1em;
	color:#84807A;
	font-family: Georgia, serif;
}
/* Retail Office Main Page 
-----------------------------------------*/
#main div.build_bv {
	background:url('img/bv_retail/retail_top.jpg') no-repeat 100% 10%;
}
#main div.build_201 {
	background: url('img/201/retail_top.jpg') no-repeat 160% 100%;
}
#main div.build_221 {
	background:url('img/221/retail_top.jpg') no-repeat 100% 100%;
}
#main div.build_209 {
	background:url('img/209/retail_top.jpg') no-repeat 100% 100%;
}

/* MAP page 
---------------------------------------*/
#main div.closed_sec.map {
	padding:9px 9px 7px 9px;
	
}
#main div.closed_sec.map div#map ul {
	list-style-type:none;
	margin-left:0;
}
#main div.closed_sec.map div#map{
width:100%;
	height:300px;
}
#sidebar {
	float:right;
	width:262px;
	border:1px solid #CCCCCC;
	padding:9px;
	display:inline; /* For IE6 */
}
#sidebar div.sidesec {
	background:#84807A;
	padding:9px;
}
#sidebar div.sidesec p {
	color:#FFF;
}

#sidebar p {
	line-height:1.2em;
	margin-bottom:8px;
	color:#84807A;
}
#sidebar p.afterh4 {
	margin-top:-6px;
}

#sidebar h4 {
	font-size:1.2em;
	line-height:1.2em;
	border-top:none;
	border-bottom:none;
	padding:0;
	margin:0 0 8px 0;
	text-align:left;
	color:#518ABE;
}

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
}
#sidebar #galnav ul {
	list-style-type:none;
	margin:0;
}
#sidebar ul li {
	line-height:1.4em;
}




/* FLOOR PLAN LAYOUT 
-----------------------------------*/
body#floor #main {
	width:570px;
	text-align:center;
}
body#floor #main img {
	margin-bottom:30px;
}

body#floor #sidebar {
	width:270px;
}
body#floor #sidebar h3 {
	font-size:1.6em;
	margin:10px 0 3px 0;
	color:#518ABE;
}
body#floor #sidebar h3.first {
	margin-top:0;
}
body#floor #sidebar ul {
	width:100%;
	float:left;
	margin-bottom:15px;
}
body#floor #sidebar ul li {
	border-bottom:1px solid #D2D2D2;
	width:100%;
	float:left;
	padding:5px 0 4px 0;
	list-style-type:none;
}
body#floor #sidebar ul li a {
	float:left;
	text-decoration:none;
	color:#4e4a47;
}
body#floor #sidebar ul li span {
	float:right;
	margin-left:20px;
	width:50px;
	text-align:right;
	
}
body#floor #sidebar ul li span.price {
	color:#518ABE;
	
}

/* Retial Office Floor Plans 
----------------------------------------------*/
body#ro_floor #main {
	width:100%;
}
body#ro_floor #main h3 {
	margin:0 0 10px 0;
}
body#ro_floor #main img {
	margin-bottom:30px;
}

/* AM HERE */
body#floor.flone #sidebar li.one a,
body#floor.fltwo #sidebar li.two a,
body#floor.flthree #sidebar li.three a,
body#floor.flfour #sidebar li.four a,
body#floor.flfive #sidebar li.five a,
body#floor.flsix #sidebar li.six a,
body#floor.flseven #sidebar li.seven a,
body#floor.fleight #sidebar li.eight a,
body#floor.flnine #sidebar li.nine a {
	padding-left:15px;
	background:url('img/bullet.gif') no-repeat 0 50%;
}

#footer {
	background:#C0B8B7;
	clear:both;
	padding:5px 0 40px 0;
	color: #6E6965;
}
#footer_inner {
	margin:20px 60px;
}
#footer ul {
	margin:5px 0;
}
#footer ul li {
	float:left;
	list-style-type: disc;
	margin-right:30px;
}
#footer ul li.first {
	list-style-type: none;
}
#footer p span {
	margin:0 10px;
}
#footer img.lh_logo {
	float:right;
	border:none;
}

/* FORMS 
-----------------------------------*/
form.sb-inforeq {
	padding:10px 20px;
	color:#FFF;
	font-family: Georgia, serif;
}
form.sb-inforeq input {
	width:98%;
}
form.sb-inforeq input.mysubmit {
	width:auto;
}
form.sb-inforeq p { 
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
}
form.sb-inforeq span {
	font-size:100%;
	display:block;
}

/* OTHER
-------------------------------------*/
#jack {
	height:300px;
}
#main ul.bigbullet li {
	font-size:1.2em;
	font-family: Georgia, serif;
	margin-bottom:4px;
	
}
/* One column page
-------------------------------------*/
body.onecol #main {
	width:100%;
}
body.onecol #main div.closed_sec {
	padding:9px 9px 7px 9px;
}
#main ul.ulcol {
	float:left;
	width:30%;
	list-style-type:none;
	margin:0 20px 20px 0;
}
ul.ulcol li {
	padding:5px 0 3px 32px;
	margin-bottom:3px;
}
/* Gallery Thumb 
-------------------------------------*/
#sidebar.thumb a {
	margin:0 11px 0 0;
}
#sidebar.thumb a.end {
	margin-right:0;
}
#sidebar.thumb img {
	border:0;
	margin-bottom:8px;
}






/* Press 
-------------------------------------*/
ul#press {
margin-left:0;
list-style:none;
padding:none;
text-indent:none;

}
ul#press li {
margin-left:0;
padding:none;
text-indent:none;
margin-bottom:0px;
list-style:disc inside;
}


ul#press a {
font-family:Georgia,serif;
text-decoration:none;
color:#000000;
padding-left:5px;
font-size:120%;
}
ul#press a:hover {
text-decoration:underline;

}





/* Neighborhood 
-------------------------------------*/

#main ul.ulcol li.num1 {
	background:url('img/nh/num1.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num2 {
	background:url('img/nh/num2.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num3 {
	background:url('img/nh/num3.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num4 {
	background:url('img/nh/num4.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num5 {
	background:url('img/nh/num5.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num6 {
	background:url('img/nh/num6.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num7 {
	background:url('img/nh/num7.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num8 {
	background:url('img/nh/num8.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num9 {
	background:url('img/nh/num9.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num10 {
	background:url('img/nh/num10.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num11 {
	background:url('img/nh/num11.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num12 {
	background:url('img/nh/num12.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num13 {
	background:url('img/nh/num13.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num14 {
	background:url('img/nh/num14.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num15 {
	background:url('img/nh/num15.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num16 {
	background:url('img/nh/num16.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num17 {
	background:url('img/nh/num17.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num18 {
	background:url('img/nh/num18.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num19 {
	background:url('img/nh/num19.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num20 {
	background:url('img/nh/num20.gif') no-repeat 0 50%;	
}	
#main ul.ulcol li.num21 {
	background:url('img/nh/num21.gif') no-repeat 0 50%;	
}
#main ul.ulcol li.num22 {
	background:url('img/nh/num22.gif') no-repeat 0 50%;	
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Residents Tab
-----------------------------------------------*/
div.twoColWrap {
	
}
div.colL {
	float:left;
	width:260px;
}
div.colR {
	float:right;
	width:260px;
}
div.business {
	border:1px solid #cccccc;
	margin:0 0 20px 0;
	padding:10px;
}
div.business img {
	border:none;
}
a.offer {
	display:block;
}

body#resident #sidebar h4 {
	color:#000;
	font-weight:bold;
}