/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
background-color: white;
margin: 0px;
}


.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}




.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.skinmaster {
	background-color: #ffffff;
	border-right: #054680 0px solid; 
	border-top: #054680 0px solid; 
	border-left: #054680 0px solid; 
	border-bottom: #054680 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg);
	background-color: #054680; 
	height:28px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	line-height:13px;
}
.rightpane {
	width: 160px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #054680 0px solid; 
	border-bottom: #054680 1px solid; 
	border-top: #054680 0px solid; 
	border-right: #054680 0px solid;
	height: 21px;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif; 
}
.MainMenu_MenuIcon {
	background-color: #CCCCCC;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 0px solid;
	border-bottom: #054680 1px solid;
	height: 21px; 
	display: none;
}
.MainMenu_SubMenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: none;
	border-top: #054680 1px solid;
	border-left: #054680 1px solid;
	border-right: #054680 1px solid;
	border-bottom: #054680 1px solid;
	margin-top: 1px;
	height: 21px;
	padding-left: 4px; 
}
.MainMenu_SubMenu .MainMenu_MenuItem {
    border-left: #054680 0px solid; 
	border-bottom: #054680 0px solid; 
	border-top: #054680 0px solid; 
	border-right: #054680 0px solid;
	height: 21px;
	cursor: pointer; 
	cursor: hand; 
	color: #054680; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	color: #054680;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	background-color: white;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
    cursor: pointer; 
	cursor: hand; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	background-color: white;
}
.MainMenu_MenuArrow 
{
        color: black;
	    border-top: #ffffff 0px solid;
	    border-left: #ffffff 0px solid;
	    border-right: #ffffff 0px solid;
	    border-bottom: #ffffff 0px solid;  
	    cursor: pointer; 
	    cursor: hand;
	    background-color: white;	
}
.MainMenu_RootMenuArrow { 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.StandardButton {
    background: #7994cb none; 
    color: #ffffff;
    font-family: verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #cccccc;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight: bold;
   color: #666666;
}
.BlueHead {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  14px;
   font-weight: bold;
   color: #003366;
}
.search  {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.search a:link  {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}
.search a:visited  {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}
.search a:hover  {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration:underline;
}
.search a:active  {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}
.breadcrumblink  {
	color: #999999;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.breadcrumblink a:link  {
	color: #999999;
	text-decoration:none;
}
.breadcrumblink a:visited  {
	color: #999999;
	text-decoration:none;
}
.breadcrumblink a:hover  {
	color: #003366;
	text-decoration:none;
}
.breadcrumblink a:active  {
	color: #003366;
	text-decoration:none;
}
.linktext  {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 11px;
	
}
.linktext a:link  {
	color: #003366;
	text-decoration:none;
}
.linktext a:visited  {
	color: #003366;
	text-decoration:none;
}
.linktext a:hover  {
	color: #666666;
	text-decoration:none;
}
.linktext a:active  {
	color: #003366;
	text-decoration:none;
}
.containertitle  {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	
}
.containertitle a:link  {
	color: #ffffff;
	text-decoration:none;
}
.containertitle a:visited  {
	color: #ffffff;
	text-decoration:none;
}
.containertitle a:hover  {
	color: #ffffff;
	text-decoration:underline;
}
.containertitle a:active  {
	color: #ffffff;
	text-decoration:none;
}
.maincontainertitle  {
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	
}
.maincontainertitle a:link  {
	color: #333333;
	text-decoration:none;
}
.maincontainertitle a:visited  {
	color: #333333;
	text-decoration:none;
}
.maincontainertitle a:hover  {
	color: #003366;
	text-decoration:underline;
}
.maincontainertitle a:active  {
	color: #333333;
	text-decoration:none;
}
.maincontainersubtitle  {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	
}
.maincontainersubtitle a:link  {
	color: #333333;
	text-decoration:none;
}
.maincontainersubtitle a:visited  {
	color: #333333;
	text-decoration:none;
}
.maincontainersubtitle a:hover  {
	color: #003366;
	text-decoration:underline;
}
.maincontainersubtitle a:active  {
	color: #333333;
	text-decoration:none;
}

TD.imageborder {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

h1 {
  	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	
}

h2 {
	 font-size:13px;
	 color: #003366;
	 margin:0px;
	 margin-top:0px;
	 font-weight:bold;
}

h3 {  margin:0px; font-size:14px; color:#FF0000; }
h4 
.featuredProd {
	border-left:1px solid #978787;
	border-bottom:1px solid #978787;
	border-right:1px solid #978787;
	background-image:url(images/featuredBG.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
/*======== PRODUCTS PAGES ===========*/
.ProdWrapper {
	width:100%;
	height:100%;
	position:relative;
}

.ProdRight UL{
	margin-left:0px;
	padding-left:0px;
	list-style-type: disc;
	padding-left:20px;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}

.ProduRight UL LI {
	line-height:10px;
}

.prodDiv {
	height:3px;
	background-image:url(images/hrbg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	/*background-color:#FFFFFF;*/
	border-top:1px solid #666666;
	margin-top: 15px;
}
	
.reddivline {
	border-top:2px solid red;
}

.ProdLeft {
	width:165px;
	padding-right:10px;
	float:left;
	
}
.ProdRight {
	float:left;
	width:370px;
}

.ProdImage {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin:0px;
}

.viewCatalog {
	margin-top:0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/*UL {
	list-style-image:url(images/bullet.gif);
	padding-left:20px;
}
*/

/*======= MARKETS/INDUSTRIES SERVED PAGE ==========*/
#industriesUL {
	line-height:18px;
	width:600px;
	list-style-type:none;
	margin-left:35px;
}

#industriesUL li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	list-style-type:none;
	margin-left:10px;
	padding-left:15px;
	width:250px;
	float:left;
}


#industriesUL UL LI {
}

.backtotop {
	font-size:10px;
	margin-top:5px;
}
.backtotop a:link, .backtotop a:visited, .backtotop a {
	color: #003366;
}
.backtotop a:hover {
	color: red;
}

.mapleleaf {
	background-image:url(images/mapleleaf.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.homelist {
	margin-left:5px; 
	padding-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}

.homelist li{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	list-style-type:none;
	margin-left:10px;
	padding-left:15px;
}
