/* -STYLE- */
body {
	font-family: Helvetica, Arial, sans-serif;
}

a:link {
	color: #247932;
	text-decoration: none;
}

#nav {
	font-size: .8em;
	font-weight: bold;
}

#nav a {
	color: black;
}

.highlight {
	color: #c00;
}

h1, h2 {
	color: #1f4e8c;
}

#main_text {
	line-height: 1.5em;
}

#main_text h2 {
	font-size: 1.3em;
	margin: .25em 0;
}

#main_text h3 {
	font-size: 1.1em;
	margin: .25em 0;
}

#main_text h4 {
	font-size: 1em;
	margin: .25em 0 0;
}

#main_text h3.chapter {
	font-size: .75em;
	margin-bottom: 0;
}

#main_text p {
	margin-top: 0;
}

#main_text p.reference {
	padding-left: 2em;
	text-indent: -2em;
}

#footer, #footer a {
	color: white;
}

#footer {
	font-family: Verdana;
	font-size: .75em;
	font-weight: bold;
}

/* xSTYLEx */

/* -LAYOUT- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

div#container {
	width: 960px;
	margin: 0 auto;
}

div#header {
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: 33px;
}

div#main {
	padding-left: 437px;
	background-image: url(images/book_large.jpg);
	background-repeat: no-repeat;
	background-position: 0 89px;
	min-height: 660px;
}

div#nav {
	width: 495px;
	border: 1px solid #b5b7b8;
	background-image: url(images/nav_stripe.gif);
	background-repeat: repeat-y;
	background-position: 248px 0;
}

div#nav_top {
	float: left;
	width: 248px;
}

#nav_top a {
	display: block;
	min-height: 31px;
	background-image: url(images/book_small.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 20px 10px 20px 72px;
}

#nav_bottom a {
	display: block;
	min-height: 31px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 20px 10px 20px 72px;
}

div#nav_bottom {
	clear: left;
	float: left;
	width: 248px;
	border-top: 1px solid #b5b7b8;
}

div#nav_right {
	float: right;
	width: 215px;
	padding: 20px 16px 10px 15px;
}

#nav_right select {
	display: block;
	margin-top: .5em;
}

div#main_text {
	width: 440px;
	padding-right: 55px;
	margin: 36px 0 36px;
	height: 440px;
	overflow: auto;
}

div#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 84px 0 18px;
	line-height: 75px;
	height: 75px;
	position: relative;
}

#footer #footer_logo {
	display: block;
	width: 49px;
	height: 48px;
	margin: 13px 15px 0 0;
	float: left;
	text-indent: -1000em;
	background-image: url(images/fa_logo.png);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
}

#footer div#social {
	position: absolute;
	top: 20px;
	right: 12px;
}

#social a {
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	width: 32px;
	float: left;
	margin-left: 5px;
}

#footer #social a.facebook {
	background-image: url(images/facebook.png);
	background-position: 0 0;
}

#footer #social a.twitter {
	background-image: url(images/twitter.png);
	background-position: 0 0;
}


/* xLAYOUTx */
/* -UTILITY- */
.clear {
	clear: both;
}
/* xUTILITYx */
