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

/* Clears all attributes */

html,body,div,span,applet,
object,iframe,h1,h2,h3,h4,
h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,
cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,
tfoot,thead,tr,th,td     {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#85b9d1;
	font-family:Tahoma, Geneva, sans-serif;
}

/* Clears floats */
.clear {
	clear:both;
	height:0px;
}
.greenblue {
	color:#007c9a;
}

/* Beginning Container Attributes - sets 960px width and centers*/
#container {
	width:960px;
	margin:0 auto 0 auto;
}

#header {
	width:960px;
}

#headerLeft {
	width:230px;
	padding:5px 0px 5px 25px;
}

#headerRight {
	width: 685px;
	float:right;
	text-align:right;
	color:#ffb310;
	font-size:18px;
	padding:28px 15px 5px 0;
}

.locations {
	width:125px;
	height:36px;
	float:right;
	font-size:12px;
	color:#007c9a;
	text-align:left;
	font-weight:bold;
}

/* Sets width for input Form field */
input.text {
	width:265px;
}

/* Sets width for textarea Form field */
textarea.text {
	width:265px;
	height:60px;
}

#navigation {
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	width:948px;
	height:56px;
	padding-left:27px;
	margin-left:1px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	float:left;
	font-family:Tahoma;
	font-size:16px;
	color:#575858;
	margin-top:14px;
	padding:11px 0 0 0;
	height: 31px;
}

#navigation a {
	text-decoration:none;
	color:#575858;
	font-size:15px;
	padding: 0 8px 0 5px;
}

#navigation a:hover {
	text-decoration:none;
	color:#F00;
}
#navigation .current {
	background: url(images/menu_current_item.png) 0 0 repeat-x;
}

#apply {
	width:90px;
	height:26px;
	float:right;
	padding-top:23px;
	margin-right:55px;
}

#mainPic {
	width:950px;
}

#mainPic_right {
	width:279px;
	height:344px;
	background-image:url(images/right_side_img.jpg);
	background-repeat:no-repeat;
	float:left;
}

#mainPic_right h2 {
	font-family:Tahoma;
	font-size:18px;
	font-weight:normal;
	color:#fbc447;
	padding:0 0 5px 30px;
}

#services {
	width:262px;
	height:238px;
	padding-top:15px;
}

#services li {
	list-style:none;
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	padding-left:40px;
	margin-left:30px;
	line-height:30px;
	font-family:Tahoma;
	font-size:16px;
	color:#007c9a;
}

#pageHeader {
	width:948px;
	height:68px;
	padding-left:1px;
}

#options {
	width:932px;
	background-color:#FFF;
	margin-left:10px;
}

#optionsCommercial {
	float:left;
	width:295px;
	height:199px;
	background-image:url(images/commercial.jpg);
	background-repeat:no-repeat;
}

#optionsAccessControl {
	float:left;
	width:295px;
	height:199px;
	background-image:url(images/acess_control.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
}


#optionsResidential {
	float:left;
	width:295px;
	height:199px;
	background-image:url(images/residential.jpg);
	background-repeat:no-repeat;
}

.optionText {
	width:140px;
	font-size:11px;
	color:#007c9a;
	padding:143px 0 0 15px;
}

#optionsSafes {
	float:left;
	width:296px;
	height:214px;
}

#formContainer {
	width:308px;
	background-image:url(images/form_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:38px;
	float:right;
	margin-right:13px;
}

#formBody {
	width:280px;
	background-image:url(images/form_body.png);
	background-repeat:repeat-y;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#007c9a;
	padding-left:25px;
}

#formBody h2 {
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
	color:#434951;
	padding:10px 0 10px 0;
}

input.text {
	width: 250px;
	margin-bottom:15px;
	margin-top:4px;
}

textarea.text {
	width: 250px;
	height: 60px;
	margin-top:4px;
}

input.submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

#spageContent h1 {
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
	color:#007c9a;
	padding:15px 0 10px 20px;
}

#list_middle {
	padding : 15px 0 15px 0;
	width : 50%;
	margin : 0 0 0 20px;
}

#list_middle2 {
	padding : 15px 0 15px 0;
	width :500px;
	margin : 0 0 0 20px;
}

#list_middle3 {
	float: left;
	padding : 0px 0 15px 0;
	width : 220px;
	margin : 0 0 0 20px;
}
#list_middle4 {
	float: left;
	padding : 0px 0 15px 0;
	width : 202px;
	margin : 0 0 0 0;
}

#list_middle2 ul li {
  list-style:none;
  background-image:url(images/bullet.png);
  background-repeat:no-repeat;
  padding : 0 0 8px 20px;
  font-size:18px;
  color:#007c9a;
}
#list_middle3 ul li {
  width: 185px;
  list-style:none;
  background-image:url(images/bullet.png);
  background-repeat:no-repeat;
  padding : 6px 0 6px 20px;
  font-size:12px;
  line-height: 14px;
  color:#007c9a;
}
#list_middle4 ul li {
  width: 182px;
  list-style:none;
  background-image:url(images/bullet.png);
  background-repeat:no-repeat;
  padding : 6px 0 6px 20px;
  font-size:12px;
  line-height: 14px;
  color:#007c9a;
}


#list_middle ul li {
  list-style:none;
  background-image:url(images/bullet.png);
  background-repeat:no-repeat;
  height : 14px;
  padding : 0 0 8px 20px;
  font-size:18px;
  color:#007c9a;
}

#list_middle ul li.cdl_l2 {
  margin-left : 55%;
  margin-top : -20px;
  padding : 0 0 8px 20px;
  border : 0;
  font-size:18px;
}
.WAC_banner {
	display: block;
	clear: both;
	margin-left: 20px;
}
#preFooter {
	width:932px;
	background-image:url(images/preFooter_bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding-top:15px;
}

#preFooterCTA {
	width: 450px;
	float:left;
	text-align:center;
	color:#ffb310;
	font-size:18px;
	padding:25px 0 20px 5px;
}

.locationsCTA {
	width:125px;
	height:36px;
	float:left;
	font-size:12px;
	color:#007c9a;
	text-align:left;
	font-weight:bold;
}

#phone_box {
	width : 150px;
	background-color : #F8FAFC;
	border : 1px solid #007c9a;
	margin : 10px 20px 0 30px;
	padding: 6px 0 6px 0;
	float:left;
	text-align:center;
	color:#333434;
	font-weight:bold;
}

/* Style for overlay and box */
.overlay{
     background:transparent url(images/overlay.png) repeat top left;
     position:fixed;
     top:0px;
     bottom:0px;
     left:0px;
     right:0px;
     z-index:100;
}

.box{
     position:fixed;
     top:-400px;
     left:25%;
     right:25%;
     background-color:#fff;
     color:#000;
     padding:20px;
     border:2px solid #ccc;
     -moz-border-radius: 20px;
     -webkit-border-radius:20px;
     -khtml-border-radius:20px;
     -moz-box-shadow: 0 1px 5px #333;
     -webkit-box-shadow: 0 1px 5px #333;
     z-index:101;
}

.box h1{
	border-bottom: 1px dashed #7F7F7F;
	margin:-20px -20px 0px -20px;
	padding:7px 0px 7px 19px;
	font-size:18px;
	background-color:#007c9a;
	color:#FFFFFF;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
}

.box h2{
	border-bottom: 1px dashed #7F7F7F;
	margin:-20px -20px 0px -20px;
	padding:28px 0px 7px 19px;
	font-size:14px;
	color:#4f545c;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
}

a.boxclose{
     float:right;
     width:26px;
     height:26px;
     background:transparent url(images/cancel.png) repeat top left;
     margin-top:-30px;
     margin-right:-30px;
     cursor:pointer;
}

#footer {
	width:932px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:10px 0 15px 0;
	color:#FFF;
}

#footer a {
	text-decoration:none;
	color:#000;
	font-family:Tahoma;
	font-size:12px;
	color:#FFF;
}

#footer a:link, #footer a:visited, #footer a:active{text-decoration: none; color: #FFF;}
#footer a:hover{text-decoration: none; color: #F00;}

#footer_copy {
	width:932px;
	margin:0 auto 0 auto;
	text-align:left;
	padding:10px 0 15px 0;
	color:#FFF;
	font-size:12px;
}