/* main layout */
body
{
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;
}
form.aspnet
{
    background: transparent url(/style_images/topbg900.png) repeat-x top center;
  position:absolute;
  width:100%;
  min-height:100%;
  left:0;
}
a img{border:none;}
.container
{
    margin:0 auto 200px auto;
    padding:0;
    width:900px;
    min-height:350px;
    position:relative;
}
/* Content */
table{padding:5px;}

.content
{
    clear:both;
    background:#ffffff;
    padding:10px;
    min-height:100%;
}
object{padding:5px;}
#header
{
    width:900px;
    height:171px;
    background:white url(/style_images/header900.jpg) repeat-x top center;
    float:left;
}

/* Main Headings */
.white {color:#ffffff;}
.black{color:#000000;}
.darkgreen {color:#116154;}
.lightgreen {color:#AFC61F;}
.darkgreenline {border-bottom:solid #116154 10px;}
.lightgreenline {border-bottom:solid #AFC61F 10px;}

h1,h1 a{
    font-family:/*Arial Black,*/Arial, sans-serif;
    color:#16393A;
    padding:0;
    margin:0;
    text-decoration:none;
    font-size:1.5em;
}
h2,h2 a{
    font-family:/*Arial Black,*/Arial, sans-serif;
color:#AFC61F;
    padding:0;
    margin:0;
    text-decoration:none;
  font-size:1.2em;
}
h3,h3 a{
    font-family:/*Arial Black,*/Arial, sans-serif;
    font-weight:bolder;
    letter-spacing:-1px;
    color:#16393A;
    padding:0;
    margin:0;
    text-decoration:none;
}
h4,h4 a{
    font-family:Arial, sans-serif;
    color:#16393A;
    padding:0;
    margin:0;
    text-decoration:none;
}
h3{font-size:1.8em;}
h4{font-size:1.2em;}

a{font-size:1em;
    color:#16393A;}
p {
    color:#444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.9em;
}

ul {
    color:#444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.9em;
}

strong{
    color:#16393A;
}
/*search button*/
.searchBox
{
    color:White;
    font-family:Arial Black,Arial,Sans-Serif;
    height:30px;
    margin:5px;
    width:250px; 
  float:right;  
}
.searchBox input[type=button]
{
    background:transparent;
    border:none;
    color:White;
    font-family:Arial Black, Arial, Sans-Serif;
    padding:0;
    height:22px;
    line-height:15px;
    cursor:pointer;
}
/* Layout */

#SidePanel
{
    width:260px;
    float:right;
  padding: 0 0 180px; 0;
}
#SidePanel #SideMenu
{
    border-top:solid 20px #BFD62F;
    border-bottom:solid 20px #BFD62F;
    padding:5px 0;
    margin:0 0 10px 0;
}

#SidePanel #SideMenu ul{padding:0 0 0 25px;margin:3px 0;}
#SidePanel #SideMenu #menulevel0 li{ list-style-image:url(/style_images/listimg.png); }
#SidePanel #SideMenu #menulevel1 li{ list-style:disc;color:#BFD62F; }
#SidePanel #SideMenu #menulevel0 li a
{
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
    color:#16393A;
    text-transform:uppercase;
}

#SidePanel #SideMenu #menulevel1 li a
{
    font-size:1.0em;
    font-weight:bold;
    text-decoration:none;
    color:#aFc61F;
    text-transform:uppercase;
}

#SidePanel img{width:260px;margin:5px 0;border:none;}
#SidePanel a{display:block;position:relative;}
#SidePanel a:hover .topImage{visibility:hidden;}
#SidePanel a .topImage{position:absolute;left:0;top:0;}

#MainPanel
{
    width:610px;
    margin:0 10px 0 0;
  padding: 0 0 185px; 0;
float:left;

}
#MainPanel img{padding:5px;}

/*main menu*/
.menu{position:relative;margin:142px 0 0 30px;width:100%;z-index:100;}

.menu ul{
    display:block;
    float:left;
    margin: 0;
    padding:0;
    list-style-type:none;
}
.menu ul li ul{
  display:none;
  margin:0;
    background:#BFD62F;
    padding:0 3px;
    list-style-type:none;
  z-index:100;
  position:absolute;
  left:7px;
  top:25px;
}

.menu ul li ul a{color:#16393A;}

.menu .menulevel1 li:hover .menulevel2{display:block;}
.menu ul li
{
    display:block;
  float:left;
    padding:0 12px;
  position:relative;
}
.menu ul li ul li
{
  display:block;
  float:none;
    padding:0 3px;
  border-top:solid 1px #aaaaaa;
}
.menu ul li ul li:first-child{ border-top:none;} 
.menu li.parent ul,.menu li.current ul{ background:#BFD61E; }
.menu li.parent ul li,.menu li.current ul li{ border-top:solid 1px #597474; }
.menu li.parent ul li:first-child,.menu li.current ul li:first-child{ border-top:none;}

.menu a.current{ color:#eeeeee; }
.menu a.parent{ color:#dddddd; }
.menu a:hover{ color:#ffffff; }
.menu a
{
    text-decoration:none;
    color:#89A4A4;
    font-family: Arial, Sans-Serif;
    font-size:1em;
    font-weight:bold;
  white-space:nowrap;  
  padding:0;
  display:block;
  height:25px;
}
.menu ul li ul li a{height:1.5em;}

/* Search results */
.searchResult{padding-bottom:130px;}

.searchResult a .title
{
    color:#16393A;font-size:large
}
.searchResult a
{
    color:#3d8b7e;
    text-decoration:none;
}
.searchResult a:hover{color:#6dbb9e;}
.searchResult b
{
    color:#000000;
    font-weight:bold;
}

/*Contact*/
.formlabel,.formbox,.textboxmulti,.formbutton
{
clear:left;
float:left;
}
.formlabel{margin-top:5px;color:#16393A;font-weight:bold;}
.textboxmulti{width:450px;border:solid 2px #777777;height:60px;}
.formbox{width:225px;border:solid 2px #777777;}
.formbutton{background:#16393A;color:#BFD62F;border:none;font-weight:bold;cursor:pointer;margin:10px 0 0 400px;width:54px;}
.errorMsg{position:absolute;left:250px;top:538px;font-size:15px;font-weight:normal;}
#MainPanel .recapcha{float:left;padding:5px;border:solid 2px #777777; }
#MainPanel .recapcha img{padding:0;}
#MainPanel .recaptchatable .recaptcha_image_cell {background-color:#BFD62F!important;}
#MainPanel .recapcha div,.recapcha tr{background:#BFD62F;}

/* home */
#homeRotator
{
    position:relative;
    height:180px;
    width:880px;
}
#homeRotator div.TxtRot
{
    display:none;
}
 
#homeRotator img.ImgRot
 {
     position:absolute;
     top:-10px;
     left:0px;
     height:180px;
     width:880px;
     z-index:1;
}
#homeRotator .link{
  clear:both;
  float:right;
  height:45px;
  opacity:0.7;
  filter:alpha(opacity=70);
  position:relative;
  top:-10px;
  width:260px;
  z-index:12;
}
#homeRotator .link a{width:260px;height:45px;float:right;}
#video{padding:0 10px 0 0;}
#homelink {background-image:url(/style_images/homelink.png);}
#homelink a{background:url(/style_images/homelinkhover.png) no-repeat -1000px -1000px;}/*preload*/
#homelink:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  background-image:url(/style_images/homelinkhover.png);
}
#selfbuildlink {background-image:url(/style_images/selfbuildlink.png);}
#selfbuildlink a{background:url(/style_images/selfbuildlinkhover.png) no-repeat -1000px -1000px;}/*preload*/
#selfbuildlink:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  background-image:url(/style_images/selfbuildlinkhover.png);
}
#gardenlink {background-image:url(/style_images/gardenlink.png);}
#gardenlink a{background:url(/style_images/gardenlinkhover.png) no-repeat -1000px -1000px;}/*preload*/
#gardenlink:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  background-image:url(/style_images/gardenlinkhover.png);
}
#indlink {background-image:url(/style_images/indlink.png);}
#indlink a{background:url(/style_images/indlinkhover.png) no-repeat -1000px -1000px;}/*preload*/
#indlink:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  background-image:url(/style_images/indlinkhover.png);
}
#upperContent{width:670px;min-height:330px;}
#lowerContent{width:880px;}
#sideLinks{ position:absolute;width:220px;right:10px;}
#sideLinks img{width:200px;margin:5px 0 5px 20px;}
#sideLinks a{display:block;position:relative;width:220px;}
#sideLinks a:hover .topImage
{
    visibility:hidden;
}
#sideLinks a .topImage
{
    position:absolute;
    left:0;
    top:0;
}

#projectPrev .item{float:left;width:32%;margin:4px;height:100%;}
#projectPrev .item img{width:96%;float:left;clear:left;margin:0 2%;border:none;}
#projectPrev .item h2{font-size:1em;margin:0 3px;}
#projectPrev .item h2 a:hover{color:#777777;}
#projectPrev .item a.img{
  text-decoration:none;
  display:block;
  height:180px;
  overflow:hidden;
  text-decoration:none;
  width:100%;
}
#projectPrev .item p {color:#444444;margin:0 3px;}
#projectPrev {width:880px;border-top:solid #AFC61F 10px;border-bottom:solid #AFC61F 10px;padding:10px 0;overflow:hidden;height:270px;}

/* Portfolio list */
#MainPanel.PortList h3{font-size:1em;}
#MainPanel.PortList .item{float:left;width:32%;margin:0 2px;height:200px;}
#MainPanel.PortList .item img{width:96%;float:left;clear:left;margin:0 2%;border:none;}
#MainPanel.PortList .item h2{font-size:1em;margin:0 3px;}
#MainPanel.PortList .item h2 a:hover{color:#777777;}
#MainPanel.PortList .item a{text-decoration:none;}
#MainPanel.PortList .item p {color:#444444;margin:0 3px;}


/* portfolio item - image gallery */
#MainPanel.PortGall h3{font-size:1em;}
#MainPanel.PortGall #MainImage{width:48%;position:relative;float:left; }
#MainPanel.PortGall #MainImage a img{width:100%;position:absolute;top:0;left:0;padding:0 14px 0 0;border-right:dotted #16393A 2px;}
#MainPanel.PortGall #MainImage a:first-child img{width:100%;position:relative;top:0;left:0;padding:0 14px 0 0;border-right:dotted #16393A 2px;}

#MainPanel.PortGall #ThumbImages{width:48%;float:right;}
#MainPanel.PortGall #ThumbImages img{width:31%;float:left;margin:0 0 5px 5px;padding:0;}
#MainPanel.PortGall #ImageText{clear:both;padding:10px 5px;}
/*Lightbox gallery*/
#MainPanel.PortGallLB #ThumbImages img{width:19%;float:left;margin:0 0 5px 5px;padding:0;}
#footerwide
{
    width:100%;
    position:absolute;
  bottom:0;
  left:0;
    background:#c0d400 url(/style_images/bottombg.png) repeat-x top center;
}
#footer
{
    padding:0;
    margin:0 auto;
    width:900px;
  height:180px;
}
#footer #line
{
    width:100%;
    border-top: solid 10px #3d8b7e;
    margin-bottom:10px;
    float:left;
}
#footer #copyright
{
    float:left;
    font-size:12px;
    margin-bottom:10px;
    color:#555555;
}
#footer #fsl
{
    float:right;
    font-size:12px;
    margin-bottom:5px;
    color:#555555;
}
#footer .icon
{
    float:left;
    margin:5px 5px 2px 0;
}
#footer .tags
{
    float:left;
    width:200px;
    margin:3px 2px 3px 10px;
color:#fff;
}
#footer .tags-right
{
    float:left;
    width:240px;
    margin:3px 2px;
color:#fff;
font-size:larger;
}

.tags li{color:#fff;}
.tags p{color:#fff;}
.green{color:#16393A}
#footer .tags a
{
    text-decoration:none;
color:#fff;
 }
#footer .tags
h3{
font-size:medium;
}
#footer .tags ul{padding:0;margin:0;list-style:none;}


/*Blog Specific style*/ 
.post{padding:0 0 50px 0;}
.blog h2{font-size:1.4em;}
.blog h3{font-size:1.3em;}
.blog h4{font-size:1.2em;}
.blog #MainPanel a{font-size:1em;text-decoration:none;font-weight:bold;display:inline;color:#0F3E3F;}
.blog #MainPanel a:hover{color:#A5BB28;}
.blog .alignleft{float:left;}
.blog .alignright{float:right;}
.blog .navigation{float:left;width:100%;margin:0 0 10px 0;}

#blogBack{
    background: transparent url(/style_images/topbg900.png) repeat-x top center;
  position:absolute;
  width:100%;
  min-height:100%;
  left:0;
}

.blog #SidePanel .blogPanel {border:solid 2px #888888;margin:0 0 10px 0; }
.blog #SidePanel .blogPanel ul{padding:0;margin:0;}
.blog #SidePanel .blogPanel h2{color:#ffffff;}
.blog #SidePanel .blogPanel li{list-style:none;width:200px;margin:0 0 0 30px;color:#fff;}
.blog #SidePanel .blogPanel a{text-decoration:none;font-weight:bold;display:inline;}
.blog #SidePanel .blogPanel a:hover{color:#ffffff;}
.blog #SidePanel .blogPanel strong{color:#000000;font-weight:bold;}
.blog #SidePanel .blogPanel input[type=submit]{background:#0F3E3F;color:#ffffff;border:none;font-weight:bolder;padding:1px;}

.blog #SidePanel .blogLightBg{background:#A5BB28;color:#0F3E3F;margin:5px; padding:5px; }
.blog #SidePanel .blogDarkBg{background:#0F3E3F;color:#A5BB28;margin:5px; padding:5px;}
.blog #SidePanel .blogLightBg a{color:#0F3E3F;}
.blog #SidePanel .blogDarkBg a{color:#A5BB28;}
.post{padding:0 0 30px;margin:0 0 30px;border-bottom:solid  1px #0F3E3F;}





























































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

