
/*===========================================
   =STRUCTURE
============================================= */

body {
	background: white;
	color: black;
	text-align: left;
	font-size: 11pt !important;
	line-height: 125%;
	margin:0;
	padding:0;
	font-family: helvetica, arial, sans-serif;;
	width: 95%;
}

/* Things To Hide on the printed page eg. navigation menu
----------------------------------------------------------------------------- */
#nav, 
#sidebar_a, 
#sidebar_b,
#footer,
#skip,
hr { display: none; }

.thumb { float:left; margin-right: 5pt;}

/*===========================================
   =TYPE
============================================= */
h1, h2, h3, h4, h5, h6	{
	font-family: "Myriad Pro", "gill sans", helvetica, arial, sans-serif;
	font-weight:bold;
	margin:1em 0 .5em;
	letter-spacing:1pt;
	line-height: 1.2em;
	clear:both;
}

h2 { font-size: 11pt; }

h3 { font-size: 11pt; }

/* Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
}

a img {border-width:0;}

/* Display link urls */
#content-primary a:link:after, 
#content-primary a:visited:after {
   content: " (" attr(href) ") ";
}
#headerContact 
{
    float: right;
    width: 250px;
    height: 85px;
    padding: 30px 0;
    text-align: right;
    font-weight: bold;
}
#headerContact ul li
{
   list-style: none;
}
#headerLogo
{
    width: auto;
    height: 85px;
   
    border: none;
    padding: 10px 0px 0px 0px;
    margin: 0;
    background: transparent;
    text-align: left;
    vertical-align: top !important;
}
#headerLogo h1 
{
    font-size: 1em;
    padding: 0;
    margin: 0;
}