/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:white;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*NAVBAR*/

.navbbar li{ 
		border-left: 1px solid white;
        display: inline-block;
        font-weight: bold;
        width: 200px;}
		
.shortnav {
border-left: 1px solid white;
        display: inline-block;
        font-weight: bold;
        width: 120px !important;}

.longnav{
border-left: 1px solid white;
        display: inline-block;
        font-weight: bold;
        width: 170px;
}

.longernav{
border-left: 1px solid white;
        display: inline-block;
        font-weight: bold;
        width: 200px;
}
		
.navbar li:first-child {
        border-left: none;
        }

.navbar li a{
		background-color:white;
		text-decoration:none;
		color: black;
        display: block;
        padding: .5em 0;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.navbar li a:hhover{
		background-color:black;
		color:white;
}

 ul {
        background-color: white;
        border: 2px solid white;
        color: black;
        padding: 0;
        text-align: center;
        }
		
		.navbarwrapper {
    margin-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
	font-size:28px;
	position:relative;
	top:50px;
	width:1000px;
	
}
.navbar{
width:800px;
position:relative;
right:-130px;}

.logo{
position:absolute;
left:20px;
z-index:100;
top:-10px;
}

.fb {
position:absolute;
left:860px;
z-index:100;
top:-10px;
}

.content {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	font-size:14px;
	/* height:1000px; */
	margin-bottom:50px;
	top:-80px;
	margin-top: 80px;
}

p{text-indent:50px;}

.pagewrap {
bottom:-100px;
width:900px;
margin-left:auto;
margin-right:auto;
position:relative;
}
h1 {
color:black;
text-align:center;
font-size:24px;
padding-bottom: 35px;}

.servicebox {
margin:15px;
height:300px;
width:235px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 53%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(53%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 53%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 53%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 53%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 53%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


backgrounggd: #292f3b url(images/gradient.png) repeat-x;
}

.left, .middle, .right {float:left;}

.ServiceImage {
position:relative;
margin-left:auto;
margin-right:auto;
top:10px;
right:-30px;}



.servicetitle{
font-family:Georgia, serif;
font-weight:bold;
font-size:16px;
text-align:center;
margin-bottom:10px;
color:white;}

.serviceblurg{
text-align:center;
padding:10px;
margin-top:auto;
margin-bottom:auto;
color:black;}

.price{

}
.servicespage {
	text-indent:0px !important;
}
.phonetop {
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	position: absolute;
	width: 100%;
	margin-top: 15px;
	z-index: 100;
}
.hide{display:none;}

.hideme {
position:absolute;
display:none;}

.nwrapper{height:620px;}
#fadein{display:none;}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.services-basic {
	z-index:1000;
}

.nivo-controlNav {
	display:none;
}
.ServiceImageContainer {

 
	height:179px;
}
.footer {  
  height: 40px;
  width: 100%;
  /* position: absolute; */
  /* bottom: 0px; */
  clear: both;
}

.below_fold {background-color: white;position: relative;top: -80px;}