body {
    font-family: Arial,"Arial Regular",sans-serif;
    background: #f9f1f0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia,serif;
}

h4 {
    font-family: Arial,"Arial Regular",sans-serif;
    font-size: 115%;
    color: #3c3c3c;
}

b, strong {
    color: rgb(75, 75, 75);
}

strong {
    color: #3c3c3c;
}

blockquote {
    padding: 10px;
    margin: 15px;
    background-color: #f9fbf0;
}

.main_content_area a {
    color: #c63f3e;
    text-decoration: none;
    font-weight: bold;
}

.main_content_area img {
    display: inline;
    float: right;
}

.main_content img.normal {
    float: none;
}

.red {
    color: #c63f3e;
}

.gray {
    color: rgb(75, 75, 75);
}

a.gray {
    font-weight: bold;
    text-decoration: none;
}

a.gray:hover {
    text-decoration: underline;
}

.main_content_area a:hover {
    text-decoration: underline;
}

.main_content_area li {
    margin-left: 15px;
}

span.left {
    float: left;
    padding-right: 10px;
}

span.right {
    float: right;
    padding-left: 10px;
}

.clear {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.feature_box .float_left {
    width: 215px;
}

.feature_box .float_right {
    width: 215px;
}

#container {
    width: 960px;
    margin: auto;
    background: #fff;
}

#navigation, #navigation * {
    z-index: 1000;
}

#navigation {
    padding-top: 30px;
    background-color: #c63f3e;
    font-family: "Georgia",serif;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #c63f3e;
    padding-left: 20px;
}

#navigation ul a {
    font-size: 130%;
    display: block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    margin-right: 5px;
}

#navigation ul a:hover,
#navigation ul > li:hover > a,
#navigation ul > li.selected > a {
    color: #636363;
    background-color: #fff;
}


#navigation li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

#navigation ul ul {
    width: 250px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    display: none;
    background: #FFF;
    border: 1px solid #c63f3e;
    border-top: none;
}

#navigation ul ul ul {
    left: 100%;
    top: 0;
    border-top: 1px solid #c63f3e;
}

#navigation ul ul li {
    float: none;
    font-size: 84.62%;
}

#navigation ul ul li a {
    color: #636363;
    line-height: 1.2;
}

#navigation ul ul a:hover {
    background: #c63f3e;
    color: #FFF;
}

/* not IE */
#navigation ul li:hover ul {
    display: block;
}

/* for IE */
#navigation ul ul li,
#navigation ul ul li a {
    float: left;
    width: 250px;
}

#navigation ul ul li a {
    width: 240px;
}

#header {
    padding-top: 10px;
    border-bottom: 1px solid #bdbdbd;
    height: 120px;
    overflow: hidden;
}

#header_images {
    float: left;
    width: 725px;
}

#pg_logo {
    margin-left: 20px;
    margin-top: 15px;
    float: left;
}

#dreamsstarthere {
    float: right;
    margin-right: 20px;
    margin-top: 100px;
}

#stayintouch {
    float: right;
    width: 214px;
    margin-right: 20px;
}

#sit_box {
    display: block;
    background: #c2d83b url(../img/stayintouch.top.png) no-repeat;
    padding: 15px;
    padding-top: 10px;
    color: #4b4b4b;
    line-height: 140%;
    text-decoration: none;
    height: 80px;
}

#sit_box strong {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 100%;
    color: #fff;
}

#sit_box p {
    font-size: 85%;
}

#informacion {
    display: block;
    color: #c2d83b;
    padding-left: 15px;
    font-weight: bold;
    text-decoration: none;
}

#email {
    margin-bottom: 2px;
    width: 175px;
    margin-top: 5px;
}

#email_submit {
    float: right;
}

#left_column {
    width: 215px;
    float: left;
    margin-left: 20px;
}

#center_column {
    width: 450px;
    float: left;
    margin-left: 20px;
}

#right_column {
    width: 215px;
    float: left;
    margin-left: 20px;
}

#large_column {
    width: 685px;
    float: left;
    margin-left: 20px;
}

#one_column {
    width: 920px;
    margin: auto;
}

.main_content_area h2 a, .column_header a {
    text-decoration: none;
    color: rgb(75, 75, 75);
}

.main_content_area h2, .column_header {
    border-bottom: 1px solid rgb(189, 189, 189);
    color: rgb(75, 75, 75);
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 20px;
}

hr {
    height: 0;
    border-bottom: 1px solid rgb(189, 189, 189);
}

div.fp_column_header {
    height: 36px;
    border-bottom: 1px solid rgb(189, 189, 189);
    margin-bottom: 20px;
}

#footer {
    background-color: #f9f1f0;
    padding-left: 20px;
    color: #c63f3e;
    text-transform: uppercase;
    font-size: 80%;
    padding: 20px;
    padding-top: 10px;
    margin-top: 20px;
    min-height: 40px;
}

#translate_box {
    margin-top: 15px;
}

#subscribe_box {
    background: url(../img/rss_icon.png) no-repeat 0 2px;
    padding-left: 25px;
    color: #808080;
}

#subscribe_box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 50px;
    font-size: 90%;
}

#subscribe_box li {
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid #808080;
    padding-left: 5px;
    padding-right: 5px;
}

#subscribe_box li.last {
    border-right: none;
    padding-right: 0;
}

#subscribe_box a {
    color: #808080;
    text-decoration: none;
}

#subscribe_box a:hover {
    text-decoration: underline;
}

.subcolumn_left {
    width: 215px;
    float: left;
    margin-right: 20px;
}

.subcolumn_right {
    width: 215px;
    float: left;
}

/* Buying a home */

.buying_a_home {
    border: 1px solid #dcdcdc;
    background: #f4f4f4 url(../img/tall_gradient.png) repeat-x;
    font-size: 80%;
}

.buying_a_home div {
    background: url(../img/house_icon.png) no-repeat 10px 10px;
    padding-left: 57px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.buying_a_home h4 {
    color: #c2d83b;
    font-size: 140%;
    font-family: "Arial Regular",Arial,sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
}

.buying_a_home ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.buying_a_home li {
    padding: 0;
    margin: 0;
}

.buying_a_home li a {
    display: block;
    padding-left: 15px;
    background: url(../img/small_arrow.png) no-repeat 0 5px;
    color: #808080;
}

/* Donate/register area */

.donate_register_area {
    border: 1px solid #f5f8ec;
    background: #f9fbf0;
    height: 115px;
}

.donate_register_area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.donate_register_area li {
    padding: 0;
    margin: 0;
    background: #ededed url(../img/short_gradient.png) repeat-x;
    border: 1px solid #ddded9;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 75%;
}

.donate_register_area a {
    display: block;
    padding-left: 15px;
    background: url(../img/small_arrow.png) no-repeat 0 7px;
    color: #00b5f1;
    text-decoration: none;
}

.highlighted {
    background-color: #f9fbf0;
    border: 1px solid #e9edd4;
    padding: 10px;
    color: #808080;
    font-size: 85%;
}

.highlighted p {
    margin-bottom: 5px;
    color: #656565;
}

.highlighted a {
    text-decoration: none;
}

.highlighted a:hover {
    text-decoration: underline;
}

.highlighted h6 {
    margin-bottom: 5px;
    font-size: 115%;
    font-family: Arial,"Arial Regular",sans-serif;
}

.highlighted h6 a {
    color: #c63f3e;
}

.more_news {
    padding: 0;
    margin: 0;
    color: #c63f3e;
}

.more_news li {
    margin-top: 0;
    margin-left: 10px;
}

.more_news li a {
    color: #808080;
}

.more_news span.pub_date {
    color: #c63f3e;
}

.content_listing {
    list-style-type: none;
}

.content_listing > li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(189, 189, 189);
}

ul.column_nav {
    color: #c63f3e;
    padding: 0;
    margin: 0;
    font-size: 90%;
    margin-bottom: 15px;
}

ul.column_nav li {
    padding-left: 0px;
    margin-left: 15px;
}

ul.column_nav li a {
    color: rgb(75, 75, 75);
    text-decoration: none;
    font-weight: bold;
}

ul.column_nav li a.selected {
    color: #1a1a1a;
}

ul.column_nav li a:hover {
    text-decoration: underline;
}

dl.home_details dt {
    font-weight: bold;
    display: block;
    float: left;
    width: 110px;
    text-align: right;
    color: rgb(75, 75, 75);
    background-color: #eee;
    padding: 5px;
    padding-right: 10px;
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
}

dl.home_details dd {
    padding: 5px;
    margin-bottom: 10px;
}

.home_gallery img {
    float: left;
}

.home_gallery ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 280px;
}

.home_gallery li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 125px;
    height: 125px;
    overflow: hidden;
}

#index .home_gallery li {
    margin-bottom: 2px;
    margin-right: 0;
    width: 64px;
    height: 64px;
}

#index .home_gallery ul {
    width: 64px;
}

.home_gallery .home_details {
    display: block;
    margin-top: 10px;
    font-size: 90%;
    line-height: 100%;
    color: rgb(75,75, 75);
}

.home_gallery .home_details a {
    text-decoration: none;
}

.home_gallery .home_details a:hover {
    text-decoration: underline;
}

.home_gallery .home_details strong {
    display: block;
    color: #c63f3e;
    padding-bottom: 5px;
}

.home_gallery .home_details .red {
    padding-bottom: 5px;
    display: block;
}

div.latest_stories {
    position: relative;
}

div.latest_stories ul {
    width: 450px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.latest_stories ul li {
    margin: 0;
    padding: 0;
    background-color: #4b4b4b;
    height: 178px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    display: none;
}

div.latest_stories ul li img {
    float: left;
    margin: -10px 10px 0 -10px;
}

div.latest_stories ul li h2 {
    position: absolute;
    background-color: #fff;
    width: 265px;
    bottom: 10px;
    left: 0;
    margin: 0;
    padding-left: 5px;
    font-size: 150%;
}

div.latest_stories ul li h2 a {
    color: #00b5f1;
    font-size: 105%;
    font-family: Arial,"Arial Regular",sans-serif;
    text-decoration: none;
}

div.latest_stories p {
    font-size: 95%;
    color: #fff;
    margin-bottom: 0;
}

div.latest_stories .read_more {
    background: #fff;
    text-decoration: none;
    padding: 2px;
    display: block;
    background: #fff;
    color: #00b5f1;
    float: left;
    line-height: 100%;
    margin-top: 10px;
    font-size: 90%;
}

ol#counter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 5px;
    font-size: 90%;
}

ol#counter li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
}

ol#counter a.current {
    background: #b3b3b3;
}

ol#counter a {
    font-size: 110%;
    display: block;
    background-color: #d3d3d3;
    color: #4b4b4b;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 100%;
}

div.latest_stories li.visible {
    display: block;
}

#buying_a_home_table * {
    vertical-align: middle;
}

#buying_a_home_table td {
    padding: 10px;
    padding-bottom: 35px;
}
