/*
These styles apply across most pages on the website. Styles
specific to particular layouts are in additional style files.
*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: arial, helvetica, sans-serif;
  position: relative; /* allow for absolute positioning relative to the body */
  font-size: 80%;
  color: #231F20;
  background: white;
  width: 1000px;
  min-width: 46em;
  padding: 0;
  margin: 0 auto;
  border-right: 1px solid #231F20;
  border-left: 1px solid #231F20;
}

p, h1, h2, h3, h4, li, dt, dd, pre {
  text-align: left; /* avoid IE6 bug */
}

p, dt, dd, li { line-height: 1.5; }

h1, h2, h3, h4, blockquote {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #231F20;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  border-bottom: 1px solid #231F20;
  margin: 0 0 0 0;
}

h2 {
  font-size: 1.1em;
  margin: 0.8em 0 0 0;
}

h3 {
  font-size: 1em;
  margin: 0.8em 0 0 0;
}

h4 {
  font-size: 1em;
  margin: 0.8em 0 0 0;
}

p { margin: 0.4em 0 0.8em 0; }

ul { margin-top: 0.5em; margin-bottom: 0.5em; }

form, fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/*------------------------------
Links
------------------------------*/
a {
  color: #386cbc;
  text-decoration: underline;
}

/* Use standard link colours */
a:link {}
a:visited {}
a:hover {}
a:active {}


/*------------------------------
Page lagout blocks
------------------------------*/
#header {
  background: #fff;
  padding: 0;
  height: 102px;
}

#content {
  background: #fff;
  padding: 1.2em 0 0 0;
  margin-top: 0;
  margin-bottom: 1em;
}

#topic-menu {
  background: #FCE6CF;
  padding: 1em 0 0 0;
  margin: 2px 0 2px 0;
  height: 280px;
}

#panel {
  background: #FCE6CF;
  min-height: 420px;
  padding: 1em 0 0 0;
  margin: 2px 0 2px 0;
}
* html #panel { height: 420px; }

#footer {
  text-align: right;
  background:  #231F20;
  clear: both;
  height: 30px;
  padding: 0 1em 0 0; margin: 0;
  position: relative;
}


/*------------------------------
Menus
------------------------------*/
#header h2 { display: none; }

#section-menu ul , #topic-menu ul {
  list-style: none;
  padding: 0; margin: 0;
}

#section-menu li a, #topic-menu li a {
  white-space: nowrap;
}

#section-menu a:hover, #topic-menu a:hover {}

/* Section menu */
#section-menu {
  background: #231F20;
  clear: left;
  width: 100%;
}

#section-menu ul {
  background: #809744;
  padding: 0 1em;
  margin: 0 0 0 0.3em;
}

#section-menu li {
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

#section-menu li a {
  line-height: 2.2;
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 15px 0 15px;

}

#section-menu a:hover { text-decoration: underline; }
#section-menu li.current a {
  color: #66CCFF;
}


/* Topic menu */
#topic-menu h1, #topic-menu h2 {
  padding: 0 0.1em 0 0.3em;
  margin: 0;
}

#topic-menu ul {
  margin: 0;
}

#topic-menu li {
  padding-left: 1em;
  margin-bottom: 0.4em;
}

#topic-menu li a {
  line-height: 1.8em;
}

#topic-menu a:hover { text-decoration: underline; }
#topic-menu li.current  { background: #c5ce95; }

#topic-menu p {
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0;
}


/*------------------------------
Branding
------------------------------*/
#branding {
  background: #F8921C url(../image/top-banner.jpg) no-repeat right top;
  height: 100px;
  padding: 0;
  margin-left: 0;
}

#branding h1 {
  padding: 0; border: 0; margin: 0;
}

#branding h1 a {
  background: url(../image/logo-grow-west-green.png) no-repeat 0 0 ;
  width: 77px; height: 100px;
  position: absolute; left: 65px; top: 12px;
  display: block;
}

#branding h1 a em { display: none; }

#slogan {
  font-style: italic;
  display: none;
  margin: 0;
}


/*------------------------------
Header
------------------------------*/
#banner {
  background: url("../image/banner-slim.png") no-repeat white;
  height: 63px;
  clear: left;
  position: relative;
  padding-left: 2em;
  margin: 0;
}

#banner p {
  color: white;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-size: 1.5em;
  line-height: 1.0;
  font-style: italic;
  position: absolute;
  bottom: 0.5em;
  margin: 0;
 }

/*------------------------------
Breadcrumbs
------------------------------*/
#breadcrumbs {
  line-height: 2.5;
  background: white;
  clear: left;
  padding: 0 1em 0 2em;
  margin: 0;
}

#breadcrumbs a {
/*  color: #666;
  font-weight: bold;
  text-decoration: none;*/
}
#breadcrumbs a:hover { text-decoration: underline; }


/*------------------------------
Content
------------------------------*/


/*------------------------------
Panel
------------------------------*/
#panel h1 {
  padding: 0 0.1em 0 0.4em;
  margin: 0;
}

#panel h2 {
  padding: 0.5em 0.5em 0 0.7em;
  margin: 0;
}

#panel ul {
  list-style: disc;
  padding: 0 0 0 2em;
  margin: 0;
}

#panel li {
  padding: 0.5em 0 0.5em 0.1em;
  margin: 0;
}

#panel p {
  padding: 0.5em 0.5em 0 0.7em;
  margin: 0;
}

#panel img { margin: 0.5em 0 0.2em 0em;}

/*------------------------------
Footer
------------------------------*/
#footer p {
  color: #fff;
  text-align: right;
  margin: 0;
}

#footer ul {
  color: #fff;
  font-size: 0.85em;
  list-style: none;
  padding: 0; margin: 0;
  white-space: nowrap;
}
#footer li {
  white-space: nowrap;
}

#footer #link-copyright {
  text-align: left;
  padding: 0.6em 1em 0;
  float: left;
}

#footer #link-terms {
  text-align: right;
  padding: 0.6em 0 0;
  float: right;
}

#footer #link-terms a {
  color: #ffffff;
}


/*------------------------------
Float clearing
------------------------------*/
/* Ensures that an element will expand to contain floating children */

#section-menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*#section-menu { display: inline-table; }*/
/* Hides from IE-mac \*/
* html #section-menu { height: 1%; }
/*#section-menu { display: block; }*/
/* End hide from IE-mac */


/*------------------------------
Other
------------------------------*/
#skip { display: none; }

img {
  border: 0;
}

.gallery img {
  float: left;
  margin: 1em 0 1em 0.5em;
}

#panel img.icon {
  display: inline;
  vertical-align: middle;
  margin: 0;
}

img.imgpadright {
  padding-left: 7px;
}

img.imgpadrightmore {
  padding-left: 30px;
  padding-bottom: 10px;
}

img.picright {
  display: inline;
  float: right;
}


