/* reset styles - modified from Eric Meyer */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, code, dfn, em, img, q, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; }
:focus { outline: 0; }
/* end reset styles - modified from Eric Meyer's */

/* HTML tags */
html { overflow-y: scroll; }
body { background: #fff url(../siteImages/background.jpg) repeat-x fixed top left; }
* { font-family: helvetica; }
h1 { padding: 10px; }
h1 a {
	font-size: 15px;	color: #CAC5C5;	float: right;
	clear:both;
	margin-top: -25px;
	text-transform: uppercase;
}
h1 img {
	margin-top: -20px;
	margin-right: -15px;
}
h1 span { font-size: 15px; }
h2 {
	color: #999;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-left: 84px;
	top: 35px;
	position: absolute;
}
h3 {
	font-size: 21px;
	margin:0px 0px 10px 10px;
}
h1 span, h2 span {
	color: black;	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: black;
}
h2 span {
	font-size: 16px;
	font-weight: bold;
}
dl { padding-left: 10px; }
dt {
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}
dd {
	margin-top: 5px;
	line-height: 1.2;
	padding-left: 20px;
	padding-bottom: 5px;
}
p, dd {
	margin-bottom: 10px;
	font-size: 12px;
}
fieldset { margin: 5px 0 0 15px; }
legend, label, input, textarea {
	display: block;
	font-size: 12px;
	margin: 5px;
}
legend { padding-top: 5px; }
label { padding: 5px 0 2px 0; }
/* end HTML tags */
#container {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	width: 900px;
	padding-bottom: 50px;
	background-color: #fff;
	text-align: left;
}
h1#heading img {
	background: url(/_assets/siteImages/logo_5.png);
	text-indent: -999px;
}
.main {
	position: relative;
	margin: 40px 75px 0 75px;
}
.main img {	border: 1px solid #4A4545; }
.isbn img {
	width: 10em;
	margin-bottom: 5px;
}
#histories {
	margin-top: -12px;
}
/** Main Nav **/
.main_nav { line-height:1.0; }
.main_nav ul {
	position:absolute;
	top:-999em;
	width:112px;
}
.main_nav li {
	float:left;
	position:relative;
	z-index:100000;
}
.main_nav a { display:block; }
.main_nav li:hover ul,
ul.main_nav li.sfHover ul { top:1.6em; }
.main_nav li:hover li ul,
.main_nav li.sfHover li ul { top:-999em; }
.main_nav li li:hover ul,
ul.main_nav li li.sfHover ul {
	left:6.5em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul { top:-999em; }

/* Look and feel */
.main_nav {
	float:left;
	margin-bottom:1.5em;
	margin-top: -20px;
	width: 898px;
	background:black;
}
.main_nav li {
	margin-left: 0px;
	width: 112px;
}
.main_nav a {
	border-right: 2px solid white;
	color: white;
	text-indent: 8px;
	padding: 6px 0 6px 2px;
	text-decoration:none;
	font-size: 11px;
}
.main_nav li:hover,
.main_nav li.sfHover,
.main_nav a:focus,
.main_nav a:hover,
.main_nav a:active {
	background-color: #999;
	color: #fff;
}
.first { border-left: solid 2px white; }
.last {	width: 100%; } /* fixes last border showing */

/* drop down styles */
.main_nav li.sfHover ul { width: 175px; }
.main_nav li li {
	background: transparent url(../siteImages/NavBg.png) repeat top left;
	width: 175px;
}
.main_nav li li a {
	border: none;
	color: #fff;
}
/** end Main Nav **/

/** Homepage Styles **/
#home p {
	line-height: 1.2;
	color: #999;
	text-indent: 10px;
}
#home .homeText a {
	color:#999999;
	text-decoration: underline;
}
#homeImg {
	margin-left: -10px;
	border-color: black;
}
#home .homeText {
	float: right;
	width: 35%;
}
#home h1,#home h2 { z-index: 1000;}
/** end Homepage Styles **/

/** Publications **/
#publications .main { margin-top: 60px; }
#publications .main div {
	float: left;
	width: 18%;
	padding: 20px;
	margin-bottom: 50px;
	font-size: 12px;
}
#publications h3 { clear: both; }
#publications #rowstart { clear: both; }

/** end Publications **/

/** JS slideshow styles **/
#nav {
	position: relative;
	float: right;
	margin-right: 70px;
}
#nav { margin-top: -11px; }
#nav li {
	position: relative; /* for IE */
	display: inline;
	font-size: 12px;
	border: 1px #999 solid;
	margin: 0 2px 0 2px;
}
#nav li a {
	padding: 0 2px 0 2px;
	text-decoration: none;
	color: #999;
}
#nav a.activeSlide {
	background-color: #999;
	color: #fff;
}
#fade {
	font-size: 12px;
	line-height: 1.4;
	color: #999999;
	height: 100%;
}
#fade img { display: block;}
/* end JS slideshow styles */