body {
    text-align: center;
    /* font-family: "PT Sans",arial,helvetica,sans-serif; */
    font-size: 14px;
}
body.home {
    background-image: url(/_images/home_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


body a {
    text-decoration: none;
}
body a:link {
    color: black;
}
body a:hover,
body a:active {
    color: #df921f;
}

h1 {
    font-size: 18px;
}

#subbody.team h1,
#subbody.advisers h1,
#subbody.board h1 {
    font-weight: normal;
}
#subbody.team h1 {
	margin-left:350px;
    color: #8598be;
}

#subbody.advisers h1 {
    color: #d0901d;
}

#subbody.board h1 {
    color: #6f8768;
}

#subbody.company p {
    line-height: 1.5em;
}

#content {
    width: 950px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#masthead {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 90px;
}

#masthead #logo {
    position: absolute;
    right: 10px;
}

#masthead span.demo {
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.invisible {
    visibility: hidden;
}

#body {
    border: 2px #a6a8ab solid;
    border-radius: 3px;
}

div.separator {
    width: 930px;
    margin-left:auto;
    margin-right:auto;
    background-image: url(/_images/separator.png);
    background-repeat: repeat-x;
    height: 9px;
}

#footer {
    border: 0px solid #a6a8ab;
    border-radius: 3px;
    font-size: 12px;
    height: 78px;
    margin-top:15px;
/*background-color: #fdf6e4;*/
/*background-color: rgba(255,255,255,0.5);*/
}

#footer td {
    vertical-align: top;
    width:25%;
    background-image: url(/_images/footer_dots.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right:6px;
    padding-left:6px;
}

#footer td.first {
/*    padding-left: 10px; */
}

#footer td.last {
    background-image: none;
    padding-right:0px;
}

#video {
    border: 2px solid #a6a8ab;
    border-radius: 3px;
    font-size: 12px;
    height: 115px;
    overflow:hidden;
/*    background-color: #fdf6e4; */
}

#video div.steel {
    float: right;
    background-image: url('/_images/footer_steel.png');
    background-repeat: repeat-x;
    width: 70px;
    height: 90px;
    padding-left: 10px;
    padding-top: 50px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
    color: #df921f;
}


#subbody {
    margin: 40px 45px;
    position: relative;
}

#subbody div.padding {
    margin: 20px;
    height: 200px;
    overflow: auto;
    padding-right: 20px;
}

#subbody div.bio-padding {
    margin: 20px;
    overflow: auto;
    padding-right: 20px;
}

.bio-photo{
	float:left;
	margin-right:60px;
}

#subbody div.padding h3 {
    margin-top: 0;
}

#subbody h1 {
    margin-left: 20px;
}

#companyfoot {
    padding-top: 1px;
    border: none;
    background-repeat: repeat-x;
    background-image: url(/_images/bodyfootbar.png);
    height: 80px;
    font-size: 12pt;
    position: relative;
}

#companyfoot img.lastendcap {
    position: absolute;
    right: -8px;
    top: 0px;
    -moz-box-shadow: 2px 1px 2px #999;
    -webkit-box-shadow: 2px 1px 2px #999;
    box-shadow: 2px 1px 2px #999;
}

#companyfoot img.firstendcap {
    position: absolute;
    left: -8px;
    top: 0px;
    -moz-box-shadow: -2px 1px 2px #999;
    -webkit-box-shadow: -2px 1px 2px #999;
    box-shadow: -2px 1px 2px #999;
}

#companyfoot.team {
    background-color: #e0e2ec;
}
#companyfoot.board {
    background-color: #dae0d2;
}
#companyfoot.advisers {
    background-color: #f2e1c7;
}

#companyfoot table {
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

#companyfoot td {
    text-align: center;
}

#companyfoot td a {
    margin: auto 8px;
}

#companyfoot ul {
    font-size: 11px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; 
    text-align: left;
}

#companyfoot ul li {
    margin-top: 25px;
    display: block;
    list-style: none; 
    float: left;
    position: relative;
}

#companyfoot a {
    display: block;
    height: 55px;
    line-height: 16px;
    width: 70px;
    text-decoration: none;
}

#companyfoot.team a:link,
#companyfoot.team a:visited
{
    color: #8598be;
}

#companyfoot.advisers a:link,
#companyfoot.advisers a:visited {
    color: #d0901d;
}

#companyfoot.board a:link,
#companyfoot.board a:visited {
    color: #7e9366;
}

#companyfoot.team a:hover,
#companyfoot.team a:active,
#companyfoot.advisers a:hover,
#companyfoot.advisers a:active,
#companyfoot.board a:hover,
#companyfoot.board:active {
    color: #231f20;
}

#masthead .demo a {
    color: #c93; 
}

#demopopup {
    z-index: 190;
    position: absolute;
    top: -15px;
    left: 30px;
    height: 125px;
    padding: 20px;
    width: 375px;
    border: 2px solid #a6a8ab;
    border-radius: 3px;
    background-color: #fdf6e4;
}

#demopopup input.text {
    width: 372px;
    padding: 0;
    margin: 12px 0;
}

#demopopup #demorequest {
    border: 2px solid #a6a8ab;
    border-radius: 3px;
    background-color: #f26222;
    float: right;
    color: white;
    font-weight: bold;
}

#demoform.submitted {
    padding: 5px;
    font-weight: bold;
}

#demopopup label.error {
    color: #df921f;
}

#taglines {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 12px;
        
}

#fhgtwitter {
    float: right;
}

.connect-big{
	font-size:3em;
	margin-bottom:250px;
	color:#5C6A86;
}
.social-us{
	font-size:1.1em;
	color:#5C6A86;
	font-style:italic;
	font-weight:bold;
	margin-bottom:50px;
}
a.google-link:link{
	color:#5C6A86;
	font-style:italic;
	font-size:1.1em;
	font-weight:bold;
}
a.google-link:visited{
	color:#5C6A86;	
}
a.google-link:hover{
	color:#df921f;	
}
#splashalt{
	padding-top:28px;
}

