
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #D2B67B;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

html
{
    background: #0F0F0D;
}

body
{
    color: white;
    font: normal 13px 'Pontano Sans', 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h1
{
    font: normal 28px 'Garamond', 'Georgia', 'serif';
    color: white;
}

h3
{
    font: bold 20px 'Pontano Sans', 'Helvetica', 'sans-serif';
    color: #D2B67B;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h4
{
    margin-top: 25px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px dotted #ac8b55;
    opacity: 0.6;
}

td
{
    vertical-align: top;
}

span.small
{
    font: normal 12px 'Pontano Sans', 'Helvetica', 'sans-serif';
    color: white;
}

a.contact-action
{
    display: block;
    background: rgba(255,255,255,0.1);
    padding: 15px 45px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
    border: 1px solid black;
    transition: background 0.3s, border 0.3s ease;
    -moz-transition: background 0.3s, border 0.3s ease;
    -webkit-transition: background 0.3s, border 0.3s ease;
}

a.contact-action span.highlight
{
    color: #ac8b55;
    display: block;
    margin: 10px 0px;
}

a.contact-action:hover
{
    text-decoration: none;
    background: rgba(0,0,0,1);
    border: 1px dotted #ac8b55;
}

/***************
 Overall layout
****************/

#background {
    width: 100%;
    height: 100%;
}

#background img {
    width: 100%;
    max-width: 1500px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

#navwrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 40px;
    background: #333;
    padding-top: 1px;
    overflow: hidden;
}

#wrap
{
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 1054px;
    margin-left: -527px;
    text-align: left;
}

#content {
    background: rgba(0,0,0,0.6);
    padding: 15px;
}

#leftside
{
    float: left;
    width: 300px;
}

#leftside ul
{
    list-style: none outside none;
    padding-left: 0px;
    margin-bottom: 60px;
}

#leftside ul li
{
    color: white;
    margin: 3px 0px;
}

/*******
 Header
********/
#header,
#header-home
{
    margin: 10px 0px 0px 0px;
    padding: 5px 15px 20px 15px;
    position: relative;
    bottom: 0px;
}

hr.border {
    background: #ac8b55; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ac8b55 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ac8b55 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ac8b55 0%,#000000 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ac8b55 0%,#000000 100%); /* W3C */
    margin: 0px;
    height: 1px;
    border: none;
}

#header #tagline
{
    float: right;
    text-align: left;
    width: 675px;
    margin-top: 0px;
}

#header-home #tagline
{
    float: right;
    text-align: right;
    margin: 20px;
}

#header #tagline h1,
#header-home #tagline h1
{
    font: normal 22px 'Garamond', 'Georgia', 'serif';
    color: #b58753;
    text-shadow: 0px 10px 10px #111111;
}

#logo-filler
{
    height: 275px;
    width: 275px;
}

#logo
{
    margin-left: -15px;
}

/**********
 Navigation
***********/
#navigation
{
    margin: 0px -512px 0px 0px;
    position: relative;
    right: 50%;
    display: block;
    height: 30px;
    padding: 5px 0px 0px 0px;
}

#navigation li
{
    float: right;
    list-style: none;
    margin: 0px 5px;
    padding: 0px;
    height: 30px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 10px 14px;
    color: #DDDDDD;
    font: normal 13px 'Garamond', 'Georgia', 'serif';
    text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a.selected
{
    text-decoration: none;
    background: #000000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/****
 Body
*****/
#page
{
    padding: 0px 0px;
    margin: 0px 0px 0px 345px;
}

div.twocol
{
    width: 47%;
    float: left;
    margin-left: 40px;
}

div.twocol:first-child
{
    margin-left: 0px;
}

div.twocol a.contact-action
{
    padding: 15px 35px;
}

a.headline {
        display: block;
        background: none;
        padding: 5px;
        margin: 5px -5px;
        color: white;
        }

a.headline h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #D2B67B;
}
a.headline:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}
/******
 Footer
*******/
#footer
{
    clear: left;
    color: white;
    padding: 10px 15px;
    opacity: 0.7;
}

#footer a
{
    color: white;
}


/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}



