* {
    margin: 0;
    padding: 0;
    spacing: 0;
}

body {
    background: #000 url(/imgs/background_gradient.jpg) repeat-x;
    color: #183152;
    
    font-family: Gill Sans MT, Verdana, Helvetica, Arial, sans-serif;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}



a:link { color: #335A88; text-decoration: none }
a:visited { color: #335A88; text-decoration: none }
a:hover { color: #335A88; text-decoration: underline }
a:active { color: #335A88; text-decoration: none }

div#gamma a:link { color: #FFF; text-decoration: none }
div#gamma a:visited { color: #FFF; text-decoration: none }
div#gamma a:hover { color: #FFF; text-decoration: underline }
div#gamma a:active { color: #FFF; text-decoration: none }

div#beta a:link { color: #FFF; text-decoration: none }
div#beta a:visited { color: #FFF; text-decoration: none }
div#beta a:hover { color: #FFF; text-decoration: underline }
div#beta a:active { color: #FFF; text-decoration: none }

div.nav-menu a:link { color: #FFF; text-decoration: none }
div.nav-menu a:visited { color: #FFF; text-decoration: none }
div.nav-menu a:hover { color: #FFF; text-decoration: underline }
div.nav-menu a:active { color: #FFF; text-decoration: none }


div#bigwrap {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#tos {
    background-color: #000;
    
    position: relative;
    top: 0;
    left: 0;
    height: 26px;
    width: 100%;
}

div#tostext {
    font-family: Verdana;
    font-size: 11px;
    color: #335A88;
    text-align: right;
    
    position: relative;
    right: 10px;
    top: -23px;
}

div#tosborder {
    position: relative;
    top: 0;
    
    height: 1px;
    width: 100%;
    border-top: 1px solid #121212;
    background-color: #343434;
    border-bottom: 1px solid #484848;
}

div#wrapper {
    width: 900px;
    position: relative;
    top: 105px;
    margin-left: auto;
    margin-right: auto;
    
    background-color: #1d2d3f;
}


div#communityheader {
    position: relative;
}

div#communityheader img#communitytitle {
    position: absolute;
    right: 6px;
    top: 72px;
}

div#communityheader div#logo {
    position: absolute;
    left: 0;
    top: -44px;
    width: 215px;
    height: 150px;
    background: url('/imgs/dcr_header_logo.png') no-repeat 0% 50%;
    z-index: 2;
}


img {
    border: 0;
}

img.dummynav {
    position: relative;
    left: 7px;
    top: -17px;
}

div.pillbox-nav {
    position: relative;
    left: 7px;
    top: 8px;
    background: url(/imgs/pillbox-nav-bg.png) no-repeat;
    width: 870px;
    height: 42px;
    
    padding: 12px 8px;
}

div.pillbox-nav div.pill {
    position: absolute;
    top: 13px;
    height: 42px;
    
    cursor: pointer;
}

div.pillbox-nav div.pillfill {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

div.pillbox-nav div#nav-browse-by-feature {
    background: url(/imgs/nav-browse-by-feature.png) no-repeat;
    width: 150px;
    left: 10px;
}

div.pillbox-nav div#nav-more-communities {
    background: url(/imgs/nav-more-communities.png) no-repeat;
    width: 159px;
    left: 200px;
}

div.pillbox-nav div#nav-advanced-search {
    background: url(/imgs/nav-advanced-search.png) no-repeat;
    width: 144px;
    left: 410px;
}

div.pillbox-nav div#nav-blog {
    background: url(/imgs/nav-blog.png) no-repeat;
    width: 43px;
    left: 607px;
}

div.pillbox-nav div#nav-about-us {
    background: url(/imgs/nav-about-us.png) no-repeat;
    width: 78px;
    left: 688px;
}

div.pillbox-nav div#nav-contact {
    background: url(/imgs/nav-contact.png) no-repeat;
    width: 73px;
    left: 802px;
}


div.pillbox-nav selected {
}

div.innercontent div.content-corner {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: 1;
}

div.innercontent div.content-corner-mask {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1D2D3F;
    z-index: 0;
}


div.innercontent div.inner-corner-nw {
    background: url('/imgs/inner-corner-nw.png') no-repeat;
    top: -2px;
    left: -2px;
}

div.innercontent div.inner-corner-ne {
    background: url('/imgs/inner-corner-ne.png') no-repeat;
    top: -2px;
    right: -2px;
}

div.innercontent div.inner-corner-sw {
    background: url('/imgs/inner-corner-sw.png') no-repeat;
    bottom: -2px;
    left: -2px;
}

div.innercontent div.inner-corner-se {
    background: url('/imgs/inner-corner-se.png') no-repeat;
    bottom: -2px;
    right: -2px;
}


div.innercontent div.content-corner-nw {
    background: url('/imgs/content-corner-nw.png') no-repeat;
    top: -2px;
    left: -2px;
}

div.innercontent div.content-corner-ne {
    background: url('/imgs/content-corner-ne.png') no-repeat;
    top: -2px;
    right: -2px;
}

div.innercontent div.content-corner-sw {
    background: url('/imgs/content-corner-sw.png') no-repeat;
    bottom: -2px;
    left: -2px;
}

div.innercontent div.content-corner-se {
    background: url('/imgs/content-corner-se.png') no-repeat;
    bottom: -2px;
    right: -2px;
}


div.innercontent div.content-corner-mask-nw {
    top: -2px;
    left: -2px;
}

div.innercontent div.content-corner-mask-ne {
    top: -2px;
    right: -2px;
}

div.innercontent div.content-corner-mask-sw {
    bottom: -2px;
    left: -2px;
}

div.innercontent div.content-corner-mask-se {
    bottom: -2px;
    right: -2px;
}


div.innercontent {
    width: 868px;
    top: -12px;
    position: relative;
    float: left;
    margin-left: 8px;
    
    padding: 4px 6px;
    
    background-color: #3a4855;
    background-color: #ebebeb;
    border: 2px solid #c4c5b8;
}

iframe {
    border: 0;
}


div#footer {
    position: relative;
    top: 80px;
    
    width: 300px;
    margin: 42px auto 0;
    text-align: center;
    height: 60px;
    color: #fff;
    font-size: 0.8em;
}

div#footer em {
    color: #aaa;
}

p.story {
    margin-top: 1em;
}

div#gamma, div#beta {
    width: 148px;
    position: relative;
    float: right;
    background-color: #1D2D3F;
    
    margin: 5px;
    padding: 8px;
    clear: right;
}

div.BlogEntries {
    float: right;
    width: 148px;
    background-color: #1D2D3F;
    color: #fff;
}

div.Homepage {
    float: left;
    width: 684px;
}

div.navblock {
    margin-bottom: 14px;
}

div.navblock ul, div.nav-menu ul {
/*    list-style-type: none;*/
    color: #fff;
    font-size: 0.9em;
}

div.navblock ul li {
    margin-left: 13px;
}

div.navblock h2 {
    font-size: 0.9em;
    margin-bottom: 6px;
}

div.navblock h3 {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 6px;
}

div.homepage_property_image {
    position: absolute;
    right: 180px;
    top: 54px;
    width: 270px;
    margin: 10px;
    text-align: center;
    font-style: italic;
}

div.homepage_property_image img {
    max-width: 260px;
    border: 1px solid #1D2D3F;
    margin-left: auto;
    margin-right: auto;
}



/*
div#header h1 {
    margin: 10px;
    margin-bottom: 0;
    
    position: relative;
    left: 10px;
    
    letter-spacing: 0.15em;
    color: #fff;
}

div#header p.subhead {
    margin: 14px;
    margin-top: 0;
    
    position: relative;
    left: 35px;
    
    font-style: italic;
}


div#wrapper h3 {
    font-weight: bold;
    font-size: 0.8em;
}

div#alpha {
    width: 600px;
    position: relative;
    float: left;
    margin: 10px;
    
    min-height: 400px;
}

div#beta {
    width: 148px;
    position: relative;
    float: left;
    background-color: #c4d7ed;
    background: #c4d7ed url(/imgs/right-spatter.png) no-repeat;
    border: 1px solid #8a8e92;
    
    margin: 5px;
    padding: 5px;
    min-height: 300px;
}



hr {
    margin: 10px 4px;
}



div#alpha h3 {
    font-style: italic;
}

*/

div#feature-menu, #more-communities-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background-color: #1d2d3f;
    padding: 10px;
    color: #fff;
    z-index: 5;
}
