﻿body, h1, h2, h3, h4, h5, p, ul, li{margin:0; padding:0;}

body {
    width:100%;
    height:100%;
    font-family:Verdana;
    min-width:960px;
    font-size:12px;
    background:#000000;
    position:relative;
}
    
.centered{
    width:960px;
    margin:0 auto;
    text-align:left;
    position:relative;
    z-index:3000;
} 

a img{ border:none; }  

.content a, .contactPage a { color:#B00000; text-decoration:none; }

.content a:hover, .contactPage a:hover { color:#FF0E0E; } 

#bg{
    position:absolute;
    z-index:99999;
    } 

.tired{
    position:absolute;
    top:0;
    margin-left:300px;
    padding:30px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    background:#000 url(images/arrow.gif) no-repeat top right;
    z-index:1000000;
    width:300px;
    color:White;
    }
    
.tired h1{
    font-size:20px;
    margin:0 0 10px 0;
    color:White;
    }
    
.tired p{
    line-height:20px;
    font-size:10px;
    }     
    
.tired img{
    margin-right:10px;
    position:relative;
    top:3px;
    }  
    
.tired a{
    color:#ccc;
    text-decoration:underline;
    }  
    
.tired a:hover{
    color:White;
    }           

/* THE TOP NAVIGATION */

.topHeader .topNav{
    float:right;
    display:block;
    margin-top:10px;
    }
    
.topHeader .topNav li{
    display:inline;
    padding:0 0 0 20px;
    }
    
.topHeader .topNav li a{
    color:#AAA;
    font-size:10px;
    text-decoration:none;
    }  

.topHeader .topNav li a:hover{
    color:#FFF;
    }  

.topHeader .topNav li a img{
    position:relative;
    top:5px;
    }

.topHeader .topNav .javascriptOFF{
    position:relative;
    left:10px;
    }

/* THE HEADER */

.header{
    width:100%;
    min-width:960px;
    height:125px;
    background:url(images/header.gif) repeat-x center top;
    position:relative;
    z-index:7000;
    }
    
.topHeader{
    height:40px;
}

.topHeader .title{
    margin-top:15px;
    display:block;
    float:left;
    }
    
.bottomHeader{
    height:85px;
}

.bottomHeader .logo{
    width:130px;
    height:85px;
    display:block;
    float:left;
    margin:0 20px 0 0;
    background:url(images/logo.png) no-repeat 0 0;
    } 
    
.bottomHeader .logo:hover{
    background:url(images/logo.png) no-repeat 0 -85px;
    }        
    
.bottomHeader .bottomNav{
    display:block;
    float:left;
    margin:35px 40px 0 0;
    }  
    
.bottomHeader .design{
    background:url(images/design.png) no-repeat 0 0;
    width:75px;
    height:15px;
    }  

.bottomHeader .design:hover{
    background:url(images/design.png) no-repeat 0 -15px;
}
    
.bottomHeader .programming{
    background:url(images/programming.png) no-repeat 0 0;
    width:135px;
    height:15px;
    }  

.bottomHeader .programming:hover{
    background:url(images/programming.png) no-repeat 0 -15px;
    }  
    
.bottomHeader .marketing{
    background:url(images/marketing.png) no-repeat 0 0;
    width:110px;
    height:15px;
    }              

.bottomHeader .marketing:hover{
    background:url(images/marketing.png) no-repeat 0 -15px;
    }  
    
.bottomHeader .contactInfo{
    float:right;
    text-align:right;
    font-size:10px;    
    } 
    
.bottomHeader .contactInfo .phone{
    margin:25px 0 0 0;
    display:block;
    }         

.bottomHeader .contactInfo a{
    color:#AAA;
    text-decoration:none;
    }
    
.bottomHeader .contactInfo a:hover{
    color:#FFF;
    }       

/* THE CONTENT AREA */

.white{
    background:url(images/whiteBackground.jpg) repeat-x #FFFFFF !important;
}

.content{
    width:100%;
    min-width:960px;
    padding-bottom:25px;
    line-height:18px;
    background:url(images/background.jpg) repeat-x center top #d3dde9;
    min-height:500px;
}  

.content .centered{
    padding-top:25px;
    }

.splashImage{
    width:960px;
    height:300px;
    margin:0 auto 15px;
    position:relative;
    }
    
.content .leftCol{
    width:680px;
    float:left;
    border-right:1px solid #aaa;
    padding-right:20px;
    text-align:justify;
}

.content .rightCol{
    width:240px;
    float:right;
    }    
    
/* SIDE NAVIGATION */
    
.subNav ul li{
    list-style-type:none;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;    
    }
    
.subNav ul li a{
    background:url(images/diamond.png) 6px 10px no-repeat;
    padding:5px 5px 5px 20px;
    display:block;
    color:Black;
    font-weight:bold;
    }
    
.subNav ul li a.active{ color:#FF0000; }             
    
.rightCol h2{
    margin-top:15px;
    margin-bottom:10px;
    }    
    
/* LEFT COLUMN */

.leftCol p{
    margin:0 0 10px 0;
    }    
    
.leftCol h1{
    font-size:24px;
    margin:0 0 15px 0;
    } 
    
.leftCol h2{
    font-size:18px;
    margin:0 0 15px 0;
    }    

.easel{
    float:right;
    position:relative;
    background:url(images/sketch/sketchEasel.png);
    margin:0 0 20px 30px;
    display:block;
    height:499px;
    width:225px;
}
    
.easel img{
    display:none;
    }
    
.easel:hover img { display:block; }        
    
/* TESTIMONIALS */

.customerTestimonial{
    margin-bottom:15px;
    border-bottom:1px solid #AAA;
}   
    
.customerTestimonial .date{
    font-size:10px;
    font-weight:bold;
    }    
    
.customerTestimonial h2{
    font-size:14px;
    margin:15px 0;
    }     
    
/* TEAMMATES */

.teammate{
    border-bottom:1px solid #AAA;
    }

.teammate h2{
    margin:5px 0;
    text-align:right;
    }    
    
.teammate h3
{
	color:Gray;
    margin:5px 0;
    text-align:right;
    }    
    
.portfolioItem{
    width:640px;
    height:100px;
    background:url(images/portfolioItem.jpg) no-repeat top left;
    padding:20px;
    color:White;
    margin:0 0 15px 0;
    position:relative;
    }    
    
.portfolioItem .fullsize, .portfolioItem .bumpbox{
    float:left;
    display:block;
    }  
    
.portfolioItem .fullsize img, .portfolioItem .bumpbox img{
    visibility:hidden;
    }   
    
.portfolioItem .fullsize:hover img, .portfolioItem .bumpbox:hover img {
    visibility:visible;
    }       
    
.portfolioItem .info{
    width:305px;
    float:right;
    }    
    
.portfolioItem h2{
    font-size:14px;
    border-bottom:1px solid #151515;
    padding-bottom:5px;
    margin:0;
    }    
    
.portfolioItem label{
    color:#AAA;
    font-size:10px;
    margin-right:10px;
    } 

.portfolioItem p{
    margin:7px 0 0 0;
    font-size:10px;
    } 
    
.hero365{
    background:url(images/hero365.jpg) no-repeat top left;
    }
    
.imc4cnc{
    background:url(images/imc4cnc.jpg) no-repeat top left;
    }

.carepets{
    background:url(images/carepets.jpg) no-repeat top left;
    }
    
.mckinney{
    background:url(images/mckinney.jpg) no-repeat top left;
    }    
        
.rockefeller{
    background:url(images/rockefeller.jpg) no-repeat top left;
    }

.lounews{
    background:url(images/louisvillenews.jpg) no-repeat top left;
    }  
    
.chromres{
    background:url(images/chromres.jpg) no-repeat top left;
}  

.hughes{
    background:url(images/hughes.jpg) no-repeat top left;
}    
    
.aesthetics{
    background:url(images/aesthetics.jpg) no-repeat top left;
}    

.tenkids{
    background:url(images/tenkids.jpg) no-repeat top left;
}  
    
.denios{
    background:url(images/denios.jpg) no-repeat top left;
}  

.starks{
    background:url(images/starks.jpg) no-repeat top left;
}  

.beeson{
    background:url(images/beeson.jpg) no-repeat top left;
    }
    
.watsu{    
    background:url(images/watsu.jpg) no-repeat top left;
    }
    
.caudill{    
    background:url(images/caudill.jpg) no-repeat top left;
    }

.staffing{    
    background:url(images/staffing.jpg) no-repeat top left;
    }    
        
/* SPLASH IMAGES */

.wave{
    background:url(images/wave.jpg) no-repeat;
    width:960px;
    height:300px;
    position:relative;
    }  
    
.wave p{
    color:White;
    font-weight:bold;
    font-size:12px;
    position:absolute;
    top:185px;
    left:30px;
    width:340px;
    text-shadow:#000 2px 2px 4px;
    line-height:22px;
    }   
    
.wave .waveCall{
    display:block;
    position:absolute;
    background:url(images/waveCall.png) no-repeat;
    height:43px;
    width:223px;
    top:140px;
    left:710px;
}

.wave .waveCall img{
    display:none;
    }
    
.wave .waveCall:hover{
    background-image:none;    
    }
    
.wave .waveCall:hover img{
    display:block;
    }
    
/* HOME PORTFOLIO */

.homePortfolio{
    margin:0 0 25px 0;
    }

.portfolioHeader{
    display:block;
    background:url(images/portfolioHeader.png) no-repeat;
    width:454px;
    height:65px;
    position:relative;
    text-decoration:none;
    margin-bottom:10px;
    }  

.content .portfolioHeader:hover{
    text-decoration:none;
    }
    
.content .portfolioHeader:hover span.subheader{
    color:#B00000;
    }     
    
.subheader{
    top:40px;
    position:absolute;
    font-size:10px;
    left:73px;
    color:#000;
    text-decoration:none;    
    }  
    
.subheader:hover{
    text-decoration:none;
    }    
    
.portfolioExample{
    float:left;
    display:block;
    margin:0 35px 0 0;
    }    
    
.portfolioExample img{
    border:1px solid #000;
    }   
    
/* HOME TESTIMONIAL */

.homeTestimonial{
    float:left;
    width:480px;
    position:relative;
    } 
    
.homeTestimonial .paging a{
    font-weight:bold;
    }
    
.homeTestimonial .next{
    position:absolute;
    top:275px;
    left:275px;
    }

.homeTestimonial .prev{
    position:absolute;
    top:275px;
    left:130px;
    }

.theTestimonial{
    vertical-align:middle;
    display:none;
    }

.theTestimonials{
    height:350px;
    position:relative;
    background:url(images/bubble.png) no-repeat top left;
    width:480px;
    }

.testimonialHeader{
    display:block;
    background:url(images/testimonialHeader.png) no-repeat;
    width:454px;
    height:65px;
    position:relative;
    text-decoration:none;
    margin-bottom:10px;
    }
    
.content .testimonialHeader:hover{
    text-decoration:none;
    }    
    
.content .testimonialHeader:hover span.subheader{
    color:#B00000;
    }     
    
.homeTestimonial p{
    margin:0 20px 0 0;
    text-align:justify;
    }    
    
.homeTestimonial h2{
    font-size:14px;
    margin:10px 20px 0 0;
    }    

/* HOME NEWS */

.homeNews{
    float:right;
    width:480px;
    }
    
.newsHeader{
    display:block;
    background:url(images/newsHeader.png) no-repeat;
    width:454px;
    height:65px;
    position:relative;
    text-decoration:none;
    margin-bottom:10px;
    } 
    
.content .newsHeader:hover{
    text-decoration:none;
    }       
    
.content .newsHeader:hover span.subheader{
    color:#B00000;
    } 
    
.rssFeed{
    position:relative;
    left:15px;
    }
    
.rssFeed td{
    border-bottom:1px dashed #aaa;
    padding:10px 0;
    font-weight:bold;
    }    

/* CONTACT PAGE */
    
.contactForm{
    position:relative;
    z-index:6000;
    width:364px;
    float:left;
    padding:0 0 0 10px;
    margin:0 15px 20px 0;
    }
    
.contactFormTop{
    width:374px;
    background:url(images/contactBubbleTop.gif) no-repeat top left;
}

.contactFormContent{
    width:374px;
    background:url(images/contactBubbleContent.gif) repeat-y top left;
    }
    
.contactFormBottom{
    width:374px;
    height:110px;
    background:url(images/contactBubbleBottom.gif) no-repeat top left;
    } 
    
.touch{
    width:350px;
    height:65px;
    background:url(images/touch.png) no-repeat top left;
    display:block;
    padding:0 0 10px 0;
    position:relative;
    margin-left:10px;
    }
    
.contactForm .sendMessage{
    display:block;
    float:right;
    margin:0 16px 10px 0;
    background:url(images/sendMessage.png) no-repeat top left;
    width:156px;
    height:43px;
    border:none;
    }
    
.contactForm .sendMessage:hover{
    background:url(images/sendMessageActive.png) no-repeat top left;
}
    
.contactForm label{
    display:block;
    float:left;
    width:100px;
    text-align:right;
    margin:0 5px 10px 0;
    padding:3px 0 0 0;
    }    
    
.contactForm input{
    display:block;
    float:left;
    width:240px;
    margin:0 5px 10px 0;
    }    

.contactForm select{
    display:block;
    float:left;
    width:244px;
    margin:0 5px 10px 0;
    }  
    
.contactForm textarea{
    display:block;
    float:left;
    width:240px;
    margin:0 5px 10px 0;
    height:100px;
    } 
    
    
.hearFrom{
    width:490px;
    height:65px;
    background:url(images/hearFrom.png) no-repeat;
    position:relative;
    }    
    
.hearFrom .subheader{
    left:63px;
}            
    
.contactInformation{
    margin:20px 0 0;
    }    
    
.contactInformation .contactUs{
    background:none;
    margin:0 0 0 20px;
    float:left;
    width:260px;
    }         
    
.contactInformation .portalBig{
    background:url(images/portalBig.png) no-repeat top left;
    padding:0 0 35px 50px;
}

.contactInformation .webMail{
    background:url(images/webmail.png) no-repeat top left;
    padding:0 0 35px 50px;
}

.contactInformation .controlPanel{
    background:url(images/control.png) no-repeat top left;
    padding:0 0 35px 50px;
}

.contactInformation .mail{
    background:url(images/contact2.png) no-repeat top left;
    padding:0 0 35px 50px;
}

.contactInformation .talk{
    background:url(images/talk.png) no-repeat top left;
    padding:0 0 35px 50px;
} 
        
/* THE FOOTER */

.footer{
    width:100%;
    min-width:960px;
    height:323px;
    background:url(images/footer.gif) repeat-x center top;
    position:relative;
    z-index:7000;
    color:White;
}    

.footer a{
    color:#aaa;
    text-decoration:none;
    }
    
.footer a:hover{
    color:#fff;
    }  

.footerContent{
    width:960px;
    height:288px;
    background:url(images/footerBackground.jpg) no-repeat top center;
    }
    
.footerStuff{
    float:left;
    margin-top:20px;
    }


/* FOOTER ICONS */

.footerIcons{
    height:35px;
    }    
    
.footerIcons ul{
    width:960px;
    }    

.footerIcons ul li{
    list-style-type:none;
    display:block;
    float:left;
    }            
    
.footerIcons ul li a{
    display:block;
    height:19px;
    padding:4px 0 0 30px;
    margin:6px 30px 0 0;
    float:left;
    }  
    
.wordpress{
    background:url(images/wordpress.png) no-repeat top left;
    }

.facebook{
    background:url(images/facebook.png) no-repeat top left;
    }
    
.twitter{
    background:url(images/twitter.png) no-repeat top left;
    }
    
.linkedin{
    background:url(images/linkedin.png) no-repeat top left;
    }
    
.rss{
    background:url(images/rss.png) no-repeat top left;
    }

.portal{
    background:url(images/portal.png) no-repeat top left;
    }
    
/* SITE MAP */

.footerContent .siteMap{
    width:210px;
    background:url(images/sitemap.png) no-repeat top left;
    }
    
.footerContent .siteMap ul{
    margin:35px 0  0 0;
    }    

.footerContent .siteMap ul li{
    list-style-type:none;
    font-size:12px;
    }

.footerContent .siteMap ul li a{
    display:block;
    background:url(images/diamond.png) no-repeat center left;
    height:15px;
    padding-left:15px;
    color:#aaa;   
    text-decoration:none;
    margin:13px 0;
    }        

.footerContent .siteMap ul li a:hover{
    color:#fff;
}
    
/* LEARN MORE */    
    
.footerContent .learnMore{
    margin-right:90px;
    margin-left:80px;
    width:345px;
    background:url(images/learnmore.png) no-repeat top left; 
    }
    
.footerContent .learnMore .blogPost{
    margin:35px 0 0 0;
    }       

.footerContent .learnMore .rssFeed{
    position:relative;
    left:0;
}

.footerContent .learnMore .rssFeed td{
    border-bottom:1px solid #000;
    }
    
.footerContent .learnMore p{
    line-height:20px;       
    margin-top:10px;
    text-align:justify;
    }
    
.footerContent .learnMore a{
    margin:0 0 5px 0;  
    font-size:12px;
    font-weight:bold;
    }
    
.footerContent .learnMore span{
    font-size:10px;      
    display:block;
    margin:5px 0 15px 0;
    color:#ccc;
    }    
    
.footerContent .learnMore ul li{
    list-style-type:none;
    }        
                
/* CONTACT US */  
               
.contactUs{
    width:235px;
    background:url(images/contactus.png) no-repeat top left;
    line-height:20px; 
    float:right;   
    }    
    
.contactUs ul{
    margin:35px 0 0 0;
    }     
    
.contactUs ul li{
    list-style-type:none;
    font-size:12px;
    display:block;
    text-decoration:none;
    padding:5px 0 10px 50px;
    margin-bottom:10px;
    }      
    
.contactUs ul .mail{
    padding:0 0 5px 50px;
    }

.contactUs ul .talk{
    padding:0 0 5px 50px;
    }
    
.mail{
    background:url(images/contact.png) no-repeat top left;
    }
    
.talk{
    background:url(images/talk.png) no-repeat top left;
    }
    
.google{
    background:url(images/google.png) no-repeat top left;
    }    
    
.ValSum ul li{
    list-style-type:none;
    display:block;
    padding:5px;
    background:#B00000;
    border:1px solid Red;
    color:White;
    font-weight:bold;
    font-size:12px;
    margin:0 10px 7px 10px;
    text-align:center;
    }  
    
.ValSum ul{
    margin-bottom:15px;
    }      
    
/* SKETCHES */

.sketch{
    z-index:9999;
    }

.sketchHeader{
    background:url(images/sketch/sketchHeader.jpg) top left no-repeat;
    width:960px;
    height:125px;
    position:absolute;
    top:0;
    left:0;
    }  
    
.sketchContent{
    background:url(images/sketch/sketchContent.jpg) top left no-repeat;
    width:960px;
    height:900px;
    position:absolute;
    top:0;
    left:0;
}
    
.sketchFooter{
    background:url(images/sketch/sketchFooter.jpg) top left no-repeat;
    width:960px;
    height:323px;
    position:absolute;
    top:0;
    left:0;
    }
    
/* CAREERS PAGE */

.requirements{
    margin:0 0 15px 30px;
    }
    
.requirements li{
    margin:0 0 10px 0;
    }    

  
/* NEWSLETTER */

.newsletter{
    position:relative;
    margin:20px 0;
    }

.newsletter h5{
    font-size:12px;
    color:Red;
    margin:0 0 5px 0;
}

.newsletter-text{
    width:130px;
    margin-right:10px;
    }

.newsletter input{
    float:left;
    }  

.newsletter-button{
    background:url(images/signUp.png) no-repeat top left;
    border:none;
    width:81px;
    height:27px;
    }

div.overlabel-wrapper{
    position:relative;
    }
    
label.overlabel-apply {
	color:#999999;
	left:5px;
	position:absolute;
	top:2px;
	z-index:1;
	font-size:10px;
}

label.overlabel{
    display:none;
    }

label {
	cursor:default;
}
     
/* BLOG */

.post{ margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #CCC; }     

.leftCol .post h2{ font-size:16px; margin:0; }

.post h2 a{
    display:block;
    height:38px;
    padding-left:70px;
    background:url(images/wave.png) no-repeat top left;
    padding-top:12px;
}

.post .entry{
    margin: 15px 0px;
    padding:20px;
    background:White;
    border:1px solid #CCC;
    }
    
.post .date{
    margin:-15px 0 0 70px;
    }
    
/* SEND APPLICATION / HIRING */

.sendApp{
    width:182px;
    height:43px;
    background:url(images/sendApp.png) top left no-repeat;
    display:block;
    float:right;
    }

.sendApp img{
    display:none;
    }    
    
.sendApp:hover{
    background:none;
    }    
    
.sendApp:hover img{
    display:block;
    }    
    
.topHeader .topNav li .hiring{
    font-weight:bold;
    color:#FF0000;
    }
    
/* NEW HOME PAGE */

.quote{
    width:400px;
    float:left;
    margin-right:30px;
    margin-top:40px;
    }
    
.quoteButton{
    float:left;
    display:block;
    }
    
.secondCall{
    display:block;
    float:left;
    margin:15px 0 0 5px;
    }

.quoteButtonDiv{
    margin-top:15px;
    }
    
.extraText{
    margin-top:15px;
    }  
    
.newportfolio{
    float:left;
    width:510px;
    } 
    
.roundabout-holder{
    top:140px;  
    }
    
.moveable{
    width:200px;
    height:266px;
    }    
    
.topCall{
    height:300px;
    }    