/*---------------------------------------------------------
Homepage 3 columns
---------------------------------------------------------*/
/*
Background color for right column
Must set height and position
*/
#content-rt-bg{
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	height: 1%;
	position: relative;
}
/*
Background color for left column
margin-right sets the width for the right column
*/
#content-lt-bg{
	background-color: #FFFFFF;
	margin-right: 241px;
	height: 1%;
	position: relative;
}
/*
Background color for center column
margin-left sets the width for the left column
*/
#content-mid-bg{
	background-color: #E6E7D5;
	margin-left: 321px;
	height: 1%;
	position: relative;
}
/*
width of column must be 1px larger than the margin-left set in content-mid-bg
margin-left must be 1px less than the desired width
*/
#left-content {
	float:left;
	width:322px;
	margin-left:-321px; /*must be less than width above */
	position:relative;
	height: 1%;
}
/*
width of column must be 1px larger than the margin-right set in content-lt-bg
margin-right must be 1px less than the desired width
*/
#right-content {
	float:right;
	width:242px;
	margin-right:-241px;/* must be less than width above*/
	position:relative;
	height: 1%;
}
#center-content {
	width: 413px;
	margin: 0 auto;
}


/*---------------------------------------------------------
Homepage Center column
---------------------------------------------------------*/
#featured-publications{
	height: 434px;
	padding: 0;
	margin: 0;
}
#welcome-header{
	background-color: #D1CDAE;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 6px;
}
#welcome-content{
	font-size: 10px;
	padding: 15px 11px;
}





/*---------------------------------------------------------
Homepage Right column
---------------------------------------------------------*/
#rt-content-padding{
	padding: 7px;
}
#video{
	width: 220px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#rt-banner-01{
	padding: 18px 0 7px 0;
}
#rt-banner-02{
	
}


/*---------------------------------------------------------
Left Column - Top 10, banners, etc
---------------------------------------------------------*/
#lt-content-padding{
	padding: 7px;
}
#lt-banner-top{
	padding: 0 0 7px 0;
}
#top-10{
	background-color: #544336;
	background-image: url(/images/top10/top-10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 109px 7px 8px 7px;
}
#top-10-header{
	background-attachment: fixed;
	background-color: #544336;
	background-image: url(/images/top10/top-10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 109px 7px 8px 7px;
}
#top-10-border{
	background-color: #FFFFFF;
	height: 1%;
	padding: 1px;
}
#lt-banner-bot{
	padding: 7px 0 0 0;
}
