/*-------------
 Homepage CSS
--------------*/

#homequote {
	position: absolute;
	width: 150px;
	height: 93px;
	top: 145px;
	left: 360px;
}

ul#primaryNav {
	left: 0;
	right: auto;
	/* text-align: left; */
	top: 93px;
	width: 205px;
	z-index: 3;
}

#innerWrap {
	min-height:480px;
	height:auto !important;/*safe ie6 hack*/
	height:480px;/*for IE min-height*/
	background-position: 0 -170px;
}

#content {
	margin-right: 420px;
	margin-left: 20px;
	padding-top: 220px;/*ie*/
	position: relative;/*ie*/
	z-index: 2;
}

#content p {
	width: 396px;	
}

#cdrBalloon {
	position: absolute;
	top: 67px;
	right: -65px;
	z-index: 1;
}

#cdrBalloon img {
	margin-left: -14px;
}

#news-feed {
	overflow: hidden;
	min-height: 50px;
}

#content #news-feed a {
	border-bottom: 0;
	font-weight: bold;
}

#news-right, #news-left {
	float: left;
	width: 170px;
	min-height: 2px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 17px;
}

#news-left {
	background: url(../assets/images/home/postcard.png) no-repeat;
	height: 102px;
	padding: 20px 20px 0 0;
}

#content #news-left a {
	color: #bf8c55;
	display: block;
	padding: 40px 20px 0 18px;
}

#news-right {
	padding: 40px 0 0 5px;
	width: 190px;
}

#news-right a {
	margin-top: 6px;
	display: block;
}

#content .only-article {
	margin-left: 185px;
	padding: 20px 0 20px 0;
}
