/* Elements */
body {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	margin: auto;
	width: 870px;
}

h1 { 
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1em;
	margin: 1em 0 0.8em 0;
}

ul { 
	list-style-type: square;
	margin: 1em 0em 1em 1.5em;
	padding: 0;
}

ul.downloads { 
	line-height: 1.6em;
	list-style-type: none; 
}


li.pdf {margin-bottom: 10px;padding-left: 22px;background: url('img/file_pdf.png') no-repeat;}
li.doc {margin-bottom: 10px;padding-left: 22px;background: url('img/file_doc.png') no-repeat;}
li.xls {margin-bottom: 10px;padding-left: 22px;background: url('img/file_xls.png') no-repeat;}

ul.nolmargin {
	margin-left: 0;
}

p {
	margin: 0 0 4px 0;
	padding: 0;
}

p.small {
	font-size: 0.8em;
}

table {
	border-collapse: collapse
}

td {
	padding: 0 1em 1.5em 0;
	vertical-align: top;
}


/* IDs */
#header {
	background: url(img/lettering.gif) 230px 89px no-repeat;
	height: 165px;
}

#address {
	float: left;
	width: 150px;
	background: url(img/logo.gif) 53px 60px no-repeat;
	color: #003298;
	font-size: 0.68em;
	text-align: right;
	padding-right: 50px;
	margin-top: 237px;
}

#navigation {
	float: right;
	width: 160px;
	padding-left: 12px;
	border-left: 1px solid #d7d7d7;
	letter-spacing: 0.2em;
	line-height: 2em;
	font-size: 0.75em;
}

#main {
	font-size: 0.75em;
	margin: 0px 190px 50px 230px;
}

#content {
	border-left: 1px solid #d7d7d7;
	padding: 5px 15px 15px 15px;
	margin: 3em 0em;
}


/* Classes */
.job { 
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.space {
	display:block;
	height:90px;
}

#address p {
	margin-bottom:4px;
}

#address p.first {
	margin-bottom:90px;
}


/* Links */
a.nav:link { color: #003298; text-decoration: none; }
a.nav:visited { color: #003298; text-decoration: none; }
a.nav:active { color: #003298; text-decoration: none; }
a.nav:hover { color: black; text-decoration: underline; }

a:link { color: #003298; }
a:visited { color: #003298; }
a:active { color: red; }
a:hover { color: black; }
