﻿*
{
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: Arial;
    font-size: 14px;
    color: #666;
}

td
{
    vertical-align: top;
    padding: 7px;
}

a
{
    text-decoration: none;
    color: #477F3D;
    outline: none;
}

h1, h2
{
    font-size: 26px;
    letter-spacing: -2px;
    color: #033A07;
}

h3
{
    margin-bottom: 25px;
}

h3
{
    font-size: 16px;
    letter-spacing: -1px;
    color: #477F3D;
}

p
{
    color: #666;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

ul
{
    margin-left: 35px;
}

li
{
    color: #477F3D;
    margin-bottom: 10px;
}

#MainWrap
{
    width: 960px;
    margin: 0 auto;
}

#MainWrapInner
{
    width: 960px;
}

#TopNavigation
{
    text-align: right;
}

#TopNavigation ul
{
    width: 150px;
    float: left;
}

#TopNavigation ul li
{
    text-align: left;
    margin-bottom: 0;
}

#TopNavigation a
{
    margin-left: 5px;
    font-size: 12px;
    color: #000;
}

#TopNavigation a:hover
{
    text-decoration: underline;
}

#Header
{
    margin-top: 30px;
}

a.Logo
{
    height: 82px;
    width: 166px;
    float: left;
    background-image: url(Images/Logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.HeaderRight
{
    width: 370px;
    float: right;
}

.HeaderRight .Left
{
    float: left;
    margin-top: 8px;
}

.HeaderRight .Left .Number
{
    font-size: 38px;
    letter-spacing: -2px;
    color: #043E0A;
    font-weight: bold;
}

.HeaderRight .Left .Email
{
    color: #477F3D;
    width: 230px;
    float: left;
}


.HeaderRight .Right
{
    float: right;
}

.HeaderRight .Right ul
{
}
.HeaderRight .Right ul li
{
    margin-bottom: 2px;
}

#HeaderInfo
{
    text-align: right;
    font-weight: bold;
    float: right;
    margin-top: 25px;
}

#HeaderInfo a
{
    font-weight: normal;
    text-decoration: none;
}


#Navigation
{
    float: left;
    margin-top: 10px;
    height: 63px;
}

.NavigationButton
{
    background-image: url(Images/HomeIcon.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 58px;
    height: 48px;
    float: left;
}

.NavigationButtonActive, .NavigationButton:hover
{
    background-position: left -48px;
}

#NavigationMenus
{
    height: 38px;
    margin-top: 10px;
    background-image: url(Images/MenuBackground.png);
    background-position: left top;
    background-repeat: repeat-x;
    width: 902px;
    float: left;
}

#NavigationMenus #PostcodeSearch span
{
    padding: 9px 9px 0px 9px;
    color: #fff;
    font-size: 12px;
    display: block;
}

#NavigationMenus #PostcodeSearch
{
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
}

#NavigationMenus li
{
    float: left;
    list-style-type: none;
}


ul#topnav
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
ul#topnav li
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative; /*--Important--*/
}
ul#topnav li a
{
    float: left;
}
ul#topnav li:hover a, ul#topnav li a:hover
{
    background-position: left bottom;
    background-color: #195223;
}
/*--Hover State--*/

ul#topnav a
{
    background: url(MenuBackground.png) no-repeat;
    color: #fff;
    padding: 12px 10px 11px 10px;
    border-right: solid 1px #2f6626;
    font-size: 12px;
}

ul#topnav li .sub
{
    position: absolute; /*--Important--*/
    top: 38px;
    left: 0;
    background: #fff url(sub_bg.png) repeat-x; /*--Background gradient--*/
    padding: 5px 5px 5px;
    float: left;
    border: solid 3px #033A07;
    border-top: solid 0px #033A07;
    display: none; /*--Hidden for those with js turned off--*/
    z-index: 999;
}
ul#topnav li .row
{
    /*--If needed to break out into rows--*/
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul#topnav li .sub ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
}
ul#topnav .sub ul li
{
    width: 100%; /*--Override parent list item--*/
    color: #fff;
}
ul#topnav .sub ul li h2
{
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: -1px;
    color: #477F3D;
}
ul#topnav .sub ul li h2 a
{
    /*--Sub nav heading link style--*/
    padding: 10px 0;
    background-image: none;
    color: #033A07;
}
ul#topnav .sub ul li a
{
    float: none;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    height: auto; /*--Override height from parent list item--*/
    background: url(Images/SubMenu_Arrow.gif) no-repeat 5px center;
    padding: 7px 5px 7px 20px;
    display: block;
    text-decoration: none;
    border-right: solid 0px #033A07;
    color: #000;
    border-bottom: solid 1px #d4e7b2;
    font-family: Arial;
}
ul#topnav .sub ul li a:hover
{
    color: #000;
    background-color: #ecf3df !important;
}

#NavigationMenus #PostcodeSearch, #NavigationMenus #PostcodeSearch *
{
    float: right;
}

#PostcodeSearch input
{
    margin-top: 4px;
    padding: 4px 3px 3px 3px;
    width: 75px;
    border: 0;
    height: 18px;
    background-image: url(Images/PostcodeBackground.png);
}

#PostcodeSearch .PostcodeButton
{
    background-image: url(Images/PostcodeButton.png);
    background-position: left -22px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    padding: 0px;
    margin: 6px 3px 0px 3px;
}

#PostcodeSearch .PostcodeButton:hover
{
    background-position: left top;
    background-image: url(Images/PostcodeButton.png);
}

#PostcodePopup
{
    display: none;
    height: 0px;
    border-bottom: solid 5px #074D1B;
    text-align: left;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    width: 950px;
    background-image: url(Images/PostCodeDropDownBackground.png);
    background-repeat: repeat-x;
    overflow: hidden;
    z-index: 50;
}

#PostcodePopup .TestHeader
{
    font-size: 18px;
    width: 370px;
    margin-bottom: 5px;
    display: block;
}

#PostcodeShadow
{
    background-image: url(Images/PostCodeDropDownTopShadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    margin: 0px;
}

#map_canvas
{
    float: left;
    margin: 5px;
}

#PostcodeHtml
{
    float: left;
    padding: 5px;
    width: 390px;
    overflow: hidden;
}

#PostcodeLeft
{
    background-image: url(Images/PostCodeRightShadow.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    float: left;
    width: 660px;
}

#PostcodeRight input, #PostcodeRight textarea
{
    font-family: inherit;
    padding: 3px;
    font-size: 12px;
    border: solid 1px #000;
}

#PostcodeRight .Submit
{
    float: right;
}

#PostcodeRight td
{
    color: #477F3D;
}

#ContentCenterColumn
{
    width: 670px;
    margin-right: 10px;
    float: left;
}

#ContentCenterColumn p
{
    display: block;
    line-height: 20px;
    letter-spacing: 0px;
}

#ContentCenterColumn ul
{
    margin-bottom: 10px;
}


#ContentRightColumn
{
    float: left;
    margin-left: 20px;
    width: 260px;
}

#ContentRightColumn .Gadget
{
    border: 5px solid #033A07;
    margin-bottom: 12px;
    padding: 10px;
}

#ContentRightColumn .Tip
{
    height: auto;
    border: 5px solid #477F3D;
    padding: 10px 10px 0 10px;
    background-color: #477F3D;
    float: left;
    width: 230px;
}

#ContentRightColumn .Tip .SpeechMarks
{
    width: 18%;
    height: 30px;
    float: left;
    background: url(Images/Speech.png) 0 0 no-repeat;
}

#ContentRightColumn .TipsBottomLeft
{
    width: 24px;
    height: 25px;
    background: url(Images/TipsLeftBg.png) 0 0 no-repeat;
    float: left;
}

#ContentRightColumn .Tip p
{
    color: #FFF;
    width: 82%;
    float: right;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
}


#ContentRightColumn .TipBottom
{
    float: right;
    background-color: #043E0A;
    width: 80%;
    margin-top: 7px;
    padding: 8px;
    color: #FFF;
    font-size: 17px;
}

#ContentRightColumn .TipsBottomRight
{
    clear: both;
    width: 13px;
    height: 14px;
    background: url(Images/TipRightBg.png) 0 0 no-repeat;
    float: right;
}



#ContentRightColumn .Gadget p
{
    line-height: 15px;
    margin-top: 10px;
}

#ContentRightColumn .Gadget input
{
    font-family: inherit;
    padding: 3px;
    font-size: 12px;
    border: solid 1px #000;
}

.ImageHeader
{
    width: 660px;
    border: solid 4px #DCE6DB;
    background-repeat: no-repeat;
    background-position: center center;
    height: 206px;
    padding: 5px;
    margin-bottom: 20px;
}



#FooterNav
{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

#FooterNav .Links
{
    float: left;
    margin-top: 15px;
}

#FooterNav .Links a
{
    color: #033c09;
    margin-right: 15px;
}


#FooterNav a.TopButton
{
    width: 58px;
    height: 48px;
    float: right;
    background: url(Images/TopButton.png) 0 0 no-repeat;
}

#FooterNav a.TopButton:hover
{
    background-position: 0 -48px;
}

#Footer
{
    width: 100%;
    height: auto;
    float: left;
    background-color: #E8EBE6;
    border-top: 4px solid #033c09;
}

.FooterWaterMark
{
    float: right;
    background: url(Images/FooterIcon.png) no-repeat;
    height: 80px;
    width: 127px;
    margin-right: 15px;
}


#Copy
{
    padding-bottom: 50px;
    background-image: url(Images/FooterIcon.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#Copy p
{
    color: #afafaf;
    display: block;
    line-height: 18px;
}

.CircleButton
{
    background-image: url(Images/CircleButton.png);
    background-position: left -39px;
    background-repeat: no-repeat;
    width: 46px;
    height: 39px;
    float: right;
    text-indent: -9999px;
}

.CircleButton:hover
{
    background-position: left 0px;
}

.Clear
{
    clear: both;
}

.SubText
{
    font-size: 12px;
    color: #afafaf;
}

.AjaxLoader
{
    padding-left: 20px;
    background-position: left top;
    background-image: url(Images/AjaxLoader.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
}

.TestimonialText
{
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 35px;
    display: block;
    width: 600px;
    text-align: right;
    float: right;
    margin-top: 30px;
    color: #033A07;
}

.FooterBox, .FooterLastBox
{
    float: left;
    border: solid 5px #D3D8D0;
    width: 280px;
    margin-top: 10px;
    margin-right: 14px;
    padding: 10px;
    height: 240px;
    background: #fff url(Images/PostcodeBoxBackground.png) repeat-x scroll bottom left;
}

.FooterLastBox
{
    margin-right: 0px;
    float: right;
}



.Invalid
{
    border: solid 1px #f00 !important;
}

#accordion .Expanded
{
    background-position: right top;
    background-image: url(Images/AjaxLoader.gif);
    background-repeat: no-repeat;
}

#accordion .Collapsed
{
    background-position: right top;
    background-image: url(Images/AjaxLoader.gif);
    background-repeat: no-repeat;
}

#accordion div
{
    overflow: hidden !important;
}


#SplashScreen
{
    float: left;
    width: 950px;
    height: 345px;
    border: solid 5px #D3D8D0;
    position: relative;
}

#SplashScreen .Slide
{
    position: absolute;
    width: 950px;
    height: 345px;
}

#SplashScreen .Thumbs
{
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(Images/InsideSplashScreenBackground.png);
    height: 345px;
    width: 143px;
}

#SplashScreen .ThumbInfo
{
    height: 95px;
    width: 250px;
    background-image: url(Images/TransBlack.png);
    position: absolute;
    padding: 5px;
}

#SplashScreen .Thumb
{
    width: 100px;
    height: 100px;
    margin: 7px;
    background-position: left 0px;
    background-repeat: no-repeat;
    border: solid 3px #D3D8D0;
    background-color: #fff;
    cursor: pointer;
}

#SplashScreen .ThumbOver
{
    border: solid 3px green;
    background-position: left -100px;
}


#SubSplash
{
    width: 230px;
    height: 230px;
    position: relative;
}

#SubSplash .Slide
{
    width: 230px;
    height: 230px;
    position: absolute;
}

.x
{
    background: #fff url(Images/PostcodeExample.png) no-repeat scroll bottom right;
    display: block;
    padding-right: 100px;
    font-size: 14px;
    line-height: 24px;
    color: #477F3D;
    margin-bottom: 10px;
    color: #033A07;
}

.x2
{
    background: #fff url(Images/PostcodeBoxBackground.png) repeat-x scroll top left;
    padding: 10px;
    margin: 0px -10px -10px -10px;
}

.PriceList tr td
{
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

.PriceList tr th
{
    color: #000;
}

.PriceList .Header
{
    background-color: #043E0A;
    text-align: left;
    color: White;
    font-size: 16px;
}

.PriceList h3
{
    margin-top: 9px;
    margin-bottom: 9px;
}

.PriceList .FirstCol
{
    text-align: left;
}

.TreeList h3
{
    margin-bottom: 0px;
}

.SearchBox
{
    background: #fff url(Images/SearchBg.png) repeat-x scroll top left;
    width: 190px;
    border: solid 1px #000;
    margin: 0px;
    padding: 4px;
    float: left;
}

.SearchButton
{
    background: #fff url(Images/SearchButton.png) repeat-x scroll top left;
    height: 22px;
    width: 22px;
    border: none;
    cursor: pointer;
    float: right;
    padding: 4px;
}

#tabs > ul li
{
    float: left;
    list-style: none;
}

#tabs > ul li a {
    display: block;
    padding: 5px 9px;
}

.ui-tabs-hide
{
    display: none;
}

.ui-tabs-selected
{
    background-color: #043E0A;
}

.ui-tabs-selected a
{
    color: #fff;
    display: block;
    padding: 5px 9px;
}

.ui-tabs-nav
{
    border-bottom: solid 1px #043E0A;
    height: 26px;
}

.NewsFlash
{
    border: solid 5px #D3D8D0;
    padding: 5px;
    background-color: #E8EBE6;
}

.NewsFlash h2
{
    margin-bottom: 4px;
}

.NewsFlash p
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}