/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	
	/*border-right: #7D7D71 1px solid; 
	border-top: #7D7D71 1px solid; 
	border-left: #7D7D71 1px solid; 
	border-bottom: #7D7D71 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;    
	*/    
}

.containermaster_blue td p {
	font-size:1em;
}

.SubHead, .Normal, .Head, .NormalBold {
	color:#BECF9B;
}

.Help span{
	color:#000;
}

.CommandButton, .CommandButton a, .CommandButton a:visited {
	color:#CCA732;
}

.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);        
}
.containerrow2_blue {
	background-color: #ffffff;
}
.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*/
        padding: 1px 3px 3px 1px;	        
}


.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: #FFFFFF; 
	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: #FFFFFF;
}

.ANN_SubHead  {
	font-size: 1.25em;
	display:block;
	text-align:center;
	color: #CCA732;
	padding-bottom:10px;
}

.ANN_SubHead li {
	font-size: .75em;
	list-style:none;
	padding:0px 0px 10px 10px;
	text-align:left;
	color:#BECF9B;
}

.DNN_ANN_DesignTable {
	display:block;
	width:100%;
	clear:both;
}

.Map_PlotPoint {
	padding-bottom:10px;
}

.Map_PlotPoint p {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

.Map_PlotPoint h2 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #97220e;
}

.Map_PlotPoint h3 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:right;
}

.Map_PlotPoint p a:link {
	color:#CCA732;
}
.Map_PlotPoint p a:visited {
	color:#BAC895;
}
.Map_PlotPoint p a:hover {
	color:#971E0B;
}
.Map_PlotPoint p a:active {
	color:#9A230F;
}

.Map_ListPoint {
	padding-top:10px;
	padding-left:10px;
}



.Map_ListPoint_Item {
	float:left;
	width:45%;
	padding-right:10px;
	cursor: pointer; 
	cursor: hand; 
	margin-bottom:-12px;
	_margin-bottom:-24px;
}

.Map_ListPoint_Item img {
	margin-top:5px;
}

.Map_ListPoint_Item p {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:#BECF9B;
	display:none;
	
}

.Map_ListPoint_Item h2 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#BECF9B;
}

.Map_ListPoint_Item h3 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:#CCA732;
	display:none;
}

/* Alternating Item - Float Right */

.Map_ListPoint_ItemAlt {
	float:right;
	width:45%;
	padding-left:10px;
	cursor: pointer; 
	cursor: hand; 
	margin-bottom:-12px;
	_margin-bottom:-24px;
}

.Map_ListPoint_ItemAlt img {
	margin-top:5px;
}

.Map_ListPoint_ItemAlt p {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:#BECF9B;
	display:none;
	
}

.Map_ListPoint_ItemAlt h2 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#BECF9B;
}

.Map_ListPoint_ItemAlt h3 {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:#CCA732;
	display:none;
}



