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

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

/* specific link colours for this site */
a         { color: #005664; text-decoration: none; }
a:link    { color: #005664; text-decoration: none; }
a:visited { color: #005664; text-decoration: none; }
a:hover   { color: #76b4be; text-decoration: none; }
a:active  { color: #76b4be; 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: 0px; padding:7px 0px 7px 28px; background-image:url(../images/nav_bg.gif); background-repeat:repeat-x; }
ul.nav li { display: inline; margin:0px; padding:0px; margin-right: 20px;}
ul.nav li a { color:#005664; font-weight:bold; text-decoration:none; }
ul.nav li a:hover { color:#76b4be; font-weight:bold; text-decoration:none; }
ul.nav li a:active { color:#76b4be; }

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

#border { border:4px solid #FFFFFF;}
#headerContainer { background-color:#FFFFFF; border-top:16px solid #005664;}

#logo { padding:19px 0px 20px 26px; float:left;}
#call { float:right; padding:19px 22px 0px 0px;}

.smallFont {
	font-size:75%;
}

.mainContentBg { 
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	height:483px;
}

.content { 
	padding:27px 0px 0px 26px;
	width:320px;
	float:left;
}

.boldText {
	font-size:120%;
	font-weight:bold;
}

.starTop { 
	float:right;
	margin-top:-68px;
	padding-right:102px;
}

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 */
/*******************/
#footer { color:#005664; font-size:11px; padding:50px 0px 0px 675px; background-image:url(../images/footer_bg.gif); background-repeat:no-repeat; height:60px; }
#footer a { color:#005664; text-decoration: none; } /* for the clevercherry.com link */
#footer a:hover { color:#999999; 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 */
.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 */