/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Resets font size to 10px. (1.2em will be 12px, etc.). */
body {
	background: #09214e url('/home/images/background.jpg') center top no-repeat;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}
img{
	border:none;
}
/* Structure */
.inside {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#logo {
	position: absolute;
	top: 17px; left: 0;
	width: 347px;
}
	
h1.title {
	background: transparent url('/home/images/logo.gif') no-repeat top left;
	height: 88px;
/*	padding: 88px 0 0 0; */
	text-indent: -9999px;
	z-index: 9999;
}

#header {
	background: transparent url('/home/images/navbar.gif') center bottom repeat-x;
	height: 172px;
	margin-bottom: 0px;
}

#searchbar {
	text-align: left;
	height: 60px;
	position: relative;
	top: 81px; left: 90px;
	width: 780px;
}

#searchbar h2 {
	position: relative;
	text-align: right;
	top: 16px; left: 90px;
	width: 200px;
	font-family: georgia, times;
	font-size: 18px;
}

#searchbar form {
	position: relative;
	background: url('/home/images/searchbox.gif') no-repeat top left;
	top: -22px; left: 300px;
	width: 320px;
	height: 30px;
}

#searchbar .inputbox {
	position: relative;
	z-index: 12;
	top: 5px; left: 10px;
	width: 280px;
	border: solid 0px #fff;
	font-size: 15px;
}


#searchbar form #submit {
	position: relative;
	top: -13px; left: 310px;
	width: 14px;
	height: 17px;
}

#navbar {
	text-align: left;
	height: 50px;
	position: relative;
	top: 97px; left: 90px;
	width: 780px;
	background: #09214e url('/home/images/menu.png') no-repeat;
}

#bottom-menu ul li, #center .menu ul li, #bottom ul li {
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

/* top navigation bar */

#navbar img {
	float: left;
	margin: 15px 30px 0 20px;
}

#navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline;
	float: left;
	margin-top: 14px;
	padding: 0 40px 0 0;
}

#navbar a:hover {
	text-decoration: underline;
}

#login {
	position: absolute;
	top: 56px; right:50px;
	text-align: right;
	
}

#login a {
	margin: 0 5px 0 5px;
}

#center {
	margin: 0 auto; padding: 0;
	height: 420px;
	text-align: left;
}

/* home page center */
#center .menu {
	margin: 0 auto;
	height: 60px; width: 953px;
}

#center .menu span {
	float: left;
	margin-top: 20px;
}

#center .menu a {
	display: inline;
	float: left;
	margin: 16px 20px 0 20px;
	height: 44px;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
}


#center .menu a:hover, #center .menu .current {
	color: #fff;
	background: url('/home/images/menu-arrow.gif') no-repeat center bottom;
}

#center.home #pitch {
	margin: 0 auto;
	height: 237px; width: 956px;
}

#pitch.banner #learnmore {
	position: relative;
	top: 170px; left: 180px;
}


#center #box-menu {
	margin: 0 auto;
	width: 960px;
}


#center #shelf {
	margin: 0 auto; padding: 0;
	height: 420px;
	background: url('/home/images/shelf.gif') no-repeat center bottom;
}

#center #shelf .bookcover {
	position: absolute;
	top: 55px; left: 140px;
	width: 245px; height: 291px;
	background: url('/home/images/bookpages.gif') no-repeat top right;
}

#center #shelf .bookinfo {
	position: absolute;
	width: 500px; 
	top: 55px; left: 400px;
}

#center #shelf .bookinfo h1 {
	font-size: 35px;
	letter-spacing: -1px;
}

#center #shelf .bookinfo h2 {
	font-family: georgia, times;
	font-size: 24px;
	font-weight: normal;
}

#center #shelf .bookinfo p {
	font-family: georgia, times;
	font-size: 14px;
	font-weight: normal;
}

#center #shelf .bookinfo a{
	text-decoration: underline;
}

#center #shelf .bookinfo a.freedownload {
	position: relative;
	top: 40px; left: 10px;
}


#box-menu .box {
	width: 318px; height: 108px;
	float: left;
	text-align: center;
	font-size: 18px;
}

#box-menu .left {
	background: #71218A url('/home/images/purple-box.jpg') no-repeat top left;
}

#box-menu .middle {
	background: #71218A url('/home/images/green-box.jpg') no-repeat top left;
}

#box-menu .right {
	background: #71218A url('/home/images/blue-box.jpg') no-repeat top left;
}

#box-menu .box a {
	position: relative;
	top: 37px;
}


/* STUDENTS */
#center.students .pitch,
#center.faculty .pitch,
#center.institutions .pitch {
	position: static;
	height: 343px; width: 960px;
	margin: 0; padding: 0;
}

#center #bottom-menu {
	height: 72px; width: 972px;
}

#bottom-menu.students {
	background: url('/home/images/green-bar.gif') no-repeat top left;
}

#bottom-menu.faculty {
	background: url('/home/images/orange-bar.gif') no-repeat top left;
}

#bottom-menu.institutions {
	background: url('/home/images/blue-bar.gif') no-repeat top left;
}

#bottom-menu a {
	height: 32px; width: 154px;
	float: left;
	margin-top: 15px;
	padding: 17px 0;
    color: #fff;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
	line-height: 1em;
}

#bottom-menu .twoline {
	padding-top: 10px;
}


#bottom-menu.students a:hover, #bottom-menu.students .current {
	background: url('/home/images/green-button.gif') no-repeat top left;
}

#bottom-menu.faculty a:hover, #bottom-menu.faculty .current {
	background: url('/home/images/orange-button.gif') no-repeat top left;
}

#bottom-menu.institutions a:hover, #bottom-menu.institutions .current {
	background: url('/home/images/blue-button.gif') no-repeat top left;
}

#bottom-menu #label {
	float: left;
	text-align: right;
	line-height: 1em;
	margin: 22px 20px 0 40px;
	padding-right: 30px;
}

#bottom-menu.students #label {
	color: #56C631;
	border-right: solid 1px #56C631;
}

#bottom-menu.faculty #label {
	color: #BF724A;
	border-right: solid 1px #BF724A;
}

#bottom-menu.institutions #label {
	color: #38BDDC;
	border-right: solid 1px #38BDDC;
}


#bottom {
	height: 310px;
	padding: 10px;
	background-color: #2F5B8D;
	border-top: solid 5px #1C3E6E;
	border-bottom: solid 5px #1C3E6E;
	text-align: center;
}

#bottom h2 {
	height: 28px;
	width: 280px;
	padding: 4px 0 0 20px;
	color: #222;
	background: url(/home/images/module.png) no-repeat top left;
}

#bottom .inside {
	width: 960px;
	text-align: left;
}

#bottom .panel {
	text-align: left;
	width: 318px;
	height: 300px;
}

#bottom .panel .content {
	padding: 10px;
}


#bottom .panel .block {
	padding: 5px;
	line-height: 1.4em;
}

#bottom #left {
	border-right: solid 1px #284D78;
}

#bottom #middle table tr td {
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
}

#bottom #right {
	border-left: solid 1px #284D78;
}

#bottom #right .quote {
	margin: 10px 0 10px 0;
	width: 298px;
	text-align: center;
}

#bottom #right .quicklinks ul li {
	margin: 0px 0 0 30px;
	list-style-image: url('/home/images/bullet.png');
}

#footer {
	position: relative;
	color: #667591;
	padding: 10px 0 20px;
	text-align: center;
}

#footer .inside {
	text-align: center;
}

#footer .menu a {
	padding: 0 5px 0 5px;
	color: #667591;
}

#footer .copyright {
	margin-top: 10px;
	font-size: 13px;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}


/* Text Styles */
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

span.amp {
  font-family: georgia, times;
}

a.light-background {
  color: black;
}

a.underline {
  text-decoration: underline;
}

p.spaced {
  margin-top: 1em;
  margin-bottom: 1em;
}
