body {
  margin : 0;
  padding : 0;
  background-color : black;
  color : white;
  font : 10pt  Arial, Helvetica, sans-serif;
}

a.details {color: white}

#detailHolder{padding: 5px}

.nav{
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.nav li{
        display: block;
        line-height: 12pt;
        margin-bottom: 4px;
}

.nav a{
        display: block;
        font-size: 12pt;
        font-weight: bold;
        color: white;
        text-decoration: none;
        line-height: 12pt;
        width: 100%;
        padding: 2px 0px 2px 4px;
        background: black;
}
.nav a:visited{
        background: black;
        color: white;
}
.nav a:hover{
        background: white;
        color: black;
        font-style: normal;
}


a:link {color: white}
a:visited {color: white}
a:hover {color: white; text-decoration: none}
a:active {color: white}

p.clientReport{text-align: left; border: 2px solid white; padding: 10px; background: #555555}
div.info1{background: #555555; padding: 10px; border: 2px solid white; margin-bottom: 10px}
div#footerM {width: 99%; margin: 30px auto; font-size: .8em; text-align: center}
div.hideForm{display: none}
a.contact:link {padding: 5px; font-size: 1.4em; color: black; font-weight: bold; text-decoration: none; background: white}
a.contact:visited {padding: 5px; font-size: 1.4em; color: black; font-weight: bold; text-decoration: none; background: white}
a.contact:hover {padding: 5px; font-size: 1.4em; color: black; font-weight: bold; text-decoration: none; background: white}
a.contact:active {padding: 5px; font-size: 1.4em; color: black; font-weight: bold; text-decoration: none; background: white}
h1.mainHead{display: none}

#video{
	text-align: center;
	clear: both;
}
#video h3{
	background: white;
	color: black;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#video object{
	margin: 10px;
}

#head-social{position: absolute; bottom: 0px; right: 0px; margin-bottom: 5px; margin-right: 5px}
#head-social img{margin-right: 5px; border: 1px solid white}
#moreinfo {font-weight:bold; text-align: center; clear: both; padding-top: 10px; margin-bottom: 10px; font-size: 1.5em}
