/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #33994d url(../images/bg.png) repeat-x center top; color: #fff; }

#bodyWrapper { width: 871px; margin: auto; }

/* specific link colours for this site */
a:link 	  { color: #404040; text-decoration: none; }
a:visited { color: #404040; text-decoration: none; }
a:hover   { color: #66CC66; text-decoration: underline; }
a:active  { color: #404040; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#header {  }

#header #logo {  }

#header ul      { color: #fff; }
#header ul li   {  }
#header ul li a { color: #fff; }

ul.nav    { list-style: none; margin: 0; padding: 0; }
ul.nav li { display: inline; margin-right: 10px; }


/********************/
/* content elements */
/********************/
#mainContainer {  }

.content { padding: 0 17px; }

#sideBar { float: left; width: 202px; }
#mainArea { float: right; width: 644px; padding-left: 14px; padding-right: 11px; }

hr {
  margin: 0px 0;
  border-bottom: solid #333333 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

#homeBullets { padding-top:2px;}
#homeBullets ul { margin:0 0 0 25px; padding:0;}
#homeBullets li { list-style:none;}
#homeBullets li a { color:#FFFFFF; background:url(../images/square_bullet.png) left no-repeat; padding-left:16px;}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; font-size: 0.917em; border-bottom: 1px solid #252525; padding-bottom: 10px; }
.item:last-child   { border-bottom: 0; }
.item .itemHeader  {  }
.item .itemTitle   { color: #252525; font-weight: bold; }
.item .itemTitle a { color: #252525; }
.item .itemDate    {  }
.item .itemContent { color: #252525; }
.item .itemImage   { float: left; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; border:#185325 3px solid; }
.item .itemMore    { color: #fff; text-decoration: underline; }

.newsitem, .vacancy { margin-top: -7px; padding: 0 17px; border: 0; }

.newsitem .itemDate  { margin-bottom: 10px; }
.vacancy  .itemTitle { margin-bottom: 10px; color: #fff; }

#itemBack          { color: #fff; }


/*********/
/* peoples */
/*********/

.fourPeople td { width:25%; height:65px; padding: 194px 0px 15px 15px; color:#FFFFFF; font-size:0.9em; line-height:1.3em; vertical-align:top;}
.fourPeople .name { font-size:1em; font-weight:bold;}
.fourPeople .title { font-size:0.8em;}
.fourPeople .email { padding-top:4px;}
.fourPeople a { color:#33994d;}
.fourPeople a:hover { color:#000;}

.threePeople td { width:33%; height:65px; padding: 194px 30px 15px 40px; color:#FFFFFF; font-size:0.9em; line-height:1.3em; vertical-align:top;}
.threePeople .name { font-size:1em; font-weight:bold;}
.threePeople .title { font-size:0.8em;}
.threePeople .email { padding-top:4px;}
.threePeople a { color:#33994d;}
.threePeople a:hover { color:#000;}

/*********/
/* services */
/*********/

#services td {}

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { margin-top: 15px; margin-bottom:10px; font-size: 0.917em; color: #185325; }
#footer a { color: #185325; text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.picLeft { padding-right:10px;}
.picRight { padding-right:10px;}

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

#cl_form div.formrow label  { width: 130px; }
#cl_form div.formrow.indent { margin-left: 140px; }

#ep_form div.formrow label  { width: 130px; }
#ep_form div.formrow.indent { margin-left: 140px; }

#mi_form div.formrow label  { width: 95px; }
#mi_form div.formrow.indent { margin-left: 105px; }

#h_form div.formrow label   { width: 130px; }
#h_form div.formrow.indent  { margin-left: 140px; }

#contact_form div.formrow label   { width: 95px; }
#contact_form div.formrow.indent  { margin-left: 105px; }

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; background: #cfc; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
div.box.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
div.box.error { border-color: #f00; color: #f00; background: #fcc; } /* error box in red */