
/* Body and Global Reset
----------------------------------------------- */
body {
	margin: 0;
	background: #FBFCF2;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Account
----------------------------------------------- */
#account { background: #fff; }
#account .inner {
	position: relative;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	width: 752px;
}
#account p {
	margin: 0 0 0 1px;
	font-size: .6em;
	color: #444;
}
#account #login {
	position: absolute;
	top: 25px;
	right: 0;
	height: 23px;
	z-index: 100;
	padding: 0 19px 0 0;
	background: url(images/login_right.png) no-repeat 100% 0;
}
#account #login p {
	margin: 0;
	padding: 0 1px 0 19px;
	height: 23px;
	float: right;
	width: auto;
	background: url(images/login_left.png) no-repeat 0 0;
}
#account #login p span { color: #aaa; }

/* Main Wrappers
----------------------------------------------- */
#wrapper {
	border-top: solid 1px #D2D6B8;
	background: #FBFCF2 url(images/wrapper.png) repeat-x 0 0;
}
#wrapper .inner {
	position: relative;
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 752px;
}

/* Heading
----------------------------------------------- */
#heading {
	margin: 0 0 25px 0;
	float: left;
	clear: both;
	width: 752px;
}
#heading h1 {
	float: left;
	margin: 0 25px 0 1px;
	width: 311px;
	height: 102px;
	text-indent: -2000px;
	background: url(images/brand.gif) no-repeat;
}
#heading p#tagline {
	float: left;
	display: block;
	margin: 23px 0 0 0;
	width: 262px;
	height: 25px;
	text-indent: -2000px;
	background: url(images/tagline.png) no-repeat;
}



/* Three up
----------------------------------------------- */
#wrapper .three_up {
	float: left;
	clear: both;
	margin: 0 0 25px 0;
	padding: 0 0 4px 0;
	width: 752px;
	background: url(images/box_under.png) no-repeat 0 100%;
}
#wrapper .three_up .node {
	position: relative;
	float: left;
	width: 220px;
	padding: 15px;
	border-right: solid 1px #E4E5DC;
}
#wrapper .three_up.searches .node { height: 100px; }
#wrapper .three_up.about .node { height: 200px; }
#wrapper .three_up .node h3 {
	margin: 0 0 8px 0;
	font-size: .9em;
	font-weight: normal;
	color: #00324D;
}
#wrapper .three_up.searches .node h3 { color: #aaa; }
#wrapper .three_up .node h3 strong {
	font-weight: normal;
	color: #00324D;
}
#wrapper .three_up .node p {
	font-size: .7em;
	line-height: 1.4em;
	color: #434343;
}
#wrapper .node p {
	font-size: .7em;
	line-height: 1.4em;
	color: #434343;
}
#wrapper .three_up .node p.more {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#wrapper .three_up.about .node p img.acs_papers {
	float: right;
	margin: -20px -40px 5px 5px;
}

#wrapper .three_up .node ul { margin: 0 0 0 15px; }
#wrapper .three_up .node li {
	margin: 0 0 3px 0;
	list-style: disc;
	font-size: .7em;
	line-height: 1.4em;
	color: #aaa;
}
#wrapper .three_up .node.first { background: url(images/box_left_notrans.png) no-repeat 0 0; }
#wrapper .three_up .node.last {
	background: url(images/box_right_notrans.png) no-repeat 100% 0;
	border-right: none;
}


/* Footer
----------------------------------------------- */
#wrapper #footer {
	width: 752px;
	float: left;
	clear: both;
	margin: 0;
}
#wrapper #footer p {
	float: left;
	width: 252px;
	padding: 2px 0 30px 0;
	text-align: center;
	font-size: .7em;
	color: #979893;
}
#wrapper #footer p a { color: #979893; }
#wrapper #footer p a:hover { color: #1a1a1a; }
#wrapper #footer p.left {
	padding: 2px 0 30px 1px;
	width: 249px;
	text-align: left;
}
#wrapper #footer p.right {
	padding: 0 1px 30px 0;
	width: 249px;
	text-align: right;
}

#wrapper #footer p.right a {
	display: block;
	float: right;
	height: 18px;
	width: 200px;
	padding: 2px 30px 0 0;
	border-bottom: none;
	text-decoration: none;
}
#wrapper #footer p.right a:hover { background-position: 100% -24px; }
#wrapper #footer p.right a span { display: none; }

a {
	padding-bottom: 1px;
	color: #9BB010;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}
a:hover {
	color: #111;
	border-bottom: solid 1px #ccc;
}
