/*-------------------
	 STRUCTURE
-------------------*/

/* wipe out the content div so it doesn't interfere */
.content {
	float:none;
	margin:0;
	width:960px;
	}

.first_row {
	width:100%;
	overflow:auto;
	}
	
.billboard {
	float: left;
	padding: 14px;
	}
	
#ss-container {
	width: 590px;
	height: 239px;
	position: relative;
	overflow: hidden;
	border: 1px solid #95928A;
	}

#ss-container a {
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	}

#ss-container a img {
	border: none;
	}

#ss-controls {
	position: absolute;
	width: 590px;
	top: 215px;
	text-align: center;
	}

#ss-controls ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#ss-controls span {
	width: 24px;
	height: 11px;
	margin: 4px;
	background: #c9c5bb;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFF;
	}

#ss-controls-wrapper {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	}

#ss-controls span:hover {
	background: #a11335;
	cursor: pointer;
	}

#ss-controls span.active {
	background: #81765b;
	}
	
.first_row .billboard_wrap img {
	float:left;
	}
	
.first_row .buttons {
	float:left;
	padding:14px;
	}
	
.first_row .buttons a {
	margin:0;
	padding:0;
	}

.second_row {
	width:100%;
	overflow:auto;
	}
	
.main .second_row .featured {
	float: left;
	width:134px;
	padding:14px 8px 16px 8px;
	min-height:240px;
	margin:10px 0 10px 0;
	}
	
.main .second_row .featured h2 {
	margin:0 0 20px 0;
	}
	
.main .second_row .featured h3 {
	margin:20px 0 0 0;
	}

.second_row .news {
	float:left;
	margin:10px 0 10px 15px;
	width:305px;
	padding:13px 8px 16px 14px;
	min-height:242px;
	}
	
.main .second_row .news h2 {
	margin:0 0 20px 0;
	}

.third_row {
	width:100%;
	overflow:auto;
	}
	
.third_row .popular {
	width:217px;
	padding:16px 0 0 22px;
	float:left;
	margin:10px 0 10px 0;
	}
	
.third_row .resources {
	float:left;
	margin:10px 0 10px 0;
	padding:16px 0 16px 22px;
	}
	
.third_row .resources ul {
	width:230px;
	margin:10px 0 0 0;
	padding:0;
	}
	
.third_row .resources .group {
	float:left;
	}
	
.third_row .resources .extra_top_padding {
	padding-top:24px;
	}
	
/*-------------------
	 STYLING
-------------------*/

.first_row .billboard {
	background:#c9c5bb;
	}
	
.first_row .billboard_wrap {
	border:1px solid #8f8f8d;
	width:590px;
	height:239px;
	overflow:hidden;
	}
	
.first_row .buttons {
	background:#f1ece0;
	}
	
.first_row .buttons a#btn1 {
	width:104px;
	height:241px;
	float:left;
	background:url(/newsite/images/home_btn1.jpg) no-repeat top left;
	}
	
.first_row .buttons a#btn2 {
	width:104px;
	height:241px;
	float:left;
	background:url(/newsite/images/home_btn2.jpg) no-repeat top left;
	}
	
.first_row .buttons a#btn3 {
	width:104px;
	height:241px;
	float:left;
	background:url(/newsite/images/home_btn3.jpg) no-repeat top left;
	}
	
.first_row .buttons a#btn1:hover,
.first_row .buttons a#btn2:hover,
.first_row .buttons a#btn3:hover {
	background-position:-104px 0;
	border:none;
	}

.second_row,
.third_row {
	border-top:1px solid #d7d4cd;
	background-color:#FFF;
	}

.second_row .featured {
	border-right:1px solid #f2f2f2;
	}
	
.main .second_row .featured h2,
.main .third_row .resources h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#b2b2b2;
	font-size:10px;
	text-transform:uppercase;
	font-style:normal;
	}
	
.main .second_row .featured h3,
.main .second_row .featured h3 a {
	font-weight:bold;
	font-size:12px;
	}
	
.second_row .featured p {
	font-size:11px;
	color:#7f7f7f;
	}
	
.second_row .news {
	background-color: #f2ede1;
	}
	
.second_row iframe {
	border:none;
	}
	
.second_row .news h2,
.third_row .popular h2,
.third_row .resources h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#797670;
	font-size:12px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	}
	
.third_row .popular {
	border-right:1px solid #f2f2f2;
	}
	
.third_row .popular ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	}
	
.third_row .popular li,
.third_row .resources li {
	font-size:11px;
	margin:0;
	}
	
.third_row .resources h3 {
	margin:16px 0 0 0;
	}
	
.third_row .resources ul {
	list-style:none;
	}
	
.third_row .resources li.first {
	font-weight:bold;
	}
	
