/* Reset CSS */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,hr,pre,a,abbr,acronym,address,code,del,dfn,img,q,dl,dt,dd,ol,ul,li,legend,caption {
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
text-shadow:#000 0 0 0;
margin:0;
padding:0
}
* html ul li {
position:relative
}
strong {
font-weight:700
}
blockquote:before,blockquote:after,q:before,q:after {
content:""
}
blockquote,q {
quotes:"" ""
}
a img {
border:none
}

/* End Reset CSS */

body{
	background: url(/ir/clients/kidco/i/bg.gif);
	width: 100%;
	font-family: Verdana, sans-serif;
	color:  #3f3f3f;
	font-size: 13px;
}

#bluebar{
	background: url(/ir/clients/kidco/i/topbg.gif) repeat-x;
	height: 31px;
	width: 100%;
}

/*Links*/

a, a:link, a:visited{
	color: #4b77a7;
	text-decoration: underline;
}

a:hover{
	color:#59b148;
}

/*Text Styles*/

p{
	font-family: Verdana, sans-serif;
	color:  #3f3f3f;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 10px;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	line-height: 130%;
	text-transform: uppercase;
	color: #162e4a;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #162e4a;
	font-weight: bold;
	letter-spacing: 5px;
}

h3, h4, h5, h6{
	color:#3f5f84;
	font-family:Lucida Grande, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:3px;
	margin-bottom: 10px;
	text-transform:uppercase;
}
	
/*End Text Styles*/

/*floats*/

.fleft{
	float: left;
}

.fright{
	float: right;
}


/*Centered Layout*/

#center{
	width: 1097px;
	margin: 0 auto;
}

/*architecture*/

#header{
	width: 1097px;
	float: left;
	margin-bottom: 0px;
	_margin-bottom: -3px;
	padding-bottom: 0px;
	height: 162px;
}

#header a:link, #header a:visited, #header a:hover{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#header img, #header a img{
	margin: 0;
	padding: 0;
	border: none;
}

/*#wrapper{
	float: left;
	width: 980px;
	background: none;
	margin-top: 10px;
	padding-bottom: 10px;
}*/

#content{
	background: white;
	width: 980px;
	float: left;
	display: inline;
	border: 11px solid white;
	margin-left: 48px;
	margin-right: 49px;
	margin-top: 0px;
	padding-top: 0px;
}

#onecol{
	float: left;
	width: 960px;
	display: inline;
	padding: 10px;
	border-top: 6px solid #162e4a;
	background: url(/ir/clients/kidco/i/inside-bg.gif);
}

#onecolumn{
	float: left;
	width: 960px;
	padding: 10px;
	border-top: 6px solid #162e4a;
	background: url(/ir/clients/kidco/i/inside-bg.gif);
	margin-top: 10px;
}

#onecolumn ul{
	margin-left: 20px;
}

.title{
	float: left;
	display: inline;
	margin: 10px;
}

.abouttitle, .subscribetitle{
	float: left;
	display: inline;
	margin: 10px;
	clear: left;
}

.jobtitle{
	float: left;
	display: inline;
	margin: 10px;
}

#about, #subscribe{
	float: left;
	width: 520px;
	padding: 10px;
	border-top: 6px solid #162e4a;
	background: url(/ir/clients/kidco/i/inside-bg.gif);
	clear: left;
}

#employment{
	float: left;
	border-top: 6px solid #162e4a;
	background: url(/ir/clients/kidco/i/inside-bg.gif);
	margin-top: 1px;
	margin-left: 11px;
	padding: 10px;
	display: inline;
}

ul#footer{
	width: 980px;
	float: left;
	margin-top: 10px;
	background-color: #001d3d;
}

ul#footer li a:link, ul#footer li a:visited{
	color: white;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#footer li a:hover{
	color: #4b77a7;
	text-decoration: none;
	
}

ul#footer{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

ul#footer li{
	list-style: none;
	display: inline;
	padding: 10px 11px;
	float: left;
}

#clickspace{
	float: left;
	margin: 11px 58px 0 59px;
	padding-bottom: 11px;
	width: 980px;
	display: inline;
}

#clickspace img{
	float: right;
}


/*Navigation*/

#nav {
    width: 980px; height: 29px;
    background: url(/ir/clients/kidco/i/nav.jpg) no-repeat;
    margin: 0; padding: 0;
    float: left;
}

  #nav li {
    margin: 0; padding: 0; list-style: none;
    float: left;
}

  #nav li, #nav a {
    height: 29px; 
    display: block;
    overflow:hidden;
	text-indent:-9000px;
	float: left;
}


/*Nav Button Position & Widths*/

/*#btnhome{
	left: 0;
    width: 75px;
    }
    
  #btnabout{
  	left: 75px;
    width: 82px;
    }
    
  #btnprivate{
    left: 157px;
    width: 168px;
    }
    
  #btnreservations{
    left: 325px;
    width: 148px;
    }
    
  #btnmenu{
    left: 473px;
    width: 75px;
    }
  
  #btnwine{
    left: 548px;
    width: 70px;
    }
    
  #btnevents{
    left: 618px;
    width: 91px;
    }
    
  #btnvip{
    left: 709px;
    width: 156px;
    }
    
  #btncontact{
    left: 865px;
    width: 115px;
    }

...*/

#btnhome, #btnhome a{
    width: 62px;
    }
    
  #btnservices, #btnservices a{
    width: 90px;
    }
    
  #btnprojects, #btnprojects a{
    width: 97px;
    }
    
  #btnequipment, #btnequipment a{
    width: 106px;
    }
    
   #btnenvironment, #btnenvironment a{
    width: 127px;
    }
    
  #btncommunity, #btncommunity a{
    width: 108px;
    }
  
  #btnhealth, #btnhealth a{
    width: 156px;
    }
    
  #btnemployment, #btnemployment a{
    width: 125px;
    }
    
  #btncontact, #btncontact a{
    width: 109px;
    }


/*Nav Button Regular States*/


#btnhome a:link, #btnhome a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    0 -50px no-repeat;
    }
    
  #btnservices a:link, #btnservices a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -62px -50px no-repeat;
    }
    
  #btnprojects a:link, #btnprojects a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -152px -50px no-repeat;
    }
    
  #btnequipment a:link, #btnequipment a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -249px -50px no-repeat;
    }
    
  #btnenvironment a:link, #btnenvironment a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -355px -50px no-repeat;
    }
  
  #btncommunity a:link, #btncommunity a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -482px -50px no-repeat;
    }
    
  #btnhealth a:link, #btnhealth a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -590px -50px no-repeat;
    }
    
  #btnemployment a:link, #btnemployment a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -746px -50px no-repeat;
    }
    
  #btncontact a:link, #btncontact a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -871px -50px no-repeat;
    }
    
    
/*/*Nav Button Selected Page states*!/


/*#body ID*!/ #btnhome a:link,/*#body ID*!/ #btnhome a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    0 0px no-repeat;
    }
    
/*#body ID*!/ #btnabout a:link,/*#body ID*!/ #btnabout a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -75px 0px no-repeat;
    }
    
/*#body ID*!/ #btnprivate a:link,/*#body ID*!/ #btnprivate a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -157px 0px no-repeat;
    }
    
/*#body ID*!/ #btnreservations a:link,/*#body ID*!/ #btnreservations a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -325px 0px no-repeat;
    }
    
/*#body ID*!/ #btnmenu a:link,/*#body ID*!/ #btnmenu a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -473px 0px no-repeat;
    }
  
/*#body ID*!/ #btnwine a:link,/*#body ID*!/ #btnwine a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -548px 0px no-repeat;
    }
    
/*#body ID*!/ #btnevents a:link,/*#body ID*!/ #btnevents a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -618px 0px no-repeat;
    }
    
/*#body ID*!/ #btnvip a:link,/*#body ID*!/ #btnvip a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -709px 0px no-repeat;
    }
    
/*#body ID*!/ #btncontact a:link,/*#body ID*!/ #btncontact a:visited {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -865px 0px no-repeat;
    }*/


/*Nav Button Hover States*/

#btnhome a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    0 0 no-repeat;
    }
    
  #btnservices a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -62px 0px no-repeat;
    }
    
  #btnprojects a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -152px 0px no-repeat;
    }
    
  #btnequipment a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg)
    -249px 0px no-repeat;
    }
    
  #btnenvironment a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -355px 0px no-repeat;
    }
  
  #btncommunity a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -482px 0px no-repeat;
    }
    
  #btnhealth a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -590px 0px no-repeat;
    }
    
  #btnemployment a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -746px 0px no-repeat;
    }
    
  #btncontact a:hover {
    background: transparent url(/ir/clients/kidco/i/nav.jpg) 
    -871px 0px no-repeat;
    }    	

/*---------Tabbed Navigation--------*/	

ul.tabNavigation{
	float: left;
}

ul.tabNavigation li a{
	float: left;
	width: 168px;
	margin-left: 2px;
	height: 9px;
	background: #97a7b8;
	display: inline;
	clear: left;
	list-style: none;
	padding: 13px 15px;
	_padding: 9px 15px 10px;
	border-bottom: 1px solid #416187;
}

ul.tabNavigation li a.selected{
	float: left;
	width: 170px;
	height: 9px;
	margin-left: 0;
	background: white;
	display: inline;
	clear: left;
	list-style: none;
	padding: 13px 15px;
	_padding: 9px 15px 10px;
	border-bottom: 1px solid white;
	color: #162e4a;
}

ul.tabNavigation li{
	float: left;
	clear: left;
	list-style: none;
	display: inline;
}

ul.tabNavigation li a:link, ul.tabNavigation li a:visited{
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	color: #416187;
	text-decoration: none;
}

ul.tabNavigation li a.selected:link, ul.tabNavigation li a.selected:visited{
	color: #162e4a;
}

ul.tabNavigation li a:hover{
	color: #6481a4;
}

#roadbuilding, #lakeconstruction, #residential, #commercial, #landfill, #treeclearing, #equipment{
	float: left;
	/*height: 252px;*/
	background-color: white;
	/*width: 760px;*/
	margin: 0;
	display: inline;
}    
    
    /*Slideshow*/

#slideshow1, #slideshow2, #slideshow3, #slideshow4, #slideshow5, #slideshow6, #slideshow7 {
    position:relative;
    height:252px;
    width:760px;
	float:left;
	margin:0;
	overflow: none;
	display: inline;
}

#slideshow1 IMG, #slideshow2 IMG, #slideshow3 IMG, #slideshow4 IMG, #slideshow5 IMG, #slideshow6 IMG, #slideshow7 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow1 IMG.active, #slideshow2 IMG.active, #slideshow3 IMG.active, #slideshow4 IMG.active, #slideshow5 IMG.active, #slideshow6 IMG.active, #slideshow7 IMG.active {
    z-index:10;
}

#slideshow1 IMG.last-active, #slideshow2 IMG.last-active, #slideshow3 IMG.last-active, #slideshow4 IMG.last-active, #slideshow5 IMG.last-active, #slideshow6 IMG.last-active, #slideshow7 IMG.last-active {
    z-index:9;
}

