/*
    Based on:
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
*/

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Basic */

* {
    margin: 0em;
    padding: 0em;
    text-decoration: none;
}

li {
    padding-bottom: 8px;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

a {
    color: #995500;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
/*   background: #fff url('../images/bg_cavelas4.jpg') no-repeat bottom right; */
    color: #665555;
}

#toplink {
    position: fixed;
    bottom: 0px;
    cursor: pointer;
    background-color: #f0deae;
    display: none;
    width: 100px;
    height: 20px;
    text-align: center;
    margin-left: -120px;
    float: left;
}

/* Outer */

#outer {
    margin: 0em auto 1em auto;
    width: 100%;
    background-color: #fff;
}

/* Header */

#header {
    padding: 1.5em 2em 1.5em 4em;
    background: #2E2017 url('../images/a1.jpg') top left repeat-x;
}

#header h1 {
    font-size: 2.0em;
}

#header h1, #header h2 {
    display: block;
    width: 778px;
    margin: 0em auto;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
}

#header h2 {
    color: #bbaa77;
    font-size: 0.8em;
}

/* Menu */

.menu {
    background: #F1DFC9 url('../images/a2.gif') top left repeat-x;
    font-size: 0.9em;
    padding: 0.6em 2em 0.6em 0em;
}

.menu ul {
    display: block;
    width: 778px;
    margin: auto;
    list-style: none;
    padding-left: 4em;
}

.menu ul li {
    display: inline;
    font-weight: bold;  
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.25em 0.75em 0.25em 0.75em;
}

#active {
    color: green;
    padding: 0.25em 1.5em 0.25em 1.5em;
}

.menu ul li a {
    font-weight: bold; 
    text-decoration: none;
    color: #38271C;
    padding: 0.25em 0.75em 0.25em 0.75em;
}

.menu ul li a:hover {
    background: #342117 url('../images/a4.gif') top left repeat-x;
    color: #fff;
}

/* Content */

#content {
    width: 778px;
    margin: 0em auto;
}

#content p {
    margin-bottom: 1.5em;
    text-align: justify;
}

#content h2,h3,h5,h6 {
    color: #443333;
    margin-bottom: 1em;
}

#content ul {
    margin-bottom: 1.5em;
    padding-left: 1em;
}

#content blockquote {
    padding-left: 1em;
    margin-bottom: 1.5em;
    border-left: solid 7px #EFEECC;
}

#content blockquote p {
    margin-bottom: 0em;
}

#content table {
    margin-bottom: 1.5em;
    width: 100%;
}

#content table th {
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #443333;
}

#content table td {
    padding: 0.5em;
    text-align: center;
}

#content table tr.rowA {
    background-color: #F6EECC;
    color: inherit;
}

#content table tr.rowB {
    background-color: #FFFEEF;
    color: inherit;
}

#contact_form form table td {
    padding: 0.5em;
    text-align: left;
    display: table-header-group;    
}

/* Primary Content */

#secondary_menu2 {
    background-color: #f7e1b8;
    padding: 1em 1em 1em 0;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
    border: 1px solid #efbd6e;
}

#secondary_menu2 ul{
    margin: 0px;
}

#secondary_menu2 ul li{
    margin: 0px;
    list-style-type: none;
    list-style-position: inside;
    display: table;
    padding: 0px;
}

#secondary_menu ul{
    display: inline;
    padding:0px;
    margin:0px;
    float: right;
    width: 100%;
}

#secondary_menu li{
    display: inline;
}

#primaryContentContainer {
    float: left;
    margin-left: -17em;
    width: 100%;
}

#primaryContent {
    margin: 0em 0em 0em 16.5em; 
    padding: 1.5em 1.5em 0 1.5em;
}

#primaryContent h2, #primaryContent h3 {
    border-bottom: solid 1px #efeecc;
    padding-bottom: 0.25em;
    margin-bottom: 1.25em;
}

#primaryContent h2 {
    font-size: 1.7em;
}

#primaryContent h3 {
    font-size: 1.1em;
}

#slideshow1 {
    margin-left: -30px;
    margin-top: -40px;
    margin-down: 10px;
    padding-top: 0px;
    padding-left: 0px;
    margin-right: -55px;
    padding-right: 0px;
    float: right;
    width: 400px;
    height: 250px;
}

.linkarea {
    text-decoration: none;
}


.linkarea:hover {
    text-decoration: none;
}
/*
#contact_form {
 width: auto;
}
*/
#mail_your_name  {
    width: 15em;
}

#mail_your_email {
    width: 15em;
}


tr#submit_record__row {
    text-align: center;
}

#submit_record__row td {
    text-align: center;
}

.house_option {
    text-align: center;
    display: block;
    border: 4px double #c7a57e;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px;
    text-decoration: none;
    width: 400px;
}

.house_option h2 {
    font-size: 24px;
    padding-bottom: 0px;
    margin-top: 25px;
    margin-bottom: 32px;
    text-decoration: none;
    line-height: 32px;
}

.house_option h4{
    padding-right: 40px;
    border: 0px;
    padding-right: 60px;
    margin: -20px;
    font-size: 18px;
    text-align: center;
    color: #78ad60; /* #8dcc72; /*#bbaa77; */
    display: none; 
    font-weight: bold;
}

.house_option:hover {
    border: 4px solid #c7a57e;
/* #bbaa77; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.listarea {
    list-style-type:square;
    padding: 0px;
}

.listarea li {
    padding: 0px;
}

.notice {
    margin: 15px 0px 15px 0px;
    background-color: #c7e1b8;
    padding: 10px;
    border: 1px solid #bfbd6e;
    text-align: center;
}

#sbento {
    height: 125px;
    background: url(../images/flowers2.png) no-repeat bottom left;
}

#sbento img {
    float: right;
    border: 0px;
    height:  107px;
    width: 142px;
}

#sbento h2{
    margin-top: 26px;
}

#sbento h4{
    padding-left: 50px;
}

.gallery{
    margin:0 auto;
    background-color: #f7e1b8;
    padding: 0px;
    border: 1px solid #efbd6e;
    width: 475px;
}

.gallery li{margin: 0px; display: inline;}

.thumb a img{ width:151px;height:120px;margin: 0px; border: 0px;display: inline;}
    
.thumbs {
    border: 1px solid #363636;
    margin-top: 7px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.thumbs ul li a img{
    border: 1px solid #575757;
    margin-left: 12px;
    display: table;
    padding: 0px;
    }

#regional_map {
    clear: left;
}

#local_map {
    clear: both;
    display: none;
}

#global_map {
    clear: left;
}
    
#global_map p {
    vertical-align: middle;
    text-align: right;
    padding-right: 30px;
}

#global_map h4 {
    padding-top: 100px;
}

#global_map img{
    margin-top: -40px;
    padding-top: 0px;
    float: left;
}

#ccastro {
    height: 125px;
    background: url(../images/flowers3.png) no-repeat bottom right;
}

#ccastro p {
    padding-top: 2px;
}

#ccastro img {
    float: left;
    border: 0px;
    height: 132px;
    width: 109px;
}

#contact_form {
    width: 60%;
    margin: 0px;
    padding: 0px;
}    

#contact_form form table {
    width: 60%;
    margin: 0px;
    padding: 0px;
    
}    
    


/* Secondary Content */

#secondaryContent {
    float: right;
    width: 14em;
    padding: 1.5em 2em 0em 2em;
    font-size: 0.9em;
}

#secondaryContent h3 {
    background: #2E2017 url('../images/a4.gif') top left repeat-x;
    color: #fff;
    padding: 0.5em;
    padding: 0.5em 0.5em 0.5em 1.0em;
    position: relative;
    left: -0.8em;
    margin-right: -1.6em;
    font-size: 1.0em;
}

/* Footer */
#footer {
    padding: 1.5em 2em 0em 2em;
    text-align: center;
    width: 778px;
    margin: 0em auto;
    border-top: solid 1px #efeecc;
    font-size: 0.9em;
}

.clear {
    clear: both;
}

/* Special */
.flash {
    z-index: 2;
    background-color: #f7e1e8;
    padding: 1em;
    margin-bottom: 2em;
    border: 1px solid red;
    text-align: center;
    cursor: pointer;
}

.error {
    font-weight: bold; 
    color: #D00;
    padding: 5px;
}
