/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; }

#bodyWrapper { margin: auto; width: 850px; background: transparent url(../images/logo.gif) scroll no-repeat top left; padding-left: 55px; }

/* specific link colours for this site */
a:link 	  { color: #800108; text-decoration: none; }
a:visited { color: #800108; text-decoration: none; }
a:hover   { color: #8e8e8e; text-decoration: underline; }
a:active  { color: #b50913; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#navContainer { padding-top: 102px; padding-left: 170px; height: 28px; font-size:12px; }

#navContainer ul { }
#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-right: 4px; }


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

#mainLeft  { float: left; width: 552px; }
#mainRight { float: right; width: 292px; }

#mainLeft{
	background: transparent url(../images/main_middle.gif) scroll repeat-y center center;
	color: #fff;
}
#mainLeftTop    {
	background: transparent url(../images/main_top.gif) scroll no-repeat top center;
	color: #fff;
	padding:45px 46px;
}
#mainLeftBottom {
	background: transparent url(../images/main_bottom.gif) scroll no-repeat bottom center;
	color: #fff;
	padding-bottom: 270px;
}

#mainLeft a:link,
#mainLeft a:visited { color: #ff7474; }
#mainLeft a:hover,
#mainLeft a:active  { color: #b50913; text-decoration:none; }

#mainRight{ padding-top: 14px; }
#mainRightTop    {
	background: transparent url(../images/side_top.gif) scroll no-repeat top center;
	color: #797979;
	padding: 30px;
}
#mainRightBottom {
	background: #d7d7d7 url(../images/side_bottom.gif) scroll no-repeat bottom center;
	color: #797979;
}

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

#links {}
#links a { color:#ff7474;}
#links a:hover { color:#999999; text-decoration:none;}

.newsHeader { font-size:14px; font-weight:bold;}
.newsDate { font-size:14px; font-weight:bold; padding-bottom:10px;}

.newsTitle { text-align:left;}
.newsLink { width:0px;}
.plink { margin-right:0px;}

.newsImage { margin:0px 0px 20px 20px;}

/*********/
/* 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 */
/*******************/
#footer { font-family:Tahoma, Arial, Helvetica; font-size:0.8em; font-style:normal; padding:0px 0px 0px 20px; }
#footer a { 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 */

.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: 140px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 150px; } /* label width + label margin-right, override as above */

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