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

body {
    /*	background-color:#FFF;
	background-image:url(images/cuac2010DesignHeader.png);
	background-repeat:repeat-x;
	background-position: 0 15px;*/
}

h2 {
	color: #424242;
	font-size: 20px;
}

h3 {
	color: #eea639;
	text-shadow: #424242 0 1px 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
/*footer {
	font-size:12px;
	color:#666
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #fffeff 0 1px 0;*/

p {
	color: #212121;
	font-size: 12px;
}

#copy ul li {
	color: #212121;
	font-size: 12px;
	line-height: 18px;
	list-style-type: circle;
	font-style: italic;
}

a {
	color: #5e5e5e;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	text-shadow: #fffeff 0 1px 0;
}

.clear{
    clear:both;
}
#endorsementContainer{
    padding:20px;
    display:none;
    background-color:#fff;
}

#message{
    color:#EDB054;
}

#endorsement{
/*clear:both;*/
padding-left:30px;
padding-right:30px;
    background-image:url(images/ldkNote.png);
    background-repeat:no-repeat;
    padding-top:55px;
    width:290px;
    height:260px;
    margin-left:auto;
    margin-right:auto;
}

#menu {
    /*	background-image:url(images/cuac2010DesignHeader.png);
    */
    padding:0;
    margin:0;
    width: 110%;
    height: 25px;
    background-repeat:repeat-x;
}

#menu ul{
    list-style-type:none;
    text-align: left;
    margin:0;
    padding:0;

}

#menu li{
    float:left;
    width: 110px;
    height: 25px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;


}
#menu a {
    width: 110px;
    height: 25px;
    display:block;
    padding: 0px;
    background-position: 0 0;
    background-repeat:no-repeat;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 20px;
}

#menu a.active{
    background-position: 0px -50px;
}
#menu a:hover {
    background-position: 0px -25px;
    /*	background-image: url(images/homeRollover.png);
    */
}

#menu a.active:hover {
    background-position: 0 -50px;
}

#menu a:active {
    /*background-color:#F33;*/
    /*-moz-opacity: 0.25;*/
    /*opacity: 0.25;*/
    background-position: 0px -50px;

}

#home{
    background-image:url(images/kilkennyHome.png);
}

#history{
    background-image:url(images/kilkennyHistory.png);
}

#services{
    background-image:url(images/kilkennyServices.png);
}

#safety{
    background-image:url(images/kilkennySafety.png);
}

#clients{
    background-image:url(images/kilkennyClients.png);
}

#projects{
    background-image:url(images/kilkennyProjects.png);
}

#contact{
    background-image:url(images/kilkennyContact.png);
}

#container{
width:850px;
margin-left:auto;
margin-right:auto;
}

#content{
}
#contentTop{
    width:850px;
    height:32px;
    background-image:url(images/contentTop.png);
}
#contentRepeat{
    width:850px;
    background-image:url(images/contentRepeat.png);
    overflow:visible;
}
#contentBottom{
    /*clear:both;*/
    width:850px;
    height:154px;
    background-image:url(images/contentBottom.png);
}
#contentBottomText{
padding-top:30px;
padding-left:25px;
padding-right:25px;
}

#copy{
    padding:10px 30px 10px 30px;
}

#banner{
    background-image:url(images/banner.png);
    width:850px;
    height:75px;
}



