@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(graphics/background3-1600_1200.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	padding-left: 28px;
	color: #790001;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #262CD4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	color: #70B801;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h5 {
	color: #8719C4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.h7 {
	padding-left: 28px;
	color: #23BCB6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 804px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 36px;
} 
#header {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
#links {
	background-image: url(graphics/dh-home-links.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 86px;
}
#home_heading {
	height: 237px;
	background-image: url(graphics/dh-home-heading.jpg);
	background-repeat: no-repeat;
}
#download_heading {
	height: 237px;
	background-image: url(graphics/dh-download-heading.jpg);
	background-repeat: no-repeat;
}
#about_heading {
	background-image: url(graphics/dh-aboutus-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 70px;
	padding-right: 0px;
	height: auto;
	line-height: 17px;
	background-color: #FFFFFF;
	float: left;
	width: 734px;
} 
#footer {
	height: 43px;
	clear: both;
} 
#footer_mainText {
	background-image: url(graphics/dh-footer-background.jpg);
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3e3e3e;
	margin-right: auto;
	margin-left: auto;
	width: 804px;
} 
.shineBox_link {
	float: right;
	padding-right: 30px;
	letter-spacing: 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photo {
	padding-top: 73px;
	padding-left: 525px;
}
.bulletpoints_div {
	float: left;
	height: auto;
	width: 430px;
}
#current_projects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: right;
	width: 247px;
	padding-right: 30px;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	height: auto;
	margin-left: 25px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.pdf_download {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 28px;
	margin-top: 3px;
	height: 140px;
	padding-top: 0px;
}
#wbi_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.wbi_linkrollover {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
}
a:hover {
	color: #FFFFFF;
}
#about_links {
	background-image: url(graphics/dh-aboutus-links.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 85px;
}
#services_mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 70px;
	letter-spacing: 0.6px;
	float: left;
	width: 734px;
}
#about_our_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: right;
	height: 510px;
	width: 247px;
	margin-top: 20px;
	margin-left: 25px;
	padding-left: 30px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
}
.services_our_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #538603;
	float: right;
	height: 300px;
	width: 247px;
	margin-top: 20px;
	margin-left: 25px;
	padding-left: 30px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
}
#services_links {
	background-image: url(graphics/dh-services-links.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 85px;
	margin-top: 0px;
}
#download_links {
	height: 19px;
	padding-left: 85px;
	margin-top: 0px;
	background-color: #24C0BB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#services_heading {
	background-image: url(graphics/dh-services-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
.services_photo {
	border: thin solid #CCCCCC;
	margin-top: 73px;
	margin-left: 525px;
}
#centres_heading {
	background-image: url(graphics/dh-centres-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#commerical_heading {
	background-image: url(graphics/dh-commerical-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#residential_heading {
	background-image: url(graphics/dh-residental-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#institutional_heading {
	background-image: url(graphics/dh-institutional-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#contact_links {
	background-image: url(graphics/dh-contactus-links.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 85px;
}
#contact_heading {
	background-image: url(graphics/dh-contactus-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#thankyou_heading {
	background-image: url(graphics/dh-thankyou-heading.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#contact_mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	background-color: #FFFFFF;
	height: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 70px;
}
#portfolio_container {
	width: 804px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 36px;
	background-color: #FFFFFF;
} 
#portfolio_links {
	background-image: url(graphics/dh-portfolio-links.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 85px;
}
#portfolio_sidebar1 {
	background-repeat: no-repeat;
	height: 245px;
	float: left;
	width: 248px;
	background-image: url(graphics/dh-portfolio-heading1.jpg);
	background-color: #FFFFFF;
	padding-top: 95px;
	padding-left: 105px;
}
#portfolio_sidebar2 {
	background-image: url(graphics/dh-portfolio-heading2.jpg);
	background-repeat: no-repeat;
	height: 90px;
	float: right;
	width: 410px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding-top: 250px;
	padding-right: 41px;
}
#portfolio_mainContent {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 52px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 784px;
} 
.portfolioText_right {
	height: 242px;
	padding-bottom: 52px;
	float: right;
	width: 400px;
	font-size: 11px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 41px;
}
.portfolio_photo_left {
	background-repeat: no-repeat;
	height: 295px;
	float: left;
	width: 215px;
	background-color: #FFFFFF;
	padding-left: 95px;
}
.contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 460px;
	width: 410px;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 460px;
	width: 220px;
	margin-top: 20px;
	margin-left: 29px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-right: 30px;
	background-color: #FFF;
}
.input_field {
	float: left;
	height: 18px;
	width: 330px;
	border: thin solid #8B1AC8;
}
.input_text {
	float: left;
	height: auto;
	width: 331px;
	border: thin solid #881BC6;
}
.contact_enquiry {
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 60px;
	width: 301px;
}
.your_enquiry {
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	float: left;
	height: 160px;
	width: 301px;
}
.submit_button {
	font-size: 10px;
	line-height: 0px;
	color: #666666;
	float: left;
	height: 40px;
	width: 301px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

