/* Structural
******************************/

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Helvetica,Arial,sans-serif;
	text-align: center;
}

p {
	margin: 0 10px 10px 0;
}

a:link {
	color: #5059b5;
	font-size: 1.1em;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}
a:active {
	color: #7c86f2;
}


.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear {display:inline-block;}
.autoclear {display:block;}
* html .autoclear {height: 1%;}



/* Pieces
******************************/


#header h1 {
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: 0;
	color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#billboard p {
	padding: 2em;
	line-height: 1.4;
	text-align: center;
}




/* Middle
******************************/

#middle {
	padding-top: 10px;
	background-color: #f6f6f6;
	border-top: 2px solid #ededed;
}

#middle #contacts,
#middle #about {
	height: 100%;
	padding: 10px;
	width: 420px;
	/*background: #B9CAFF*/
}

#middle #contacts { float: left; }
#middle #about { float: right; }


/* Middle: Contacts
******************************/

#middle #contacts div {
	float: left;
}

#middle #contacts div {
	width: 100%;
}

#middle #contacts em {
	font-size: 90%;
}

#middle #contacts span.recognized {
	font-size: 80%;
	color: #868686;
}

#middle #contacts img {
	float: left;
	margin-right: 10px;
	border: 1px #666 solid;
}

#middle #contacts #andy,
#middle #contacts #richard {
	margin-bottom: 1em;
	margin-left: 10px;
}



/* Middle: About
******************************/
#middle #about p {
	font-size: 80%;
}

#middle #about em {
	color: #000;
	font-weight: bold;
}


#middle #pdfs {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #7f7f7f;
}

#middle h3 {
	font-size: 16px;
	margin: 0 0;
}

#middle .pdfdownload {
	display: block;
	margin-left: 10px;
	padding-left: 27px;
	padding-top: 10px;
	
	font-size: 12px;
	background: url(pdf_logo.gif) no-repeat left 4px;
}






/* Footer
******************************/

#footer {
	clear: both;
	width: 100%;
	font-size: 75%;
	background: #333;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 3px 10px;
	display: inline;
}

#footer p.office {
	display: block;
	float: left;
}

#footer p.office .addr {
	display: block;
	color: #b3b3b3;
}




/*#footer table {
	margin-left: 20px;
}

#footer table tbody tr {
	vertical-align: top;
}

#footer table tbody tr td.city {
	text-align: right;
}*/

#footer p.copyright {
	float: right;
}




