div#left-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/bg/left_bar.gif) no-repeat;
    width: 285px;
    height: 630px;
    font-size: 11px;
    color: #a07f49;
}

body#internal div#left-bar {
   background: url(../images/bg/left_bar_internal.gif) no-repeat;
}

div#left-bar h2 {
    position: relative;
    background: #8f0200 url(../images/bg/left_bar_h2.gif) no-repeat 0 0;
    margin: 0 14px 3px 16px;
    padding: 0 0 0 20px;
    width: 235px;
    height: 29px;
    line-height: 29px;
    font-family: garamond, sans-serif;
    font-size: 18px;
    color: #fff;
}

div#left-bar div {
    position: relative;
    margin: 0 14px 2px 16px;
    width: 255px;
}

div#logo {
    background: #fff url(../images/bg/left_inner.gif) no-repeat 0 0;
    border-top: 5px solid #004093;
    min-height: 116px;
    height: 116px;
}
/*
* html div#logo {
    height: 116px;
}
*/
div#testimonial,
div#login,
div#address {
    background: #fff url(../images/bg/left_inner.gif) no-repeat 0 0;
    padding: 5px 0;
    min-height: 198px;
    height: auto;
}

* html div#left-bar div#testimonial,
* html div#left-bar div#login,
* html div#left-bar div#address {
    height: 198px;
}

div#testimonial,
* html div#left-bar div#testimonial {
    height: 265px;
}

div#testimonial img,
div#login img,
div#address img {
    border: 1px solid #900;
    margin: 5px;
    padding: 2px;
 }
 
div#testimonial a,
div#address a {
    background: url(../images/bg/left-bar-anchor.gif) no-repeat;
    margin: 5px;
    padding: 0 0 0 14px;
    line-height: 1.25em;
    font-size: 10px;
    font-weight: bold;
    color: #900;
    text-decoration: none;
}

div#login a {
	color: #900;
	text-decoration: none;
}

div#testimonial a:hover,
div#login a:hover,
div#address a:hover {
    color: #f00;
    text-decoration: underline;
}
 
#testimonial div.fader {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    padding: 0 0 0 2px;
    display: none;
    background: #FFF url(../images/bg/left_inner.gif) no-repeat 0 0;
}

div#testimonial div.right-area,
div#login div.right-area,
div#address div.right-area {
    float: right;
    margin: 0;
    width: 160px;
    font-size: 13px;
}

#testimonial .right-area.ni,
#testimonial div.ni {
    float: left;
    width: 245px;
    margin-left: 8px;
}

* html div#testimonial div.ni {
    width: 245px;
    margin: 0;
}

div.right-area blockquote {
    background: url(../images/bg/top_quote.gif) no-repeat top left;
    width: 160px;
}

div.ni blockquote {
    width: 230px;
}

* html div.ni blockquote {
    margin-left: 0;
}

div#login div.right-area {
    margin-top: 5px;
    width: 125px;
}

.right-area blockquote p {
    background: url(../images/bg/bottom_quote.gif) no-repeat bottom right;
    font-size: 1.10em;
    line-height: 1.5;
    text-indent: 35px;
    margin-right: 10px;
}

.ni blockquote p {
    padding: 0 15px;
    margin: 0;
}

div.right-area .title {
    clear: both;
	display: block;
	margin: 10px 5px;
    font-weight: bold;
	font-size: .75em;
    color: #900;
}

 div#login {
    font-family: garamond, serif;
    font-size: 16px;
 }
 
 div#login h3 {
    display: inline;
    width: auto;
    font-size: 1.5em;
    color: #c80401;
    border-bottom: 1px dotted #c80401;
 }

div#address {
    color: #987c4d;
    line-height: 1.50;
    font-size: 1.10em;
}

address {
    margin: 20px;
	font-style: normal;
}

/**
 *  bottom div
*/

div#bot {
    background: #fff;
    padding: 5px 0 20px 0;
    text-align: center;
    color: #c6cacd;
    border-top: 2px solid #c6cacd;
}

div#bot a {
    padding: 0 5px;
    color: #c6cacd;
    text-decoration: none;
}

div#bot a:hover {
    color: #900;
}