/* full width */

#content-container {
	width:100%;
	margin-bottom:0;
	float:none;
}
#content-main{
	padding-left:14px;
	width:630px;
}
#content-sub{
	width:310px;
}
#content-wrapper {
	padding-top:26px;
	padding-bottom:0
}

/* home page */

#content-wrapper {
	background:#FFFFFF url(/templates/common/media/content-base-blend-home.jpg) repeat-x scroll left bottom;
}

/* modules */

#secondary-content-container{
	width:100%;
}
.module{
	float:left;
	width:309px;
	padding-left:13px;
	color:#002F57;
}
.module h2{
	font-family: "Trebuchet MS", arial, sans-serif;
	margin:0 0 0.3em;
	font-size:1.5em;
}
.module .link-to{
	font-size:1.6em;
	color:#7B266A;
	position:relative;
	top:3px;
}
.module h2 a{
	color:#002F57;
}
.module.last{
	border-right:none;
}
#module2 p{
	width:190px;
}
.module p{
	width:160px;
}

/* news */

#home-news .news-article{
	float:left;
	width:305px;
	font-size:.9em;
}
#home-news .news-article:first-child {
	margin-right:20px
}
#home-news .news-article h3{
	margin-top:0;
}

/* banner rotation */

#rotator {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	height: 245px;
	z-index: 0;
}
