body {
	background: #414141 url(images/background.gif) repeat-y center;
	font: small Arial, sans-serif;
	color: #333;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
.locations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0px;
	background-color: #414141;
}
.locations-pipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5190b2;
	letter-spacing: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.psp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #333;
}
.serving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.toll-free {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5190b2;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AAC9D9;
}
.motorola-copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.footer-nav-pipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.footer-nav:active, .footer-nav:link, .footer-nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.footer-nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.box {
	border-bottom : 1px solid #c3c8cb;
	border-left : 1px solid #c3c8cb;
	border-right : 1px solid #c3c8cb;
}
.boxleft {
	border-top : 1px solid #c3c8cb;
	border-left : 1px solid #c3c8cb;
}
.boxright {
	border-top : 1px solid #c3c8cb;
	border-right : 1px solid #c3c8cb;
}
.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5190b2;
}
.home-text-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
		.thumbnailWrapper { width:980px; margin:0px auto; } /* not important */
		
		.thumbnailWrapper ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.thumbnailWrapper ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
			overflow:hidden; /* hide the content outside the boundaries (ZOOM) */
		}
		.thumbnailWrapper ul li a img { 
			width:196px; /* not important, the pics we use here are too big */
			position:relative; /* so we can use top and left positioning */
			border:none; /* remove the default blue border */
		}
		.caption{
			position:absolute; /* needed for positioning */
			bottom:0px; /* bottom of the list item (container) */
			left:0px; /* start from left of the list item (container) */
			width:100%; /* stretch to the whole width of container */
			display:none; /* hide by default */
			/* styling bellow */
			background:#0c4b62;
			color:white;
			opacity:0.9;
			text-align:center;
			color:white; font-family: 'arial'; font-size: 13px;
		}
		.caption .captionInside{
			/* just styling */
			padding:10px;
			margin:0px;
		}
		.clear { clear:both; } /* to clear the float after the last item */
	a:link {
	color: #5190b2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5190b2;
}
a:hover {
	text-decoration: none;
	color: #5190b2;
}
a:active {
	text-decoration: underline;
	color: #5190b2;
}.footer-background {
	background-color: #5190b2;
}

.icisidemenu{
	width: 190px; /*width of menu*/
	margin-top: 0px;
}
.icisidemenu .headerbar{
	color: #FFFFFF; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #5190b2;
	background-repeat: repeat;
	margin-top: 0;
}

.icisidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.icisidemenu ul li{

}

.icisidemenu ul li a{
	color: #414141;
	display: block; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}


.icisidemenu ul li a:hover{ /*hover state CSS*/
	color: #666;
	background-color: #F5F5F5;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #414141;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5190b2;
	padding-bottom: 4px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5b9bcb;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.text-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

#right_column .product_original {
display:none;
}

#right_column .product_filtered {
		
}

#middle_column .product_original {
display:none;
}

#middle_column .product_filtered {
		
}

img {
	border:0px;
}

.dvdr {
	width:500px;
	margin:20px auto ;
	height:1px;
	background-color:#999;
	clear:both;

}

#right_column img {
	margin:auto;
	display:block;
	padding-bottom:10px;}
	
	/* ---- Form Styles --- */
#middle_column form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

#middle_column form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
                border: #cccccc 1px solid;
/*           border-color: #cccccc;
  border-width: 1px;
  border-style: solid;*/
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#middle_column form fieldset legend {
                                color: #5190b2;
                                font-weight:bold;
                font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#middle_column form label { 
                display: block;  /* block float the labels to left column, set a width */
                float: left; 
                width: 150px; 
                padding: 0; 
                margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
                text-align: right; 
}

/* form fieldset label:first-letter */{ /* use first-letter pseudo-class to underline accesskey, note that */
/*           text-decoration:underline; */   /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#middle_column form input, form textarea, form select {
                /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
                width:auto; /* set width of form elements to auto-size, otherwise watch for wrapx on resize */
                background-color: #dddddd;
                border: 1px #999 solid;
                margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#middle_column form input#reset {
                margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
                display: block;
                margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
                padding: 1px 3px;
                font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
                clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
input:focus, textarea:focus{
background-color: lightyellow;
}
/* ---- End of Form Styles --- */


#wrapper #left_column {
	width:190px;
	float:left;
	padding:0 0 0 10px;


}


#wrapper #middle_column{
	
width:562px;
float:left;
padding:0 10px 20px 18px;
	
	
}

#wrapper #right_column{
	width:190px;

	float:right;


	
}



#wrapper{
	width:985px;
	margin-top:16px;

}

#rightFloat
{
	background:transparent url(images/demo-small.gif) no-repeat scroll 0px 0px;
	height:136px;
	left:0;
	position:fixed;
	top:70px;
	width:50px;
}
#rightFloat a
      {
        display:block;
        height:136px;
        width:50px;
      }
#rightFloat a:hover
      {
	background:transparent url(images/demo-small2.gif) no-repeat scroll 0px 0px;		  
        display:block;
        height:136px;
        width:60px;
      }	 
	  
  

.landing img {
	float:left;
	margin: 0 20px 25px 0;
}



.landing .text {
margin-left:0px;
}

.landing .image {
margin-left:150px;
}



.public_safety_table {
border-left:1px solid black;
border-top:1px solid black;
margin-bottom:20px;
}

.public_safety_table td {
text-align:center;
border-right:1px solid black;
border-bottom:1px solid black;
padding:5px;
}

.public_safety_table .header {
background-color:#67b7e2;
color:#FFFFFF;
}

.public_safety_table img {
padding: 5px;
display:block;
margin:auto;
}

.covered {
	color:#5190B2;
	font-size:22px;
}
