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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ 
/*     fonts                                                */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@import url(//fonts.googleapis.com/css?family=Spirax);
@import url(//fonts.googleapis.com/css?family=Cinzel+Decorative);

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ 
/*     CSS Reset                                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

* {	margin: 0;	padding: 0;}
html, body, div, h1, h2, h3, p, ul, li, img {margin: 0;	padding: 0;}


/* HTML5 display-role reset for older browsers */
article, aside, section, details, figcaption, figure, 
header, menu, nav, footer, hgroup {
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*     Reset - Paragraph Element                             */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

p { font-size: 1em;
	line-height: 1.2em;
    display: block;
    margin-top: .75em;
    margin-bottom: .75em;
    margin-left: 0;
    margin-right: 0;
	 }
	
/* - - - - - Reset - List Elements   - - - -*/

li { display: list-item; }

ul {
	display: block;
	padding-left: 40px;
	margin: 0 0 .5em;
	line-height: 1.2em;
}

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

ol {
	display: block;
	list-style-type: decimal;
	line-height: 1.2em;
	padding-left: 40px;
}


dd { margin: 0 0 0 40px;} 


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*       Clear Fix Elements                                  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clearfix:before,
.clearfix:after {
 	content: ""; 
 	display: table; 
 }
.clearfix:after {
 	clear: both; 
 }

/* 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;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Enlarge Image on hover (Shadow Box)                     */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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: 0; /*resets the stack order of the list items - later we'll increase this*/
	margin:10px 40px 0 20px;
}

ul.enlarge img{
	background-color: #FFFFFF;
	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: #FFFFFF;
	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;
}

ul.enlarge li:hover{
	z-index: 50;
	cursor: pointer;
}

ul.enlarge span img{
	padding: 2px;
	background: #fff;
}

ul.enlarge li:hover span{ 
	top: -100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}

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); 
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Search Bar                                              */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Search Bar                                              */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#search input {
	outline: none;
}
#search input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;

}
#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button {
	display: none; 
}

#search input[type=search] {
	background: #ededed url(../ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 65px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search input[type=search]:focus {
	width: 250px;
	background-color: #fff;
	border-color: #999999;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#search input:-moz-placeholder {
	color: #999;
}
#search input::-webkit-input-placeholder {
	color: #999;
}

/* Search 2 */

#search2 input {
	outline: none;
}
#search2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#search2 input::-webkit-search-decoration,
#search2 input::-webkit-search-cancel-button {
	display: none; 
}


#search2 input[type=search] {
	background: #ededed url(../ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 8em;
	-moz-border-radius: 8em;
	border-radius: 8em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search2 input[type=search]:focus {
	width: 250px;
	background-color: #fff;
	border-color: #D8E9ED;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#search2 input:-moz-placeholder {
	color: #999;
}
#search2 input::-webkit-input-placeholder {
	color: #999;
}

#search2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#search2 input[type=search]:hover {
	background-color: #fff;
}
#search2 input[type=search]:focus {
	width: 250px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#search2 input:-moz-placeholder {
	color: transparent;
}
#search2 input::-webkit-input-placeholder {
	color: transparent;
}


  
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Formatting Standard Elements                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* div { z-index:10; }   Causes problem with slideshow links */

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; }

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

.svg_wrap {
	width: 50%;
	height: 0;
	/* padding = (svg height / svg width * width */
	padding-top: 34.5%;
	position: relaive;
}
svg {
	position: absolute;
	top: 0;
	left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Position & Margin Elements                              */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
 * 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 
 */

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

/* Equal Column Height - use with Javascript */
.equal_height p{ padding:10px;  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Typography & Color Elements                             */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.small { font-size: 85%; }

.bigger {font-size: 1.2em;}

.allCaps {text-transform: uppercase;}

/* Text Rotation   */
.text-rotation {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

/* background colors   */
.whitebg { background: #ffffff; }
.blackbg { background: #000; }
.redbg { background: #F00; }
.bluebg { background: #06F; }

/* text colors   */
.white { color:#FFF; }
.black { color: #000; }
.red { color: #F00; }

.left {text-align: left;}
.center { text-align: center; }
.right { text-align: right; }

figcaption {
	font-size: 11px;
	font-style: italic;
	clear: both;
	margin-top: 2px;
	margin-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
}

/* =============================================================================
    Image 
===============================================================================*/
/*Roll Over Swap - cause problems with some menus  
.imagebox  a {width:264px; height:180px;}
.imagebox {background-image:url(http://westernutilitytelecom.com/css/bird.jpg)}
.imagebox a {display:block; background-image:url(http://westernutilitytelecom.com/css/panda.jpg)}
.imagebox a:hover {background-image:none}*/

 /* creates a round image */
.roundimage {
	border-radius: 99em;
}

/* Image with circular border */
.imgcircle {
	border-radius: 999em;
	border: 10px solid #000;
	background: #000;
}

/* Text wrapping around an image   */
.textwrap img {
	border: 1px solid #333;
	float: left;
	margin:0 1em 1em 0;	
}
.textwrap h2 {
	clear: both;
}

/* Floats image to left and creates a text wrap   */
.left_noborder {
	float: left;
	margin: 1px 20px 20px 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;
	margin: 1px 0px 20px 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Button Codes                                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.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;
}
									   
/* .button{
	border: 1px solid #7eb9d0;
	-webkit-box-shadow: #B4B5B5 3px 3px 3px;
	-moz-box-shadow: #B4B5B5 3px 3px 3px;
	box-shadow: #B4B5B5 3px 3px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 6px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #000000;
	background-color: #3C8BA1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
	background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
	background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
	margin-top: 0.75em;
}  

.button:hover{
	color: #FFFFFF;
 	border:1px solid #5ca6c4;
 	background-color: #82bbd1; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 	background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 	background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 	background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 	background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 	background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}
*/

/* Transparent Shadow Button  */
.button{
	border: 1px solid #FFFFFF;
	box-shadow: 3px 3px 3px #000000;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #ffffff;
	margin-top: 0.75em;
	background-color: rgba(51,51,51,.3);
}
.button a:link{ color: #ffffff; }
.button a:visited{ color: #ffffff; }

.button:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Tab Codes                                               */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.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+ */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Boxes with added Shadows                                */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Outer box shadow  */
.boxa {
	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+ */
	display: block;
	float: left;
	width: 80%;
	min-height: 300px;
	padding: 10px;
	margin: 10px;
}
/* Inner box shadow  */
.boxb {
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 0px 50px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 0px 50px rgba(0,0,0,.5);
	display: block;
	float: left;
	min-height: 300px;
	width: 80%;
	padding: 5px;
	margin: 10px;
}

/* Box Rotation   */
.box-rotation {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.blur-box {
	background-color: rgba(189,206,193,0.3);
	box-shadow: 0px 0px 20px 10px rgba(189,206,193,0.3);
}

.blur-boxW {
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,.3);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Multiple column Elements                                */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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


/*  2 Columns without Rule  */
.twoColumn {
  	column-count: 2;
  	column-gap: 20px;
  	-moz-column-count: 2;
  	-moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
   }

  
.twoColumn p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/*  2 Columns with Rule  */
.twoColumnr {
  	column-count: 2;
  	column-gap: 20px;
  	column-rule: 1px solid #ccc;	
  	-moz-column-count: 2;
  	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid #ccc;
   }
   
.twoColumnr p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/*  3 Columns without Rule  */
.threeColumn {
	text-align: left;
	column-count: 3;
	column-gap: 1.5em;
	-moz-column-count: 3;
	-moz-column-gap: 1.5em;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
}

.threeColumn p { 
    margin-top: 0;
    margin-bottom: 1em;
  }
   
/*  3 Columns with Rule  */
.threeColumnr {
	text-align: left;
	column-count: 3;
	column-gap: 1.5em;
	column-rule: 1px solid #c4c8cc;	
	-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;
}

.threeColumnr p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/* 4 Columns without Rule   */
.fourColumn  {
	column-count: 4;
	column-gap: 20px;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap : 20px;
}

.fourColumn p { 
    margin-top: 0;
    margin-bottom: 1em;
  }
  
/* 4 Columns with Rule   */
.fourColumnr  {
	column-count: 4;
	column-gap: 20px;
  	column-rule: 1px solid #ccc;	
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #ccc;
	-webkit-column-count: 4;
	-webkit-column-gap : 20px;
	-webkit-column-rule: 1px solid #ccc;
}
  
.fourColumnr p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*   Cool Stuff                                              */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                        */


/* 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 inset on a box   */
.boxshadow-inset {
	box-shadow:inset 0px 0px 50px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 50px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 50px rgba(0,0,0,.5);	
}

/* 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+ */
}


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

/*   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;
}

/*   stiched border element   */
.stitched {
	padding: 20px;
	margin: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px dashed #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #000, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #aa3030;
	font-weight: normal;
	background-color: #999999;
	width: 150px;
}

.threeD1{
	font-family: 'Helvetica Neue',Helvetica, sans-serif;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 0px 0px 0px rgb(224,224,224),1px 1px 0 rgb(193,193,193),2px 2px 0 rgb(163,163,163),3px 3px 0 rgb(132,132,132),4px 4px 0 rgb(101,101,101),5px 5px 0 rgb(70,70,70),6px 6px 5px rgba(0,0,0,0.5),6px 6px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);
}

.h1 threeD2 {
 font:normal 60pt Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}

.threeD2 {
 font:normal 30px Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}

.shadow {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-ms-transition: all 0.12s ease-out;
	transition: all 0.12s ease-out;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

.shadow:hover {
	position: relative;
	top: -3px;
	left: -3px;
	text-shadow: 1px 1px #00CCFF,2px 2px #00CCFF,3px 3px #0099FF,4px 4px #0066FF,5px 5px #0033FF,6px 6px #0000FF;
}

#insetBgd {
	width: 550px;
	height: auto;
	background: -moz-linear-gradient(-90deg,#003471,#448CCB);
	background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#448CCB));
	display: block;
	position: relative;
}

.insetType {
  padding-left: 50px; /* The padding is just there to move the h1 element to the center of the div */
  padding-top: 17px;
  font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  color: #0D4383;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}


  
a.rollover:hover, 
a.rollover:active {
	-webkit-filter: 
	grayscale(0.4)
	hue-rotate(150deg)
	sepia(0.4);
}
	
 
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/*  Medium Screens & L  1024px - 993px  */  
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */ 

@media only screen and (max-width : 1024px) { 


/*    Two Coumn Text  */
.twoCol {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap : 20px;
	column-count: 2;
	column-gap: 20px;
	text-decoration: none;
	margin-top: -5px;
	padding-top: -5px;
}
.twoCol p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/*    Three Coumn Text  */
.threeCol {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap : 20px;
	column-count: 3;
	column-gap: 20px;
	text-decoration: none;
	margin-top: -5px;
	padding-top: -5px;
}

.threeCol p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

/*    Four Coumn Text  */
.fourCol {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap : 20px;
	column-count: 2;
	column-gap: 20px;
	text-decoration: none;
	margin-top: -5px;
	padding-top: -5px;
}
.fourCol p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

}



/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Medium Devices, Desktops   992px - 769px  */ 
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

@media only screen and (max-width : 992px) {    
	
/*    Four Coumn Text  */
.fourCol {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap : 20px;
	column-count: 2;
	column-gap: 20px;
	text-decoration: none;
	margin-top: -5px;
	padding-top: -5px;
}
.fourCol p { 
    margin-top: 0;
    margin-bottom: 1em;
  }

}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Small Devices, Tablets   768px - 481px  */ 
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

@media only screen and (max-width : 768px) { 
	
	
ul.enlarge li{
	width: 47%;

}


/*  3(2) Columns with Rule  */
.threeCol {
	column-count: 2;
	column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}

/*  3(2) Columns with Rule  */
.threeColr {
  	column-count: 2;
  	column-gap: 20px;
  	column-rule: 1px solid #ccc;	
  	-moz-column-count: 2;
  	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #ccc;
  	-webkit-column-count: 2;
  	-webkit-column-gap: 10px;
	-webkit-column-rule: 1px solid #ccc;
}

/*  4(2) Columns with Rule  */
.fourCol {
	column-count: 2;
	column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
   }

/*  4(2) Columns with Rule  */
.fourColr {
  	column-count: 2;
  	column-gap: 20px;
  	column-rule: 1px solid #ccc;	
  	-moz-column-count: 2;
  	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid #ccc;
   }

	
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Extra Small Devices, Phones   481px - 321px  */  
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

@media only screen and (max-width : 480px) {  
	
	
ul.enlarge li{
	width: 95%;

}


/*  2(1) Columns with Rule  */
.twoCol {
	column-count: 1;
	column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
   }


/*  2(1) Columns with Rule  */
.twoColr {
  	column-count: 1;
  	column-gap: 0px;
  	column-rule: 0px solid #ccc;	
  	-moz-column-count: 1;
  	-moz-column-gap: 0px;
	-moz-column-rule: 0px solid #ccc;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
	-webkit-column-rule: 0px solid #ccc;
   }
   
   
   /*  3(1) Columns with Rule  */
.threeCol {
	column-count: 1;
	column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
   }

/*  3(1) Columns with Rule  */
.threeColr {
  	column-count: 1;
  	column-gap: 0px;
  	column-rule: 0px solid #ccc;	
  	-moz-column-count: 1;
  	-moz-column-gap: 0px;
	-moz-column-rule: 0px solid #ccc;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
	-webkit-column-rule: 0px solid #ccc;
   }


   
   /*  4(1) Columns with Rule  */
.fourCol {
	column-count: 1;
	column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
   }

/*  4(1) Columns with Rule  */
.fourColr {
  	column-count: 1;
  	column-gap: 0px;
  	column-rule: 0px solid #ccc;	
  	-moz-column-count: 1;
  	-moz-column-gap: 0px;
	-moz-column-rule: 0px solid #ccc;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
	-webkit-column-rule: 0px solid #ccc;
   }

/* Floats image to left and creates a text wrap   */
.left_noborder {
	float: left;
	margin: 1px 20px 20px 10px;
}

/* Floats image to right and creates a text wrap   */
.right_noborder {
	float: left;
	margin: 1px 20px 20px 10px;
}
	

}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Custom, iPhone Retina   320px - 50px  */    
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

@media only screen and (max-width : 320px) { 
	
	
}