/* */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", times, serif;
    font-size: 15px;
    text-align: center;
    line-height: 1.3em;
    color: #7a6238;
    background: #514636 url(/static/footer-wrap-bg.jpg) 50% 0 repeat-y;
}
a {
    color: #5c4c39;
    cursor: pointer;
}
a:hover {
    color: #fff;
}
/* Common */
#header, #nav, #content, #lower-content, #footer {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
/* Header */
#header-wrap {
    height: 40px;
    background: #333 url(/static/header-bg.gif) bottom left repeat-x;
}
#header {
    position: relative;
    height: 40px;
}
#header a {
    color: #9e9e9e;
    font-size: 12px;
}
#header p {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    color: #9e9e9e;
    font-size: 12px;
}
#header a {
    color: #999;
}
#header a:hover {
    color: #fff;
}
#header a.current {
    color: #fff;
}
/* Logo and Nav */
#nav-wrap {
    height: 125px;
    background: #000 url(/static/nav-wrap-bg.gif) repeat-x;
}
#nav {
    height: 125px;
    background: url(/static/nav-bg-logo.jpg) top left no-repeat;
}
#nav img {
    position: absolute;
    bottom: 24px;
    left: 0px;
}
/* Start Main Nav */
#nav-box {
    width: 561px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 125px;
}
#nav-box ul {
    list-style-type: none;
    padding-top: 70px;
    margin: 0;
}
#nav-box li {
    float: left;
     
}
#nav-box li a {
    margin: 0;
    font-size: 14px;
    color: #FFF9E6;
    cursor: pointer;
    display: inline;
    float: left;
    text-decoration: none;
    text-transform: uppercase; 
    padding: 3px 17px;
    border-right: 1px solid #7a6238;
}
#nav-box li a.last {
    border-right: none;
}
#nav-box li a:active, #nav-box li a:hover {
    cursor: pointer;
}

#nav-box li a.current {
    background: #8a7c68;
}

/* Main Content */
h2, h3 {
    color: #fff9e6;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 3px;
}
#content-wrap {
    border-top: 6px solid #d5c9a3;
    background: #fff9e6 url(/static/content-bg.gif) repeat-x;
}
#content {
    overflow: hidden;
}
#left-col {
    width: 363px;
    float: left;
    padding-top: 35px;
}
#left-col h1 {
    font-size: 21px;
    text-align: left;
    font-weight: normal;
    color: #7a6238;
    line-height: 26px;
}
#left-col p {
    padding-top: 0.7em;
    text-align: left;
    color: #7a6238;
}
p.last {
    padding-bottom: 1.5em;
}
#left-col a {
    color: #4a3a1e;
    padding: 2px 1px;
}
#left-col a:hover {
    background: #f2e5cd;
    color: #000;
}
#right-col {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 562px;
    background: #f5e9cc url(/static/content-bg2.jpg) repeat-x;
}
#slideshow, #slideshow2 {
    position: relative;
    width: 521px;
    height: 253px;
    margin: 0 auto;
    padding: 0;
     
}
#slideshow img, #slideshow2 img {
    position: absolute;
    width: 521px;
    height: 253px;
    top: 0;
    left: 0;
}
#slideshow img {
    height: 248px;
    padding-top: 8px;
}
#slideshow a {
    position: absolute;
    width: 521px;
    height: 253px;
    top:0;
    left: 0;
}
/* Lower Main Content */
#lower-content-wrap {
    background: #8a7c68 url(/static/lower-border.gif) repeat-x;
}
#lower-content {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
#lower-content h2, #lower-content h3 {
    margin-top: 10px;
    line-height: 35px;
}
#lower-left-col {
    width: 360px;
    float: left;
    text-align: left;
    padding: 25px 0;
    padding-bottom: 10px;
}
#lower-content p {
    color: #fff9e6;
    padding-bottom: 10px;
    padding-top: 2px;
}
#lower-content p.date {
    color: #fff9e6;
    font-size: 11px;
    padding-bottom: 0;
}
#lower-right-col {
    position: relative;
    float: right;
    background: #827260;
    width: 562px;
    border-top: 6px solid #c8ad89;
    padding-top: 19px;
    padding-bottom: 2em;
}
.col {
    width: 235px;
    float: left;
    text-align: left;
    padding-left: 22px;
    padding-right: 24px;
    background: url(/static/divider.gif) top right no-repeat;
}
.col img {
    float: left;
    margin-right: 10px;
    margin-bottom: 70px;
    margin-top: 5px;
}
.col a.image {
    padding: 0;
    margin: 0;
}
.col a {
    color: #eefbfc;
    padding: 2px 1px;
}
.col a:hover {
    background: #eefbfc;
    color: #333;
}
#lower-right-col p {
    padding-top: 3px;
}
.second {
    background: none;
}
body#welcome p.last {
    margin-bottom: 0.8em;
}

#lower-left-col a {
    color: #eefbfc;
    padding: 2px 1px;
}
#lower-left-col a:hover {
    background: #eefbfc;
    color: #333;
}
/* Portfolio and News Content */
body#work #content,
body#news #content {
    padding-top: 35px;
}
body#work h1, body#work h2,
body#news h2, body#news h2 {
    text-align: left;
    font-weight: normal;
    color: #6c5b3c;
}
body#work h1,
body#news h1 {
    float: left;
}
body#work h2,
body#news h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #7a6238;
}
body#work h1,
body#news h1 {
    font-size: 21px;
    margin-bottom: 20px;
    color: #7a6238;
}
body#work #content p,
body#news #content p {
    color: #7a6238;
    font-size: 13px;
    padding-bottom: 16px;
}
.item,
.news-article {
    position: relative;
    background: #f5e9cc;
    padding: 12px;
    overflow: hidden;
    margin-bottom: 35px;
    margin-top: 10px;
    border-top: 4px solid #d5c9a3;
}
.item img {
    float: right;
    border: 1px solid #d5c9a3;
    padding-left: 0;
    margin-left: 0;
    width: 500px;
    height: 334px;
    background: url(/static/loading2.gif) 335px 240px no-repeat;
    margin-right: 28px;
}
.info {
    position: relative;
    float: left;
    width: 400px;
    text-align: left;
    height: 300px;
    line-height: 1.2em;
}
.news-info {
    position: relative;
    float: left;
    text-align: left;
    line-height: 1.2em;
}
.more {
    float: right;
}

.lower h3 {
    font-size: 13px;
    color: #7a6238;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.6em;
}
.lower {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 200px;
    text-align: left;
    line-height: 1.2em;
}
a.box {
    position: relative;
    color: #6c5b3c;
    display: block;
    height: 20px;
    width: 200px;
    border-top: 1px solid #d5c9a3;
    padding: 8px;
    text-align: left;
    background: url(/static/a-box-bg.gif) repeat-y;
    text-decoration: none;
}
a.box img {
    position: absolute;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    top: 10px;
    right: 12px;
}
a.box:hover {
    background: #6c5b3c;
    color: #f5e9cc;
}
/* Portfolio Pagination */
.pages {
    position: absolute;
    right: 0;
    top: 35px;
}
.pages ul {
    list-style-type: none;
}
.pages li {
    float: left;
    border: 1px solid #d5c9a3;
    margin-left: 3px;
}
.pages li a {
    display: block;
    padding: 6px 0px 0px 10px;
    width: 123px;
    color: #6f6250;
    cursor: pointer;
    text-decoration: none;
    background: #f5e9cc;
    padding-bottom: 70px;
    text-align: left;
}
.pages li a:hover {
    color: #6c5b3c;
    background: #d5c9a3;
}
.pages li.current a, .pages li.current a:hover {
    background: #89795b;
    color: #fff;
}
.pages li a:active {
    background: #333;
    color: #fff;
}
.pages2 {
    position: relative;
    float: right;
    margin-bottom: 25px;
}
/* About-us Content */
body#about p {
    font-size: 14px;
}
body#about #slideshow2 {
    width: 528px;
    height: 335px;
    margin: 20px 20px 12px 17px;
}
body#about #slideshow2 img {
    width: 528px;
    height: 335px;
}
body#about #right-col {
    background: #f5e9cc;
}
body#about #lower-right-col {
    position: relative;
    float: right;
}
body#about #right-col h1,
body#contact #right-col h1,
body#serv #right-col h1 {
    text-align: left;
    font-size: 21px;
    color: #7a6238;
    margin-left: 24px;
}
body#about #right-col p,
body#contact #right-col p {
    padding: 0 24px;
    text-align: left;
}
img.about, img.services {
    float: left;
    border: 4px solid #dbcaa3;
    margin-right: 12px;
    margin-bottom: 1px;
    width: 95px;
    height: 115px;
    background: #8a7c68;
}
.people {
    clear: both;
    margin-bottom: 25px;
}
.people h2 {
    float: left;
    width: 240px;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #7a6238;
}
.people p {
    padding: 0;
    margin-bottom: 25px;
}
.people h1, body#about #right-col h1 {
    margin-bottom: 10px;
}
#right-col p {
    margin-bottom: 1.1em;
}
#right-col p.last {
    margin-bottom: 1.5em;
}
body#about #right-col {
    position: relative;
    float: right;
}
body#about #footer p {
    font-size: 10px;
}
/* Services Content */
body#serv p {
    font-size: 14px;
}
body#serv #right-col, body#serv #left-col {
    padding-top: 35px;
}
body#serv #right-col {
    padding-top: 35px;
}
body#serv #right-col h1 {
    margin-bottom: 9px;
}
body#serv h1 {
    padding-bottom: 0;
    line-height: 1em;
    margin-bottom: 0px;
}
body#serv #right-col p {
    font-size: 14px;
    margin-bottom: 1.1em;
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
}
body#serv #right-col {
    background: #f5e9cc;
    margin-left: 25px;
    position: relative;
    float: right;
}
body#serv #right-col img, body#serv #left-col img {
    float: right;
    margin-right: 30px;
    margin-left: 12px;
}
body#serv #left-col img {
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 12px;
}
body#serv #left-col p.last {
    padding-bottom: 0;
    margin-bottom: 2em;
}
body#serv #right-col p.last {
    padding-bottom: 0;
    margin-bottom: 2em;
}
body#serv #right-col a, body#serv #left-col a {
    padding: 2px;
}
body#serv #right-col a:hover, body#serv #left-col a:hover {
    background: #5c4c39;
}
body#serv #lower-right-col {
    position: relative;
    float: right;
}
body#serv #footer p {
    line-height: 1em;
    margin-top: 1em;
    font-size: 10px;
}
body#serv #footer {
    padding-top: 25px;
    font-size: 10px;
}
/* Contact-us Content */
body#contact #left-col {
}
body#contact h3 {
    font-size: 19px;
    line-height: 24px;
}
body#contact #right-col p {
    color: #6f6250;
    text-align: left;
    padding-top:0.7em;
}
body#contact #right-col {
    position: relative;
    background: #f5e9cc;
    float: right;
    padding: 35px 0;
}
/* Contact-us Content - form */
body#contact #lower-right-col {
    position: relative;
    float: right;
    padding-bottom: 10px;
}
body#contact form {
    color: #6c5b3c;
}
body#contact input.userdetails, body#contact textarea {
    font-size: 12px;
    font-family: georgia, "Times New Roman", serif;
    width: 350px;
    padding: 6px 4px;
}
body#contact textarea {
    height: 170px;
}
body#contact ul.errorlist {
    list-style-type: none;    
}
body#contact ul.errorlist li {
    text-align: left;
    margin-left: 26px;
    color: red;
}
/* Forms */
input, textarea {
    padding: 4px;
    border: 1px solid #6c5b3c;
    font-size: 16px;
    color: #6c5b3c;
    background: #fff9e6;
    width: 210px;
    font-family: monospace;
    margin: 2px 0;
}
form label {
    display: block;
    float: right;
    width: 150px;
    padding: 0;
    margin: 7px 0 0 0;
    text-align: left;
}

input.submit {
    text-align: center;
    float: left;
    font-family: georgia;
    font-size: 14px;
    margin-left: 25px;
    margin-bottom: 20px;
    padding: 12px 6px;
    width: 130px;
    border: 1px solid #f5e9cc;
}
input.submit:hover {
    cursor: pointer;
    background: #fff;
}
fieldset {
    background: #f5e9cc;
    padding: 12px 2px;
    margin: 0;
    margin-bottom: 10px;
}

/* Footer */
#footer-wrap {
    border-top: 6px solid #958771;
}
#footer {
    color: #aba28f;
    line-height: 6em;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
}
#footer p {
    font-size: 10px;
}
#footer a {
    color: #aba28f;
    text-decoration: none;
}
/* Misc Classes, etc */
.about-links {
    float: left;
    padding-bottom: 40px;
    width: 116px;
}
.linkedin {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.qualification {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.col2 {
    width: 250px;
    float: left;
}
p.legal {
    font-size: 10px;
    line-height: 20px;
    text-transform: none;
    color: #a79c8d;
    margin-bottom: 25px;
}
p.legal a {
    color: #b7ab99;
    text-decoration: none;
}
.underline {
    text-decoration:underline;
}
.sent, .error {
    display: none;
}
.zoomerz {
    cursor: url(/static/zoomin.cur), default;
}
.clear {
    clear: both;
}
/* Remove dotted outline from links in FF */
a {
    outline: none;
}
#map {
    width: 350px; 
    height: 228px;
    margin-top: 0.7em;
    margin-bottom: 2em;
    border:4px solid #DBCAA3;
}

a.imgLink:hover {
    background: none !important;
}

.paginator { padding: .25em .25em .6em .25em; }
.paginate-previous, .paginate-next { padding: 2px 3px;}
.paginate-link { padding: 2px 4px; }
.paginate-current { padding: 2px 4px; font-weight: bold; background:#8a7c68; color:#f4f379; }
.paginate-invisible { padding: 2px 3px; color: #FFF9E6 }

.paginate-previous a:hover, .paginate-next a:hover { color: #000 !important;}
.paginate-link a:hover{ color: #000 !important; }

