/***************/
/* main layout */
/***************/
h4 { font-size: 1.2em; font-weight: bold; margin: 16px 0; }
#nav {background-color:#072e67; width:794px; height:30px;}
#nav ul {margin: 0; padding: 0px 10px 0px 0px;}
#nav li {color:#FFFFFF; font-family:Tahoma; font-size:12px; list-style:none; padding:5px 0px 3px 5px; display:inline; float:right; margin-left:5px;}
#nav li a {color:#ffffff; display:block; text-decoration:none; padding: 0; padding: 0px 5px 3px 3px; line-height: 18px; font-size:11px; font-weight:bold;}
#nav li a:hover { color:#CCCCCC;}

.primaryBgCol{background-color:#d9eff7;}
.secondaryBgCol{background-color:#d9d9d9;}

.borderCol{
	border-bottom:2px solid #a5acaf;
}

.titleText {padding:15px 0px 0px 0px; font-size:16px; font-weight:bold;}
.contentText {margin-top:3px; font-family:Tahoma; font-size:14px; padding: 15px 40px 50px 40px;}

.contentTextCol {color:#838383;}

.footerBgCol{background-color:#a5acaf;}
.footerTextCol {color:#ffffff;}
.footerTextCol a { color:#FFFFFF; text-decoration:none;}
.footerTextCol a:hover { color:#CCCCCC;}

.colourbox { float: left; height: 12px; width: 12px; cursor: pointer; margin-right: 2px; border: 1px solid #fff; }
img { border: 0; }

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

#assessmentForm div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 280px; /* default width for a default form, add new form ids and override */
}
#assessmentForm div.formrow.indent { margin-left: 290px; } /* label width + label margin-right, override as above */

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

/***************/
/* flash */
/***************/

#flashContainer { width: 160px; height: 120px; margin: 0; background: #d9d9d9; }