/* CSS Document */
body
{
    font-family: Arial !important;
    font-size: 12px;
    color: #333333;
    background-image: url(../Images/body-bg.png);
    background-repeat: repeat-x;
    text-align: Left;
    line-height: 15px;
    background-color: #fbfbfb;
    overflow: auto;
}
#main-closure
{
    width: 100%;
    float: left;
}
#main-container
{
    width: 960px;
    background-image: url(../Images/container-bg.png);
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
#container
{
    border-bottom: 1px solid #a59063;
    overflow: hidden;
}
/* header style */
#header
{
    width: 100%;
    float: left;
    height: 144px;
    background-image: url(../Images/header-bg.png);
    background-repeat: repeat-x;
}
#header-left
{
    height: 100px;
    background-image: url(../../Addons/Images/logo.png);
    background-repeat: no-repeat;
    float: left;
    width: 271px;
    margin-left: 20px;
}
#header-wrapper
{
    background-image: url(../../Addons/Images/header-bg.png);
    background-repeat: repeat-x;
    height: 144px;
    padding-top: 25px;
}
#header-main
{
    color: #A39161;
    font-size: 30px;
    font-family: Arial;
    line-height: 100px;
    float: left;
    width: 500px;
    margin-left: 50px;
}
#header-left img
{
    margin-left: 0px;
}
#header-right
{
    height: 100px;
    margin-top: 30px;
}
#header-right label
{
    display: none;
}
#header-right .login
{
    margin-top: 20px;
    height: 40px;
    width: 135px;
    background-image: url(../Images/button.png);
    background-repeat: no-repeat;
    line-height: 30px;
    text-align: center;
    float: right;
}
#header-right a
{
    font-weight: bold;
    color: #a39161;
    text-decoration: none;
}
#header-right img
{
    float: right;
    margin-top: 20px;
}
#header-right .block-search
{
    float: right;
    margin-right: 10px;
}
#header-right .form-submit
{
    width: 50px;
    height: 25px;
    font-size: 10px;
}
#header-right .form-text
{
    width: 200px;
    margin-right: 5px;
}
/* end of header style */





/* menu style */

#menu-wrapper
{
    width: 100%;
    float: left;
    margin-top: 5px;
}
#menu
{
    height: 40px;
    margin-top: -25px;
}
#menu #menu-left
{
    float: left;
    height: 40px;
    width: 30px;
    background-image: url(../Images/menu-left.png);
    background-repeat: no-repeat;
}
#menu #menu-right
{
    height: 40px;
    width: 30px;
    background-image: url(../Images/menu-right.png);
    background-repeat: no-repeat;
    float: left;
}
#menu #menu-body
{
    height: 40px;
    width: 960px;
    background-image: url(../Images/menu-bg.png);
    background-repeat: repeat-x;
    float: left;
}
#menu #menu-content
{
    width: 100%;
    margin-top: 10px;
    margin-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#menu #menu-content .content
{
    margin-top: 0px;
}
#menu #menu-content ul
{
}
#menu #menu-content li
{
    float: left;
    border-right: 1px solid #FFFFFF;
    padding-left: 7px;
    padding-right: 7px;
    list-style: none;
    list-style-image: none;
    margin: 0px;
}
#menu #menu-content li.last
{
    border: 0px;
}
#menu #menu-content a
{
    color: #FFFFFF;
    text-decoration: none;
}
/* end of menu  style */

/* banner style */
#banner
{
    margin-top: 10px;
    height: 299px;
}
/* end of banner style */
/* main content style */
#main-content
{
    line-height: 15px;
    background: #FFF;
}
#main-content-top
{
    background: #FFF;
}
#main-content p, ul, li
{
    margin-left: 10px;
    margin-right: 10px;
}
#main-content #home-left
{
}
#main-content #home-left h2
{
    height: 45px;
    width: 490px;
    background-image: url(../Images/content-header2-bg.png);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    color: #0065a4;
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
}
#main-content #home-left h3
{
    margin-top: 10px;
    color: #0065a4;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
}
#main-content #home-left li
{
    margin-bottom: 10px;
}
#main-content #home-left #home-left-top
{
    height: 4px;
    width: 510px;
    background-image: url(../Images/home-left-top.png);
    background-repeat: no-repeat;
    float: left;
}
#main-content #home-left #home-left-content
{
    width: 510px;
    background-image: url(../Images/home-left-bg.png);
    background-repeat: repeat-y;
    float: left;
}
#main-content #home-left #home-left-bottom
{
    height: 4px;
    width: 510px;
    background-image: url(../Images/home-left-bottom.png);
    background-repeat: no-repeat;
    float: left;
}
#main-content #home-right
{
}
#main-content #home-right h2
{
    height: 45px;
    width: 410px;
    background-image: url(../Images/content-header2-bg.png);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    color: #0065a4;
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
}
#main-content #home-right li
{
    background-image: url(../Images/list-style-small.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 10px;
    background-position: left center;
    border-bottom: 1px solid #a9986b;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    list-style-image: none;
    margin: 0px;
}
#main-content #home-right li.views-row-last
{
    border: 0px;
}
#main-content #home-right li:hover
{
    background-color: #e1ecf2;
}
#main-content #home-right a
{
    color: #a9986b;
    text-decoration: none;
}
#main-content #home-right #home-right-top
{
    height: 4px;
    width: 430px;
    background-image: url(../Images/home-right-top.png);
    background-repeat: no-repeat;
    float: left;
}
#main-content #home-right #home-right-content
{
    width: 430px;
    background-image: url(../Images/home-right-bg.png);
    background-repeat: repeat-y;
    float: left;
}
#main-content #home-right #home-right-bottom
{
    height: 4px;
    width: 430px;
    background-image: url(../Images/home-right-bottom.png);
    background-repeat: no-repeat;
    float: left;
}
/* inner pages */
#main-content #inner-page
{
    width: 100%;
    float: left;
}
#main-content #inner-page #inner-page-left
{
}
#main-content #inner-page #inner-page-left h2
{
}
#main-content #inner-page #inner-page-left .menu
{
    background-color: #FFFFFF;
}
#main-content #inner-page #inner-page-left .menu ul
{
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
#main-content #inner-page #inner-page-left .menu li
{
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/list-style-small.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    border-bottom: 1px solid #a9986b;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-right: 20px;
    list-style: none;
    list-style-image: none;
}
#main-content #inner-page #inner-page-left .menu a
{
    color: #a9986b;
    text-decoration: none;
}
#main-content #inner-page #inner-page-left .menu li.last
{
    border: 0px;
}
#main-content #inner-page #inner-page-left .menu ul ul
{
    margin-left: -20px;
    margin-top: 2px;
    background-color: #f3f6f9;
}
#main-content #inner-page #inner-page-left .menu ul ul li
{
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/left-menu-blue-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 0px;
    list-style: none;
    list-style-image: none;
}
#main-content #inner-page #inner-page-left .menu ul ul a
{
    color: #333333;
    text-decoration: none;
}


#main-content #inner-page #inner-page-content
{
    width: 921px;
}
#main-content #inner-page #inner-page-content #title
{
    height: 54px;
    width: 100%;
    float: left;
}
#main-content #inner-page #inner-page-content #drupal-tabs
{
    width: 100%;
    float: left;
}
#main-content #inner-page #inner-page-content form
{
}
#main-content #inner-page #inner-page-content h2
{
    background-image: url(../Images/inner-page-title-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 30px;
    color: #a59063;
    margin-left: 10px;
}

#main-content #inner-page h2
{
    background-image: url(../Images/inner-page-title-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 30px;
    color: #a59063;
    margin-left: 10px;
}

#main-content #inner-page #inner-page-content table
{
    margin-left: auto;
    margin-right: auto;
}
#main-content #inner-page #inner-page-content th
{
    padding: 5px;
    background-color: #a08f61;
    color: #FFFFFF;
}
#main-content #inner-page #inner-page-content td
{
    padding: 3px;
}

.dateCalendarCSS td 
{
    padding: 0 !important;
}
#main-content #inner-page #inner-page-content tr.even
{
    background-color: #f8f7f3;
}
#main-content #inner-page #inner-page-content tr.odd
{
}
#main-content #inner-page #inner-page-content tr fieldset:hover
{
    background-color: #f3f6f9;
}



#main-content #inner-page #inner-page-content #content-wrapper
{
    background-color: #FFF;
    width: 100%;
    float: left;
}
#main-content #inner-page #inner-page-content #content-wrapper #content-top
{
    background-image: url(../Images/inner-page-content-top.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 708px;
}
#main-content #inner-page #inner-page-content #content-wrapper #content-body
{
    border-left: 1px solid #d9d3c0;
    border-right: 1px solid #d9d3c0;
    padding-bottom: 100px;
    padding-top: 10px;
}
#main-content #inner-page #inner-page-content #content-wrapper #content-body h3
{
    margin-top: 10px;
    color: #0065a4;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
}

#main-content #inner-page h3
{
    margin-top: 10px;
    color: #0065a4;
    font-size: 14px;
    margin-bottom: 5px;
}

#main-content #inner-page #inner-page-content #content-wrapper #content-bottom
{
    background-image: url(../Images/inner-page-content-bottom.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 708px;
}
#main-content #inner-page #inner-page-content #content-wrapper .terms
{
    display: none;
}
#main-content #inner-page #inner-page-content .field-field-date
{
    width: 100%;
    float: left;
    clear: both;
    margin-left: 10px;
}
#main-content #inner-page #inner-page-content .field-field-main-image
{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
#main-content #inner-page #inner-page-content p
{
}
#main-content #inner-page #inner-page-content .field-field-images
{
    float: left;
    margin-top: 10px;
    width: 100%;
}
#main-content #inner-page #inner-page-content .field-field-images .field-item
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#main-content #inner-page #inner-page-content .field-field-attachment
{
    float: left;
    margin-top: 10px;
    width: 100%;
}
#main-content #inner-page #inner-page-content .field-field-attachment img
{
    display: none;
}
#main-content #inner-page #inner-page-content .field-field-news-link
{
    width: 100%;
}
#main-content #inner-page #inner-page-content .field-field-news-link .field-item
{
}
#main-content #inner-page #inner-page-content .node-form
{
    padding: 10px;
}
#main-content #inner-page #inner-page-content .node-form .body-field-wrapper
{
    margin-bottom: 20px;
}
#main-content #inner-page #inner-page-content .node-form #field-images-items
{
    margin-bottom: 20px;
}
#main-content #inner-page #inner-page-content .node-form #field-attachment-items
{
    margin-bottom: 20px;
}
#main-content #inner-page #inner-page-content .node-form #field-news-link-items
{
    margin-bottom: 20px;
}
#main-content #inner-page #inner-page-content .node-form .content-add-more
{
    margin-top: 10px;
}
/*  end of inner pages */
/*   inner pages - our team  style*/

#main-content #inner-page #inner-page-content .view-id-team
{
}
#main-content #inner-page #inner-page-content .view-id-team table
{
    width: 100%;
    color: #a59063;
    font-size: 14px;
}
#main-content #inner-page #inner-page-content .view-id-team table thead
{
    display: none;
}
#main-content #inner-page #inner-page-content .view-id-team th
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
#main-content #inner-page #inner-page-content .view-id-team tr
{
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
#main-content #inner-page #inner-page-content .view-id-team tr.odd
{
    background-color: #f6f4ef;
}
#main-content #inner-page #inner-page-content .view-id-team tr.even
{
    background-color: #f3f6f9;
}
#main-content #inner-page #inner-page-content .view-id-team td
{
    height: 140px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-wrapper
{
    height: 140px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-wrapper a
{
    text-decoration: none;
    color: #a59063;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-left-side
{
    width: 125px;
    float: left;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-photo
{
    float: left;
    text-align: center;
    width: 95px;
    height: 122px;
    background-image: url(../Images/team-image-bg.png);
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 30px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-photo img
{
    margin-top: 10px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-draggable
{
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-right-side
{
    float: left;
    margin-top: 30px;
    width: 555px;
    margin-left: 5px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-right-side-top
{
    border-bottom: 1px solid #a59063;
    width: 100%;
    padding-bottom: 10px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-title
{
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-position
{
    padding-left: 20px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-right-side-bottom
{
    padding-top: 10px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-email
{
    float: left;
    width: 210px;
    margin-left: 20px;
    background-image: url(../Images/team-email.png);
    background-repeat: no-repeat;
    height: 30px;
    background-position: left center;
    padding-left: 40px;
    padding-top: 10px;
}
#main-content #inner-page #inner-page-content .view-id-team .our-team-tel
{
    float: left;
    width: 210px;
    margin-left: 20px;
    background-image: url(../Images/team-tel.png);
    background-repeat: no-repeat;
    height: 30px;
    background-position: left center;
    padding-left: 40px;
    padding-top: 10px;
    font-weight: bold;
}
/*   end of inner pages - our team  style*/
/*   inner pages - vendor list  style*/
#main-content #inner-page #inner-page-content #vendor
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
}
#main-content #inner-page #inner-page-content #vendor table
{
    width: 600px;
    border: 0px;
}
#main-content #inner-page #inner-page-content #vendor tr
{
    height: 30px;
}
#main-content #inner-page #inner-page-content #vendor tr.odd
{
    background-color: #f6f4ef;
}
#main-content #inner-page #inner-page-content #vendor tr.even
{
    background-color: #f3f6f9;
}
#main-content #inner-page #inner-page-content #vendor td
{
    padding: 10px;
}
/*   end of inner pages - vendor list  style*/


/* end of main content style */
/* footer style */

#footer-wrapper
{
    margin-top: 50px;
    padding-bottom: 10px;
    color: #a59063;
}
#footer-wrapper a
{
    color: #a59063;
    text-decoration: none;
}
#footer-wrapper #footer-logo
{
    height: 33px;
    width: 100%;
    float: left;
}
#footer-wrapper #footer-content
{
    margin-top: 10px;
    padding-left: 20px;
}
#footer-wrapper #footer-content .menu
{
    clear: both;
    float: left;
}
#footer-wrapper #footer-content .menu ul
{
    margin: 0px;
    padding: 0px;
}
#footer-wrapper #footer-content .menu li
{
    margin: 0px;
    padding: 0px;
    float: left;
    border-right: 1px solid #a59063;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
    list-style-image: none;
}
#footer-wrapper #footer-content .menu li.last
{
    border: 0px;
}
#footer-wrapper #footer-content .content
{
    clear: both;
    float: left;
    padding-left: 5px;
}

.button
{
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width: 200px;
    margin-right: 20px;
    height: 22px;
    background: url(../Images/bt_1.png) repeat-x;
    border: #64593d solid 1px;
    text-align: Center;
}

.button:hover
{
    background: url(../Images/bt_2.png) repeat-x;
}

.button a
{
    color: #FFF !important;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}
.button a:hover
{
    color: #000;
}

/* end of footer style */
