/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; /* backgrounds? */ }

#bodyWrapper { width: 780px; margin: auto; }

/* specific link colours for this site */
a         { color: #484848; text-decoration: none; }
a:link    { color: #484848; text-decoration: none; }
a:visited { color: #484848; text-decoration: none; }
a:hover   { color: #fff; text-decoration: none; }
a:active  { color: #fff; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#navContainer {  }

#navContainer #logo { float: left; }

#navContainer ul { float: right; }
#navContainer ul li { font-weight: bold; }
#navContainer ul li a { text-decoration: none; }

ul.nav    { list-style: none; margin: 0; padding: 0; }
ul.nav li { display: inline; margin:0; padding:0 margin-right: 0px; }


/********************/
/* content elements */
/********************/
#mainContainer { margin:0; background: #6e6e6e url(../images/bg.gif) repeat-x; }

#dropShaddow { width:1020px; margin:auto; background:url(../images/drop_shaddow.png) repeat-y;}

#marginPosition { width:980px; margin-left:20px; background-color:#e3e1e1;}

.logoArea { float:left; padding:5px 0px 20px 25px;}
#otherLogos { float:right; padding:10px 25px 0px 0px;}

#search { padding:10px 0px 0px 223px; background: transparent url(../images/search.gif) scroll no-repeat 223px 10px; width: 170px; height: 22px; }
#search #search_text   { border: none; background: none; width: 114px; height: 16px; padding: 3px 14px; color: #676767; }
#search #search_button { border: none; background: none; color: transparent; cursor: pointer; padding: 0; width: 28px; height: 22px; }

#mainContentArea { background-color:#989898; border-top: solid 2px #585858; min-height:329px;}
.mainContentPadding { padding:30px;}

#flash_banner { width:980px; height:225px; color:#666666; }

.pagebox-wide       { width: 928px; margin-left: 25px; background: transparent url(../images/box_bg_wide.gif) scroll repeat-y top left; font-family: Arial, sans-serif; font-size: 100%; color: #707070; line-height: 1.8em; }
.pagebox-wide-inner { padding: 25px; background: transparent url(../images/box_bg_wide_bottom.gif) scroll no-repeat bottom left; }
.pagebox-wide a {}
.pagebox-wide a:link { color:#e31c25; text-decoration:none;}
.pagebox-wide a:visited {color:#e31c25; text-decoration:none;}
.pagebox-wide a:hover {color:#9e9e9e; text-decoration:none;}

.pagebox       {
	background: transparent url(../images/box_bg.gif);
	width: 240px;
	height: 152px;
	padding: 25px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	color: #707070;
	line-height: 1.6em;
	float: left;
}
.pagebox-left  { border-left: 5px solid #e31c25; margin-left: 24px; }
.pagebox-mid   { border-left: 5px solid #00a650; margin-left: 24px; }
.pagebox-right { border-left: 5px solid #e3d400; margin-left: 22px; }

.pagebox ul { margin: 10px 0 0 15px; padding: 0; }

.pagebox-left  ul li { list-style-image: url(../images/box_bullet_red.gif); }
.pagebox-mid   ul li { list-style-image: url(../images/box_bullet_green.gif); }
.pagebox-right ul li { list-style-image: url(../images/box_bullet_yellow.gif); }


hr {
  margin: 18px 0;
  border-bottom: solid #666 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/

#footerArea { background-image:url(../images/footer_bg.png); background-repeat:no-repeat; width:1020px; height:165px; margin:auto;}
#footer { float:right; font-family:'Lucida Sans Unicode', Tahoma, Arial, Helvetica; font-size:75%; color:#9a9a9a; padding:40px 50px 0px 0px; }
#footer a { color:#e3dfdf; text-decoration: none; } /* for the clevercherry.com link */
#footer a:hover { color:#4b4b4b; text-decoration: none; }


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* 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 */

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */