/* Index Header Elements -------------|*/
#homeIndex #headerWrapperIndex {
	width: 900px;
	background: transparent url(../media/images/layout/fcboe_header.jpg) no-repeat left top;
	text-align: left;
}
#homeIndex #headerWrapperIndex img#mainImg {
	float: left;
	width: 137px;
	height: 190px;
	margin: 10px 15px;
}
#homeIndex #headerWrapperIndex h2 {
	color: #c40c1e;
	margin: 40px 0 20px;
	height: 68px;
	background: #fff url(../media/images/layout/summerReadingHeader.jpg) no-repeat center top;
	text-indent: -5000px;
	margin-left: 130px;
}
#homeIndex #headerWrapperIndex span {
	font-size: 48px;
	width: 100%;
	height: 63px;
	background: #fff url(../media/images/layout/summerReadingHeader.jpg) no-repeat center top;
}
#homeIndex #headerWrapperIndex p {
	text-align: left;
	font-size: .8em;
	color: #bd9a73;
	font-weight: bold;
	padding-right: 15px;
}
#headerWrapperIndex div#menuList {
	font-size: 14px;
	border-bottom: solid 3px #1252a1;
	float: left;
	width: 880px;
	background-color: #fff;
	padding: 3px 10px;
}
#headerWrapperIndex ul {
	margin: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
#headerWrapperIndex li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
	border-right: solid 1px #1252a1;
}
#headerWrapperIndex li.last {
	border-right: none;
}
#headerWrapperIndex li.adminMenu {
	border-left: solid 1px #1252a1;
	border-right: none;
}
#headerWrapperIndex li.login {
	border-right: none;
	float: right;
}
#headerWrapperIndex li a {
	color: #1252a1;
	text-decoration: none;
}
#headerWrapperIndex ul#nav ul {
	background-color: #edf8fe;
}
#headerWrapperIndex ul#nav ul li {
	padding: 0;
	border-left: solid 1px #1252a1;
	border-bottom: solid 1px #1252a1;
}
#headerWrapperIndex ul#nav ul li a {
	padding: 2px;
}

/* Featured Book ---------------------------------------|*/
#featuredBook {
	clear: left;
	border-bottom: solid 3px #139cca;
	margin: 20px 8px 8px 8px;
	background: #edf8fe;
}
#featuredBook h3 {
	border-top: solid 2px #0382ad;
	background-color: #139cca;
	color: #FFFFFF;
	padding: 3px 5px;
}
#featuredBook h4 {
	padding: 3px 5px;
	font-size: 16px;
}
#featuredBook p {
	padding: 0 5px;
}
#featuredBook img {
	float: left;
	width: 100px;
	margin: 10px;
}
#featuredBook a:visited {
	color: #139cca;
}

