@charset "utf-8";
/* Tim Davies Homepage CSS Document */

@import "timdavies-common.css";

body { background: url(images/background/homepage-landing-bg-01.jpg) no-repeat top center; }

body#homeBG1 { background: url(images/background/homepage-landing-bg-01.jpg) no-repeat top center; }
body#homeBG2 { background: url(images/background/homepage-landing-bg-02.jpg) no-repeat top center; }


/* Content Container */
#contentcontainer { padding: 102px 0; border-left: 16px solid #fff; border-right: 16px solid #fff; max-width: 1400px; margin: 0 auto; }
#contentcontainer #copycontainer { background: url(images/home-blackarea-bg.png) repeat; height: 238px; padding: 48px 0 0 0; }
#contentcontainer #copycontainer .blockcontainer { width: 898px; }

#newscontainer { margin: 2px 0 0 0; height: 53px; background: url(images/home-blackarea-bg.png) repeat; }
#newscontainer .blockcontainer { padding: 0 0 0 96px; width: 802px; }
#newscontainer ul { width: 802px; height: 53px; margin: 0; padding: 0; list-style: none; position: relative; }
#newscontainer li { height: 53px; font-weight: bold; font-size: 108%; position: absolute; top: 10px; left: 0; }
#newscontainer li a { color: #fff; display: block; }
#newscontainer li a strong { color: #acacac; }
#newscontainer li a:hover { color: #c2702a; }


/* Home Left */
#leftcolumn { float: left; width: 504px; padding: 0 0 0 96px; }
#leftcolumn a { display: block; width: 490px; height: 46px; margin-bottom: 18px; text-decoration: none; }
#leftcolumn a.aboutus { background: url(images/home-link-aboutUs.gif) no-repeat; }
#leftcolumn a.ourservices { background: url(images/home-link-ourServices.gif) no-repeat; }
#leftcolumn a.ourportfolio { background: url(images/home-link-ourPortfolio.gif) no-repeat; }
#leftcolumn a.employment { margin-bottom: 0; background: url(images/home-link-employment.gif) no-repeat; }


/* Right Contents */
#rightcolumn { float: right; width: 282px; height: 220px; background: url(images/home-rightcontent.gif) no-repeat top left; }
#rightcolumn h2 { display: none; }


