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

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

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


/*******************/
/* header elements */
/*******************/
#navContainer { margin-top: 14px; margin-bottom: 13px; }

#navContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
  margin-top: 15px;}
  
#navContainer ul li { display: inline; }
#navContainer ul li a { text-decoration: none; }

#jobHeader { background: #fff url('../images/header.jpg') top left no-repeat; padding: 75px 0 25px 15px; height: 247px; margin-bottom: 8px; color: #fff; }

/********************/
/* content elements */
/********************/
#mainContainer {
	margin: 0;
	padding: 0;
}
#mainContainer h1 img { margin-left:10px;}

.content { padding-left:15px;}

.floatleft { float: left; }


#jobHeader .featuredJob      {  }
#jobHeader .featuredJob .job { margin-bottom: 10px; }
#jobHeader .featuredJob .job h2              { font-size: 1em; line-height: inherit; background: #000; color: #fff; font-weight: normal; padding: 3px 3px; }
#jobHeader .featuredJob .job h2 a            { color: #fff; }
#jobHeader .featuredJob .job .jobLocation    { color: #3b2184; }
#jobHeader .featuredJob .job .jobDescription { font-size: 0.9em; }

.paging       { margin: 10px 0; }
.paging .page { display: block; float: left; padding: 2px 6px; margin-left: 6px; background: #010101; color: #fff; }
.paging .page:hover, .paging .page.current { background: #828282; text-decoration: none; background-image:url(../images/paging_bg.jpg); }

.job { margin-top: 10px; line-height: 1.5em; }
.job .jobBox { border: 1px solid #868686; background: #000 url('../images/job_box.png') top left no-repeat; color: #fff; padding: 15px; min-height: 70px; }
.job .jobBox .attr_name  { color: #8a60ff; }
.job .jobBox .attr_value { color: #fff; }
.job .jobLink   { margin: 8px 0 18px 18px; }
.job .jobLink a { color: #492f91; }
.job .jobDescription { margin: 8px 0 18px 18px; }

hr {
	border-bottom: dashed #000 1px;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

#titleImg {
	border-bottom:#333333 2px groove;}
	
.subHead {
	color:#3e2586; font-size:14px; font-weight:bold;}

dl    {  }
dl dt { font-weight: bold; margin: 15px 0; }
dl dd { margin-left: 20px; width: 876px; }

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

/*******************/
/* footer elements */
/*******************/
#footer { margin-top: 15px; background: #000 url('../images/footer_bg.png') top left no-repeat; width: 911px; height: 30px; color: #fff; }
#footer div { font-size: 0.9em; padding: 6px 0 0 18px; }
#footer a, #footer a:hover { color: #fff; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/

/* 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-top: 4px;
}

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 */

#quickSearchForm label { margin: 0; text-align: left; width: 160px; }
#searchForm label      { margin: 0; text-align: left; width: 192px; }

#quickSearchForm div.formrow,
#searchForm div.formrow { margin-top: 0; }

#callBackForm div.formrow label  { width: 150px; }
#callBackForm div.formrow.indent { margin-left: 158px; }

#contactForm div.formrow label  { width: 51px; }
#contactForm div.formrow.indent { margin-left: 61px; }
#contactForm input { background-color:#F8F8F8; border:1px solid #CCCCCC;}
#contactForm textarea { background-color:#F8F8F8; border:1px solid #CCCCCC;}

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; 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; } /* error box in red */