/*
----------------------------------------------------------------------------- 
GENERAL
-----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg_page2.gif) 50% 2px repeat-y;
	text-align: center;
	min-width: 1000px;
}
body, td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
table, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
}

h1, .h1 {
	margin: 0;
	padding: 0;
	font: 40px Arial, Helvetica, sans-serif;
	color: #99C3C1;
	text-align: right;
}
h2, .h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #006A65;
}
h3, .h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #66A6A3;
}
h4, .h4 {
	margin: 0 0 7px 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #006A65;
}
h5, .h5 {
	margin: 3px 0 3px 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #66A6A3;
}
h6, .h6 {
	margin: 0;
	padding: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

ul {
	margin: 0 0 10px 1px;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 8px;
	background: transparent url(../images/bullet_66A6A3.gif) 0 5px no-repeat;
}
ol {
	margin: 0 0 10px 30px;
	padding: 0;
}
ol li {
	margin: 0 0 2px 0;
	padding: 0;
}
.hr {
	margin: 10px 0 10px 0;
	border-top: 1px solid #B2D2D0;
}
.hr hr {
	display: none;
}
.col {
	float: left;
	margin: 0 20px 0 0;
}
.clear {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
}
.clearleft {
	margin: 0;
	padding: 0;
	clear: left;
	line-height: 0;
	height: 0;
	display: block;
}

.ImgLeft {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #B2D2D0;
	padding: 1px;
}
.ImgRight {
	margin: 0 0 10px 10px;
	float: right;
	border: 1px solid #B2D2D0;
	padding: 1px;
}

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select {
	width: 148px;
	margin: 0 5px 1px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #B2D2D0;
	background: #FFFFFF;
}
* html input, * html textarea {
	width: 146px;
}
select {
	width: 150px;
}
textarea {
	overflow: auto;
	height: 70px;
}
form .button {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006A65;
	border: 1px solid #B2D2D0;
	background: #B2D2D0;
	width: 75px !important;
}

form#EnquiryForm fieldset {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #B2D2D0;
}
form#EnquiryForm legend {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #99C3C1;
	padding: 5px 0 10px 0;
	_margin: 0 -7px; /* IE Win */
}
form#EnquiryForm label {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #66A6A3;
	width: 125px;
	float: left;
	padding-top: 1px;
}
form#EnquiryForm label.long {
	width: 270px;
	float: none;
	display: block;
	margin: 2px 0 2px 0;
}
form#EnquiryForm input, form#EnquiryForm select, form#EnquiryForm textarea {
	margin: 0 0 1px 130px;
	display: block;
}
* html form#EnquiryForm input, * html form#EnquiryForm select, * html form#EnquiryForm textarea {
	margin-bottom: 0;
}
* html form#EnquiryForm input.long, * html form#EnquiryForm select.long, * html form#EnquiryForm textarea.long {
	margin-left: 133px;
}
form#EnquiryForm input[type="radio"], form#EnquiryForm input[type="checkbox"], form#EnquiryForm input[type="hidden"] { 
	width: auto; 
	height: 0.8em; 
	border: 0;
}
form#EnquiryForm input[type="hidden"] {
	display: none;
}
form#EnquiryForm input.button {
	margin-left: 136px;
}
* html form#EnquiryForm input.button {
	margin-left: 139px;
}
form#EnquiryForm select[multiple="multiple"] {
	margin-left: 0;
}
form#EnquiryForm br {
	clear: left;
	line-height: 0;
	height: 0;
}

form#LoginForm {
	margin: 0 10px 0 0;
	display: inline;
}
form#LoginForm input {
	width: 70px;
}

/*
----------------------------------------------------------------------------- 
SCROLLING LAYERS & SCROLLBARS
-----------------------------------------------------------------------------*/

div#holder1 {
	position:absolute; left:10px; top:145px;
	width:220px; height:440px;
	overflow:hidden; z-index:100;
}
div#wn1 {
	position:absolute; left:0; top:0;
	width:200px; height:440px;
	clip:rect(0,200px,440px,0);
	overflow:hidden; z-index:1;
}
/* op7 needs width set here too (?) */  
div#lyr1 {
	width:200px;
}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {
	position:absolute; visibility:hidden;
	left:210px; top:0;
	width:10px; height:440px;
	font-size:1px; z-index:2;
}

div#holder2 {
	position:absolute; left:250px; top:145px;
	width:320px; height:440px;
	overflow:hidden; z-index:100;
}
div#wn2 {
	position:absolute; left:0; top:0;
	width:300px; height:440px;
	clip:rect(0,300px,440px,0);
	overflow:hidden; z-index:1;
}
/* op7 needs width set here too (?) */  
div#lyr2 {
	width:300px;
}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 {
	position:absolute; visibility:hidden;
	left:310px; top:0;
	width:10px; height:440px;
	font-size:1px; z-index:2;
}

div#track1, div#track2 {
	position:absolute; left:0; top:0;
	width:10px; height:440px;
	background: transparent url(../images/scroll_track.gif) 0 0 repeat-y; z-index:1;
}
div#dragBar1, div#dragBar2 {
	position:absolute; left:0; top:0;
	width:10px; height:45px;
	background: transparent url(../images/scroll_bar.gif) 0 0 no-repeat; z-index:1;
	cursor: pointer;
}
div#up1, div#down1, div#up2, div#down2 {
	position:absolute; left:0; top:0; z-index:2;
}
div.content {
	position:absolute; visibility:hidden; 
	left:0; top:0; z-index:1;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

#TopStrip {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 130px;
	background: #006a65;
}
#Wrapper {
	position: relative;
	width: 990px !important;
	width /**/: 1000px;
	height: 600px;
	background: #FFFFFF url(../images/bg_wrapper.gif) no-repeat;
	margin: 5px auto;
	text-align: left;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}
#Logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#HeaderLinks {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 680px;
	height: 50px;
	overflow: hidden;
	text-align: right;
}
#MusicPlayer {
	vertical-align: middle;
}
#Heading1 {
	position: absolute;
	top: 75px;
	left: 300px;
	width: 680px;
	height: 50px;
	overflow: hidden;
}
.Quote {
	margin: 10px 0 0 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #99C3C1;
	text-align: right;
}
.Cite {
	margin: 0 0 10px 0;
	padding: 0;
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
	color: #66A6A3;
	text-align: right;
}
#Enlargement, #EnlargementIntro {
	position: absolute;
	top: 145px;
	left: 580px;
	width: 400px;
	height: 400px;
	overflow: hidden;
}
#EnlargementIntro {
	left: 250px;
	width: 728px;
	height: 258px;
	border: 1px solid #B2D2D0;
}
#EnlargementIntro img {
	width: 728px;
	height: 258px;
}

.rotwof {
	width: 400px;
	height: 220px;
}
#Thumbs {
	position: absolute;
	top: 550px;
	left: 580px;
	width: 400px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
}
#Thumbs img {
	width: 76px;
	height: 35px;
	overflow: hidden;
	margin: 0 5px 0 0;
}
#Thumbs .Empty {
	width: 76px;
	height: 35px;
	background: #D9E9E8;
	margin: 0 5px 0 0;
}

#HomeLatest {
	position: absolute;
	top: 415px;
	left: 665px;
	width: 315px;
	height: 170px;
	overflow: hidden;
}
#HomeMPDP {
	position: absolute;
	top: 385px;
	left: 580px;
	width: 400px;
	height: 200px;
	overflow: hidden;
}
#HomeLatest .hd, #HomeMPDP .hd {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	border: 1px solid #B2D2D0;
}
#HomeLatest .hd1, #HomeMPDP .hd1 {
	border-left: 7px solid #006A65;
}
#HomeLatest .hd2 {
	border-left: 7px solid #B2D2D0;
}
#HomeLatest .hd3 {
	border-left: 7px solid #FFD93A;
}
#HomeLatest .h3, #HomeMPDP .h3 {
	color: #006A65;
}
#LatestNews, #LatestProjects, #Newsletter {
	margin: 0 0 5px 12px;
	height: 30px;
	overflow: hidden;
}
#LatestProjects, #Newsletter {
	height: 15px;
}
#LatestNews div, #LatestProjects div {
	background: #FFFFFF;
}
#Newsletter {
	height: 40px;
}
#Newsletter form {
	margin: 10px 0 0 0;
}

#lyr2 blockquote {margin: 0 0 1em 0; padding: 1em 0 0 5px; border-top: 1px solid #B2D2D0; line-height: 1.3em; font-style: italic; clear: both;}
	#lyr2 blockquote strong {font-size: 1.6em; color: #B2D2D0;}
	#lyr2 blockquote img {float: right; margin: 0.5em 0.5em 1.5em 2.5em;}
	#lyr2 cite {font-weight: bold; font-style: normal; color: #99C3C1; display: block; margin: 0.5em 0 0 0;}

/*
----------------------------------------------------------------------------- 
SITE MAP
-----------------------------------------------------------------------------*/

#SiteMap ul {
	margin: 0 0 10px 0;
}
#SiteMap ul li {
	margin-top: 15px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#SiteMap ul li a {
	color: #006A65;
}
#SiteMap ul li a:hover {
	color: #67A6A3;
}
#SiteMap ul li ul {
	margin-bottom: 3px;
}
#SiteMap ul li ul li {
	margin-top: 3px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#SiteMap ul li ul li a {
	color: #67A6A3;
}
#SiteMap ul li ul li a:hover {
	color: #006A65;
}
#SiteMap ul li ul li ul li {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

#Copyright {
	position: absolute;
	top: 600px;
	left: 10px;
	width: 770px;
}
#SiteBy {
	position: absolute;
	top: 600px;
	left: 780px;
	width: 200px;
	text-align: right;
}
.Footer, .Footer a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #7FB4B2;
	text-decoration: none;
}
.Footer a:hover {
	color: #006A65;
}

/*
----------------------------------------------------------------------------- 
LHS NAVIGATION
-----------------------------------------------------------------------------*/

#p7TMnav div {
	/*Sets line-height of all menuitems*/
	/*/*/line-height: 1.5; /* */
	/*Sets a bottom margin for each top-level link*/
	margin: 0 0 3px 0;
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: 1px solid #B2D2D0;
}
/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 6px establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 6px;
	border-left: 1px solid #B2D2D0;
}
/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #66A6A3;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #66A6A3;
	border: 1px solid #B2D2D0;
	border-left: 7px solid #B2D2D0;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#p7TMnav div a:hover {
	color: #006A65;
	background: #B2D2D0;
}
/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a {
	color: #66A6A3;
	font-size: 10px;
	background: transparent;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #006A65;
	background: #B2D2D0;
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 9px;
	font-weight: normal;
}
#p7TMnav div div div .inactive {
	font-size: 9px;
	padding: 0 0 0 6px;
	display: block;
}
/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark, .p7minusmark {
	background: url(../images/clear.gif) 0 0 no-repeat;
	padding: 1px 0 1px 6px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image: none;
	/*padding: 0 0 0 6px !important;*/
	padding: 1px 0 1px 6px !important;
}
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background-color: #B2D2D0 !important;
	color: #006A65 !important;
	padding: 1px 0 1px 6px !important;
}

/*
----------------------------------------------------------------------------- 
LINKS & MISCELLANEOUS
-----------------------------------------------------------------------------*/

a {
	color: #67A6A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #006A65;
}
a:focus {
	-moz-outline: none;
}

a.Thumb img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
a.Thumb:hover img {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
}
