@charset "UTF-8";
/* CSS Document */
/* START OF RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* END OF RESET */
hr {
	border:none;
	height: 1px;
}
h1, h2, h3, .sidetitle, .searchRes_h2 {
	line-height: normal;
}

/* TAGS */
html, body { 
  height:100%; 
} 
body {
	font-weight: normal;
}
a, a:hover {
	text-decoration:none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	margin-bottom:20px;
	margin-top:0px;
	padding-top:0px;
	font-weight: 400;
}
h2 {
	font-weight: 400;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3 {
	font-weight: 400;
	margin-top:10px;
}
img{ 
	border: 0pt; 
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.relative {
	position:relative;
}


/* general font style */
.smalltxt {
	font-size:90%;
}
.lrgtxt {
	font-size:120%;
}
.boldtext {
	font-weight: 700;
}
.textcentre {
	text-align:center;
}
.textright, .editbarlink2, #header .header4a2 {
	text-align:right;
}
.textleft {
	text-align:left;
}

/* general div container */
.outercontainer {
	width: 100%;
	overflow:auto;
}
.clear {
	clear:both;
}

/*edit bar */
.editbar {
	position: fixed;
	right:10px;
	top:10px;
	z-index:99999;
	background-color: #f0f0f0;
	width: 114px;
	height:36px;
	border: 1px solid #666;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align:center;
	behavior: url(/css/PIE.htc);
	-moz-box-shadow:    1px 1px 7px 1px #333;
	-webkit-box-shadow: 1px 1px 7px 1px #333;
	box-shadow:         1px 1px 7px 1px #333;
}
.editbar img {
	padding:5px;
}
.editbar img:hover {
   opacity:0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
}

.editbar2 {
	width:100%;
	overflow:hidden;
	height: 23px;
	background-color: #000000;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-top: 20px;
}
.editbarlink {
	float:left;
	padding-left: 10px;
}
.editbarlink2 {
	padding-top: 3px;
	float:right;
	padding-right: 10px;
}


/* print only */
.noprint {
}
.print {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
}

/* alignment tags */
.pictureright, .pictureRight {
	float: right;
	padding-left: 10px;
}
.pictureleft, .pictureLeft {
	float: left;
	padding-right: 10px;
}
.centre {
    display: block;
    margin-left: auto;
    margin-right: auto 
}



/* location map */
.locationmap {
	position: relative;
	width: 100%;
	height: 400px;
}

/* general padding */
.pad5r {
	padding-right: 5px;
}
.pad5l {
	padding-left: 5px;
}
.pad5t {
	padding-top: 5px;
}
.pad5b {
	padding-bottom: 5px;
}
.pad10l {
	padding-left: 10px;
}
.pad10t {
	padding-top: 10px;
}
.pad10r {
	padding-right: 10px;
}
.pad10b {
	padding-bottom: 10px;
}
.pad15l {
	padding-left: 15px;
}
.pad20r {
	padding-right: 20px;
}
.pad20l {
	padding-left: 20px;
}
.pad20t {
	padding-top: 20px;
}
.pad20b {
	padding-bottom: 20px;
}
.pad40t {
	padding-top: 40px;
}
.marg20r {
	margin-right: 20px;
}
.marg6b {
	margin-bottom: 6px;
}
.width100 {
	width:100px;
}
.width150 {
	width:150px;
}
.width200 {
	width:200px;
}
.width215 {
	width:215px;
}
.locationmap {
	position: relative;
	width: 640px;
	height: 400px;
	margin-top:10px;
}

/* LAYOUT */
.outercontainer {
	width: 100%;
	overflow:hidden;
}
.parent {
	width: 100%;
	min-width: 980px;
}
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	min-width: 980px;
	height:113px;
}
.header1 {
	float:left;
	width: 386px;
	height:88px;
	padding-top: 25px;
}
.header2 {
	float:left;
	width: 594px;
	padding-top: 30px;
	text-align:right;
}
#footer {
	width: 100%;
	min-width: 980px;
}
#footer .footer1 {
	float:left;
	width: 231px;
	height:44px;
	padding-top: 30px;
	padding-bottom: 24px;
}
#footer .footer2 {
	float:left;
	width: 749px;
	padding-top: 8px;
	text-align:right;
}
#footer .footer2 img {
	padding-left: 12px;
}

/*--- main content ---*/
.maincontent {
	width:980px;
	padding-top: 15px;	
	padding-bottom: 15px;	
}
.sidecol {
	float:left;
	width: 225px;
	margin-right: 15px;
	line-height:150%;
}
.sidetitle {
	font-weight: 400;
	margin-top:20px;
	margin-bottom:15px;
}
.maincol {
	float:left;
	width: 710px;
	padding-top:5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	line-height:150%;
}
.maincol ul, .sidecontent ul {
	padding: 0px;
	margin: 0px;
}
.maincol li, .sidecontent li {
	background-image: url(../img/bullet.gif);
	background-position: 15px 12px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 35px;
	padding-top: 7px;
	list-style-type: none;
}
.maincol ol li {
  list-style-type: decimal;
  background-image: none;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}

.catcol {
	float:left;
	width: 740px;
}
.catcoltitle {
	height: 30px;
	width: 160px;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 15px;
	margin-bottom: 6px;
}
.catcoltitle a {
	text-decoration: none;
}
.catcolgrid {
	float:left;
	height: 144px;
	width: 175px;
	overflow:hidden;
	margin-bottom: 20px;
}
.catcolgridpad {
	margin-right: 13px;
}
.catcolgrid .imgbox {
	width: 175px;
	height: 115px;
	text-align:center;	
	background-repeat: no-repeat;
	background-position: center center;
}
.catcolgrid .cattitle a {
	display:block;
	height: 22px;
	padding-top: 7px;
	padding-left:10px;
	padding-right:40px;
	color:#005e8d;
	font-weight: 400;
	text-decoration:none;
	background-image: url(../img/linkarr.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
}
.catcolgrid .cattitle a:hover {
	text-decoration:none;
}
.copyright {
	padding-top: 15px;
}

/*--- SITE SPECIFIC STYLES ---*/
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #c31b06;
	padding-right: 0px;
	padding-left: 0px;
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}