/* --------------------------------------------------------------------------------------------- */
/* Stylesheet */
/* --------------------------------------------------------------------------------------------- */

/* General Stuff */

html
{
    height: 100%;
    min-height: 100%;
}

body
{
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 980px;    
    background-image: url('/images/layout/body-bg.jpg');
    background-position: center top;
    background-color: #666666;    
}


.clearfix
{
    clear: both;
    height: 1px;
    margin: 0 0;
    padding: 0 0;
    font-size: 0px;
    line-height: 0px;
}

/* The ASP.NET Form */

form#frmMaster
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

/* The basic layout (wrapper, etc). */

div.site-wrapper
{
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 940px;
    margin: 0 Auto;
    padding: 0 0;
    z-index: 2;
    background-image: url('/images/layout/gray.jpg');
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    -moz-box-shadow: 0px 0px 10px 5px #303030;
    -webkit-box-shadow: 0px 0px 10px 5px #303030;
    box-shadow: 0px 0px 10px 5px #303030;
}

div.site-header
{
    overflow: auto;
    width: 940px;
    margin: 0 Auto;
    z-index: 5;    
    background-color: #2c3134; 
}

div.site-header-logo
{
    float: left;
    height: 105px;
    width: 450px;
    margin: 15px 0 15px 15px;    
    background-color: #2c3134;
}

div.site-header-contact
{
    float: right;
    height: 105px;
    width: 440px;
    margin: 15px 15px 15px 0;
    background-color: #2c3134;
}

div.site-header-contact span.phone, div.site-header-contact span.email
{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #dcdcdc;
    text-align: right;
}

div.site-header-contact span.email a, div.site-header-contact span.email a:visited
{
    color: #dcdcdc;
}

div.site-header-contact span.email a:hover
{
    color: #DD0000;
}

div.site-header-menu
{
    clear: both;
    height: 48px;
    width: 940px;
    margin: 0 Auto;    
    z-index: 5;    
    background-color: #54ae38;
}

div.site-header-menu ul
{
    margin-left: 8px;
}

div.site-header-menu ul li
{
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0;
    color: #FFFFFF;
}

div.site-header-menu a,div.site-header-menu a:visited
{
    position: relative;
    display: block;
    margin: 8px 0 0 0;
    padding: 0px 16px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;   
    border-radius: 8px;
    behavior: url('/scripts/PIE.htc');
}

div.site-header-menu a:hover
{
    color: #FFFFFF;
    background-color: #71bf59;    
}

div.site-header-home-title
{
    overflow: hidden;
    width: 940px;
    height: 291px;
    margin: 0 0;
    padding: 0 0;
    background-image: url('/images/layout/big-pic.jpg');
}


div.site-header-home-title h1
{
    margin-top: 109px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #3e3e3e;
    line-height: 36px;
    text-align: center;
}

div.site-header-page-title
{
    overflow: hidden;
    width: 940px;
    height: 105px;
    margin: 0 0;
    padding: 0 0;    
    background-image: url('/images/layout/page-header.jpg');
}

div.site-header-page-title h1
{
    margin-top: 22px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #800000;
    line-height: 36px;
    text-align: center;
}

div.site-content
{
    background-image: url('/images/layout/green.jpg');
    background-repeat: repeat;
    clear: both;
    margin: 0 0;
    z-index: 5;    
}

div.site-content h1.home-title
{
    position: relative;
    top: -10px;
    margin-bottom: 10px;
    text-align: center;
}

div.site-content h4.home-title
{
    position: relative;
    top: -10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
}

div.site-footer
{
    position: absolute;
    height: 100px;
    width: 940px;
    bottom: 0px;
    margin: 0 Auto;
    z-index: 5;
    font-size: 14px;
    background-image: url('/images/layout/footer.jpg');
    background-repeat:repeat;
    color: #DDDDDD;
    line-height: 24px;
    text-align: center;
    background-color: #800000;   
}

div.site-footer p
{
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

div.site-footer a, div.site-footer a:visited
{
    color: #DDDDDD;
}

div.site-footer a:hover
{
    color: #FFFFFF;
}

/***** Columns *****/

div.left-column

{
    float: left;
    width: 240px;
    margin: 0 25px 15px 0;
    padding: 0 20px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    border-right: 1px solid #CCCCCC;
}

div.right-column
{
    float: right;
    width: 240px;
    margin: 0 0 15px 25px;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 24px;    
    color: #800000;
}

div.left-column div.left-column-header
{
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}

div.left-column div.stones-right
{
    background-image: url('/images/layout/stones-100x80.jpg');
    background-position: right 8px;
    background-repeat: no-repeat;
}

.wehaveit 
{
    color: #9d2c34;
    font-style:italic;
}

.firstpart
{
    color: blue;
    font-style:italic;
}
.firstletter {
    color: red;
}

.rounded {
    border-radius: 10px 10px 10px 10px;
    margin-left: 20px;
    border:solid 1px;
}

/* Cusom Styles RH */

div.row {
    width:100%;
    clear: both;
    margin-bottom:110px;
    overflow: hidden;
    position: relative;

}

div.column {
    width:890px;
    padding-top:26px;
    padding-left:18px;
    float: left;
    margin: 0 15px;
    
}

div.column-onehalf {
    width:460px;
    float:left;
    margin-bottom:36px;
}

div.center {
    text-align:center;
}

div.site-header-home-middle {
    position:absolute;
    top:420px;
    left:132px;
    width: 674px;
    height: 107px;
    margin-bottom:24px;
    padding: 0 0;
    background-image: url('/images/layout/middle-bg.jpg');
    border-bottom: solid 4px #424242;

}

div.site-header-home-middle div.middle-title {
    text-align:center;
    padding-top:22px;
    font-size:32px;
    color:#ffffff;
}

div.site-header-home-middle div.middle-title-2 {
    text-align:center;
    padding-top:18px;
    font-size:18px;
    font-style:italic;
    color:#ffffff;
}


div.gray-layer {
    background-image: url('/images/layout/gray.jpg');
    background-repeat: repeat;
    border-top: solid 4px #454545;
    border-bottom: solid 4px #63a24f; 
    color:white;
}

div.gray-layer div.contact-form-tall {
    color:#000000;
}

div.gray-layer div.gray-center {
    margin-top:42px;
    margin-left:200px;
    padding-top:24px;
}

div.gray-layer div.home-gray-center {
    margin-top:42px;
    margin-left:110px;
    padding-top:24px;
}

div.gray-layer img {
    margin-right:14px;
    margin-left:24px;
}

div.gray-layer div.row {
    margin-top:52px;
    margin-bottom:24px;
}

div.gray-layer ul li {
    text-align:left;
    padding: 8px 0;

}

div.base-titles {
    color:#5ad12f;
    margin-bottom:12px;
    font-size:24px;
}

div.base-titles-white {
    color:#ffffff;
    margin-bottom:12px;
    font-size:24px;
}

.photo {
    border: solid black 1px;
}






