/* NWR Homepage CSS */


/* HOME-PAGE LAYOUT */

/* HOME-PAGE LAYOUT - BODY */

#homebody {
	width: 990px;
	margin-top: 10px;
}


/* Search Boxes */

.search-column {
	width:235px;
	margin-right:10px;
	display: inline;
	float: left;
}

.box-search {
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	margin-bottom: 10px;
}

.box-search h3 {
	font: bold 21px/25px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	color: #FFF;
}

.box-search h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	color: #FFF;
}

.box-search h5 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.courses {
	background:#83c3e5;
}

.institutions {
	background:#f2053b;
}

.homecourse {
	height:255px;
}

.homeinst {
	height:150px;
}

.freestanding {
	width:245px;
	height:255px;
	margin-right:10px;
	display:inline;
	float:left;
}
			 
.rounded-corners {
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.box-search input, .box-search select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #325d6f;
}

.keyword {
	padding:2px 7px;
	font-size: 10px;
	color: #4d7382;
	background:#fff;
	margin-bottom: 10px;
}

.directiontext {
	font: 11px Arial, Helvetica, sans-serif;
	margin:5px 0;
}

.location {
	height:26px;
	background:#fff;
}

#message {
	font: italic bold 11px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}


/* HOME-PAGE LAYOUT - BODY - SECOND TIER INFO */


#second-tier {
	width: 990px;
	background-color: #fff;
	margin-top: 0px;
}

#second-tier h1 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.newspapercolumn {
	width: 455px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

.newspapercolumn p {
	margin-left: 0px;
	font-size: 13px;
	line-height: 18px;
}

.newspapercolumn ul {
	font-size: 13px;
	line-height: 18px;
}

.newspapercolumn h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}

.margin-right-25 { margin-right: 35px; }



