/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    border: none;
}

/**
* core
**/

/*-  BASE STYLES
----------------------------------------------------------------------*/

/*- self-clearing floats ----------*/

.mod:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*- fluid images and objects ----------*/

img,
object,
embed {max-width: 100%;}


/*- optional vanity styles ----------*/

::selection {background: #ffc600;}
::-moz-selection {background: #ffc600;}

img::selection {background: transparent;}
img::-moz-selection {background: transparent;}

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

	html {-webkit-text-size-adjust: none}
	a {-webkit-tap-highlight-color: rgba(200,0,0,0.4);}

}

/*- Paul Irish's Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ ----------*/

@font-face {
  font-family: 'Graublau Web';
  src: url('GraublauWeb.eot');
  src: local('☺'),
         url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}

@font-face {
   font-family: 'bebas';
   src: local('☺'),   
         url('uploads/fonts/bebas/BEBAS.ttf') format('truetype'); 
}

/*- LET'S GET STARTED!
----------------------------------------------------------------------*/

body {
	background: #FFF url("/uploads/images/body-wrap.gif");
	color: #666;
	font: normal 14px/20px Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

abbr { cursor: help; }
img { display: block; }

h1, h2, h3, h4 { font-family:  Helvetica, Arial, sans-serif; color: #038d34; }

p, h1, h2, h3, h4 , table {margin-bottom: 1em;}

h1 { font-size: 3em; display: none }
h2 { font-size: 2.1em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }


a:link, a:visited {
	color: #ff9901;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #ff9901;
	text-decoration: underline;
	outline: none;
}






/*********************
** Helper class
*********************************************************************/
.pad-left{ padding-left: 20px;}
.pad-right{ padding-right: 20px;}
.margin-bottom {margin-bottom: 20px;}
.float-left {float: left; }
.float-right {float: right;}
.clear {clear: both; overflow: hidden;}
.img-left { float: left; margin: 0 10px 10px 0; }
.img-right {float: right; margin: 0 0 10px 10px }
.gray{ color: #545862; }
.small-text { font-size: .86em; line-height: 1.2em;}
footer p.gray a {color: #616671;}
.img-style {border: 5px solid #fff;  
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;}




/**
** Rounded corner
*********************************************************/
.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 6px;
}

 
.trans-box {
  background-color:#333;
  border: 1px solid #333;
  /* for IE */
  filter: alpha(opacity=60);
  /* CSS3 standard */
  opacity: 0.6;
} 
 
.shadow {
    -moz-box-shadow: 0px 2px 5px #333;
    -webkit-box-shadow: 0px 2px 5px #333;
    box-shadow: 0px 2px 5px #333;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#333')";
    /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#333');

} 

#logo {float: left;}

/* all about wrap 
 * -------------------------------------------------------------------------- */

#wrap-bg {
	background: url("/uploads/images/wrap-sky.png") top center no-repeat; 
	}

.wrap {
	width: 1000px;
	display:  block;
	margin:  0 auto;
	position: relative;
}


.column-left {
	width: 660px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 20px 300px 20px;	
	}

.column-left p, .column-right p, .column-left ul, .column-right ul {margin-bottom: 1em;}

#wrap-bg .wrap { background: url("/uploads/images/column-left-bg.jpg") bottom left no-repeat;}
#index .wrap {background: none;}
.column-right {
	width: 300px;
	float: right;
	margin: 30px 0 0 0;
	} 

	.block { background: url("/uploads/images/block-wrap.png") repeat-y;}
	.block-top h3 { 
		color: #fbc91c; 
		font-size: 1.1em;
		margin-bottom: 2em;
		}
		
	.block-top {
		background: url("/uploads/images/block-top.png") no-repeat;
		padding: 10px 20px;
		}
	
	.block-bottom {
		background: url("/uploads/images/block-bottom.png") no-repeat;
		height: 30px; 
		display: block;
		}	


.column-left li, .column-right li { 
	background: url("/uploads/images/bullet.png") 0 4px no-repeat; 
	list-style: none;
	padding: 0 0 0 15px;  
	}


/* Services header
 * ---------------------------------------------------------------------------- */
h2#wireless {background: url("/uploads/images/header-wireless.jpg") 10px 0  no-repeat; padding: 5px 0 0 65px; line-height: 2em; margin: 0 }

h2#electric {background: url("/uploads/images/header-plugin.jpg") 10px 0 no-repeat; padding: 5px 0 0 65px; line-height: 2em;  margin: 0}

h2#security {background: url("/uploads/images/header-security.jpg")10px 0 no-repeat; padding: 5px 0 0 65px; line-height: 2em; margin: 0}

h2#cyber {background: url("/uploads/images/header-cyber.jpg")10px 0 no-repeat; padding: 5px 0 0 65px; line-height: 2em; margin: 0}





/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("/uploads/images/nav.gif") no-repeat; 
	width: 1000px; 
	height: 45px; 
	margin-bottom: 0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 45px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 68px;}
#nav-02 { width: 85px;}
#nav-03 { width: 91px;}
#nav-04 { width: 85px;}
#nav-05 { width: 97px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background: url("/uploads/images/nav.gif")  0px -45px no-repeat;}
#nav-02 a:hover {background: url("/uploads/images/nav.gif") -68px -45px no-repeat;}
#nav-03 a:hover {background: url("/uploads/images/nav.gif") -153px -45px no-repeat;}
#nav-04 a:hover {background: url("/uploads/images/nav.gif") -244px -45px no-repeat;}
#nav-05 a:hover {background: url("/uploads/images/nav.gif") -329px -45px no-repeat;}



/* social media
 * --------------------------------------------------------------------- */
 

#widget{ width: 180px; float: left; margin: 82px 0px 0 440px;  }

#social { 
	background:url("/uploads/images/social-media.png") no-repeat; 
	width: 82px; 
	height: 26px; 
	margin: 82px 0 0 0; 
	float: right;
	}

#social span { display: none; }

#social li, #social a { height:26px; display:block; }

#social li { float:left; list-style:none; _display:inline; }

#social-01 { width: 27px;}
#social-02 { width: 28px;}
#social-03 { width: 27px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#social-01 a:hover {background:url("/uploads/images/social-media.png")  0px -26px no-repeat;}
#social-02 a:hover {background:url("/uploads/images/social-media.png") -27px -26px no-repeat;}
#social-03 a:hover {background:url("/uploads/images/social-media.png") -55px -26px no-repeat;}


/* four buttons
 * --------------------------------------------------------------------------------------------- */

.gray-bg { 
	background: url("/uploads/images/gray-bg.jpg") repeat-x;
	height: 166px;
	width: 100%;
	}


#four-buttons { 
	background:url("/uploads/images/four-buttons.jpg") no-repeat; 
	width: 1000px; 
	height: 147px; 
	margin: 0; 
	
	}

#four-buttons span { display: none; }

#four-buttons li, #four-buttons a { height: 147px; display:block; }

#four-buttons li { float:left; list-style:none; _display:inline; }

#four-buttons-01 { width: 246px;}
#four-buttons-02 { width: 254px;}
#four-buttons-03 { width: 253px;}
#four-buttons-04 { width: 247px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#four-buttons-01 a:hover {background:url("/uploads/images/four-buttons.jpg")  0px -147px no-repeat;}
#four-buttons-02 a:hover {background:url("/uploads/images/four-buttons.jpg") -246px -147px no-repeat;}
#four-buttons-03 a:hover {background:url("/uploads/images/four-buttons.jpg") -500px -147px no-repeat;}
#four-buttons-04 a:hover {background:url("/uploads/images/four-buttons.jpg") -753px -147px no-repeat;}



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }


/* index banner
 * ---------------------------------------------------------------- */


#banner-index{ width: 550px; float: right; height: 424px;}
#intro { 
	background: url("/uploads/images/intro-header.png") no-repeat;
	width: 420px; 
	float: left;
	padding: 160px 0 0 30px;
	}

	#intro h1 span { display: none; }
	#intro p { color: #666; } 


#search { 
	height: 30px; 
	width: 300px; 
	position: absolute; 
	top: 127px; 
	left: 700px;
	color: #fff;
	}


/* search input
 * ----------------------------------------------------------------- */
input.search-input { 
        background: url("/uploads/images/input.png") no-repeat; 
        width: 180px;
        padding: 0px 20px 0 15px;
        height: 32px;
        color: #fff;
        border: none;
        }

input.search-button {
        background:url("/uploads/images/btn-search.png") no-repeat;
        width: 65px;
        height: 22px;        
        border: none;
        }

/* Footer
 * ---------------------------------------------------------------- */
footer { 
	width: 100%; 
	margin: 0 auto; 
	display: block; 
	background: url("/uploads/images/footer-wrap.jpg") bottom center repeat-x;
	color: #acaca8;
	font-size: .86em;
	padding: 20px 0 30px 0;
	/* z-index: 999;position: fixed;
	bottom: 0;*/
	
	}
	 
footer .wrap { background: url("/uploads/images/dbe-footer.png") right top no-repeat; min-height: 70px  }	 
	 
	 
	 
footer p { margin-bottom: 0px; }
footer li { float:left; list-style:none; _display: inline;  padding: 0 10px; border-left: 1px solid #fbc91c;}
footer li.first { padding-left: 0; border: none;}



footer a:link, footer a:visited {
	color: #fbc91c;
	text-decoration:  none;
}
footer a:hover, footer a:active {
	color: #fbc91c;
	text-decoration:  underline;
}
footer h2 a: link, footer h2 a: visited {
	color: #fbc91c;
	text-decoration: underline;
	outline: none;
}

/* Form
 * ---------------------------------------------------------------------------- */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding: 20px 20px 40px 20px;  ;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:i;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

textarea.cms_textarea {width: 350px;}
#stylized input.cms_checkbox {width: 150px;}
#stylized input.cms_submit {
        background: url("/uploads/images/btn-submit.png") no-repeat;
        width: 65px; 
        height: 25px;
        border: none;        
        }
#stylized input#cntnt01fbrp_captcha_phrase { width: 50px;}