
/* layout
----------------------------------------------- */

body {
	font: 0.75em Arial, Helvetica, sans-serif;   /*70%/1.5em*/
	/*font: 0.75em Helvetica, arial, Verdana;   70%/1.5em*/
	color: #666666; 
	font-weight:normal;
	text-align: center;
	/*margin: 15px 0 ;  was 15*/
	padding: 0;
	background: #fefefe;
	BORDER-TOP: #2cb468 6px solid; MIN-WIDTH: 1000px
}

#container {
	width: 820px;
	/*background: #CCC url(../images/content.jpg) repeat-y center top;*/
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	/*clear: both;*/
	top: 10px; 
	position:relative;
	display:block;
	/*background-color:#fff;*/
	height: 130px; /*was120*/
	width: 820px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	position: absolute;
	height:auto;
	width: auto;
	vertical-align:top;/*border: 1px dotted #ccc;*/
}

#nav {
	float:right;
	/*background-color:#fff;*/
	height: 25px;
	width: 537px;
	margin: 84px 18px auto auto;
	padding: 0;
}

#mainphoto {
	clear:both;
	height: 480px; /*593px*/
	width: 820px;
	margin: 0 auto 10px auto;
	display:block;
	background: #fefefe url(../images/bg/bg1.jpg) no-repeat center center;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	color:#777;  /*777 or fff */
	position: relative;
	text-align: right;
	font-size:10px;
}

#accred {
	position: absolute;
	top: 0px;
	float:left;
	left: 0px;
	height:auto;
	text-align: left;
	width: auto;
	vertical-align:top;/*border: 1px dotted #ccc;*/
}

/* page template 1 text box
----------------------------------------------- */

#textarea1 {
	position:relative;
	float:right;
	top: 30px;  /*50px; */
	right: 10px;
	/*min-height:22px;*/
	width: 400px;
	height: auto;
	/*height: 300px;*/
	/*border: none;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px;
	text-align: left;
	background-color: #fff; 
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#textarea1 {filter: alpha(opacity=90); /*  was 80  */
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.90;
}

#textarea1 a {	
	color: #2cb468;
	text-decoration: none;
}
#textarea1 a:hover {
	color: #2cb468;
	text-decoration: underline;
}

#textarea1 .pdf {
		background:url(http://www.graphicis.co.uk/dev/images/icons/pdficon.gif) top left no-repeat;
		height:20px;
		margin-top:5px;
		padding:2px 0px 2px 20px;
		color:#666;
		}
		
#textarea1 .pdf:hover {
		color:#2cb468;
		}
		

#textarea1 .word {
		background:url(http://www.graphicis.co.uk/dev/images/icons/wordicon.gif) top left no-repeat;
		height:20px;
		margin-top:5px;
		padding:2px 0px 2px 20px;
		color:#666;
		}
		
#textarea1 .word:hover {
		color:#2cb468;
		}
		
		
		

/* page template 2 text box (1 menu/1 text box)
----------------------------------------------- */

#submenu {
	position:relative;
	float:left;
	top: 14px;
	left: 10px;
	width: 180px;
	height: auto;
	/*height: 300px;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px;
	text-align: left;
	background-color: #fff;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#submenu {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;
}

#submenu a {
  text-decoration:none;
  color: #666;
  display:block; 
  padding:0.2em;
  }
#submenu a:hover {
  color: #2cb468;
  }

#textarea2 {
	position:relative;
	float:right;
	top: 14px; 
	right: 10px;
	/*min-height:22px;*/
	width: 570px;
	height: auto;
	/*height: 300px;*/
	/*border: none;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px 8px 4px 8px;
	text-align: left;
	background-color: #fff; 
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#textarea2 {filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.90;
}

#textarea2 img {
		border:1px solid #DFE0E1;
		margin: 0 2px 2px 0;
		padding:4px
}

#textarea2 img:hover {
	border:1px solid #2cb468;
	cursor:default;
	padding:4px}



#textarea2 a {	
	color: #2cb468;
	background: inherit;
	text-decoration: none;
}
#textarea2 a:hover {
	color: #2cb468;
	background: inherit;
	text-decoration: underline;
}

	
#textarea2 .pdf:link, #textarea2 .pdf:visited, #textarea2 .pdf:active {
		background: url(../images/icons/pdficon.gif) top left no-repeat;
		height:20px;
		margin-top:5px;
		padding:2px 0px 2px 20px;
		color:#666;
		}
		
#textarea2 .pdf:hover {
		color:#2cb468;
		}
		

#textarea2 .word:link, #textarea2 .word:visited, #textarea2 .word:active {
		background:url(../images/icons/wordicon.gif) top left no-repeat;
		height:20px;
		margin-top:5px;
		padding:2px 0px 2px 20px;
		color:#666;
		}
		
#textarea2 .word:hover {
		color:#2cb468;
		}

#textarea2 .xls:link, #textarea2 .xls:visited, #textarea2 .xls:active {
		background:url(../images/icons/excelicon.gif) top left no-repeat;
		height:20px;
		margin-top:5px;
		padding:2px 0px 2px 20px;
		color:#666;
		}
		
#textarea2 .xls:hover {
		color:#2cb468;
		}

/* environment 1 text box
----------------------------------------------- */

#textenvironment {
	position:relative;
	float:right;
	top: 20px; 
	right: 10px;
	/*min-height:22px;*/
	width: 600px;
	height: auto;
	/*height: 300px;*/
	/*border: none;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px;
	text-align: left;
	background-color: #fff; 
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#textenvironment {filter: alpha(opacity=90); /*  was 80  */
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.90;
}

#textenvironment a {	
	color: #2cb468;
	background: inherit;
	text-decoration: none;
}
#textenvironment a:hover {
	color: #2cb468;
	background: inherit;
	text-decoration: underline;
}

/* a:link, a:visited, a:active */


/* contact page template 
----------------------------------------------- */

#contactsubmenu {
	position:relative;
	float:left;
	top: 30px;
	left: 10px;
	width: 220px;
	height: auto;
	/*height: 300px;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px;
	text-align: left;
	background-color: #fff;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#contactsubmenu {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;
}

#contactsubmenu a {
  text-decoration:none;
  color: #666;
  display:block; 
  }
#contactsubmenu a:hover {
  color: #2cb468;
  }

#contacttextarea2 {
	position:relative;
	float:right;
	top: 30px; 
	right: 10px;
	/*min-height:22px;*/
	width: 530px;
	height: auto;
	/*height: 300px;*/
	/*border: none;*/
	border: #999 1px solid;
	margin:0;
	padding: 8px;
	text-align: left;
	background-color: #fff; 
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*#contacttextarea2 {filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.90;
}*/

/* COMMENTED OUT FOR GOOGLE MAPS
#contacttextarea2 img {
		border:1px solid #DFE0E1;
		margin: 0 2px 2px 0;
		padding:4px
}

#contacttextarea2 img:hover {
	border:1px solid #2cb468;
	cursor:default;
	padding:4px}

COMMENTED OUT FOR GOOGLE MAPS */

#contacttextarea2 a {	
	color: #2cb468;
	background: inherit;
	text-decoration: none;
}
#contacttextarea2 a:hover {
	color: #2cb468;
	background: inherit;
	text-decoration: underline;
}


/* general styles
----------------------------------------------- */

.emaillink:link {
	text-decoration:none;
	color:#FFF;
	
}
.emaillink:hover {
	text-decoration:underline;
	color:#FFF;
}


p {
	margin:0px;
	padding:5px 5px 5px 0px;
	line-height:1.4em;
}

.para_small
{
	margin:0px;
	padding:5px 5px 5px 0px;
	line-height:1.0em;
}

h1 {
	color:#2cb468;
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:5px 5px 5px 0px;
}




