/* 
================================
 Container Styles for DotNetNuke
 Created by iRAW Design
================================
*/   

.container {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.containergreyborder {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #b8b8b8;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ModuleTitle_MenuContainer {
	margin: 0px;
	padding: 0px;
	height:5px;
	width:5px;
}

.containerwhite {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 0px;
}

.containernobackground {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.containerblank {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.containerheader {
	height: 25px;
}

.containerheaderunderline {
	height: 27px;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: -3px;
}

.containerheadernounderline {
	height: 25px;
	padding-bottom: 6px;
}

.containertitle{
	float: left;
}

/*Grey container*/
.containergreytop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(images/grey/grey_top.gif) top repeat-x;
}

.containergreytopleft {
	background: url(images/grey/grey_top_left.gif) top left no-repeat;
	width: 100%;
	height: 100%;
}

.containergreytopright {
	background: url(images/grey/grey_top_right.gif) top right no-repeat;
	width: 100%;
	height: 100%;
}

.containergreymiddle {
	width: 100%;
	height: 100%;
	background-color: #e7e8e8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.containergreyleft {
	background: url(images/grey/grey_left.gif) left repeat-y;
	width: 100%;
	height: 100%;
}

.containergreyright {
	background: url(images/grey/grey_right.gif) right repeat-y;
	width: 100%;
	height: 100%;
}

.containergreybottom {
	width: 100%;
	height: 35px;
	background: url(images/grey/grey_bottom.gif) bottom repeat-x;
}

.containergreybottomleft {
	background: url(images/grey/grey_bottom_left.gif) bottom left no-repeat;
	width: 100%;
	height: 35px;
}

.containergreybottomright {
	background: url(images/grey/grey_bottom_right.gif) bottom right no-repeat;
	width: 100%;
	height: 35px;
}

.containercontentgrey {
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

/*Blue container*/
.containerbluetop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(images/blue/blue_top.gif) top repeat-x;
}

.containerbluetopleft {
	background: url(images/blue/blue_top_left.gif) top left no-repeat;
	width: 100%;
	height: 100%;
}

.containerbluetopright {
	background: url(images/blue/blue_top_right.gif) top right no-repeat;
	width: 100%;
	height: 100%;
}

.containerbluemiddle {
	width: 100%;
	height: 100%;
	background-color: #3464b0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.containerblueleft {
	background: url(images/blue/blue_left.gif) left repeat-y;
	width: 100%;
	height: 100%;
}

.containerblueright {
	background: url(images/blue/blue_right.gif) right repeat-y;
	width: 100%;
	height: 100%;
}

.containerbluebottom {
	width: 100%;
	height: 35px;
	background: url(images/blue/blue_bottom.gif) bottom repeat-x;
}

.containerbluebottomleft {
	background: url(images/blue/blue_bottom_left.gif) bottom left no-repeat;
	width: 100%;
	height: 35px;
}

.containerbluebottomright {
	background: url(images/blue/blue_bottom_right.gif) bottom right no-repeat;
	width: 100%;
	height: 35px;
}

.containercontentblue {
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

.Head {
	color: #029CCA;
	text-align: left;
}

.whitetext {
	color: #ffffff;
	text-align: left;
}

.greytext{
	color: #383a3c;
	text-align: left;
}

.SubHead {
	color: #383a3c;
	text-align: left;
}

.SubSubHead {
	color: #383a3c;
	text-align: left;
}

.NormalBold  {
	color: #029CCA;
}

.containeractions {
	float: right;
	width: 10px;
	height: 0px;
	text-align: left;
}

.containercontent {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.containerfooter{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}

.contaioneredit {
	float: right;
}

.contaionerproperties {
	float: right;
}

.contentsblank {
	height: 5px;
	border: 1px solid white;
}

.Normal,.NormalDisabled , .p {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	line-height: 150%;
}

.Normal p {
	margin-top: 10px;
}


.Lightblue {

	color: #23b5e2;
}

a:link {
	text-decoration: none;
	color: #ff9900;
}

a:visited {
	text-decoration: none;
	color: #ff9900;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/ 
	height: 20px;	
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	height: 20px;
	font-weight: bold; 
	font-style: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}

.ModuleTitle_MenuIcon {
	background-color: #EEEEEE; 
	width: 10px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
	border: #696969 1px solid;
	z-index: 1000; 
	background-color: #FFFFFF; 
	padding: 0px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuItemSel {
	border: white 0px solid;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal;
	background-color: #989898;
}

.SkinObject {
    font-weight: normal;
    color: #9f9f9f;
    font-family: Verdana, Arial, Helvetica; 
    text-decoration: none;
}

.SkinObject a:link {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:visited {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:hover {color:#d1cfcf; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:active {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}

/*Special Containers*/
.onlineservices {
	background: url(images/onlineservices.jpg) top no-repeat;
	width: 275px;
	height: 150px;
	cursor: pointer;
	z-index:1;
}

#onlineservices {
	list-style:none;
	margin:0px;
	padding:0px;
	width:275px; 
	height:150px;
	position:relative;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color:#029CCA !important;
	font-style:normal !important;
	z-index:5000;
	float: left;
}

#onlineservices span {  
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
	
#onlineservices li {
	list-style:none;
	cursor: pointer;
}
	
#onlineservices li a.parent {
	display:block; 
	width:275px; 
	height:20px;
	list-style:none;
}
	
#onlineservices ul {
	margin:0;
	margin-top: -120px;
	padding:0;
	list-style:none;	
	display:none;
	position:absolute;
	left:0;
	z-index:5000;
	width:275px;
}
		
#onlineservices ul li {
	font-size:14px;	
	width: 275px;
	list-style:none;
}
			
#onlineservices ul li a {
	display:block; 
	padding:0 0 0 10px;
	height:25px;
	color:#fff;
	list-style:none;
}
				
#onlineservices ul li a:hover {
	text-decoration: underline;
	list-style:none;
}

.marketing {
	background: url(images/marketing.jpg) top no-repeat;
	width: 275px;
	height: 150px;
	cursor: pointer;
}

#marketing {
	list-style:none;
	margin:0px;
	padding:0px;
	width:275px; 
	height:150px;
	position:relative;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color:#029CCA !important;
	font-style:normal !important;
	z-index:5000;
	float: left;
}

#marketing span {  
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
	
#marketing li {
	list-style:none;
	cursor: pointer;
}
	
#marketing li a.parent {
	display:block; 
	width:275px; 
	height:20px;
	list-style:none;
}
	
#marketing ul {
	margin:0;
	margin-top: -120px;
	padding:0;
	list-style:none;	
	display:none;
	position:absolute;
	left:0;
	z-index:5000;
	width:275px;
}
		
#marketing ul li {
	font-size:14px;	
	width: 275px;
	list-style:none;
}
			
#marketing ul li a {
	display:block; 
	padding:0 0 0 10px;
	height:25px;
	color:#fff;
	list-style:none;
}
				
#marketing ul li a:hover {
	text-decoration: underline;
	list-style:none;
}

.graphicsandprint {
	background: url(images/graphicsandprint.jpg) top no-repeat;
	width: 275px;
	height: 150px;
	cursor: pointer;
}

#graphicsandprint {
	list-style:none;
	margin:0px;
	padding:0px;
	width:275px; 
	height:150px;
	position:relative;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color:#029CCA !important;
	font-style:normal !important;
	z-index:5000;
	float: left;
}

#graphicsandprint span {  
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
	
#graphicsandprint li {
	list-style:none;
	cursor: pointer;
}
	
#graphicsandprint li a.parent {
	display:block; 
	width:275px; 
	height:20px;
	list-style:none;
}
	
#graphicsandprint ul {
	margin:0;
	margin-top: -120px;
	padding:0;
	list-style:none;	
	display:none;
	position:absolute;
	left:0;
	z-index:5000;
	width:275px;
}
		
#graphicsandprint ul li {
	font-size:14px;	
	width: 275px;
	list-style:none;
}
			
#graphicsandprint ul li a {
	display:block; 
	padding:0 0 0 10px;
	height:25px;
	color:#fff;
	list-style:none;
}
				
#graphicsandprint ul li a:hover {
	text-decoration: underline;
	list-style:none;
} 

.quicklinks {
	color:  #3c78d2;
}

.quicklinks p{
	margin: 0px;
	padding: 1px;
}

.quicklinks a{
	color:  #3c78d2;
}

.quicklinks .active {
	background-color: #3c78d2;
}

.quicklinks .arrow {
	position: absolute;
	left: -11px;
	height: 20px;
	width: 11px;
	background: url(images/quick_links_arrow.gif) top no-repeat;
}

.quicklinks .active a{
	color: white;
}

