/*
 * Project:		ACT
 * Date:		2009-04-24
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #000 url(/images/site/background.jpg) 0 158px repeat-x; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #555; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 7px; }

a { color: #05b4b4; text-decoration: underline; }
a:hover, a:focus, a:active { color: #c91a22; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 28px; margin-left: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p * { font-size: 1em; }
ul li { padding: 0; margin: 0 0 10px; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }
.clear{clear: both;}
.float-left{
	float: left;
	margin: 0 20px 20px 0;
}

/* LAYOUT
------------------------------------------- */

#root { width: 960px; margin: 0 auto; padding: 0 8px; overflow: hidden; background: url(/images/site/content-sides-shadow.png) 0 162px no-repeat; }
* html #root { background: none; } 
 .wrapper { z-index: 10; width: 100%; height: 100%; padding: 0; margin: 0 0 20px; overflow: hidden; background: #fff; }
 
  #top { position: relative; display: block; width: 100%; height: 158px; overflow: hidden; background: #000; border-bottom: 4px solid #e11318; }
   #logo { position: absolute; top: 5px; left: 0px; padding: 0; margin: 0; overflow: hidden; }
   #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
    #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
   
  #navigation { display: block; padding: 0; margin: 0; width: 960px; height: 34px; overflow: hidden; background: url(/images/site/nav-bar.png) 0 0 no-repeat; }
  .home #navigation { height: 30px; }
   #nav { z-index: 30; display: block; padding: 0 0 0 98px; margin: 0; width: 862px; height: 30px; overflow: hidden; list-style: none; }
    #nav li { display: inline; float: left; padding: 0; margin: 0; }
     #nav li a { display: inline; float: left; height: 30px; overflow: hidden; text-indent: -100001em; }
     #nav li em { position: absolute !important; left: -10001px !important; overflow: hidden !important; }
     #n-home { width: 81px; background: url(/images/site/nav-bar.png) -97px -34px; }
     #n-services { width: 103px; background: url(/images/site/nav-bar.png) -178px -34px; }
     #n-customers { width: 128px; background: url(/images/site/nav-bar.png) -281px -34px; }
     #n-risk { width: 185px; background: url(/images/site/nav-bar.png) -409px -34px; }
     #n-benefits { width: 109px; background: url(/images/site/nav-bar.png) -594px -34px; }
     #n-response { width: 116px; background: url(/images/site/nav-bar.png) -704px -34px; }
     #n-contact { width: 105px; background: url(/images/site/nav-bar.png) -821px -34px; }
     #n-home:hover, #n-home:focus, #n-home:active, #n-home.active { background-position: -97px -69px; }
     #n-services:hover, #n-services:focus, #n-services:active, #n-services.active { background-position: -178px -69px; }
     #n-customers:hover, #n-customers:focus, #n-customers:active, #n-customers.active { background-position: -281px -69px; }
     #n-risk:hover, #n-risk:focus, #n-risk:active, #n-risk.active { background-position: -409px -69px; }
     #n-benefits:hover, #n-benefits:focus, #n-benefits:active, #n-benefits.active { background-position: -594px -69px; }
     #n-response:hover, #n-response:focus, #n-response:active, #n-response.active { background-position: -704px -69px; }
     #n-contact:hover, #n-contact:focus, #n-contact:active, #n-contact.active { background-position: -821px -69px; } 
	 
  #content { z-index: 20; overflow: hidden; margin: -4px 0 0; padding: 0; }
   .home #content { margin: 0; }
   #main { float: left; overflow: hidden; width: 490px; height: 100%; margin: 0; padding: 38px 0 35px 60px; }
   #side { float: right; overflow: hidden; width: 300px; height: 100%; margin: 0; padding: 280px 0 0; background: url(/images/site/img-globe.jpg) 0 0 no-repeat; }
   	#side img{
   		float: left;
   	}
   
  #footer { display: block; overflow: hidden; height: 100%; padding: 17px 54px 20px 60px; margin: 0; background: #fff url(/images/site/bar-red.png) 0 100% no-repeat; border-top: 3px solid #11a8ad; }
   #foot-info { float: left; padding: 4px 0 0 93px; overflow: hidden; background: url(/images/site/ico-4-icons.jpg) 0 0 no-repeat; }
    #t-emergencies {color: #a4221a; font-size: 30px; line-height: 30px;}
    #t-other-info { display: block; width: 212px; height: 13px; padding: 0; margin: 0 0 18px; overflow: hidden; background: url(/images/site/t-other-info.png) 0 0 no-repeat; text-indent: -100001em; }
    #copyright { color: #666; }
     #copyright span { margin-right: 14px; }
   #logo-alfa { float: right; }
  
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: Arial,Helvetica Neue,Helvetica,sans-serif;  }
h1 { font-size: 2.8em; margin-bottom: 5px; font-weight: normal; color: #c91a22; }
h2 { margin: 0; font-size: 1.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* ELEMENTS
------------------------------------------- */

#intro-home { display: block; width: 352px; height: 274px; padding: 121px 454px 34px 154px; overflow: hidden; background: #000 url(/images/site/home-intro-bg.jpg) 0 0 no-repeat; color: #fff; font-weight: bold; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }
 #intro-home h2 { display: block; width: 313px; height: 69px; overflow: hidden; padding: 0; margin: 0 0 16px; background: url(/images/site/t-one-call.png) 0 0 no-repeat; text-indent: -100001em; }
 #intro-home p { font-size: 18px; }
  #intro-home p strong { color: #e11318; font-size: 30px; }
  #intro-home p span { color: #e11318; font-size: 18px; }

.info-box { width: 100%; height: 100%; overflow: hidden; padding: 20px 0 0; background: #005c64 url(/images/site/bar-red.png) 0 0 no-repeat; }
 .info-box .info-weather { float: left; width: 524px; padding: 0 4px 0 0; border-left: 2px solid #0e727a; background: url(/images/site/info-box-brdr.gif) 100% 0 repeat-y; }
  .info-box .info-weather .wrap { width: 524px; padding: 0 0 75px; background: url(/images/site/weather-alerts-bg.jpg) 0 100% no-repeat; }
   .info-box .info-weather h2 { font-size: 1.2em; color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center; }
   .info-box .info-weather ul { overflow: hidden; height: 100%; padding: 0; margin: 0 0 20px; list-style: none; }
    .info-box .info-weather ul li { display: inline; float: left; font-size: 1.2em; padding: 0; margin: 0; text-align: center; }
    .info-box .info-weather ul li.weather-severe { width: 160px; }
    .info-box .info-weather ul li.weather-fire { width: 170px; padding-left: 12px;}
    .info-box .info-weather ul li.weather-hurricanes { width: 170px; padding-left: 8px;}
     .info-box .info-weather ul li a { color: #2de6ea; }
	 .info-box .info-weather ul li a:hover { color: #c91a22; }
 .info-box .info-testimonials { float: left; width: 315px; padding: 21px 68px 10px 48px; margin-left: -4px; background: url(/images/site/info-box-brdr.gif) 0 0 repeat-y;}
  .info-box .info-testimonials .item { display: block; overflow: hidden; }
   .info-box .info-testimonials blockquote { display: inline; padding: 0; margin: 0; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; color: #fff; }
    .info-box .info-testimonials blockquote p { display: inline; font-size: 1.4em; }
   .info-box .info-testimonials .more { margin-left: 10px; display: inline; font-size: 1.1em; }
    .info-box .info-testimonials .more a { color: #2de6ea; }
    .info-box .info-testimonials .more a:hover { color: #c91a22; }
    
ul#services-provided{
	list-style-type: none;
}
	ul#services-provided li{
		float: left;
		margin: 0 15px;
		text-align: center;
	}







