/* ------- Overall Declarations ------- */

body {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}

p, h1, h2, h3, h4, ul, ol, li, blockquote {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	border: none;
}

/* ------- Header Section ------- */

/* ------------------- Header Section -------------------- */

#header {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 80px;
	background-image: url(images/3-5point2crest.png);
	visibility: visible;
}

#header h1 {
	text-indent: -9999px;
	line-height: 0;
	font-size: 1px;
	padding: 0;
}

#header h1 a {
	display: block;
	border: none;
	height: 80px;
	margin: 0;
	width: 250px;
	background: url(../../../../images/5point2crest.png) no-repeat top left;
}

#top_navigation {
	background: #F4FBFF;
	border-bottom: 1px solid #ACDDFD;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: right;
}

#top_navigation ul {
	margin: 0 0 0 250px;
	padding: 0.3em 1% 0.3em 0;
	font: normal 0.7em Arial, Helvetica, sans-serif;
}

#top_navigation li {
	display: inline;
	padding: 0 3px;
	margin: 0;
}

#section_links {
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ACDDFD;
	text-align: right;
}

#section_links ul {
	margin: 0 0 0 250px;
	padding: 0.5em 1% 0.5em 0;
	font: bold 1.1em Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
}

#section_links li {
	display: inline;
	padding: 0 3px;
	margin: 0;
}

#section_links a:link {
	color: #333;
}

#section_links a:hover {
	color: #c00;
}

/* ------- Footer ------- */

#footer {
	clear: both;
	margin: 0 auto 5px auto;
	height: 2em;
}

#footer p {
	font: 70% arial, verdana, sans-serif;
	padding: 2px 5px;
	color: #333;
}
