/* 
================================
 Container Styles for DotNetNuke
================================
*/  

.containermaster_goldheader
{
	width: 718px;
	background-image:url("/portals/_default/skins/ridgway/ridgway/tertiary_header.gif");
	background-repeat:no-repeat;
	height:88px;
}

.goldheader h1 
{
	color:#fff;
	font-size:18px;
	margin-top:55px;
	margin-left:18px;
}


 
.containermaster_leftblue 
{
	width: 248px;
	margin-top:4px;
	
}

.home_content
{
	width:420px;
	float:left;
	left:510px;
	position:relative;
	top:150px;
}

.home_content h1
{
	text-align:left;
	font-family:Adobe Garamond Pro, Garamond;
	font-size: 23px; 
	color: #263a66;
	margin-bottom:-20px;
}
.home_content p
{
	line-height:18px;
	text-align:left;
	color:#3c3c3b;
}

.blue_container 
{
	background-color: #283d6a;
	padding-top:16px;
	
}

.blue_container p
{
	color: #fff;
	margin-left:16px;
	margin-right:16px;
	/* width:220px; */
}
.blue_container a:hover
{
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
}
.blue_container a
{
	color: #fff;
	font-weight:bold;
}

.blue_container h1 
{
	background-image:url("/images/bluebox_h1border.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:9px;
	color: #fff;
	padding-left:16px;
}

.blue_container h2 
{
	color: #fff;
	padding-left:16px;
	font-size:10px;
	font-family:Verdana, Arial;
	font-weight:bold;
	margin-bottom:5px;
}
.blue_container h3
{
	color: #fff;
	padding-left:16px;
	font-size:10px;
	font-family:Verdana, Arial;
	font-weight:bold;
	margin-bottom:5px;
}



.containermaster_blue {
	width: 590px;
	clear:left;
}
.containermaster_headerimage {
	width: 718px;
}


.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
	padding-left:20px;
}

.gspia_image 
{
		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; 
	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;
}
