@charset "UTF-8";
/* CSS Document */

body {background-color:#FFFFFF; margin: 0px; padding: 0px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF; }



/* -----------------------------------------*/
/* ----------- RESET STYLES ----------------*/
/* -----------------------------------------*/


p, h1, h2, h3, h4, h5, h6 {margin: 0px; padding: 0px;}
img {border: none;}

p {
	line-height: 130%;	
}

#topwrap {background-color:#FFFFFF; color:#000000;}

#topwrapcontent {width: 900px; margin-left: auto; margin-right: auto;}


#wraphold {
	background-color:#292929;
}

#wrap {width: 900px; margin-left: auto; margin-right: auto; background-color:#292929; padding-bottom: 40px;}


/* -----------------------------------------*/
/* ----------- CONTACT BAR -----------------*/
/* -----------------------------------------*/

.contact li span {
	display: none;
}

.contact ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.contact li {
	list-style-type: none;
	display: inline;
	
}

.call a:link, .call a:visited {
	float: right;
	display: block;
	width: 217px;
	height: 31px;
	background-image: url(../images/icon_telephone.gif);
	background-repeat: no-repeat;
}

.call a:hover, .call a:active {
	color: #F05920;
}

.email a:link, .email a:visited {
	float: right;
	display: block;
	width: 238px;
	height: 31px;
	background-image: url(../images/icon_email.gif);
	background-repeat: no-repeat;
}

.email a:hover, .email a:active {
	color: #F05920;
}


/* -----------------------------------------*/
/* ----------- MAST ------------------------*/
/* -----------------------------------------*/

.mast {
	clear: both;
}

.mast h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 66px;
	float: left;
}

.mast span {
	display: none;
}



/* -----------------------------------------*/
/* ----------- NAVIGATION ------------------*/
/* -----------------------------------------*/

.nav {
	padding-top: 39px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	
}

.nav li {
	list-style-type: none;
	display: inline;
}




.homeLink a:link,.homeLink a:visited {
	margin-left: 175px;
	width: 63px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_home.gif);
}

.homeLink a:hover,.homeLink a:active {
	background-image: url(../images/nav_home_on.gif);
}

.newsLink a:link,.newsLink a:visited {
	width: 64px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_news.gif);
}

.newsLink a:hover,.newsLink a:active {
	background-image: url(../images/nav_news_on.gif);
}

.aboutLink a:link,.aboutLink a:visited {
	width: 95px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_about.gif);
}

.aboutLink a:hover,.aboutLink a:active {
	background-image: url(../images/nav_about_on.gif);
}

.servicesLink a:link,.servicesLink a:visited {
	width: 91px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_services.gif);
}

.servicesLink a:hover,.servicesLink a:active {
	background-image: url(../images/nav_services_on.gif);
}

.projectsLink a:link,.projectsLink a:visited {
	width: 97px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_projects.gif);
}

.projectsLink a:hover,.projectsLink a:active {
	background-image: url(../images/nav_projects_on.gif);
}

.contactLink a:link,.contactLink a:visited {
	width: 115px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../images/nav_contact.gif);
}

.contactLink a:hover,.contactLink a:active {
	background-image: url(../images/nav_contact_on.gif);
}



.orangestrip {
	clear: both;
	height: 15px;
	background-color:#F05920;
}





/* -----------------------------------------*/
/* ----------- HEADER ----------------------*/
/* -----------------------------------------*/

.header {
	padding-top: 20px;
	clear: both;
}

.header h2 {
	width: 900px;
	height: 208px;
}

.header span {
	display: none;
}


/* -----------------------------------------*/
/* ----------- CONTENT ---------------------*/
/* -----------------------------------------*/


a:link, .a:visited {
	color: #F05920;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFCC33;
	text-decoration: none;
}


#content .left {
	width: 560px;
	float: left;
	margin-bottom: 20px;
}

#content .right {
	float: right;
	width: 315px;
	margin-bottom: 20px;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content h1 {
	padding-left: 20px;
	padding-bottom: 20px;
}
#content h2 {
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;	
}
#content h2 a:link, #content h2 a:visited {
	color:#FFFFFF;
	text-decoration: none;
	
}

#content h2 a:hover, #content h2 a:active {
	color: #FFCC33;
	
}

#content h3 {
	padding-left: 20px;
	color: #F05920;
	font-size: 11px;
	padding-bottom: 10px;
	
}

#content h1 span {
	display: none;
}

#content a:link, a:visited {
	color: #F05920;
	text-decoration: underline;
}

#content a:hover, a:active {
	color: #FFCC33;
	text-decoration: none;
}

#contentInternal .left {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}

#contentInternal .right {
	float: right;
	width: 215px;
	margin-bottom: 20px;
}

#contentInternal h1 {
	padding-left: 20px;
	padding-bottom: 10px;
}

#contentInternal h2 {
	padding-left: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
}

#contentInternal h2 span {
	padding-left: 0px;
}

#contentInternal h2 a:link, #contentInternal h2 a:visited {
	color:#FFFFFF;
	text-decoration: none;
	
}

#contentInternal h2 a:hover, #contentInternal h2 a:active {
	color:#F05920;
	
}

#contentInternal h3 {
	padding-left: 20px;
	color: #F05920;
	font-size: 11px;
	padding-bottom: 10px;
	
}

#contentInternal h1 span {
	display: none;
}

.more span {
	display: none;
}

/* -----------------------------------------*/
/* ----------- LOGOS -----------------------*/
/* -----------------------------------------*/

.logos {
	clear: both;
	width: 900px;
	height: 105px;
	background-image: url(../images/logos_bg.gif);
	text-align: center;	
	padding-top: 21px;
	
	
}


/* -----------------------------------------*/
/* ----------- FOOTER ----------------------*/
/* -----------------------------------------*/

.footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	padding-top: 10px;
	font-size: 12px;
	line-height: 160%;
	padding-bottom: 70px;
}

.footer a:link, .footer a:visited {
	color: #F05920;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #00448F;
	text-decoration: underline;
}


.footer .left {
	width: 350px;
	float: float;
}

.footer .right {
	width: 550px;
	float: right;
	text-align: right;
}


.thinorangestrip {
	clear: both;
	height: 5px;
	background-color:#F05920;
}

.orange {
	color: #F05920;
}

.orangedivider {
	color: #F05920;
	padding-left: 3px;
	padding-right: 3px;
}

.spacetoleft {
	margin-left: 8px;
}


.homeLeftBox {
	padding-top: 20px;
}

.homeLeftBox .top {
	background-image: url(../images/dark_home_top.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 16px;
}

.homeLeftBox .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4E4E4E;
	border-left-color: #4E4E4E;
	background-color: #292929;
}

.homeLeftBox .bottom {
	background-image: url(../images/dark_bottom.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 16px;
}


.internalLeftBox {
	padding-top: 20px;
}

.internalLeftBox .top {
	background-image: url(../images/dark_internal_top.gif);
	background-repeat: no-repeat;
	width: 660px;
	height: 16px;
}

.internalLeftBox .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4E4E4E;
	border-left-color: #4E4E4E;
	background-color: #292929;
	padding: 10px;
}

.internalLeftBox .middle p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.internalLeftBox .bottom {
	background-image: url(../images/dark_internal_bottom.gif);
	background-repeat: no-repeat;
	width: 660px;
	height: 16px;
}

.internalLeftBox h1 {
	font-size: 20px;
}
.internalLeftBox hr {
	border: #666666 dotted 1px;
	clear: both;
}
.internalLeftBox ul {
	margin: 0px 20px 20px 20px;
	line-height: 130%;
	list-style: outside;
		list-style-type: square;

}

.internalLeftBox li {
	padding-left: 7px;
	margin-bottom: 10px;	
	color: #ffffff;
}

.internalLeftBox .contactusRight {
	width: 50%;
	float: right;
}

.internalLeftBox .contactusLeft {
	width: 50%;
		padding-left: 100px;

}


#content li {
	list-style-type: square;
	color: #F05920;
	font-weight: bold;
	font-size: 13px;
}

#content li span {
	color:#FFFFFF;
}

#content ul {
	padding-bottom: 0px;
}




.listLeft {
	width: 250px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0px;

}

.listRight {
	width: 250px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0px;
}


* html .listRight {
 	margin-right: 10px; /* this will only work in IE6	*/
}

* html .listLeft {
 	margin-left: 10px; /* this will only work in IE6	*/
}



.homeRightBox {
	padding-top: 20px;
}

.homeRightBox .top {
	background-image: url(../images/light_home_top.gif);
	background-repeat: no-repeat;
	width: 315px;
	height: 16px;
}

.homeRightBox .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5C5C5C;
	border-left-color: #5C5C5C;
	background-color: #424242;
}

.homeRightBox .bottom {
	background-image: url(../images/light_home_bottom.gif);
	background-repeat: no-repeat;
	width: 315px;
	height: 16px;
}



.internalRightBox {
	padding-top: 20px;
}

.internalRightBox .top {
	background-image: url(../images/light_internal_top.gif);
	background-repeat: no-repeat;
	width: 215px;
	height: 16px;
}

.internalRightBox .middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5C5C5C;
	border-left-color: #5C5C5C;
	background-color: #424242;
}

.internalRightBox .middle p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.internalRightBox .bottom {
	background-image: url(../images/light_internal_bottom.gif);
	background-repeat: no-repeat;
	width: 215px;
	height: 16px;
}

.RightQuote {
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
	color:#FFFFFF;
}

.RightQuoteSource {
	font-size: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}

.RightQuote span {
	color: #F05920;
	font-size: 20px;
}

#content .RightQuote a:link, a:visited {
	color: #F05920;
	text-decoration: underline;
}

#content .RightQuote a:hover, a:active {
	color: #FFCC33;
	text-decoration: none;
}

.quoteTitle {
	color: #F05920;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
}

.more {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	clear: both;
}

.more_test {
	text-align: right;
	margin-right: 0px;
	margin-top: 15px;
	clear: both;
}


.details {
	text-align: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 20px;
}

.back {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 20px;
	clear: both;
}

.back span {
	display: none;
}

.details span {
	display: none;
}

.clear {
	clear: both;
}


.projectIndex {
	height: 110px;
	display: block;
	margin-top: 20px;
	background-color: #424242;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

* html 

.projectIndex h2 {
	margin-left: 20px;
	margin-bottom: 5px;
}



.projectIndex .thumb {
	
	width: 150px;
	height: 109px;
	float: left;
	margin-left: 20px;
	border: 5px solid #5C5C5C;	
}

.projectIndex .description {
	
	width: 395px;
	float: right;
	margin-right: 20px;
}

.projectIndex .description h2 {
	padding-left: 20px;
}

.projectImg {
	float: right;
	margin: 0 20px 10px 20px;

}


*html .projectIndex .thumb {
	margin-left: 10px;
}

*html .projectIndex .description {
	
	width: 405px;
	float: right;
	margin-right: 10px;
}

.infoboxIndex {
	display: block;
	margin-top: 20px;
	background-color: #424242;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 120px;
}

.internalLeftBox .middle .infoboxIndex p {
	padding-bottom: 10px;
}

.internalLeftBox .middle .infoboxIndex a:link, .internalLeftBox .middle .infoboxIndex a:visited {
	color: #F05920;
	text-decoration: underline;
	
}

.internalLeftBox .middle .infoboxIndex a:hover, .internalLeftBox .middle .infoboxIndex a:active {
	color: #FFCC33;
	text-decoration: none;
}

#contentInternal .infoboxIndex h2 {
	padding :0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}

.infoboxIndex .thumb {
	width: 150px;
	height: 109px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	border: 5px solid #5C5C5C;
}

.projectImage {
	margin-bottom: 15px;
}

.infobox {
	display: block;
	margin-top: 20px;
	background-color: #424242;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentInternal .infobox h2 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}

.internalLeftBox .middle .infobox p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.internalLeftBox .middle .infobox a:link, .internalLeftBox .middle .infobox a:visited {
	color: #F05920;
	text-decoration: underline;
	
}

.internalLeftBox .middle .infobox a:hover, .internalLeftBox .middle .infobox a:active {
	color: #FFCC33;
	text-decoration: none;	
}

.infobox .projectImg {
	float: right;
	margin: 0 20px 10px 0px;

}

.infoboxQuote {
	display: block;
	margin-top: 20px;
	background-color: #424242;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentInternal .infoboxQuote h2 {
	padding :0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	color: #F05920;
}

.internalLeftBox .middle .infoboxQuote p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.internalLeftBox .middle .infoboxQuote a:link, .internalLeftBox .middle .infoboxQuote a:visited {
	color: #F05920;
	text-decoration: underline;
	
}

.internalLeftBox .middle .infoboxQuote a:hover, .internalLeftBox .middle .infoboxQuote a:active {
	color: #FFCC33;
	text-decoration: none;
}



.aboutusTitle {
	color: #FF6600;
}

.Accreditationbox {
	display: block;
	margin-top: 20px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	height:390px;
}

.Accreditationbox img {
	margin-right: 10px;
	float:left;
	display:block;
	clear:right;
}

.Accreditationbox h2 {
	color:#000000;
	font-size:16px;
}

.Accreditationbox p {
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.Accreditationbox a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;	
}


.Accreditationbox a:hover, .Accreditationbox a:active {
	color: #00448F;
	text-decoration: none;
	}

.projectImage {
	margin-bottom: 15px;
}

