/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;	
	background-color: #FFFFFF;
	background-image: url(images/bodyBackgroundTop.jpg);
	background-position: top left;
	background-repeat: repeat-x;		
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}


	
.sitelink a {

	text-decoration: none;
	color: #000000;
	
}
	
	
.sitelink a:hover {

	color: #575757;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}

.defaultFont {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;		
}


.largerFont {

	font-size: 16px;	
}

.font14 {

	font-size: 14px;	
}

.smallerFont {

	font-size: 11px;	
}


.bbdBlue {
	
	color: #0A1D53;
}

.bold {
	
	font-weight: bold;
	
}

.normal {
	
	font-weight: normal;	
}

.green {
	
	color: #009900;	
}


.lightGrey {
	
	color: #BABABA;
	
}

.viewMore, .closeItem {
	
	cursor: pointer;	
}



.alert {
	
	color: #FF0000;

}


.alignCenter {
	
	text-align: center;	
	width: 130px;
	display: block;
}


h1, h2 {
	
	font: normal normal normal 29px Arial; 
	color: #BABABA;
		
}


h3 {

	font-size: 16px;
	padding-top: 0;
	
}

h3.centreText {

	text-align: center;
	padding: 0;
}

h3.newsItem {
	
	padding-top: 15px;	
}

h2.headerText {
	
	color: white;	
}

.noShow {

	display: none;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}


img.closeButton {
	
	position: absolute;
	right: -10px;
	top: -10px;	
	
}

.alignButton {
	
	position: absolute;
	top: -22px;
	left: -17px;	
	cursor: pointer;
	
}


#outerShell {
	
	background-color: transparent;
	width: 100%;	
	position: relative;
	display: block;
	z-index: 0;
	
}


/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	border: 0px solid red;
	
}


img.headerImage {
	
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

#contentMain {
		
	
	width: 960px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: transparent;
	/* min-height: 680px; */
	border: 0px solid blue;
	z-index: 0;
	
}

#contentMain p {
	
	padding: 5px 5px 5px 0px;
	background-color: transparent;	
	color: #4C4B4D;
}

#topNavHolder {
	
	height: 44px;
	padding: 0;
	position: relative;
	top: 0px;
	border: 0px solid red;
	margin-bottom: 3px;
	z-index: 100;

}

#topNavHolder ul {
	
	
	display: block;
	border: 0px solid red;
	height: 47px;
	list-style: none;
	width: 960px;	
	border-bottom: 1px solid #033167;
	position: relative;
	top: 0;
	background-image: url(images/menuBackground_off.jpg);
	background-repeat: repeat-x;
	
}

#topNavHolder ul li {
	
	height: 29px;
	display: block;
	float: left;
	border-right: 1px solid #1F4B72;
	border-left: 1px solid #020325;
	position: relative;
	padding-top: 18px;
	
}

#topNavHolder ul li a {

	color: white;
	font-size: 14px;
	margin-top: 15px;
	padding: 10px 34px;
	font-family: Arial;

}

#topNavHolder ul li a:hover {
	
	color: #44B2FF;	
}

#topNavHolder ul li a.noLink {

	cursor: text;
	
}



#slideShowContainer {
	
	width: 944px;
	height: 322px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #000000;	
	border: 8px solid #E3E3E3;
	border-top: none;
}


#staticHeader {
	
	border: 8px solid #E3E3E3;
	border-top: none;
   
}

#latestProjects {
	
	list-style: none;	
	width: 960px;
	margin-top: 20px;
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
}


#latestProjects li {
	
	float: left;
	width: 310px;	
	border: 0px solid red;
	position: relative;
}


#latestProjects li div p {
	
	display: block;	
	border: 0px solid red;	
}

#latestProjects li div div img {
	
	display: inline;	
    border: 7px solid #E3E3E3;
    cursor: pointer;
}

#latestProjects li div div {

	width: 304px;
	height: 229px;	
	padding: 0;
    background-color: #000000;

}

#latestProjects li div a {
	
	color: #2F73CD;
	border: 0px solid red;	
}

#latestProjects li div a:hover {

	color: #BABABA;
	
}


#latestNews {
	
	list-style: none;	
	width: 960px;
	margin-top: 20px;

	
}


#latestNews li {
	
	width: 944px;
	position: relative;
	margin-bottom: 15px;

}

#latestNews li div {
	
	width: 917px;
	min-height: 132px;
	
    border: 8px solid #E3E3E3;
	padding-left: 27px;
	
}


#latestNews li h2 {
	
	font: normal normal normal 22px Georgia, Arial, Geneva; 
	color: #0A1D53;	
	padding: 15px 0 5px 0px;
}


#latestNews li div p {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;
	display: block;	
}

#latestNews li div img {
	
	float: right;
	margin: 8px 8px 0 8px;	
}


#latestNews li div span {
	
	color: #2F73CD;
	border: 0px solid red;
	cursor: pointer;	
}

#latestNews li div a:hover {

	color: #BABABA;
	
}

#latestNews li p.expandable {
	
	display: none;
	padding-bottom: 20px;	
	
}


#latestNews li div p img.closeItem {
	
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
		
}

div p.expandable {
	
	display: none;
	padding-bottom: 20px;	
	
}
.greyBorder img {
	
	border: 10px solid #B5B5B5;
	width: 707px;	
}


#twoColContent {
	
	clear: both;
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	position: relative;
	border-bottom: 0px solid red;
}

div.indexList {
	
	margin: 10px 0;
	width: 630px;
    border: 0px solid #E3E3E3;
	clear: left;
}


div.indexList img {
	
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}

div.indexList p {
	
	padding: 0;	
}

#leftCol {
	
	width: 630px;
    border: 0px solid #E3E3E3;
		
}

#rightCol {
	
	width: 309px;
	margin-left: 10px;		
	float: right;
	padding-left: 0px;
	margin-right: 0px;
	border: 0px solid red;
	position: relative;
}


#quoteMenu {
	
	display: block;
	list-style: none;
	background-image: url(images/quoteMenuBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px 50px;
	border: 0px solid red;
	background-color: #E2E2E2;
	position: relative;
	top: -9px;
			
}


#quoteMenu li.quoteMenu {
	
	height: 37px;	
	
}

#quoteMenu li.quoteMenu a {
	
	display: block;
	padding-top: 10px;
	margin-left: 18px;
	padding-bottom: 10px;
	color: #393939;	
	width: 275px;
	border-bottom: 1px dotted #575757;
		
}

#quoteMenu li.quoteMenu a:hover {
	
	text-decoration: none;
	color: #BABABA;
}

#quoteMenu li div {
	
	display: block;
	padding-top: 10px;
	margin-left: 18px;
	color: #393939;	
	width: 275px;
	border: 0px solid red;
	padding-bottom: 20px;
		
}


#newsRegisterContainer {
	
	display: block;
	background-image: url(images/registerBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	background-color: #E2E2E2;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	margin-bottom: 40px;
	
}

#newsRegisterContainer div {
	
	border: 0px solid #ABACB1;
	padding-left: 10px;
	position: relative;

	
}

#newsRegisterContainer div p.inputHolder {
	
	padding: 0;
	color: #4C4B4D;
	border: 0px solid white;
	position: relative;
	height: 39px;
	top: 0px;
	border: 0px solid red;
}

#newsRegisterContainer div p.submitHolder {

	position: absolute;
	border: 0px solid red;
	background-repeat: no-repeat;
	left: 220px;
	top: 108px;
	height: 29px;
	width: 78px;
	padding-top: 7px;	
		
}

#newsRegisterContainer div p.textOnly {
	
	border: 0px solid red;

	padding-top: 20px;
	font-size: 12px;
	padding-bottom: 15px;
	font-weight: bold;		
}

#newsRegisterContainer div p.customerQuote {
	
	padding: 0 18px;
	font-size: 16px;
	line-height: 40px;
	
}


#newsRegisterContainer div p.defaultFont {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;
	padding-top: 20px;
}

#newsRegisterContainer div p.offset {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;
	padding-bottom: 20px;	

	
}

#newsRegisterContainer div form p input {
	
	border: 1px solid #BABABA;
	color: #9C9DA0;
	width: 180px;
	padding: 8px;
	position: absolute;
	top: 0px;
	left: 5px;
	margin-top: 0px;

}



#newsRegisterContainer div form p input.sendRegister {

	display: block;	
	position: absolute;
	width: 78px;	
	border: none;
	cursor: pointer;
	height: 29px;
	background-color: transparent;
	border: 0px solid red;
	background-position: right;

}


#findUs {
	
	
	float: right;	
	cursor: pointer;
}

#formHolder {
	
	position: relative;
	top: 0px;
	left: 0;
	margin-bottom: 40px;
	z-index: 100;
	border: 0px solid red;		
	width: 620px;	
}

#contactForm {
	
	width: 570px;	
	border: 8px solid #E3E3E3;
	padding: 28px 25px;		
	background-color: #F2F2F2;
	position: relative;
	top: 5px;
	margin-bottom: 20px;
	
}


#enqDetails {
	
	width: 570px;	
	border: 0px solid #B3B3B3;	


}

#enqDetails td {
	
	border: 0px solid blue;
	font-weight: bold;
	color: #272727;
	

}



#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}



#enqDetails tr td img.captchaImage {
	
	border: 0px solid red;
	position: relative;
	left: 0;
	margin: 8px 0;	
}


#enqDetails tr td input {
	
	width: 98%;
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: #FFFFFF;

}




#enqDetails tr td table {
	
	width: 100%;	
	
}


#enqDetails tr td table tr td {
	
	border: 0px solid red;
	width: 50%;	
}

table.captcha {
	
	width: 500px;	
}

table.captcha tr td {
	
	border: 0px solid red;
	width: 33%;	
}

table.captcha tr td input {
	
	width: 96%;
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: #FFFFFF;

}

table.captcha tr td p input.sendContact {
	
	
	width: 78px;
	height: 45px;
	position: relative;
	top: 5px;
	left: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;	
	outline: none;

}



#enqDetails tr td table tr td input {

	width: 97%;	
	
}

#enqDetails tr td table tr td input.radio {
	
	display: inline;
	background-color: transparent;
	width: 20px;
	margin-left: 5px;
	vertical-align: middle;
	border: none;
	
}


#enqDetails tr td table tr td.leftCell {
	
	border: 0px solid red;
	padding-right: 5px;
		
}

#enqDetails tr td table tr td.rightCell {
	
	border: 0px solid red;
	padding-left: 5px;
		
}


#enqDetails tr td textarea {
	
	
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 80px;
	padding-top: 9px;
	padding-left: 5px;

	width: 98%;

}


#descDiv {
	
	border: 0px solid red;
	width: 630px;
		
}


#descDiv ul {
	
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;	
}
	

#descDiv ul li {
	
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #515151;
	font-weight: bold;	
	border-bottom: 1px dotted 	#575757;
}

#descDiv ul li.noDash {
	
	border-bottom: 0px dotted 	#575757;
	
}


#portfolioHolder {
	
	border: 0px solid red;
	padding: 20px 5px 20px 20px;
	height: 600px;
	margin-top: 10px;
	background-image: url(images/portfolioBackground.jpg);
	background-repeat: repeat-x;	
	
}


#portfolioDiv {
	

	float: right;
	width: 310px;
	border: 0px solid red;
	background-color: transparent;
	position: relative;
}


#portfolioDiv ul {
	
	width: 320px;
	list-style: none;	
	background-color: transparent;
	padding-bottom: 20px;
}


#portfolioDiv ul li {
	
	display: inline;
	border: 0px solid blue;
	border: 6px solid #DFDEDE;	
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	background-color: black;
	margin: 3px;
				
}

#portfolioDiv ul li.holder {
	
	background-color: white;
	
}

#portfolioDiv ul li img {
	
	display: inline;
	width: 80px;
	height: 80px;
	cursor: pointer;	
}


#portfolioDiv a {
	
	color: #2F73CD;
	margin-left: 5px;

}

#portfolioDiv a:hover {

	text-decoration: underline;
	
}

#portfolioDiv div {
	
	display: none;
	border: 0px solid red;
	position: absolute;
	top: 390px;
	height: 150px;
}

#displayImage {
	
	border: 6px solid #DFDEDE;	
	
}	

#footerShell {
	
	clear: both;
	width: 100%;
	height: 300px;
	display: block;
	position: relative;
	z-index: -1;		
	background-image: url(images/footerShellBackground.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}

#footer {
	
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	height: 300px;
	border: 0px solid red;
	background-image: url(images/footerLogo.jpg);
	background-repeat: no-repeat;

}

#footer ul {
	
	list-style: none;
	width: 220px;
	position: relative;
	top: 70px;
	border: 0px solid red;
	float: left;
		
}


#footer ul.rightHand {
	
	margin-left: 170px;	
	width: 160px;
}

#footer ul li {
	
	color: #A5CDE9;
	font-family: arial;
	padding: 5px 0;	
	cursor: pointer;
}

#footer ul.noLink li {
	
	cursor: default;	
	
}

#footer ul li.noLink {
	
	cursor: default;	
}

#footer ul li span {
	
	font-weight: bold;
	font-size: 14px;
	color: white;
		
}

.tickerstyle {
	
	overflow: hidden;
	
}

.messagediv {
	
	display: none;
	
}

#followMe {
	
	position: absolute;
	top: 309px;
	right: 0;
	border: 0px solid red;	
}

#followMe img, #followMe h2{
	
	display: inline;
	vertical-align: top;
		
}




#locationMapHolder {

	position: absolute;
	top: 28px;
	left: 0;
	width: 620px;	
	z-index: 90;
	display: block;
}	
	
	
#locationMap  {
		
	border: 0px solid #E3E3E3;
	
}

#viewLarger {
	
	position: absolute;
	top: 17px;
	left: 70px;	
}