@charset "utf-8";

/* globals */

* { margin: 0em; 
    padding: 0em;
	border: 0px;
  }
 
html, body
 { margin: 0em auto; 
   width: 100%;
 } 
 
body
 { font: normal 76%/1.5 arial, sans-serif, "courier new", verdana, tahoma; 
   color: #000;
   background-color: #fdfcf8;
 }
 
table, tr, td, p, div, a, form, span, input, img, body
 { border-width: 0px; }
 
table
 { border-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
td, p, div, a, span, input, li
 { font-size: 1em; 
   line-height: 1.5em;
 }

table, tr, td
 { margin: 0em;
   padding: 0em;
 }   

div.table table
 { border: 1px solid #d5d5d5;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
div.table table td
 { border: 1px solid #d5d5d5;
   border-spacing: 0px;
   border-collapse: collapse;
   padding: 0 5px;
   text-align: left;
 }
 
tr.head
 { background-color: #efd887;
   color: #000;
   font-weight: bold;
 }
 
tr.row-even
 { background-color: #fdfcf8; }
 
tr.row-odd
 { background-color: #f7f5f0; }
 
img
 { text-align: center;
   margin: 0em; 
   padding: 0em;
 }

hr
 { background-color: #eee;
   width: 640px;
   height: 1px;
   border: 0;
   margin: 0 0 10px 0;
   padding: 0;
 }  
 
hr.top
 { background-color: #fff;
   width: 655px;
   height: 1px;
   border-top: 1px dashed #cfd2d2;
   margin: 1em auto 2em;
   padding: 0;
   float: left;
 }
 
a.button-link
 { text-decoration: none; 
   color: #625C52;
   font-weight: normal;
   outline: none;
 } 

a.button-link-white
 { text-decoration: none; 
   color: #fff;
   outline: none;
 }
 
a
 { color: #00c; 
   text-decoration: underline;
   cursor: pointer;
   outline: none;
 } 
 
a.faq-link
 { color: #00c; 
   text-decoration: underline;
   cursor: pointer;
   outline: none;
 } 
 
a.faq-link:hover, a.faq-link-selected
 { color: #ed1c24; 
   text-decoration: underline;
   cursor: pointer;
   outline: none;
 }
 
a.rescue-link
 { color: #8a6d00;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 } 
 
a.rescue-link:hover, a.rescue-link-selected
 { color: #443602; 
   text-decoration: underline;
   cursor: pointer;
   outline: none;
 }
/* inputs */ 

input.input-field
 { border: 1px solid #d5d5d5;
   padding: 0.2em 0.3em 0.2em 0.3em;
   width: 15em;
 } 
 
select
 { border: 1px solid #d5d5d5; }
 
select option
 { padding: 0em 0.2em 0em 0.2em; }

textarea
 { border: 1px solid #d5d5d5; 
   padding: 0.2em 0.3em 0.2em 0.3em;
   width: 25em;
   height: 7em;
 }
 
/* ajax loading messages */
 
div#ajax-response
 { display: none; 
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   clear: both;
 }

div.ajax-clear-response
 { position: absolute;
   top: 1em;
   right: 1em;
 }  
 
div.ajax-loading-wrapper
 { width: 99.4%;
   padding: 0.3%;
 }

div.ajax-loading-mask
 { position: absolute;
   z-index: 100;
   width: 100%;
   height: 4em;
   min-height: 4em;
   background-color: #ccc;
   border-bottom: 1px solid #999;
 } 

div.ajax-loading-mask-default
 { position: absolute;
   z-index: 100;
   width: 100%;
   height: 5em;
   min-height: 5em;
   background-color: #ccc;
   border-bottom: 1px solid #999;
 }
 
div.ajax-loading
 { position: absolute;
   z-index: 101;
   width: 100%;
   left: 50%;
   margin-left: -50%;
 } 

div.ajax-loading-default
 { background-color: #fff; 
   color: #f00;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   text-align: center;
   min-height: 3.5em;
  }

div.ajax-loading-error
 { background-color: #fcc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
   position: absolute;
   z-index: 102;
   width: 98.8%; 
 }

div.ajax-loading-success
 { background-color: #cfc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
   position: absolute;
   z-index: 102;
   width: 98.8%;
 }
 
/* errors */
 
div.message-stack-wrapper
 { width: 99.4%;
   padding: 0.4em 0.3% 0em 0.3%;
 }

div.message-stack-error
 { background-color: #fcc;
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }
 
div.message-stack-warning
 { background-color: #ffc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }

div.message-stack-success
 { background-color: #cfc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   height: 2.5em;
 }
 
div.db-error-wrapper
 { width: 99.4%;
   min-width: 64.1em;
   padding: 0.4em 0.3% 0.4em 0.3%;
 } 
 
div.db-error
 { background-color: #fcc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }  

/* common */
 
.size1px
 { font-size: 1px; }  

.size-11
 { font-size: 1.1em; }  
 
.align-l
 { text-align: left; }  
 
.align-c
 { text-align: center; } 

.align-j
 { text-align: justify; }
 
.align-r
 { text-align: right; }
 
.valign-t
 { vertical-align: top; }

.valign-m
 { vertical-align: middle; }
 
.valign-b
 { vertical-align: bottom; }
 
.clear-l
 { clear: left; }
 
.clear-r
 { clear: right; }
 
.clear-b
 { clear: both; }
 
.float-l
 { float: left; }
 
.float-r
 { float: right; } 

.float-n
 { float: none; } 
 
.z-100
 { z-index: 100; } 
 
.z-110
 { z-index: 110; } 

.z-255
 { z-index: 255; }  
 
.left-40
 { left: 40%; } 

.left-10px
 { left: 10px; }  
 
.left-8px
 { left: 8px; } 
 
.top-40
 { top: 40%; } 

.top-1px
 { top: 1px; }  

.top-8px
 { top: 8px; } 
 
.none
 { display: none; }

.inline
 { display: inline; } 

.block
 { display: block; }

.no-underline
 { text-decoration: none; }
 
.relative
 { position: relative; }

.absolute
 { position: absolute; }
 
.hand
 { cursor: pointer; }
 
.bold
 { font-weight: bold; }

.normal
 { font-weight: normal; } 

.no-wrap
 { white-space: nowrap; }

.no-outline
 { outline: none; }
 
.margin-auto
 { margin: 0em auto; }  

.margin-0
 { margin: 0; } 

.margin-l-05
 { margin-left: 0.5em; }  

.margin-l-4px
 { margin-left: 4px; }  
 
.margin-l-5px
 { margin-left: 5px; }  
 
.margin-l-8px
 { margin-left: 8px; } 
 
.margin-b-05
 { margin-bottom: 0.5em; }  

.margin-b-4px
 { margin-bottom: 4px; }  
 
.margin-b-5px
 { margin-bottom: 5px; } 
 
.padding-0
 { padding: 0em; }  

.padding-1
 { padding: 1em; } 

.padding-02
 { padding: 0.2em; } 

.padding-lr-102
 { padding-left: 1.2em; 
   padding-right: 1.2em;
 }  

.padding-l-05
 { padding-left: 0.5em; } 
 
.padding-l-1
 { padding-left: 1em; }

.padding-l-102
 { padding-left: 1.2em; }  

.padding-l-12px
 { padding-left: 12px; }  
 
.padding-l-15px
 { padding-left: 15px; } 
 
.padding-l-18px
 { padding-left: 18px; }  

.padding-l-20px
 { padding-left: 20px; }  
 
.padding-l-30px
 { padding-left: 30px; } 
 
.padding-l-18
 { padding-left: 1.8em; } 

.padding-r-05
 { padding-right: 0.5em; } 

.padding-r-1
 { padding-right: 1em; } 

.padding-r-1px
 { padding-right: 1px; }  
 
.padding-r-10px
 { padding-right: 10px; }  

.padding-r-11px
 { padding-right: 11px; }  
 
.padding-r-15px
 { padding-right: 15px; }   

.padding-r-30px
 { padding-right: 30px; }   
 
.padding-r-65px
 { padding-right: 65px; }  

.padding-b-02
 { padding-bottom: 0.2em; }

.padding-b-05
 { padding-bottom: 0.5em; }

.padding-b-1
 { padding-bottom: 1em; }

.padding-t-2px
 { padding-top: 2px; }
 
.padding-t-30px
 { padding-top: 30px; }
 
.padding-t-02
 { padding-top: 0.2em; }

.padding-t-05
 { padding-top: 0.5em; }

.padding-t-1
 { padding-top: 1em; }

.padding-t-103
 { padding-top: 1.3em; }  
 
.padding-t-105
 { padding-top: 1.5em; } 

.col-fff
 { color: #fff; }
 
.col-f00 
 { color: #f00; }

.col-9f9e9b
 { color: #9f9e9b; }

.back-000
 { background-color: #000; 
   color: #fff;
 } 
 
.back-fff 
 { background-color: #fff; 
   color: #000;
 }

.back-ebebe4 
 { background-color: #ebebe4; 
   color: #000;
 } 

.back-9d9d94 
 { background-color: #9d9d94; 
   color: #000;
 }   

.back-ececec 
 { background-color: #ececec; 
   color: #000;
 }  
 
.back-c5c5c5 
 { background-color: #c5c5c5; 
   color: #000;
 }
 
.back-e1dddd 
 { background-color: #e1dddd; 
   color: #000;
 }
 
.back-04bafe 
 { background-color: #04bafe; 
   color: #000;
 }
 
.back-dadcdc 
 { background-color: #dadcdc; 
   color: #000;
 }
 
.back-fdfcf8 
 { background-color: #fdfcf8; 
   color: #000;
 } 
 
/* buttons */

input.button-submit
 { position: absolute; 
   left: -10px; 
   top: -10px; 
   width: 0em; 
   height: 0em;
 }

div.default-buttons
 { float: left; }

div.action-buttons
 { float: right; }

/* tables */

.border-0
 { border-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
.border-1px-black
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000;
   border-style: solid;
 } 

.border-1px-385682
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #385682;
   border-style: solid;
 }
 
.border-1px-cdccc5
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #cdccc5;
   border-style: solid;
 }

.width-100
 { width: 100%; }

.width-1px
 { width: 1px; }  

.width-5px
 { width: 5px; } 
 
.width-8px
 { width: 8px; }  

.width-9px
 { width: 9px; } 
 
.width-10px
 { width: 10px; }  

.width-18px
 { width: 18px; }  

.width-31px
 { width: 31px; }  
 
.width-32px
 { width: 32px; }  

.width-40px
 { width: 40px; } 
 
.width-55px
 { width: 55px; } 
 
.width-113px
 { width: 113px; }  
 
.width-135px
 { width: 135px; } 

.width-154px
 { width: 154px; }

.width-168px
 { width: 168px; }

.width-239px
 { width: 239px; } 
 
.width-996px
 { width: 996px; } 

.width-1004px
 { width: 1004px; }
 
.height-100 
 { height: 100%; }

.height-1px
 { height: 1px; }   

.height-2px
 { height: 2px; }  
 
.height-3px
 { height: 3px; }  
 
.height-5px
 { height: 5px; } 
 
.height-7px
 { height: 7px; }  

.height-15px 
 { height: 15px; } 

.height-35px 
 { height: 35px; } 
 
.height-38px 
 { height: 38px; }

.height-40px 
 { height: 40px; }  
 
.height-44px 
 { height: 44px; }  
 
.height-45px 
 { height: 45px; } 
 
.height-48px 
 { height: 48px; } 
 
.height-63px 
 { height: 63px; }

.height-160px 
 { height: 160px; }  

.security-code
 { color: #f00;
   font-size: 1.2em;
   font-weight: bold;
   letter-spacing: 1px;
 } 
 
.white-text
 { text-align: justify;
   font-size: 1.2em;
   color: #fff;
 }
 
.faq-text
 { text-align: justify;
   font-size: 1em;
   color: #000;
   margin: 1em 0;
 } 
 
.text
 { text-align: justify;
   font-size: 1em;
   color: #000;
 }
 
.text ul, .text ol, .white-text ul, .white-text ol, .faq-text ul, .faq-text ol
 { padding-left: 2em; }
 
.text h1, .white-text h1, .faq-text h1
 { color: #8a6d00;
   font-size: 16px;
   text-transform: uppercase;
 }
 
.text h2, .white-text h2, .faq-text h2
 { color: #8a6d00;
   font-size: 14px;
   text-transform: uppercase;
 }
 
.text h3, .white-text h3, .faq-text h3
 { color: #8a6d00;
   font-size: 12px;
   text-transform: uppercase;
 }
 
div.button-enabled
 { background: url(../../images/buttons/button.gif) repeat-x center center;
   float: left;
   color: #8a6d00; 
   text-align: center;
   cursor: pointer;
   height: 28px;
   width: 100%;
   font-weight: bold;
   line-height: 28px;
   outline: none;
 }
 
div.button-disabled 
 { background: url(../../images/buttons/button.gif) repeat-x center center;
   float: left;
   color: #999; 
   text-align: center;
   cursor: default;
   height: 28px;
   width: 100%;
   font-weight: bold;
   line-height: 28px;
   outline: none;
 }
 
.bgr-main-border
 { background: url(../../images/web/bgr-main-border.gif) repeat-y center center;	
   width: 1004px;
   height: 100%;
 }
 
div.bgr-logo-box
 { width: 240px;
   height: 150px;
   float: left;
   background: url(../../images/web/bgr-logo-box.gif) repeat-x center center;	
 }
 
div.logo
 { height: 63px;
   padding: 43px 0 20px;
 }
 
div.languages
 { height: 12px; }
 
div.header-box
 { width: 755px;
   height: 150px;
   float: right;
 }
 
div.header-devider
 { float: left;
   width: 1px;
 }
 
a.mlr-5px
 { margin: 0 5px; }
 
.bgr-header
 { background: url(../../images/web/bgr-header.gif) repeat-x center center;	
   width: 996px;
   height: 10px;
 }
 
div.top-menu
 { width: 140px; /* 165px; */
   height: 31px;
   float: left;
 }
 
div.top-menu-row
 { background-color: #8a6d00;
   height: 31px;
   line-height: 31px;
   color: #fdfcf8;
   font-weight: bold;
 }
 
div.top-menu-row-over
 { background-color: #5f4b01;
   height: 31px;
   line-height: 31px;
   color: #fdfcf8;
   font-weight: bold;
 } 
 
.bgr-top-menu
 { background: url(../../images/web/bgr-top-menu.gif) repeat-x center center;	
   width: 996px;
   height: 4px;
 }
 
div.top-menu-space
 { float: left;
   width: 4px; 
   height: 31px;
   background-color: #8a6d00;
 }
 
div.top-menu-devider
 { float: left;
   width: 1px;
   color: #fdfcf8;
 }
 
.content-box
 { padding: 20px; } 

.home-left
 { float: left;
   width: 434px;
   padding-right: 20px;
 }
 
.home-right
 { float: right;
   width: 502px;
 }
 
.page-left
 { float: left;
   width: 241px;
   padding-right: 20px;
 }
 
.page-right
 { float: right;
   width: 695px;
 }
 
.contacts-left
 { float: left;
   width: 516px;
   padding-right: 20px;
 }
 
.contacts-right
 { float: right;
   width: 420px;
 }
 
div.page-box
 { padding: 40px 0 0; } 
 
div.box
 { padding: 20px 0 0; }
 
.bgr-footer-top
 { background: url(../../images/web/bgr-footer-top.gif) repeat-x center center;	
   width: 996px;
   height: 3px;
 }
 
.bgr-footer-bottom
 { background: url(../../images/web/bgr-footer-bottom.gif) repeat-x center center;	
   width: 996px;
   height: 3px;
 }
 
div.footer
 { height: 34px;
   line-height: 34px;
   color: #5f4b01;
   background-color: #d5bf96;
 }
 
a.footer
 { color: #8a6e00;
   text-decoration: none;
   cursor: pointer;
   outline: none;
   font-weight: bold;
 } 
 
a.footer:hover
 { color: #5f4b01;
   text-decoration: none;
   cursor: pointer;
   outline: none;
   font-weight: bold;
 }
 
div.rescueplan-box
 { width: 500px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ed1c24;
   border-style: solid;
 }
 
div.rescueplan-headline
 { background-color: #fff7f8;
   color: #ed1c24;
   font-weight: bold;
   font-size: 18px;
   letter-spacing: 2px;
   height: 50px;
   line-height: 50px;
 }
 
div.rescueplan-body
 { padding: 20px;
   background-color: #fdfcf8;
   border-top-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ed1c24;
   border-style: solid;
 }
 
div.rescueplan-icons-box
 { width: 360px; 
   text-align: center;
   margin: 0 auto;
   vertical-align: top;
 } 
 
div.rescueplan-icon
 { float: left;
   width: 80px;
   padding: 0 20px; 
 }
 
div.rescueplan-icon-text
 { float: left;
   width: 100px;
   padding: 0 10px;
   text-align: center;
 }
 
a.rescueplan-text
 { color: #ed1c24;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 }
 
div.left-menu-box
 { width: 239px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #d5bf96;
   border-style: solid;
   background-color: #fdfcf8;
 }
 
div.left-menu-content
 { margin: 0 10px 10px; }
 
div.left-menu
 { margin-top: 10px; }
 
div.left-submenu
 { margin: 5px 0 0 22px; }
 
div.left-menu-icon
 { height: 15px;
   line-height: 15px;
   float: left;
   margin-right: 5px;
 }
 
div.left-menu-text
 { height: 15px;
   line-height: 15px;
   float: left;
 }
 
a.left-menu-link
 { color: #8a6d00;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;
   height: 15px;
   line-height: 15px;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 }
 
a.left-menu-link:hover
 { color: #5f4b01;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;
   height: 15px;
   line-height: 15px;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 }
 
a.left-submenu-link
 { color: #585858;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;
   height: 15px;
   line-height: 15px;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 }
 
a.left-submenu-link:hover
 { color: #000;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;
   height: 15px;
   line-height: 15px;
   text-decoration: none;
   cursor: pointer;
   outline: none;
 }
 
span.left-menu-nolink
 { color: #5f4b01;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 1px;
   height: 15px;
   line-height: 15px;
   text-decoration: none;
 }
 
div.completed-developments-box
 { width: 500px;
   height: 274px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #8a6d00;
   border-style: solid;
 }
 
div.completed-developments-headline
 { background-color: #fdfcf8;
   color: #8a6d00;
   font-weight: bold;
   font-size: 18px;
   letter-spacing: 2px;
   height: 30px;
   line-height: 30px;
 }
 
div.completed-developments-body
 { height: 243px;
   background-color: #fdfcf8;
   border-top-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #8a6d00;
   border-style: solid;
 }  
 
a.gallery-link
 { text-decoration: none; 
   color: #8a6d00;
   font-weight: bold;
   outline: none;
   font-size: 15px;
   text-align: center;
 }
 
div.gallery-box
 { width: 500px;
   height: 384px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #8a6d00;
   border-style: solid;
 }
 
div.gallery-headline
 { background-color: #fdfcf8;
   color: #8a6d00;
   font-weight: bold;
   font-size: 18px;
   letter-spacing: 2px;
   height: 30px;
   line-height: 30px;
 }
 
div.gallery-title
 { background-color: #f7f5f0;
   color: #8a6d00;
   font-weight: normal;
   font-size: 12px;
   height: 20px;
   line-height: 20px;
   overflow: hidden;
 }
 
div.gallery-body
 { height: 333px;
   background-color: #fdfcf8;
   border-top-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #8a6d00;
   border-style: solid;
 } 
 
div.news-title
 { position: relative; 
   height: 20px;
   line-height: 20px;
   margin-bottom: 1px;
   text-align: left;
 }
 
span.title
 { font-weight: bold;
   color: #8a6d00;
   font-size: 1em;
   padding: 0.1em 0.5em;
   background-color: #efd887;
   text-transform: capitalize;
 } 
 
span.title-more
 { font-weight: bold;
   color: #8a6d00;
   font-size: 1em;
   padding: 0.1em 1.5em;
   background-color: #efd887;
   text-transform: capitalize;
 }
 
div.news-title img
 { position: absolute;
   bottom: -7px;
   left: 0;
 } 
 
div.top
 { position: relative; 
   float: left;
 }
 
div.top img
 { position: absolute;
   right: -30px;
   top: 5px; 
 }
 
div.slider-box
 { position: relative;
   margin: 0 auto;
   text-align: center;
   width: 500px;
   height: 333px;
 } 
 
div.JustifyCenter
 { text-align: center; } 
 
.gmap
 { margin: 0 auto;
   text-align: center;
   width: 693px;
   height: 348px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #eee;
   border-style: solid;
   padding: 1px;
 }  
 
/* image replacement */
#prevBtn, #nextBtn
 { margin: 0;
   padding: 0;
   display: block;
   overflow: hidden;
   text-indent: -8000px;
 }
/* // image replacement */ 
 
#slider ul, #slider li
 { margin: 0;
	  padding: 0;
	  list-style: none;
	}
 
#slider, #slider li
 { width: 500px;
	  height: 333px;
	  overflow: hidden; 
	}

#prevBtn, #nextBtn
 { display: block;
		 width: 40px;
		 height: 24px;
		 position: absolute;
		 left: -1px;
		 top: 155px;
		 z-index: 1;
	}	

#nextBtn
 { left: 461px; }														
 
#prevBtn a, #nextBtn a
 { display: block;
		 position: relative;
		 width: 40px;
		 height: 24px;
		 background: url(../../images/web/prev.gif) no-repeat 0 0;	
   outline: none;
	}	

#nextBtn a
 { background: url(../../images/web/next.gif) no-repeat 0 0;	}