.left{ float: left; }
.right{ float: right; }	
.hide{ display: none; }

/* ---------- TYPOGRAPHY ------------ */
h1{ font-size: 28px; }	

#main-content h1{ margin-top: 0; }

#main-content h2{ 
	font-size: 14px; 
	margin: 0 0 5px 0;
	}
	
#main-content h3{
	margin: 15px 0 0 0;
	}	

#main-content p{ margin: 0 0 8px 0; }	
	
#cp-homepage h2{ 
	font-size: 24px; 
	margin: 30px 0 10px 0;
	}
#cp-homepage h3{ font-size: 17px; }	
#cp-homepage h4{ font-size: 14px; margin: 0 0 5px 0; }	


/* ---------- HEADER ------------ */	
.header-left{ background: #538c33; }

.header-right{ 
	height: 54px !important;
}

#topnav{
	background: #2f4f7c;
	margin: 0 6px 0 5px;
	}	
	
/* ---------- CONTENT ------------ */	
.hp-feature-left,
.hp-feature-right{
	width: 310px;
	padding: 5px;
	overflow: auto;
	float: left;
	min-height: 230px;
	border: 1px solid #5d80b2;
	}
	
.hp-feature-left{ margin-right: 20px; }
	
.hp-feature-left img{ 
	float: left; 
	margin: 0 5px 0 0;
	}

.hp-feature-right img{ 
	float: right; 
	margin: 0 0 0 5px;
	}	
	
.login{
	color: #fff;
	width: 230px;
	font-size: 14px;
	}	

.login .content{	
	padding: 15px 25px 0 15px;
	background: url(http://media.wiley.com/assets/2208/71/loginbox-top.gif) no-repeat top left;
	}
	
.login em{
	font-style: normal;
	font-weight: bold;
	color: #ffd401;
	}
	
.login .divider{
	border-top: 1px dashed #fff;
	margin: 15px 0;
	}
	
.login a:link,	
.login a:visited,
.login a:hover{ color: #fff; }

.feature-box { 
	width: 230px;
	background: url(http://media.wiley.com/assets/2213/69/feature-box-bottom.gif) no-repeat left bottom;
	}

.feature-box .content {
	padding: 15px;
	background: url(http://media.wiley.com/assets/2213/68/feature-box-top.gif) no-repeat left top;
	text-align: center;
	color: #ffffff;
}

.feature-box h5 {
	font-size: 12px;
	margin: 0 0 10px;
}

.feature-box select { width: 100%; }

