/* CSS Document */

*:focus{
    outline: none;
}

body {
    background:#000000 url(../images/gradBG.jpg) repeat-x;
    color: #c9ae83;
    font-size: 11px;
    margin: 20px;
    font-family: Gill, Helvetica, sans-serif;
/*    font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

p{
    line-height: 1.8em;
}

IMG {
    border: 0;
}

h1#logoHeading{
    display: none;
}

h2#tagHeading{
    display: none;
}

h3{
    font-size: 1.8em;
    font-weight: normal;
}

h4{
/*    font-size: 1.25em;*/
    font-weight: normal;
    margin: 0;
}

a, a:visited {
    color: #c9ae83;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    /*	color: #3b3326;*/
    color: #fff;
}

#wrapper {
    width: 1022px;
    margin:auto;
/*    border: 1px solid #fff;*/
}

DIV.header {
    width:100%;
}

DIV.clearboth {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}

DIV.divider {
    margin-top: 10px;
    margin-bottom: 9px;
    border-top: 2px solid #3b3326;
}

SPAN.bold {
    font-weight:bold;
}

.floatLeft {
    float:left;
}

.cntr {
    margin:auto;
}

#logo {
    background-color: transparent;
    width: 275px;
    height: 150px;
/*    float:left*/
}
#logo a{
    outline: none;
}

#tag {
    width: 365px;
    height: 115px;
    float:right;
    padding-right:180px;
}

#nav {
    clear:right;
    float:right;
}
#nav a{
    outline: none;
}

#nav table tr td{
    width: 147px;
    padding: 20px 20px 0 0;
}

#footer {
    position: relative;
    padding-top:15px;
    width: 100%;
    text-align:center;
}

#footer image{
    margin-bottom:5px;
}

#social{
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
    width: 100px;
}
#social .logo{
    float: right;
    padding: 0;
    padding-left: 6px;
}
#social .tag{
    margin: 0;
    padding: 0;
    padding-top: 6px;
    line-height: 1.2em;
}

.borderTCL {
    background:#000000 url(../images/border-tcl.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderTC {
    background:#000000 url(../images/border-tc.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderTCR {
    background:#000000 url(../images/border-tcr.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderBCL {
    background:#000000 url(../images/border-bcl.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderBC {
    background:#000000 url(../images/border-bc.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderBCR {
    background:#000000 url(../images/border-bcr.jpg) no-repeat;
    width: 20px;
    height: 12px;
}

.borderV {
    background:#000000 url(../images/border-v.jpg) no-repeat;
    width:20px;
    height:348px;
}

.borderVxtra {
    vertical-align:top;
    background:#000000 url(../images/border-v-xtra.jpg) repeat-y;
    width:20px;
}

.borderTH {
    background:#000000 url(../images/border-th.jpg) repeat-x;
    height: 12px;
}

.borderBH {
    background:#000000 url(../images/border-bh.jpg) repeat-x;
    height: 12px;
}

.fontWhite{
    color: #fff;
}
.fontDefault{
    color: #c9ae83;
}
.italic{
    font-style: italic;
}
.brochure{
    float: right;
}

.crnrRadAll{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
