/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.largeheading
{
	padding: 20px 0 0 35px;
	margin:0 0 0 38px;
	width:741px;
	height:397px;
	background:url(flashbackground.gif) no-repeat;
}
.largestsubheading
{	
	width:741px;
	height:201px;
	margin:0 0 0 40px;
	background:url(largestsubheader.gif) no-repeat;
}
.largesubheading
{	
	width:741px;
	height:167px;
	margin:0 0 0 40px;
	background:url(largesubheader.gif) no-repeat;
}
.subheading h1
{
	padding:17px 0 0 0;
	margin:0px 0 0  35px;
	color:#bb2f2b;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}
.subheading
{
	background-image: url(subheading_container.gif) ;
	width:741px;
	height:62px;
	margin:0 0 0 40px;

}
.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}

