/* Global Settings */
* { margin:0; padding:0; }
div#page { width:1024px; margin:0 auto; padding:0; }

/* right content */
div#rightcontent { float:right; width:83px; padding:30px 50px 35px 40px; margin-top:155px; background-image:url(/images/dot-red-ver.gif); background-position:left; background-repeat:repeat-y; }
div#rightcontent p { font-size:11px; margin-top:12px; }

/* main content */
div#maincontent { margin-left:201px; width:615px; }
div#maincontent p { margin:16px 0; }
div#maincontent p.top { margin:3px 0 6px; }
div#maincontent div#mainimage { margin-bottom:20px; }
div#maincontent div#heading { padding-bottom:6px; }

/* footer */
div#footer { width:823px; padding-left:201px; padding-bottom:10px; font-size:9px; margin-top:130px; }
div#footer div#credit { float:right; width:132px; color:#ACAEB0; }
div#footer div#credit a { color:#ACAEB0; }
div#footer p#bottom { width:615px; }
div#footer p#bottom a { color:#636466; }

/* banner nav*/
#banner_nav { display: block; height: 373px; width: 615px; padding-top: 92px;}
#banner_nav #banner_image { display: block; height: 305px; width: 615px;  position: relative; top: 0;}
#banner_nav #nav_items { display: block; height: 67px; width: 100%; position: relative; bottom: 0; background: url(/images/bg_nav.png) left repeat-x;}
#banner_nav #nav_items .item { background: url(/images/bg_nav_hash.png) left center no-repeat; display: block; text-align: center; color: white; font-size: 19px; line-height: 67px; float: left;}
#banner_nav #nav_items .item.first{ background: none; }

#banner_nav #nav_items .item.first:hover, 
#banner_nav #nav_items .item.first.selected { background: url(/images/bg_nav-hover.png) left bottom repeat-x; cursor: pointer;}

#banner_nav #nav_items .item:hover, 
#banner_nav #nav_items .item.selected { background: url(/images/bg_nav-hover_hash.png) left bottom repeat-x; cursor: pointer;}

#banner_nav #nav_items .downsizing, #banner_nav #nav_items .decluttering { width: 160px; }
#banner_nav #nav_items .home_staging { width: 175px; }
#banner_nav #nav_items .moving { width: 120px; }


/* Different banners mod */
#banner_nav div { background: url(/images/bg_homepage.jpg) top center no-repeat; }
#banner_nav div.decluttering { background: url(/images/banner-decluttering.jpg) top center no-repeat; }
#banner_nav div.home_staging { background: url(/images/banner-staging.jpg) top center no-repeat; }
#banner_nav div.moving { background: url(/images/banner-moving.jpg) top center no-repeat; }
#banner_nav div.downsizing { background: url(/images/banner-downsizing.jpg) top center no-repeat; }

