a {
    color: #4444FF;
    z-index: 1;
}

a:hover {
    color: #FF0000;
}

.yellow {
    color: #FFFF00;
}

div.page_container {
    /* border: solid #777777 1px; */
    position: static;
    height: 620px; 
    width: 850px; /* was 772px; */ 
    overflow: hidden; 
    text-align: center;
    display: block;
    z-index: 1;
}

img.logo {
    z-index: 1;
}

div.header_container {
    letter-spacing: .2cm;
    height: 133px; 
    z-index: 1;
    width: 832px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    font-family: New York, MS Serif, serif;
    font-weight: 100;
    font-variant: small-caps;
    text-decoration: underline;
    display: block;
    border-bottom: solid #DDDDFF; 1px;
}

div.icon_container_4 {
    text-align: center; 
    width: 850px; 
    height: 103px; 
    margin-top: .5%; 
    margin-bottom: .5%; 
    position: relative;
    float: left;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
    z-index: 1;
}

div.icon_container_3 {
    text-align: center; 
    width: 761px; 
    height: 103px; 
    margin-top: .5%; 
    margin-bottom: .5%; 
    position: relative;
    float: left;
    margin-left: 43px;
    padding: 0px 0px 0px 0px;
    display: inline;
    z-index: 1;
}

div.icon_container_2 {
    text-align: center; 
    width: 425px; 
    height: 103px; 
    margin-top: .5%; 
    margin-bottom: .5%; 
    position: relative;
    float: left;
    margin-left: 196px;
    padding: 0px 0px 0px 0px;
    display: inline;
    z-index: 1;
}

div.property {
    width: 187px; 
    height: 100px; 
    position: relative; 
    float: left; 
    overflow: hidden; 
    opacity: 1.0;
    padding: 0px 12px 0px 12px;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 1;
}

div.property_wide {
    width: 289px; 
    height: 100px; 
    position: relative; 
    float: left; 
    overflow: hidden; 
    opacity: 1.0;
    padding: 0px 12px 0px 12px;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 1;
}

div.rightmost_property {
    width: 187px; 
    height: 100px; 
    position: relative; 
    float: left; 
    overflow: hidden; 
    padding: 0px 8px 0px 7px;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 1;
}

div.rightmost_property_wide {
    width: 289px; 
    height: 100px; 
    position: relative; 
    float: left; 
    overflow: hidden; 
    padding: 0px 8px 0px 7px;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 1;
}

div.rightmost_nonlink_property {
    width: 187px; 
    height: 100px; 
    position: relative; 
    float: left; 
    overflow: hidden; 
    padding: 0px 8px 0px 7px;
    margin: 0px 0px 0px 0px;
    display: block;
    z-index: 1;
}

div.property:hover {
    height: 98px;
    width: 185px;
    border: solid #777777 1px;
    cursor: pointer;
    z-index: 1;
}

div.rightmost_property:hover {
    height: 98px;
    width: 185px;
    border: solid #777777 1px;
    cursor: pointer;
    z-index: 1;
}

div.rightmost_nonlink_property:hover {
    height: 98px;
    width: 185px;
    border: solid #BBBBBB 1px;
    cursor: help;
    z-index: 1;
}


div.text_container {
    clear: both;
    height: 204px; 
    width: 682px; 
    margin-left: .8%; 
    margin-right: .8%; 
    margin-top: .5%; 
    margin-bottom: 1%; 
    overflow: hidden;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 20px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
    text-align: left;
    vertical-align: middle;
}

span.quadra_text {
    font-size: 14px;
}

div.text {
    color: #111111;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 100;
    display: block;
}

div.menu_container {
    height: 55px; 
    width: 772px; 
    border: solid #000099 1px; 
    margin-left: .8%; 
    margin-right: .8%; 
    margin-top: .5%; 
    text-align: center;
    padding: 0 0 0 0;
    display: block;
}

div.default_visible {
    display: block;
}

div.default_hidden {
    display: none;
}

div.footer {
    color: #DDDDDD;
    width: 732px;
    height: 57px;
    margin-top: 2px;
    line-height: 1.1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline;
}

li {
    margin-bottom: 6px;
}

div.mission_statement {
    color: #444444;
    font-size: 16px;
    display: none;
    font-family: arial, sans-serif;
}

body {
    position: static;
    z-index: 1;
    display: block;
    text-align: center;
    background: #3F3184;
    background-image: url(/static/images/grey-gradient-background.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}


