@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {outline: none; margin:0; border:0; padding:0;}
body {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	background: #696969 url('../images/bg.jpg ') repeat-x;
}
a:link .cities, a:visited .cities, a:active .cities {
font-size: 13px;
color: #7695b2;
text-decoration: none;
}
a:hover .cities {
color: #7695b2;
text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	border-bottom:0;
	font-weight:bold;
}
a:hover {
	color: #ffffff;
}
h1 {
font-size: 8px;
line-height: 21px;
font-family: Arial,sans-serif;
width: 100%;
text-indent: -9999px;
margin-top: 0px;
margin-bottom: 0px;
}
h1.protection {
background: url(../images/lightning-rod-protection.gif) no-repeat;
}
h1.services {
background: url(../images/lightning-rod-services.gif) no-repeat;
}
h1.testimonials {
background: url(../images/testimonials.gif) no-repeat;
}
h1.systems {
background: url(../images/lightning-rod-systems.gif) no-repeat;
}
h1.contact {
background: url(../images/simpson-lightning-rods.gif) no-repeat;
}
h1.photos {
background: url(../images/lightning-rod-photos.gif) no-repeat;
}
h2 {
font-size: 20px;
letter-spacing: -1px;
margin: 30px 0px 2px 0px;
}
h3 {
font-size: 13px;
color: #c1d3e5;
letter-spacing: -1px;
margin: 0px 0px 12px 0px;
}

#body { !important;
	max-width: 948px;
	margin: 12px auto 12px auto;
	background: #000;
	font-size: 1px;
}

#header { !important;
	background: #0D2F4B url('../images/header-background.jpg') repeat-x;
	max-width: 920px;
	margin: 10px auto 0px auto;	
}
#header img {
	width: 100%;
	height: auto;
}
#content { !important;
	max-width: 920px;
	margin: auto;
	font-size: 14px;
}

#navigation { !important;
	background: #23507A;
	max-width: 920px;
	margin-bottom: 5px;
}

/******** BEGIN NAVIGATION ********/
/*#cssmenu {max-width: 920px; text-align:left;}

#cssmenu ul {margin:0; padding:0; background: #23507A;}

#cssmenu ul li {
   display:block;
   float:left;
   list-style-type:none;
   }
#cssmenu ul li a {
   display: block;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 16px;
   font-weight: 400;
   padding: 8px 14px;
   color: #acbbcc;
   text-transform: uppercase;
   }
  #cssmenu ul li#home a {
	  padding-left: 28px;
  }
#cssmenu ul li a:hover {
   color: #fff;
   }
*/




#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: none;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  font-family: 'Roboto Condensed', sans-serif;
   font-size: 16px;
   font-weight: 400;
   padding: 8px 14px;
   color: #acbbcc;
   text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/********END NAVIGATION********/

#image_box { !important;
	max-width: 669px;
	display: inline;
	line-height: 0px;
	font-size: 1px;
	padding:0;
}
#image_box img {
	width: 100%;
}
#rightCol {
	padding:0;
	width: 246px;
	height: 259px;
	float: right;
	display: inline;
	background: #23507a;
	display:none;
}
#rightCol p {
	padding:0;
	margin:0;
}
#written_content { !important;
	max-width: 920px;
	background: #0D2F4B;
	margin: 5px auto 0px auto;
}

#written_inner { !important;
	max-width: 862px;
	margin: auto;
	background: #23507A;
	color: #ffffff;
	padding: 29px 29px 29px 29px;
	border-bottom: 6px solid #0D2F4B;
}
#written_inner p {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 4px 0;
	}
#written_inner li {
margin: 0 0 3px 0;
}
#written_inner a:link, #written_inner a:visited, #written_inner a:active {
	color: #fff;
	text-decoration: underline;
}
#written_inner h2 a:link, #written_inner h2 a:visited, #written_inner h2 a:active {
	color: #fff;
	text-decoration: none;
}
#written_inner a:hover {
	color: #ffffff;
}
#written_inner h2 a:hover {
	color: #ccc;
}
#written_inner img {
	border: 2px solid #fff;
	margin-bottom: 8px;
	}	

#portfolio { !important;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

#portfolio img {
	margin: 0 auto;
    display: inline-block;
    width: 25%;
    border: 2px solid #000;
    box-sizing: border-box;
}

.portfolio_logo {
	border: 2px solid #6ABB2E;
	font-size: 1px;
	line-height: 0px;
	float: left;
	width: 130px;
	height: 70px;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
.leftcol {
	width: 66%;
	display: inline;
	float: left;
}
.clear_floats {
	clear: both;
}

.page_headings {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 15px;
	padding: 10px 5px 5px 5px;
}

.content_headings {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 2px solid #69BD2E;
}

.contact_box {
	float: left;
	width: 220px
}

.bold {
	font-weight: bold;
}
.seo, a.seo {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#testimonials {
	max-width: 300px;
	
	width: 29%;
	display: inline;
	float: right; 
	margin-left: 0; 
	padding: 20px; 
	border: 5px solid #0D2F4B; 
	overflow: auto;
}
#testimonials p {
	margin-bottom:0;
}
#testimonials .viewall {
	border-top: 1px solid #0D2F4B;
	margin-bottom: 0;
}

.rightcol {
	max-width: 300px; 
	width: 29%;
	display: inline;
	box-sizing: border-box;
	float: right; 
	margin: 0;
	padding: 20px; 
}
.blue {
	border: 5px solid #0D2F4B; 
	background: #0D2F4B;
}
.rightcol p {
	margin-bottom:0;
}
.rightcol .viewall {
	border-top: 1px solid #0D2F4B;
	margin-bottom: 0;
}
.testSmall {
	border-bottom: 1px solid #113655;
	margin-bottom: 10px;
}
.testLarge {
	border-bottom: 3px solid #153D62;
	margin-bottom: 10px;
	/*background: #1B466D;*/
	background: #0D2F4B;
	padding: 30px;
}
.testLarge .author {
	font-size: 14px;
	color: #fff;
}
.quote {
	font-size: 18px;
}

/** ACCORDION **/
h2.expand {
	margin-bottom: 5px;
	text-decoration: none;
}

.collapse {
	padding-bottom: 10px;
}
#written_inner .services-info h2 {
	font-size: 17px;
}
#written_inner .services-info p {
	border: 3px solid #30608D;
	padding: 12px;
}
#written_inner ul {
	margin-left: 20px;
}
input, textarea {
	padding: 4px 6px;
}
.desktop {
	display:block;
}
.mobile {
	display: none;
}
@media screen and (max-width: 640px) {
	body {
		background: #000;
	}
	.leftcol {
		display: block;
		float: none;
		width: 100%;
		background:#23507a none repeat scroll 0 0;
		padding:20px;
		box-sizing: border-box;
	}
	.rightcol {
		max-width: 100%;
		display: block;
		float: none;
		width: 100%;
		margin-top: 0;
	}
	#footer .leftcol {
		background: none;
	}
	#written_inner {
		/*background: none;*/
		padding:16px;
	}
	#portfolio img {
	width: 50%;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#header {
		background: #000;
		margin: 0;
		text-align: center;
	}
	#header img {
		width: 200px;
		height: auto;
		margin: 0 0 10px 0;
	}
	#cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
@media screen and (max-width: 400px) {
	#portfolio img {
	width: 100%;
	}
}