/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.title {
	font-size: 24pt;
	color: #be854b;
	line-height: 38px;
	font-family: 'Trebuchet MS';
}

.itemtitle {
	font-weight: bold; 
	font-size: 11pt;
	color: #57585a; 
	line-height: 20px;
	text-transform: uppercase;
}

.SubTitle {
	font-size: 16pt; 
	color: #be854b; 
	line-height: 21px; 
	font-style: italic;
}

.TitleCell {
	font-style: italic;
}

ul.Sect
{
list-style-type: disc
}

.inpagerootmenuitem TD{ 
	color:#57585A;  
	line-height:20px; 
	font-size:11pt; 
	font-family: 'Trebuchet MS','Trebuchet MS',sans-serif;
	text-align:left;
	background:url(images/inpagemenudot.gif) 27px 12px no-repeat transparent;
	padding-left:35px; 
	height:30px;
	width:250px;
}
.inpagerootmenuitemselected TD, .inpagerootmenuitembreadcrumb TD{
	color:#be854b;
	line-height:20px; 
	font-size:11pt; 
	font-weight:normal;
	font-family: 'Trebuchet MS','Trebuchet MS',sans-serif;
	text-align:left;
	background:url(images/inpagemenudot.gif) 27px 12px no-repeat transparent;
	padding-left:35px;
	height:30px;	
	width:250px;
}

.dot_line {
	background-image:url(images/dot.gif);
	background-position:middle left;
	background-repeat:repeat-x;
	width:100%;
}

H1  {
}

H2  {
	font-size: 5pt;
	color: #be854b;
}

H3  {
}

H4  {
}

