/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_noborder {
	width: 100%;
	background-color: transparent;
}
.containerrow1_blue {

}
.containerrow2_blue {
	background-color: #333333;
}
.container_news {
	width: 132px;
	background-color: transparent;
}
.container_news_header {
	background-image: url(News-Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.container_news_left {
	background-image: url(News-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.container_news_right {
	background-image: url(News-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.container_news_bottom {
	background-image: url(News-Bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}
.container_quote_header {
	background-image: url(Quote-Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.frontpage {
	background-image: url(house_pic2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container_quoteinfo_header {
	background-image: url(QuoteInfo-Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.news_title_top {
	background-color: #F0E9B7;
	background-image: url(News-TitleBackTop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.news_title_left {
	background-color: #F0E9B7;
	background-image: url(News-TitleLeftSide.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.news_title_right {
	background-color: #F0E9B7;
	background-image: url(News-TitleSideRight.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.news_title_base {
	background-color: #F0E9B7;
	background-image: url(News-TitleBackBase.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

