body{
  padding: 0px;
  margin: 0px;
  background: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

img { 
  border: 0px;
}

.bg-c { 
  background: url(images/splash.jpg) no-repeat;
}

#footer {
  text-align: left;
}
#footer_text {
  float: left;
  margin-left: 53px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #3D4C6B; 
  font-family:Tahoma;
  font-size: 10px;
}
#footer_text a { 
  color: #3D4C6B;
  text-decoration: none;
}
#footer_text a:hover {
  text-decoration: underline;
}
#footer_logo {
	float: right;
	margin-right: 53px;
}

.hidden {position: absolute; top:0; left:0; text-indent: -99999px;}
	.hidden h1 {display: block; mragin:0; padding:0; text-indent: -99999px;}
	.hidden p {display: block; margin:0; padding:0; text-indent: -99999px;}

.socialmedia {float: left; margin:10px 0 0 70px; padding:0 0 0 0;}
	.socialmedia .item {margin: 0 0 5px 0;}
