/* VISUAL STYLING */

/* page header */

img#headerLogo {
	width: 476px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
img#headerBg {
	width: 760px;
	height: 101px;
	position: absolute;
	left: 0;
	top: 94px;
}
#headerNav {
	position: absolute;
	width: 216px;
	text-align: right;
	font-size: 10px;
	right: 0;
	top: 48px;
}



/* page footer */

#pageFooter {
	background-color: #6d6e71;
	text-align: center;
}
#pageFooter, #pageFooter * {
	color: #eee;
	font-size: 10px;
	line-height: 1em;
}
#pageFooter a { color: #fff; }



/* text formatting */

body {
	font-family: Frutiger, "Humnst777 BT", Myriad, "Trebuchet MS", sans-serif;
	font-size: 85%;
	line-height: 1.25em;
	color: #000;
}

#pageBodyContent {
	margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.9em;
	padding: 0;
}
h1 {
	margin: 0;
	position: absolute;
	width: 640px;
	left: 8px;
	top: -52px;
	font-size: 30px;
	line-height: 42px;
	color: #fff;
}
h2, h3, h4, h5, h6 { margin: 1.5em 0 0.75em; }
h1 + h2 { margin-top: 0; }
h2 { color: #00a94e; }
h3, h4, h5, h6 { color: #40805c; }

p {
	margin: 0 0 1em;
}
* sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
* sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

/* links & lists */

a {
	color: #0083df;
	font-weight: bold;
	text-decoration: none;
}
a:hover { border-bottom: 2px dotted #ccc; }
a.more {
	display: block;
	background: url(/_img/ico/3dots-rt-lg.gif) 0px 3px no-repeat;
	margin: 0.5em 0;
	padding-left: 1em;
}
a.more:hover { text-decoration: underline; border: none; }
a img { border: none; }

ul, ol {
}
li {
	line-height: 1em;
	margin: 0.5em 0 0.5em -1.5em;
}
dt {
	font-weight: bold;
	line-height: 1em;
	padding-top: 1px;
}
dd {
	line-height: 1.25em;
	margin: 0 0 1em 0.75em;
}
li p, dd p {
	margin-bottom: 0.5em;
}

ul.links li, li.link {
	list-style-type: none;
	margin-left: -3em;
	padding-left: 1.5em;
	background: url(/_img/ico/3dots-rt-sm.gif) 5px 2px no-repeat;
}
dl.links dt, dt.link {
	list-style-type: none;
	padding-left: 0.75em;
	background: url(/_img/ico/3dots-rt-sm.gif) 0px 4px no-repeat;
}

/* tables */

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 2em;
}
th, td {
	vertical-align: top;
	font-size: 90%;
	line-height: 1.1em;
	padding: 4px 3px;
}
th { text-align: left; }
td { text-align: center; }
tr.header th, th.col {
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
}
th.row {
	text-align: left;
	border-right: 1px solid #ccc;
}

table.list th, table.list td { text-align: left; }


/* other special cases */

address {
	margin: 0 0 1em;
	font-style: normal;
}

cite {
	display: block;
	font-size: 110%;
	line-height: 1.25em;
	margin: 0 0 1em;
	color: #6d6e71;
} 
cite .name {
	font-size: 125%;
	font-style: normal;
}

blockquote.pullquote {
	text-align: center;
	color: #000;
	font-family: Georgia, serif;
	font-size: 150%;
	line-height: 1em;
	font-style: italic;
	margin: 1em 2em;
	padding: 0;
}
blockquote.pullquote i, blockquote.pullquote em { font-style: normal; }
cite.pullquote {
	display: block;
	font-family: Georgia, serif;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin: -0.5em 0 2em 214px;
	padding: 0;
}
cite.pullquote .name { text-transform: uppercase; }

.intro {
	color: #6d6e71;
	font-family: Georgia, serif;
	font-size: 133%;
	line-height: 1em;
	margin: 0 0 1em;
}
.intro b {
	color: #333;
	font-weight: normal;
}

.note {
	font-size: 85%;
	line-height: 1.1em;
	margin: 0 0 2.5em;
}



/* info boxes */

.infoBox {
	background: #f0f0f1 url(/_img/bg/infobox/gray.jpg) right top repeat-x;
	margin: 0 0 20px;
	padding: 0 6px 1px;
	position: relative;
	padding-top: 24px;
}

.infoBox h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
}
.infoBox h4 {
	color: #000;
	font-size: 120%;
	margin: 10px 0 0;
}
.infoBox p {
	font-size: 95%;
	line-height: 1.25em;
}
.infoBox table {
	margin: 20px 0;
	border: none;
}



/* left column */

/* submenu */
.submenu {
	margin: 0 8px 60px 8px;
	border-left: 1px solid #ccc;
	padding: 2px 8px;
}
.submenu h3 {
	color: #6d6e71;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.15em;
	font-weight: normal;
}
.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.submenu ul li {
	margin: 0;
	padding: 0;
	margin-left: -13px;
	padding-left: 13px;
	background: url(/_img/ico/subnav_off.gif) 0 8px no-repeat;
}
.submenu ul li a {
	display: block;
	font-size: 10px;
	line-height: 1em;
	padding: 6px 0;
}
.submenu ul li a:hover {
	border: none;
	background-color: #e5f7fd;
}

.submenu ul li.current {
	background: url(/_img/ico/subnav_on.gif) 0 8px no-repeat;
}
.submenu ul li.current a {
	color: #40805c;
}
