/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
}
.containermaster_sidenav 
{
	clear:left;
	width: 247px;
	background-color:#F3E8D4;
}
.containermaster_featureSpotlight 
{
	clear:left;
	width: 247px;
	background-color:#778855;
}


.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color:Transparent;
	padding-left:17px;
	
}
.containerrow2_blue_default_right {
	background-color:Transparent;
	padding-left:0px;
	
}
.containerrow2_content
{
	display:block;
	padding-left:26px;
	padding-top:8px;
	width:385px;
	float:left;
}
.containerrow2_content_home_right
{
	display:block;
	padding-left:0px;
	padding-top:8px;
	width:285px;
	float:left;
}
.containerrow2_content_full_column
{
	display:block;
	padding-left:26px;
	padding-top:8px;
	/*width:100%;*/
	float:left;
}
.containerrow2_sidenav {
	background-color: #F3E8D4;
}
.containerrow2_featureSpotlight {
	background-color: #778855;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#EEE;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.Head
{
	font-family:Georgia;
	font-size:18px;
	color:#643333;
}
#smallHead span
{
	font-family:Georgia;
	font-size:15px;
	color:#643333;
}
#sideNav span
{
	font-family:Georgia;
	font-size:14px;
	color:#FFF;
	margin-left:16px;
}
#featureSpotlight span
{
	font-family:Georgia;
	font-size:14px;
	color:#FFF;
	margin-left:16px;
}

#dots, #dot_default_right
{
	margin-top:5px;
	background-image:url(dots.gif);
	background-repeat:repeat-x;
	width:434px;
	/*width:85%;*/
	margin-bottom:-15px;
}
 #dot_default_right
 {
 	width:275px;
 }