body
{
background: url(../imagery/dark-brown-background-72dpi.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: auto;
font-family: Gill Sans,Helvetica,Lucida Grande,Verdana,Lucida,Arial,sans-serif;
}

body.dark
{
background: url(../imagery/dark-brown-background-72dpi.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: auto;
font-family: Gill Sans,Helvetica,Lucida Grande,Verdana,Lucida,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
}

h1
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
}

h2
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
font-size: 1.8em;
}

p, ul
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
font-style: normal;
}

p.discreet
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
font-style: italic;
font-size: .8em;
color: white;
}

p.discreet a
{
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
font-style: italic;
}

.reverse
{
color:white;
}

p.commentary
{
font-family: serif;
font-size: 2em;
font-weight: normal;
font-style: italic;
color: white;
margin-top: -.5em;
padding-left: 25%;
padding-right: 25%;
}

a
{
text-decoration: none;
font-style: inherit;
color: inherit;
}

a:link, a:visited
{
border:none;
text-decoration: none;
font-style: normal;
color: #5ad8ef;
}

a:hover
{
text-decoration: none;
color: #f47746;
}

#container
{
width: 90%;
margin: auto;
}

#content
{
color: #888;
font-family: "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
margin-top: 4em;
}

.row
{
max-width: 100%;
clear: both;
}

img
{
max-width: 100%
}

img.float-left
{
float: left;
margin-right: 2em;
}

video
{
max-width: 100%;
}

.bodycopy
{
background: rgba(254,254,254,.5);
padding: 1.5em;
}

.half-page-left
{
width: 48%;
margin-right: 1%;
float: left;
}

.half-page-right
{
width: 48%;
margin-right: 1%;
float: right;
}

.lh-portlet
{
width: 30%;
margin-right: 1%;
margin-left: 1%;
float: left;
}

.lh-portlet h2
{
width: 95%;
}

.lh-portlet p
{
width: 95%;
}

.mid-portlet
{
width: 30%;
margin-right: 1%;
margin-left: 1%;
float: left;
}

.mid-portlet h2
{
width: 95%;
}

.mid-portlet p
{
width: 95%;
}

.rh-portlet
{
width: 30%;
margin-right: 1%;
margin-left: 1%;
float: right;
}

.rh-portlet h2
{
width: 95%;
}

.rh-portlet p
{
width: 95%;
}

.lh-two-thirds-portlet
{
width: 64%;
margin-right: 1%;
float: left;
}

.lh-two-thirds-portlet img
{
margin: 2%;
}

.rh-two-thirds-portlet
{
width: 64%;
margin-left: 1%;
float: right;
}

.rh-two-thirds-portlet img
{
margin: 2%;
}

.casehistory
{
background: rgba(1,1,1,.4);
padding: 1em;
margin-bottom: .75em;
}

.casehistory h5
{
margin-top: .25em;
margin-bottom: .5em;
}

.casehistory img
{
display: block;
margin: 1em auto 1em auto;
}


/* -- start navigation -- */

#navcontainer
{
background: rgba(254,254,254,.5);
margin: 0;
padding: 0;
height: auto;
position: fixed;
left: 0em;
top: 0em;
bottom: auto;
z-index: 1000;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
float: right;
/*clear: both;*/
text-align: center;
/*padding: .5em;*/
margin: 0em;
}

#navcontainer ul li a
{
background: transparent;
border: none;
margin: 0 0;
padding: 1em;
color: #000;
text-decoration: none;
display: block;
text-align: center;
font: normal .75em/1em "Gill Sans", Helvetica Neue, Arial, FreeSans, sans-serif;
text-transform: uppercase;
}

#navcontainer ul li a:hover
{
color: #fff;
padding: 1em;
background: rgba(27,120,20,.5);
}

#navcontainer a:active
{
background: #fff;
padding: 1em;
margin: 0 0;
color: black;
}

#navcontainer li#active a
{
background: #fff;
padding: 1em;
margin: 0 0;
color: black;
}

/* -- end navigation -- */

/* -- start footer -- */

#footercontainer
{
background: rgba(254,254,254,.5);
margin: 0;
padding: 0;
height: auto;
position: fixed;
right: 0em;
top: auto;
bottom: 0em;
z-index: 1000;
}

#footercontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#footercontainer ul li
{
float: right;
/*clear: both;*/
text-align: center;
/*padding: .5em;*/
margin: 0em;
}

#footercontainer ul li a
{
background: transparent;
border: none;
margin: 0 0;
padding: 1em;
color: #000;
text-decoration: none;
display: block;
text-align: center;
font: normal .75em/1em Helvetica, sans-serif;
}

#footercontainer ul li a:hover
{
color: #fff;
padding: 1em;
background: rgba(27,120,20,.5);
}

#footercontainer a:active
{
background: #fff;
padding: 1em;
margin: 0 0;
color: black;
}

#footercontainer li#active a
{
background: #fff;
padding: 1em;
margin: 0 0;
color: black;
}

/* -- end footer -- */
