/************ 
Written for Adastra Access LTD
by Bridget Stewart: http://shallowthoughts.org
***************************************/

/************ =Tags
***************************************/

body {
	font-family: Helvetica, Arial, Tahoma, sans-serif; /* font-size set in reset.css */
	position: relative;
    background-color: #C3D1E0;
    border-top: solid #154E88 1em;
	color: #2C2C2C;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Utopia, Palatino, "Palatino Linotype", serif;
	color: #1657A0;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0;
}
h4 {
	font-size: 1.3em;
	line-height: 1.154em;
	margin: 1.154em 0;	
}
h5 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 1.25em 0;
}
h6 {
	font-size: 1.1em;
	line-height: 1.364em;
	margin: 1.364em 0;
}
h1, h3, h5 {
	font-weight: bold;
}
h1 a img {
	width: 15.4375em;
	position: relative;
	z-index: 2;
}
h1 a span {
	position: absolute;
	z-index: 1;
}
p {
	margin: 1.5em 0;
}
a:link, a:visited {
	color: #1657A0;
}
a:hover, a:focus {
	text-decoration: none;
}

/************ =Header
***************************************/

.header {
	background: #2C2C2C url(../images/header-building.jpg) no-repeat 17em 0;
	position: relative;
	border-bottom: double #fff 3px;
}
.header p, .nav ul li a:link, .nav ul li a:visited, .footer p, .footer ul li a:link, .footer ul li a:visited {
	color: #D7D7D7;
}
.header p, .header ul {
	position: absolute;
}
.header p {
	left: 4em;
	z-index: 10;
	font-size: 0.875em;
}
.header p.tel, .header p.fax, .header p.email, .header p.email a {
	color: #2C2C2C;
}
.header p.tel {
	top: 0.5em;
	margin: 0;
	padding-top: 61px;
}
.header p.fax {
	top: 66px;
}
.header p.email {
	top: 88px;
	font-size: 0.6875em;
	left: 5.15em;
}
.header ul {
	position: absolute;
	left: 17em;
	top: 5.8em;
}

/************ =Navigation
***************************************/

.nav h2, .footer h4 {
	visibility: hidden;
	height: 0;
	margin: 0;
}
.nav li, .footer li {
	float: left;
}
.nav li a {
	display: block;
	padding: 0 1.25em;
	border: solid #D7D7D7 1px;
	margin-right: 0.3em;
}
.nav li a:link, .nav li a:visited {
	text-decoration: none;
}
.nav li a:hover {
	background-color: #0C4483;
}

/************ =Content Layout
***************************************/

#wrap {
	width: 60em;
	margin: 0 auto;
	background-color: #fff;
}
#container {
	position: relative;
	overflow: auto;
	border-bottom: double #2C2C2C 3px;
}
.main {
	float: right;
	width: 41em;
	padding-right: 1em;
}
.sub {
	width: 15.5em;
}
#container ul {
	margin-left: 1.5em;
}
#container li {
	list-style-type: disc;
	margin: 1.5em 0;
}
.sample {
	margin-right: 2em;
}
.ipaf { float: right;
	padding-top: 1em;
}

/************ =Footer
***************************************/

.footer {
	background-color: #2C2C2C;
	padding: 0 1em 0.5em;
	clear: right;
}
.footer p, .footer ul li a {
	font-size: 0.75em;
	margin: 1em 0;
}
.footer ul {
	float: right;
	width: auto;
}
.footer li a {
	display: block;
	padding: 0 0.5em;
}
.footer p span {
	margin-left: 43px;
}

/************ =Microformats
***************************************/

.org {
	font-weight: bold;
}
.vcard p {
	margin: 0;
}
.work, .country-name {
	display: none;
}
.postal-code {
	padding-bottom: 1.5em;
}