

.copy {
    float: left;
    font-family: roboto;
    font-size: 10px;
    margin-left: 20%;
}


div.head-logo {
	background-image: url(../images/piers-logo.jpg);  /* path relative to script file */
	background-repeat: no-repeat;
	height: 80px;	
}




td.menu {
	width: 110px; 
	vertical-align:top;
	background: url(../images/left_menu_item_bkgrnd.gif) repeat;
}

td.menublank {
	width: 110px; 
	vertical-align:top;
	
}

.Text10head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;color:white; }
.Text10em { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
p.h-divider-ko {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider-ko.gif) top left repeat-x;
}


table.menu td.h1 {
	width: 150px;
   font-weight: bold;
    background-image: url(../images/left_menu_head_bkgrnd.gif); background-repeat: repeat-y;
    color: #000000;
    padding-left: 5px;
    height: 21px;
    font-variant:small-caps;
    border-bottom:solid white 1px;
    font-family:"Calibri";	 
    font-size:20px;	
	
}
table.menu td.h2 {
    width: 150px;
    background-image: url(../images/left_menu_item_bkgrnd.gif); background-repeat: repeat-y;
    font-weight: normal;    
    color: #000000;
    height: 24px;
    font-size:18px;	
    padding-left: 10px;
    padding-right:4px;	
    vertical-align:middle;
	font-variant:small-caps;
  font-family:"Calibri";		
}
table.menu td.h2 a:link { color:Black; }
table.menu td.h2 a:visited { color:Black; }
table.menu td.h2 a:hover { color:DarkBlue; }
table.menu td.h2 a:active { color:Black; }

.
.socialLinks{
	width: 94%;
	float: left;
	margin-top: 0%;
}
.socialLinks a{
	float: right;
	margin-left: 15px;
	width: 32px;
	height: 32px;
}
.iconRss { background: url('../images/rss_med.png') no-repeat; }
.iconTwiter { background: url('../images/twitter_med.png') no-repeat; }
.iconIn { background: url('../images/linkedin_med.png') no-repeat; }
.iconFace { background: url('../images/facebook_med.png') no-repeat; }
.iconMsg { background: url('../images/sprite.png') no-repeat -124px -63px; }
.iconGooglePlus { background: url('../images/google_med.png') no-repeat; }

#buildInfo {
    display: none;
}

@media only screen and (min-width: 400px) {	

}
@media only screen and (min-width: 800px) {
	.footerOptions li a:not(:first-child) {
    	display: block;
	}
	.footerOptions li {
		width: auto;
	}
}

@media only screen and (min-width: 1024px) {	
}