/*CL 2 main style sheet*/


/* COLOURS

corporate:008999


*/

/*GENERAL ELEMENT STYLING*/
body {
  margin:0;
  padding:0;
  width:100%;
  font-size:70%;
  font-family:"Arial";
  text-align:center;
  color:#555555;
}

form {
  margin:0px;
  padding:0px;
}

input {
  margin:0px;
  padding:0px;
}

table {
  font-size:1.0em
}

img {
  border:none;
}

p {
  margin:0.5em 0px 0.5em 0px;
}


/*MAIN FONTS*/


h1 {
  font-size:1.5em;
  color:#008999;
  margin:0px 0px 10px 0px;
}

h2 {
  font-size:1.2em;
  color:#008999;
  margin:5px 0px 5px 0px;
}

h3 {
  font-size:1.0em;
}

a {
  color:#008999;
  text-decoration:none;
}


/*LAYOUT*/


#frame {
  width: 930px;
  min-height:500px;
  position:relative;
  top:0;
  margin:0px auto 10px auto;
  text-align:left;
}


/*\*/
* html #frame {
  height:500px;
}
/**/

#top {
  position:absolute;
  top:0px;
  left:0px;
  height:155px;
  width:928px;
  background-image:url(/graphics/corporate_banner.gif);
  background-repeat:no-repeat;
  background-position:0 25px;
}

#left {
  position:relative;
  top:0;
  left:0;
  top:185px;
  margin-bottom:185px;
  float:left;
  height:auto;
  width:200px;
}

#left a.highlight {
	font-weight:bold;
}

#right {
  float:right;
  width:190px;
}


#body {
  position:relative;
  float:left;
  width:720px;
  left:2px;
  top:185px;
  margin-bottom:185px;
  min-height:350px;
  line-height:1.6em;
}

/*\*/
* html #body {
  height:350px;
}
/**/

#text {
	width:520px;
	float:left;
}

.text_module {
  margin-bottom:10px;
  width:190px;
  left:10px;
  text-align:left;
  background-color:#cdced0;
}
.text_module p,.text_module ul,.text_module h2,.text_module h3,.text_module h4 {
  margin:10px;
}
.text_module li {
	list-style-type:disc;
	margin-left:10px;
}
.text_module ul {
	list-style-type:disc;
	padding-left:10px;
}


.module {
  margin-bottom:10px;
  position:relative;
  width:190px;
  text-align:left;
}

.module ul {
  list-style-type:none;
  padding:10px 0;
  margin:0;
  background-color:#cdced0;
}

.module ul ul {
  padding:0;
  margin:0;
}
.module ul li {
  list-style-type:none;
  padding:0;
  margin:0;
}


.module.navbox ul li a {
  display:block;
  font-size:1.3em;
  font-weight:bold;
  color:#464648;
  text-align:right;
  width:180px;
  padding-top:10px
  float:left;
  clear:left;
}

.module.navbox ul li ul li a {
  display:block;
  border-bottom:1px solid white;
  font-size:1.1em;
  font-weight:normal;
  width:175px;
  padding:7px 0;
}

.module.navbox ul li ul li ul {
  
  background-color:#e2e2e4;

}


.module.navbox ul li ul li ul a {
  
  border-bottom:0;
  margin-right:25px;
  width:165px;
  padding:4px 0 4px 10px;

}



.module.feed ul li a{
  display:block;
  color:#464648;
  font-weight:normal;
  width:175px;
  padding:0;
  text-align:right;
}
.module.feed h2{
  display:block;
  color:#464648;
  font-size:1.1em;
  font-weight:normal;
  width:175px;
  padding:7px 0;
  text-align:right;
}

.module.feed ul li {
}

.module.feed p {
  margin:10px;
  font-weight:bold;
}

.module.feed a, .module.feed h2, .module.navbox a{
  color:black;
}

#breadcrumb_trail {
  position:absolute;
  top:160px;
  left:0;
  width:770px;
  padding:0;
  font-size:0.9em;
}

#top ul {
  position:absolute;
  left:0;
  bottom:0;
  z-index:10;
  width:100%;
  margin:0;
  padding:10px 0 0 0;
  text-align:right;
  font-size:1.2em;
}
#top ul ul {
  font-size:1.0em;
  float:left;
  position:relative;
  z-index:10;
  margin:0;
  padding:0;
  width:773px;
}



#top ul a:hover {
  text-decoration:none;
}

#top ul li {
  display:block;
  float:left;
  width:auto;
  position:relative;
  text-align:center;
  position:relative;
}

#top ul li a {
  border-top:6px #008999 solid;
  color:#464648;
  display:block;
  float:left;
  text-align:left;
  width:152px;
  padding:2px 0;
}


#top ul ul li {
  margin-left:2px;
  position:relative;
}

#top ul li a:hover{
  text-decoration:underline;
}

#top ul ul ul {
  display:none;
  background-color:white;
}

#top ul ul li:hover ul {
  display:block;
  position:absolute;
  top:99%;
  left:0;
  margin:0;
  width:152px;
  padding:0;
  margin-bottom:30px;
}

#top ul ul li:hover li {
  border-top:0;
  border-left:0;
  text-align:left;
  margin:0;
  padding:0;
  font-size:0.9em;
  font-weight:normal;
  background-color:white;

}

#top ul ul li:hover li:hover {
} 

#top ul ul li:hover li a {
  display:block;
  padding:4px 10px;
  border:0;
  width:152px;
}
#top ul ul li ul li a:hover {
  background-color:#cdced0;
  color:white;
  text-decoration:none;
}

#telephone_number {
  position:absolute;
  font-size:1.2em;
  font-weight:bold;
  color:#555555;
  right:6px;
  top:0;
  padding:0.4em 0;
  z-index:20;
}


/*LAYOUT*/

#footer {
  width:922px;
  float:left;
  clear:both;
  z-index:10;
  color:#8b8a8f;
  margin:0;
  margin-top:10px;
  padding:5px 0px 10px 0px;
  border-top:1px solid #8b8a8f;
}


a:hover {
  text-decoration:underline;
}

#footer ul {
  displaY:inline;
  margin:0px;
  padding:0px;
}

#footer li {
  display:inline;
}

#footer a {
  color:#8b8a8f;
}

#body table td {
  vertical-align:top;
  padding-right:10px;
}
#body table td img {
  margin-top:7px;}


/*form stuff*/

form.contactForm {
}

form.contactForm table td.label {
	vertical-align:middle;
	width:120px;
}
.error {
	color:red;
}

input.button {
  background-color:#008999;
  color:white;
  margin:4px 0 0 0;
  border:1px outset #008999;
  text-transform: uppercase;
}