/*
Client: MCDA/Newsquest Direct
Author: Richard Cassidy for Graphite Design
        www.graphitedesign.net
*/

body {
  background: #088962 url('images/back.gif');
  color: #555;
  font: normal 12px arial, sans-serif; 
  margin: 0;
}

img {
  border: 0;
}

h1 {
	font : bold 2em arial, sans-serif;	
	text-transform: capitalize;
	letter-spacing: .1em;
  color: #088962;
  margin-top: 0;
  padding: 0 0 5px 0;
}

h2 {
	font : bold 1.4em arial, sans-serif;	
  color: #088962;
  margin-top: 0;
  padding: 0 0 5px 0;
}

h3 {
	font : bold 1.2em arial, sans-serif;	
  color: #088962;
  margin: 3em 0 1em 0;
  text-transform: capitalize;
}

blockquote {
	font : bold 1.2em arial, sans-serif;	
  color: #088962;
  margin: 1em 0;
  padding: 5px 0 5px 0;
}

/* main structural parts */

#wrapper {
	width: 790px;
	margin: 0 auto;
}

#header { 
text-align: center;
margin: 10px auto 0 auto;
background: #088962;
width: 773px;
} 

#container { 
background: #C0E6DB;
background-image: url('images/content_back.gif');
background-repeat: repeat-y;
background-position:  0 30px;
width: 773px;
margin: 0 auto;
padding: 0;
position: relative; 
}



#mainmenu {
	 background: #fff url('images/menu_back.gif') no-repeat top left;
	 height: 30px;
	 padding: 10px 30px 0 0;
	 margin: 0;
	 text-align: right;
}

#panel {
	position: absolute;
	top: 12em;
	left: 12px;
	width: 207px;
	text-align: right;
}
#panel1 {
	position: absolute;
	top: 4em;
	left: 12px;
	width: 207px;
	text-align: right;
}

#content { 
 width: 500px;
 float: right;
 margin-top: 20px;
 margin-right: 20px;
 margin-bottom: 10px;
}

#contenttest { 
 width: 620px;
 float: right;
 margin-top: 20px;
 margin-right: 20px;
 margin-bottom: 10px;
}


#footer {
margin-top: 8px;
padding-top: 5px;
}

/* main structural parts end */

/* homepage squash */

#home h2 {
	font-size: 1.3em;
	letter-spacing: 0em;
	padding: 0;
}

#home ul.bullets li {
	padding: 0;
	margin: 0;
}

/* links */
 a:link {
	color: #088962;
	text-decoration: underline;
	font-weight: bold;
}
 a:visited {
	color: #088962;
	text-decoration: underline;
	font-weight: bold;
}
  a:hover, a:visited:hover {
	color: #088962;
	text-decoration: underline;
	font-weight: bold;
}
  a:active {
	color: #000;
	text-decoration : none;
	font-weight: bold;
}


/* main menu */

#mainmenu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
  margin: 0;
  display: inline;
  padding-top: 10px;
}

#mainmenu a:visited, #mainmenu a:link { 
  font-weight: bold; 
  color: #444;
  text-decoration: none;
  padding: 4px 10px;
}

#mainmenu a:hover, #mainmenu a:visited:hover { 
  color: #fff;
  text-decoration: none;
  background: #999;  
}

#mainmenu a.here {
	background: #999;
	color: #fff;
}

/* bottom menu */

#bottommenu {
	text-align: left;
	/* border-top: 1px solid #9FBFB6; */
	padding-top: 1em;
}

#bottommenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#bottommenu ul li {
  margin: 0;
  padding: 0;
  display: inline;  
}

#bottommenu a, #bottommenu a:link { 
  font-weight: bold; 
  color: #088962;
  text-decoration: none;
  padding: 4px 10px 4px 0;
}

#bottommenu a:hover, #bottommenu a:visited:hover { 
  color: #000;
  text-decoration: none;
}

/* serv menu */

div#servmenu {
	text-align: left;
	padding: 0;
	background: #ddd;
	width: 563px;
	margin: 0 0 0 199px;
	text-align: right;
}

#servmenu ul {
	margin: 0;
	padding: 5px;
}

#servmenu ul li {
  margin: 0;
  padding: 0 0 0 0;
  display: inline;  
}

#servmenu a:link, #servmenu a:visited { 
  font-weight: bold; 
  color: #088962;
  text-decoration: none;
  padding: 4px 10px 4px 0;
}

#servmenu a:hover, #servmenu a:visited:hover { 
  color: #000;
  text-decoration: none;
}


/* copyright links */

#copyright { 
margin: 0 auto 10px auto;
padding: 10px 20px 0 0;
text-align: right;
font-size: .8em;
color: #9FBFB6;
}

#copyright a:link { 
  font-weight: bold; 
  color: #9FBFB6;
  text-decoration: none;
}

#copyright a:hover, .copyright a:visited:hover { 
  text-decoration: underline;
}

#copyright a:visited { 
  font-weight: bold; 
  color: #9FBFB6;
  text-decoration: none;
}


/* general content */

#content p span {
	color: #088962;
	font-weight: bold;
}


.pp {
	margin: 2em 0 2em 0;
}

.copyr {
	color: #999;
	font-size: .8em;
}

/* bullet list */

.bullets li span {
	color: #088962;
	font-weight: bold;
}

.bullets li {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dl {
	margin-bottom: 2em;
}

/* contacts */

ul#contactlist {
	list-style-type: none;
}

ul#contactlist li {
	padding: 0 0 .5em 0;
}

.contacts div.address {
	margin-bottom: 2em;
}

.contacts p {
	margin: 0 0 .5em 0;
}

.contacts h2 {
	margin: 1em 0 0 0;
	color: #088962;
	font-size: 1.2em;
}

.contacts div {
	margin-left: 1em;
}

/* tell me more */

#tellmore {
	color: #fff;
	margin-bottom: 1em;
	width: 480px;
	font-size: .9em;
}

#tellmore a {
	color: #fff;
}

#tellmore p {
	margin: 0;
	padding: 0 10px;
	background: #088962;
}

#tellmore1 {
	color: #fff;
	margin-bottom: 1em;
	width: 540px;
	font-size: .9em;
}
#tellmore1 a {
	color: #fff;
}

#tellmore1 p {
	margin: 0;
	padding: 0 10px;
	background: #088962;
}


/* maps */

.googlemap {
	width: 150px;
	height: 150px;
	background: #eee;
	border: 1px solid #ccc;
	float: right;
	margin-right: 25px;
}

/* chart */

.chart {
	padding: 0px;
	background: #fff;
	color: #3B4EE3;	
}

.chart .title {
	background: #fff;
	padding: 10px;
	font-weight: bold;
	color: #3B4EE3;
}


.chart table td p {
	background: #F2DD85;
	padding: 3px;
	color: #3B4EE3;
	font-size: .8em;
	margin: 0;
	border: 1px solid #ddd;
}

/* form */

#enquiry {
	margin: 2em 0;
}

#enquiry td.tag {
	vertical-align: top;
	text-align: right;
}

#enquiry input, #enquiry textarea {
	border: 1px solid #bbb;
}

#enquiry input.button {
	border: 1px solid #05523B;
	background: #088962;
	color: #fff;
}


	