@charset "UTF-8";
/* CSS Document */

/* Colors Used 
   #263248	Navy Blue
   #F95500	Dark Orange
   #FF8E00	Light Orange		
*/
  
body {
	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #263248;
	line-height:18px;
	vertical-align:top;
behavior: url("/css/csshover.htc");

}



/* Link Styles */

a { 
	color: #263248; 
	text-decoration: underline;
	}
	

a:hover	{ 
	color: #f95500; 
	text-decoration: underline;
	}
	
/*Micro Tabls*/

.Tab { font-size:12px; color:#263248; text-align:center;cursor:pointer;cursor:hand;}	



/* Forms */
.submit_button						{ cursor:pointer; height: 20px; background-color: #FDB140; color: #354377; font-weight: bolder; font-size: 10px; border: 1px solid #ffffff; padding-bottom: 2px;}
.submit_button:hover				{ cursor:pointer; height: 20px; background-color: #FDC674; color: #e23e00; font-weight: bolder; font-size: 10px; border: 1px solid #ffffff; padding-bottom: 2px;}

.submit_button_reverse		{ cursor:pointer; height: 25px; background-color: #d5e8e2; color: #263248; font-weight: bolder; font-size: 10px; border: 1px solid #f95500; padding-bottom: 2px;}
.submit_button_reverse:hover				{ cursor:pointer; height: 25px; background-color: #d5e8e2; color: #263248; font-weight: bolder; font-size: 10px; border: 1px solid #f95500; padding-bottom: 2px;}


input {
vertical-align:middle;
}


/*Search Form Front Page*/

.search
{

background: #ffffff;
text-align: left;
border: 1px solid #f95500;

}



.cableButton {
	color: #263248;
	background-color: #d5e8e2;
	text-decoration: none;
	border:1px solid #263248;
	padding:5px;
	display:inline;
	height:20px;
	}


/*Headline Styles*/


/*For Use on Brand Pages - SEO Friendly H1 and H2*/


h1.brand {font-size:14px;
	color: #f95500;
	line-height: 18px;
	text-decoration: none; 
	font-weight: 600;
	margin-bottom: 0px;

}



h2.brand {font-size:13px;
color: #263248;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 10px;
	
}



h3.brand {font-size: 12px;
	color: #263248; 
	text-decoration: none; 
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px; 
	
}


/*-----*/


h2.title {font-size:14px;
	color: #f95500; 
	text-decoration: none; 
	font-weight: 600;
	margin-bottom: 0px; 

}

h2.item {font-size:14px;
	color: #263248; 
	text-decoration: none; 
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px; 

}



/* Rules */


hr.divider { border:#d7d9e0;
	background-color:#d7d9e0;
	color: #d7d9e0;
	height:1px;
	width:100%;

	}




/* Navigation Styles */

.topnav a { 
	color: #ff0000; 
	text-decoration: none;
	background:#f95500;
	height:25px;
	font-weight:bold;
	}

.topnav a:hover	{ 
	color: #ff8e00; 
	text-decoration: none;
	background:#ffffff;
	height:25px;
	font-weight:bold;
	}


.topNav{
    color: #ff8e00;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

/* Page Elements */
	
	
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
}

.oneColFixCtrHdr #header {
	width:100%;
	background: #ff8e00;
	/*background-image:url(images/headerBg.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #nav {
	width:100%;
    height: 30px; 
	background: #f95500;
	padding:0px 0px 0px 0px;
	margin: 0px;
	}

.oneColFixCtrHdr #mainContent h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #f95500;
	vertical-align:top;
}

.oneColFixCtrHdr #mainContent {	
	margin-top:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	vertical-align:top;
}


.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ff8e00;
	text-align: left;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/*This is used to format the cards numbered 1 through 4 which start with the prefix data.*/
.dataCard{
   padding-top: 10px;
   text-align: left;
   padding-left: 20px;
   padding-right: 20px;
}

/*For use in sidebar with large amounts of text to prevent competition with left-column content.*/
.sidebar {

padding-left: 30px;
text-align:left;
font-size:11px;
line-height:15px;

}

.fp_copyblock_left	{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;

}

.fp_copyblock_right	{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;

}



.panel { padding: 5px; height: 250px; width: 500px; overflow: auto;}


div.micro_search_content_area	{ border-style:solid; border-width:0px; border-color:#ff0000; background-color:#ffffff; padding:7px; width:625px; margin:0px; text-align:left; }


/*UL tags*/
ul.bulletList { 
margin-top: 0px; margin-bottom: 0px; padding-left: 10px; margin-left: 10px; padding-right: 10px; list-style-image: url(../images/bullet.gif); 
}

ul.products { 
margin-top: 0px; font-size:11px; margin-bottom: 3px; padding-left: 0px; margin-left: 15px; padding-right: 0px; list-style-image: url(../images/bullet.gif);
}

  
/* Span Tag formatting*/
span.bold{
  font-weight: bold;
}

span.italic{
  font-style:italic;
} 


 /* product page formatting */

.smallOrangeHeader{
	font-size: 12px; 
	font-weight: bold;
	color: #f95500;
 }
 
 .smallBlueHeader{
	font-size: 12px; 
	font-weight: bold;
	color: #263248;
 }
 
  .smallBlueHeaderNB{
	font-size: 12px; 
	color: #263248;
 }
 
 .smallLightOrangeHeader{
	font-size: 9px; 
	color: #f95500;
	text-decoration:none;
	}
	

	

 
 .smallLink a { 
	color: #263248; 
	text-decoration: underline;
	}

.smallLink a:hover	{ 
	color: #f95500; 
	text-decoration: underline;
	
	}


.smallLink{
    	color: #263248;
	
	font-size:9px;
}

.vertDivider 					{background-color:#d7d9e0; width:1px;}

/* test - gf */

.vert {border-left: 1px #d7d9e0 solid; }

table.admin{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.err { font-size:11px; font-weight:bold; color:#ff0000; }

