/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:url(../images/bg.jpg) top repeat-y; }

#bodyWrapper { width:843px; margin:auto; margin-top:30px; }

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


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

#logo { float: left; }

#navArea { float:right;}

#headerDots { margin:2px 0px 16px 0px;}

.flashHeader { margin-bottom:16px;}

ul#nav      { margin:0; padding:0; font-size:110%; line-height:1.2em; padding:65px 0px 0px 0px; }
ul#nav li   { margin:0; padding:0; float: left; padding-right:6px; border-right:1px solid #dbdbdb; padding-left:6px; list-style:none;}
ul#nav li a { display: block; }
ul#nav li a:link { color:#dbdbdb; text-decoration:none;}
ul#nav li a:visited { color:#dbdbdb; text-decoration:none;}
ul#nav li a:hover { color:#f17b3b; text-decoration:none;}
ul#nav li a:active { color:#f17b3b; text-decoration:none;}

/********************/
/* content elements */
/********************/
#main {  }
.content { background:url(../images/trans.png); width:843px;}
.contentLeftContainer { float:left; width:440px;}
.contentRightContainer { float:right; width:387px;}

.contentLeft { background:url(../images/trans.png); width:440px;}
.contentRight { background:url(../images/trans.png); width:387px;}
.contentPadding { padding:30px;}
.contentMenuLeft { float:left; background:url(../images/trans.png); width:413px; margin-top:16px;}
.contentMenuRight { float:right; background:url(../images/trans.png); width:414px; margin-top:16px;}

#galleryTitle { padding:10px 0px 5px 30px;}

.gallery { margin-top:16px;}
.galleryFrame { float:left; background:url(../images/trans.png); width:187px; margin-right:31px;}
.galleryImage { padding:9px;}

.headerText { font-size: 1.5em; line-height: 1.4em; font-style:italic; font-weight:bold;}
.formLeft { float:left; background:url(../images/trans.png); width:400px;}
.formRight { float:right; background:url(../images/trans.png); width:427px;}


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footerDots { margin:16px 0px 2px 0px;}
#footer { float:right; font-family:'Lucida Sans Unicode', Tahoma, Arial; font-size:75%; }
#footer a { text-decoration: none; }
#footer a:link { color:#f17b3b; text-decoration:none; }
#footer a:visited { color:#f17b3b; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:none;}
#footer a:active { color:#fff; text-decoration:none; }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

.formBg { background-color:#373737; border:0; color:#fff; padding:5px; }
.queryBg { background-color:#373737; border:0; color:#fff; padding:5px; }

textarea {
	scrollbar-face-color: #373737;
	scrollbar-arrow-color: #5c5c5c;
	scrollbar-track-color: #5c5c5c;
	scrollbar-shadow-color: #5c5c5c;
	scrollbar-highlight-color: #5c5c5c;
	scrollbar-3dlight-color: #5c5c5c;
	scrollbar-darkshadow-color: #5c5c5c;
}


/* 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: 5px;
	color:fff;
}

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

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; 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; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */