@charset "UTF-8";
/* CSS Document */



/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{
	display: block;
	clear:both; }
/* End hide from IE-mac */  
/* Clears overflow boxes */

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.clearNone {
	clear: none;
}

/* =============================================================================
   Search Bar
   ========================================================================== */
#search {

}


#search input[type="text"] {
	border: 0 none;
	color: #000000;
	width: 150px;
	padding: 6px 15px 6px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	background-image: url(http://westernutilitytelecom.com/_images/search-dark.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-family: 'Roboto', sans-serif;	
	font-size: 12px;
	font-weight: bold;
    }

#search input[type="text"]:focus {
	background: url(http://westernutilitytelecom.com/_images/search-dark.png) no-repeat 10px 6px #fcfcfc;
	color: #000000;
	width: 200px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }


/* =============================================================================
   Enlarge hover
   ========================================================================== */
   
ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge li{
	display: inline-block; /*places the images in a line*/
	position: relative;
	z-index: 500;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0px;
}
ul.enlarge img{
	padding: 6px;
/*	-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	box-shadow: 0 0 6px rgba(132, 132, 132, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;   */
}
ul.enlarge span{
	position: absolute;
	left: -9999px;
	background-color: #9DB4D1;
	opacity: 100;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 5000;
}
ul.enlarge li:hover{
z-index: 500;
cursor:pointer;
}
ul.enlarge span img{
	padding: 2px;
	background: #ccc;
	z-index: 500;
}
ul.enlarge li:hover span{
	top: -325px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -100px; /*distance from the left of the thumbnail to the left of the popup image*/
	z-index: 500;
}
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
	behavior: url(http://westernutilitytelecom.com/css/pie/PIE.htc);
	z-index: 500;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

div { z-index:10; }

dfn { font-style: italic; }

/*   Horizontal Rule  */
hr {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }


.select_style select  {
	font-size: 12px;
	line-height: 1px;
	background: white;
	height: 24px;
	width: 175px;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

/*img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }/*
 * Correct overflow not hidden in IE9 
 */


svg:not(:root) { overflow: hidden; }

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.linkArrows {
	color: #975a18; 
	font-weight: bold;
}
.lessBottomMargin {
	margin-bottom: 0px;
}
.moreBottomMargin {
	margin-bottom: 1em;
}
.noMargin {
	margin: 0px;
}


/* =============================================================================
    Font styles
===============================================================================*/

.small { font-size: 70%; }
.caption {
	font-size: 70%;
	text-align: right;
}
.bigger {
	font-size: 1.2em;
}
.allCaps {
	text-transform: uppercase;
}

.white { color:#FFF; }
.black { color: #000; }
.red {
	color: #D00005;
	font-weight: bold;
	font-style: italic;
}


.btn {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	min-width: 50px;
	max-width: 100px;
	letter-spacing: 0.1em;
}

.btn a{
	color: #000000;
}
.btn visited{
	color: #000000;
}

.btn hover{
	color: #FFFFFF;
}
.figcaption {
	font-size: 10px;
	font-style: italic;
	clear: both;
	margin-top: 2px;
	margin-left: 2px;
	line-height: 12px;
}


/* =============================================================================
    Customize Bullit List 
===============================================================================
ul li {list-style-image:url(http://westernutilitytelecom.com/css/greencheck.gif)}*/

/* =============================================================================
    Cool Stuff
===============================================================================*/

/* Floats image to left and creates a text wrap   */
.left_noborder {
	float: left;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
.left_noborderLess {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Floats image to right and creates a text wrap   */
.right_noborder {
	float: right;/*float the image to the right*/
	margin-right: 30px;
	margin: 5px 10px 0 10px;
}

/* creates a drop shadow on a box   */
.boxshadow {
	box-shadow: 2px 2px 3px 3px #666;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 2px 2px 3px 3px #666; /* Safari 3 & 4 */
	-moz-box-shadow: 2px 2px 3px 3px #666; /* Firefox 1+ */
}

/* creates a drop shadow on a text   */
.textshadow {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
}
/* CSS drop-shadows without images */
.drop-shadow {
  position: relative;
  width: 90%;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow :0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.drop-shadow:after{
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

/* creates a rounded corners on a box   Top Left - Top Right - Bottom Left - Bottem Right */
.roundedCorners {
	border-radius: 10px 10px 10px 10px; /* IE9, Safari 5 & Chrome */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari 3 & 4 */
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox 1+ */
}

/*  2 Multiple Columns (Count)  */
.double_column_list li {
	float: left;
	width: 48%;
	padding-bottom: 5px;
}

/*  2 Multiple Columns (Count)  */
.twoColumn {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
   }
   
/*  3 Multiple Columns (Count)  */
.threeColumn {
	text-align: justify;
	-moz-column-count: 3;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #c4c8cc;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #c4c8cc;
}

/* 4 Multiple Columns (Count)  */
.fourColumn  {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap : 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
}


/*   Transparency   */
.transpanent{
	opacity:.40;
	filter:alpha(opacity=40);
	filter: “alpha(opacity=40)”;
}

/*   Dripping Text   */
.drip {
	color: #333;
	text-shadow: 4px 4px 1px #300000;
4px 6px 1px #400000; 4px 8px 1px #500000; /*......and so on, until*/ 4px 60px 5px #FF0000;
}

/*   stiched border element   */
.stitched_element {
border: 2px dashed  #ffffff;
box-shadow: 0 0 0 8px #ff0030;
}





.tab-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 20px; /* we extend the header by 10px to the bottom */
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #666;
	color: #006;
	padding-top: 10px;
	padding-left: 20px;
	width: 50%;
	background-color: #E7E7E7;
}

.tab-body {
	border: 1px solid blue;
	background: white; /* set a solid background */
	margin-top: -10px; /* move the body 10px up, so it covers the
                        10px padding from above */
	box-shadow: 1px 1px 3px 3px #CCC;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 1px 1px 3px 3px #CCC; /* Safari 3 & 4 */
	-moz-box-shadow: 1px 1px 3px 3px #CCC; /* Firefox 1+ */
}