/*** elements ***/

body {
	font-family : arial, sans-serif;
}

dl { line-height : 1.5em; }

dt { font-weight : bold; }

a {
	color : #003399;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h2, h3, h4 {
	color : #001e59;
	font-weight : bold;
}

p, h2, h3, h4 {
	margin-bottom : 1em;
}

/*** site-wide classes ***/

.left { float : left; }

.right { float : right; }

.noborder { border : 0 !important; }

.blue { color : blue; }

/*** general layout ***/

#wrap {
	font-size : 0.75em;
	width : 968px;
	margin : 12px;
	color : #666666;
}

#header {
	height : 141px;
	background : url("../img/header1.jpg");
}

	#globalNav {
		font-size : 0.9em;
		position : absolute;
		left : 205px;
		top : 15px;
		word-spacing : 0.1em;
	}

	h1 {
		font-size : 1.5em;
		color : white;
		position : absolute;
		top : 48px;
		left : 205px;
	}

#sitesearch {
	width : 190px;
	position : absolute;
	top : 154px;
	left : 791px
}

	#sitesearch .input {
		color : #666666;
		font-size : 11px;
		height : 14px;
		padding-left : 3px;
		vertical-align : middle;
		width : 155px;
	}

	#sitesearch .submit {
		position : relative;
		top : 6px;
	}

#siteNav {
	background : #003399 repeat-x;
	padding : 9px 18px;
	height : 14px;
	color : white;
}

	#siteNav li {
		float : left;
		margin-right : 13px;
		font-size : 0.9em;
		font-weight : bold;
		border-right : solid #87a9cf 1px;
		padding-right : 13px;
	}

	#siteNav a {
		color : white;
		font-weight : bold;
	}

	#siteNav a:hover {
		color : #ffcc00;
		text-decoration : none;
	}

#breadcrumb {
	clear : both;
	font-size : 0.8em;
	margin : 1.5em 0;
	color : #787878;
}

#footer {
	clear : both;
	border-top : solid #d1dded 1px;
	font-size : 0.9em;
	padding : 10px 0;
}

/*** popup window ***/

#popup {
	font-size : 0.75em;
	padding : 10px;
}




.pdf {
	background-image: url(/img/apollo_icon_pdf.gif);
}
a.pdf:hover {
	background-position: left -75px;
}
.icon {
	margin:0px;
	display:block;
	padding:0 0 0 20px;
	background-repeat:no-repeat!important;
	background-position: left 1px;
	line-height:16px;
}


