
/* ----- CONTENT STYLES --------------------- */


a:link, a:visited {
	color: #033818;
	text-decoration: underline;
}

a:hover {
	color: #a27200;
	text-decoration: underline;
}

a:active {
	color: #d02433;
	text-decoration: none;
}

a img, a:link img, a:visited img, a:hover img {
	text-decoration: none !important;
}



#BodyContent p,#BodyContent ul,#BodyContent ol,#BodyContent li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #033818;
}

#BodyContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #033818;
	margin: 0 0 5px;
}

#BodyPortfolio h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #033818;
	margin: 0 0 5px;
}


#BodyContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

#BodyContent .subhead {
	font-size: 20px;
	font-weight: bold;
	color: #033818;
}

.addborder {
	border: 1px solid #0077d4;
}

.addbkg {
	background-color: #033818;
}


.ShowHideArea span.ShowHideBox ul {
	padding: 0px !important;
	color: #033818;
	margin: 0px 0px 0 5px !important;
}

.ShowHideArea span.ShowHideBox ul li {
	margin-bottom: 3px;
}

.ShowHideArea {margin-top: 0px !important;width: 100%;
	margin-bottom: 2px !important;
}
.ShowHideArea a.ShowHideToggle {font-size: 14px; 
}
.ShowHideArea span.ShowHideBox {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 7px 7px 7px 15px;
	background-color: #ffffff;
	font-style: normal;
}


.ShowHideArea a.ShowHideToggle, .ShowHideArea a.ShowHideToggle:link, .ShowHideArea a.ShowHideToggle:visited, .ShowHideArea a.ShowHideToggle:active {color: #033818;
	font-weight: bold;
	text-decoration: none;
}
.ShowHideArea a.ShowHideToggle:hover	{color: #a27200;}


#BodyPortfolioItem #ThumbLinkOverlay {
width:90px; height:90px;margin:0px;position:absolute;top:0px;left:0px;
	z-index: 1000;
}

#BodyPortfolioItem {float:left;width:232px; height:92px;padding:0px;
margin-left:30px;
margin-bottom:15px;position:relative;}

#BodyPortfolioItem #Thumb {width:90px; height:90px;margin:0px;position:absolute;top:0px;left:0px;background-color: #ffffff;
	overflow: hidden;
}
#BodyPortfolioItem #Text {width:140px; height:90px;margin:0px;padding:0px;position:absolute;top:0px;left:90px;background-color: #033818;color: #ffffff;
	text-align: center;
}

#BodyPortfolioItem #Text p {
	padding: 0px 5px;
	height: 90px;width:130px;
	vertical-align: middle;
	display: table-cell;
}

.BodyFormText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}



/* - FORM STYLES ------------------------------------------- */

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	width: 300px;
}
form div label {
	display: block;
	float: left;
	width: 75px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	position: relative;
	top: -5px
}
form div {
  clear: left;
  display: block;
  width: 300px;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}
form div input, form div select, form div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
	background-color: #DADEDB;
}
form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #DADEDB;
	margin: 0px 0px 0px 90px;
	padding: 0px 5px 5px 5px;
	width: 193px;
}
form div fieldset legend {
	font-size: 100%;
	color: #ffffff;
	padding: 0px 3px 0px 9px;
}
form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 150px;
  text-align: left;
}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 5px;
  width: 170px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
}
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}
form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}
form div small {
  display: block;
  margin: 0px 0px 5px 90px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
form div.submit {
  width: 214px;
  padding: 0px 0px 0px 90px;
}
form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #000000;
  color: #ffffff;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}
form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0px 0px 0px 5px;
}



/* 
HDB colours

green #033818
light green #DADEDB
*/




body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background: #033818 url(/images/bodybkg/TEK-MOR_Bolton_s.jpg) no-repeat fixed 50% 50%;
}

#MasterContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1;
	height: 535px;
	width: 700px;
	padding: 0px;
	text-align: left;
}


/* ----- BODY STRUCTURE STYLES --------------------- */



#BodyBkgInfo {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 27px;
	font-size: 9px;
	color: #033818;
	background-color: #DADEDB;
	text-align: center;
}

#BodyBkgInfo p {
	margin-top: 7px;
}

#BodyBkgInfo p img {
	margin-top: -4px;
	margin-right: 10px;
}

#BodyBkgInfo a:link, #BodyBkgInfo a:visited {
	color: #033818;
	text-decoration: none;
}

#BodyBkgInfo a:hover {
	color: #a27200;
	text-decoration: underline;
}


#BodyMainLogo {
	position: absolute;
	left: 0px;
	top: 72px;
	width: 125px;
	height: 463px;
}


#BodyMainTopText {
	position: absolute;
	left: 132px;
	top: 72px;
}

#BodyContentBkg {
	z-index: 2;
	position: absolute;
	left: 132px;
	top: 160px;
	width: 568px;
	height: 355px;
	background-color: white;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=86);
	filter:alpha(opacity=86);
	opacity: 0.86;
	-moz-opacity: 0.86;
	-khtml-opacity: 0.86
}

#BodyContent {
	z-index: 3;	
	position: absolute;
	left: 132px;
	top: 160px;
	width: 508px;
	height: 325px;
	overflow: auto;
		
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	filter:alpha(opacity=100)! important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	
	color: #033818;
	padding: 15px 30px;
}


#BodyPortfolio {
	z-index: 3;	
	position: absolute;
	left: 132px;
	top: 160px;
	width: 568px;
	height: 325px;
	overflow: auto;
		
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	filter:alpha(opacity=100)! important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	
	color: #033818;
	padding: 15px 0;
}


#BodyMainNav {
	position:absolute;
	left:0px;
	top:35px;
	width:700px;
	height:37px;
}

#BodyMainNav-blank {
	position:absolute;
	left:0px;
	top:0px;
	width:281px;
	height:37px;
}

#BodyMainNav-Aboutus {
	position:absolute;
	left:281px;
	top:0px;
	width:82px;
	height:37px;
}

#BodyMainNav-Clients {
	position:absolute;
	left:363px;
	top:0px;
	width:67px;
	height:37px;
}

#BodyMainNav-Portfolio {
	position:absolute;
	left:430px;
	top:0px;
	width:79px;
	height:37px;
}

#BodyMainNav-Testimonials {
	position:absolute;
	left:509px;
	top:0px;
	width:100px;
	height:37px;
}

#BodyMainNav-Contactus {
	position:absolute;
	left:609px;
	top:0px;
	width:91px;
	height:37px;
}



#BodyFinePrint {
	position: absolute;
	top: 515px;
	left: 132px;
	z-index: 1;
	height: 18px;
	width: 563px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	background-color: #ffffff;
}

.Copyright, .Copyright a:link, .Copyright a:visited, .Copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Copyright a:hover {
	color: #033818;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.GCMText, .GCMText a:link, .GCMText a:visited, .GCMText a:active {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.GCMText a:hover {
	color: #c48a00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}



