body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
}

p {
	font-size: 0.8em;
}

h1 {
	color: #0A7743;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 0px;
}

a {
	color: #0A7743;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

img {
	border: none;
}

#header1 {
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/header1.gif);
	background-repeat: repeat-y;
}

#header2 {
	line-height: 3px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/header2.gif);
	background-repeat: repeat-y;
}

#header3 {
	height: 37px;
	background-image: url(../images/header2.gif);
	background-repeat: repeat-y;
}

#header4 {
	height: 250px;
	background-image: url(../images/header1.gif);
	background-repeat: repeat-y;
	clear: both;
}

.header_img {
	margin-left: 48px;
	border: none;
	padding: 0px;
}

/* Navigation */
#navigation {
	margin: 0 0 0 48px;
	padding-top: 10px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}

#navigation li {
	float: left;
	margin: 0 25px 0 0;
	width: auto;
	text-align: left;
	color: #CCC;
}

#navigation li a {
	float: left;
	margin: 0 0 0 0;
	width: auto;
	text-align: left;
	color: #0A7743;
	text-decoration: none;
}

#navigation li a:hover {
	color: #CCC;
}

/* SubNavigation */
#subnavigation {
	margin: 0px;
	padding-top: 10px;
	width: 750px;
	height: 20px;
	background-image: url(../images/header2.gif);
	background-repeat: repeat-y;
}

#subnavigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 74px;
}

#subnavigation li {
	float: left;
	margin: 0;
	width: auto;
	text-align: left;
	color: #CCC;
	font-size: 0.8em;
}

#subnavigation li a {
	float: left;
	margin: 0;
	width: auto;
	text-align: left;
	color: #0A7743;
	text-decoration: none;
	font-size: 0.9em;
}

#subnavigation li a:hover {
	color: #CCC;
}

.subnavleft {
	float: left;
	margin-left: 74px;
	width: 376px;
	display: inline;	/* required for IE6 double margin bug */
	color: #0A7743;
}

.subnavright {
	float: left;
	margin-left: 50px;
	width: 250px;
	color: #0A7743;
}

.left {
	float: left;
	margin-left: 74px;
	margin-top: 10px;
	width: 376px;
	display: inline;	/* required for IE6 double margin bug */
}

.right {
	float: left;
	margin: 10px 0 0 50px;
	width: 250px;
}

.left2 {
	float: left;
	margin: 10px 0 20px 74px;
	width: 376px;
	display: inline;	/* required for IE6 double margin bug */
}

.right2 {
	float: left;
	margin: 10px 0 20px 32px;
	width: 280px;
}

.centre {
	float: left;
	margin-left: 74px;
	margin-top: 10px;
	width: 674px;
	display: inline;	/* required for IE6 double margin bug */
}

#homepagegallery p {
	margin-top: 5px;
}

#homepagegallery img {
	width: 158px;
	height: 158px;
	border: 1px solid #ccc;
}

.homepagegalleryitem {
	width: 158px;
	height: 158px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.homepagegalleryend {
	width: 158px;
	height: 158px;
	float: left;
	margin-right: 0px;
	text-align: center;
}

#content {
	clear: both;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	height: auto;
}

.divider {
	line-height: 3px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#addressdiv {
	height: 37px;
}

#address {
	margin: 10px 0 0 74px;
	color: #0A7743;
	font-size: 0.9em;
}

#footer {
	line-height: 14px;
	background-color: #CCC;
	width: 100%;
}

.text2 {
	color: #0A7743;
}

.text3 {
	color: #999;
}

#projectimages img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	width: 120px;
	height: 120px;
	padding: 0px;
}

.projects_detail_img {
	border: 1px solid #0A7743;
	padding: 0px;
/* 
	width: 264px;
	height: 130px;
*/
}

.clear {
	clear: both;
}

.aboutusitem {
	float: left; 
	margin-top: 0px;
}

.aboutusimg {
	float: right; 
	margin-bottom: 5px;
}

#projects p {
	margin-top: 5px;
}

.projectitem {
	float: left;
	margin-bottom: 10px;
}

