body {
	background: #1e354d;
	font-family: "Helvetica Neue", "Arial", sans-serif;
}

img {
	border: none;
}

#flashContainer {
	width: 1024px;
	height: 768px;
	margin: 10px auto;
	border: 1px solid #e5f7fd;
}

#covers {
	width: 900px;
	margin: 0px auto;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	background: #dcedf7;
	border: 2px solid #5AA2D4;
	padding: 0 25px 50px 25px;
	
	background-image: url(/img/ieb/ieb_logo.gif);
	background-repeat: no-repeat;
	background-position: 35px 10px;
}

#button {
	width: 950px;
	margin: 50px auto 10px auto;
}

#covers h2 {
	margin: 30px auto 10px auto;
	color: #1e63b2;
	text-shadow: 1px 1px 0px white;
	font-size: 18px;
	font-weight: bold;
	width: 500px;
	text-align: center;
	padding-bottom: 20px;
	
	border-bottom: 1px solid #b7d2e9;
}

#footerInfo {
	height:100px;
	width: 700px;
	margin: 30px auto;
	border-top: 1px solid #b7d2e9;
	padding-top: 20px;
}

#footerInfo div {
	float: right;
	margin: 0;
}

#covers h3 {
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
	
	width: 320px;
	color: #5c7582;
	float: right;
}

#covers h3.intro {
	text-align: right;
	height: 120px;
	background-image: url(/img/ieb/educatorsButton.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	float: left;
	
}

#covers ul {
	clear: both;
	color: #5c7582;
	padding-left: 38px;
	margin-top: 10px;
}

li {
	margin-left: 1em
	vertical-align:top;
}

div.coverContainer {
	width: 264px;
	height: 360px;
	background: white;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.5);
	
	margin: 30px 14px 0px 13px;
	padding: 0;
	
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 3px solid #f2f9fa;

	position: relative;
}

div.coverContainer:hover {
	border: 3px solid #ffa200;
	cursor: pointer;
}

div.coverContainer a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-decoration: none;
	color: #5c7582;
}

div.coverContainer a span {
	display: none;
}


div.coverContainer p {
	font-size: 13px;
	padding: 0 25px;
	margin: 15px 0 0 0;
	font-weight: bold;
	border-top: 1px solid #cfe6f2;
	padding-top: 10px;
	letter-spacing: 0;
}

div.coverContainer ul {
	font-size: 14px;
	padding-left: 38px;
	list-style-type: none;
	margin: 0;
}

div.coverContainer ul li {
	margin-top: 5px;
}


div.coverContainer h4 {
	color: #1e63b2;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 5px 0 10px 0;

}

div.coverContainer img {
	height: 200px;
	border: 1px solid black;
	margin: 30px auto 0 auto;
	padding: 0;
	display: block;
	
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 6px rgba(0, 0, 0, 0.5);
}